mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
a6d8a9970d
commit
58c9d8eda7
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user