Fix "Duplicate license header lint error" in Component generators

Summary:
See title.

Changelog: [Internal]

Reviewed By: yungsters

Differential Revision: D32019151

fbshipit-source-id: aea69a6c032cef1c99cd7641bdc10e730076e781
This commit is contained in:
Ramanpreet Nara
2021-10-29 10:43:39 -07:00
committed by Facebook GitHub Bot
parent a6d8a9970d
commit 58c9d8eda7
12 changed files with 12 additions and 12 deletions
@@ -27,7 +27,7 @@ const {
type FilesOutput = Map<string, string>;
const template = `/**
* Copyright (c) Facebook, Inc. and its affiliates.
* ${'C'}opyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.