Skip to content

Commit

Permalink
Fix copyright headers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hramos authored and facebook-github-bot committed Sep 29, 2018
1 parent ab51d9b commit 6422883
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RNTester/RNTester/Base.lproj/LaunchScreen.xib
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Facebook. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) Facebook, Inc. and its affiliates." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<rect key="frame" x="20" y="439" width="441" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
Expand Down
2 changes: 1 addition & 1 deletion RNTester/RNTester/RNTesterBundle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Facebook. All rights reserved.</string>
<string>Copyright © Facebook, Inc. and its affiliates.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
6 changes: 4 additions & 2 deletions React/third-party.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
// folly.xcconfig
// CxxReact
//
// Created by Marc Horowitz on 1/12/17.
// Copyright © 2017 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.
//

HEADER_SEARCH_PATHS = $(SRCROOT)/../third-party/boost_1_63_0 $(SRCROOT)/../third-party/folly-2016.10.31.00 $(SRCROOT)/../third-party/glog-0.3.5/src
Expand Down
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
5 changes: 4 additions & 1 deletion ReactAndroid/src/main/jni/react/jni/ReadableNativeArray.h
Original file line number Diff line number Diff line change
@@ -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.

#pragma once

Expand Down
2 changes: 0 additions & 2 deletions local-cli/link/__tests__/android/normalizeProjectName.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* All rights reserved.
*
* @format
* @emails oncall+javascript_foundation
*/
Expand Down

0 comments on commit 6422883

Please sign in to comment.