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:
Héctor Ramos
2018-09-28 17:16:46 -07:00
committed by Facebook Github Bot
parent e2210ab752
commit e28d8f6eeb
7 changed files with 18 additions and 9 deletions

View File

@@ -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;

View File

@@ -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;