mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-13 09:21:46 +08:00
Fix copyright headers
Summary: Update several files to use the proper copyright header: ``` // Copyright (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. ``` In the case of Xcode project files, I used the shortform version, `Copyright (c) Facebook, Inc. and its affiliates.` Reviewed By: axe-fb Differential Revision: D10114529 fbshipit-source-id: a1f2d5a46d04797c1cf281ea9ab80d3a2caa6fb4
This commit is contained in:
committed by
Facebook Github Bot
parent
e2210ab752
commit
e28d8f6eeb
@@ -1,4 +1,7 @@
|
||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||
// Copyright (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.
|
||||
|
||||
package com.facebook.react.testing.rule;
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||
// Copyright (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.
|
||||
|
||||
package com.facebook.react.tests.core;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user