From f2ad77f90a5553d05448acbc4eac1eb7ad4809d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 8 Mar 2018 12:02:45 -0800 Subject: [PATCH] Update additional license headers Reviewed By: sophiebits Differential Revision: D7196607 fbshipit-source-id: 9e6452f583b2b5616f5bb38f26f2ae33c14bb820 --- Libraries/Image/RCTImageStoreManager.h | 5 ++++- Libraries/Utilities/__mocks__/PixelRatio.js | 5 ++++- Libraries/Wrapper/Example/RCTWrapperExampleView.h | 5 ++++- Libraries/Wrapper/Example/RCTWrapperExampleView.m | 5 ++++- Libraries/Wrapper/Example/RCTWrapperExampleViewController.h | 5 ++++- Libraries/Wrapper/Example/RCTWrapperExampleViewController.m | 5 ++++- .../Wrapper/Example/RCTWrapperReactRootViewController.h | 5 ++++- .../Wrapper/Example/RCTWrapperReactRootViewController.m | 5 ++++- Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.h | 5 ++++- Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.m | 5 ++++- Libraries/Wrapper/RCTWrapper.h | 5 ++++- Libraries/Wrapper/RCTWrapperShadowView.h | 5 ++++- Libraries/Wrapper/RCTWrapperShadowView.m | 5 ++++- Libraries/Wrapper/RCTWrapperView.h | 5 ++++- Libraries/Wrapper/RCTWrapperView.m | 5 ++++- Libraries/Wrapper/RCTWrapperViewControllerHostingView.h | 5 ++++- Libraries/Wrapper/RCTWrapperViewControllerHostingView.m | 5 ++++- Libraries/Wrapper/RCTWrapperViewManager.h | 5 ++++- Libraries/Wrapper/RCTWrapperViewManager.m | 5 ++++- babel-preset/transforms/transform-symbol-member.js | 5 ++++- local-cli/core/__tests__/ios/findPodfilePath.spec.js | 2 -- local-cli/core/__tests__/ios/findPodspecName.spec.js | 2 -- local-cli/link/__tests__/android/isInstalled.spec.js | 2 -- local-cli/link/__tests__/android/makeBuildPatch.spec.js | 2 -- local-cli/link/__tests__/android/makeImportPatch.spec.js | 2 -- local-cli/link/__tests__/android/makePackagePatch.spec.js | 2 -- local-cli/link/__tests__/android/makeSettingsPatch.spec.js | 2 -- local-cli/link/__tests__/android/makeStringsPatch.spec.js | 2 -- local-cli/link/__tests__/getDependencyConfig.spec.js | 2 -- local-cli/link/__tests__/groupFilesByType.spec.js | 2 -- local-cli/link/__tests__/ios/addFileToProject.spec.js | 2 -- local-cli/link/__tests__/ios/addSharedLibraries.spec.js | 2 -- local-cli/link/__tests__/ios/createGroup.spec.js | 2 -- local-cli/link/__tests__/ios/getBuildProperty.spec.js | 2 -- local-cli/link/__tests__/ios/getGroup.spec.js | 2 -- local-cli/link/__tests__/ios/getHeaderSearchPath.spec.js | 2 -- local-cli/link/__tests__/ios/getHeadersInFolder.spec.js | 2 -- local-cli/link/__tests__/ios/getPlist.spec.js | 2 -- local-cli/link/__tests__/ios/getPlistPath.spec.js | 2 -- local-cli/link/__tests__/ios/getProducts.spec.js | 2 -- local-cli/link/__tests__/ios/getTargets.spec.js | 2 -- local-cli/link/__tests__/ios/hasLibraryImported.spec.js | 2 -- local-cli/link/__tests__/ios/isInstalled.spec.js | 2 -- local-cli/link/__tests__/ios/mapHeaderSearchPaths.spec.js | 2 -- local-cli/link/__tests__/ios/removeProjectFromLibraries.js | 2 -- .../link/__tests__/ios/removeProjectFromProject.spec.js | 2 -- local-cli/link/__tests__/ios/removeSharedLibrary.spec.js | 2 -- local-cli/link/__tests__/pods/findLineToAddPod.spec.js | 2 -- .../link/__tests__/pods/findMarkedLinesInPodfile.spec.js | 2 -- local-cli/link/__tests__/pods/findPodTargetLine.spec.js | 2 -- local-cli/link/__tests__/pods/isInstalled.spec.js | 2 -- local-cli/link/__tests__/pods/removePodEntry.spec.js | 2 -- local-cli/link/__tests__/promiseWaterfall.spec.js | 2 -- 53 files changed, 80 insertions(+), 86 deletions(-) diff --git a/Libraries/Image/RCTImageStoreManager.h b/Libraries/Image/RCTImageStoreManager.h index 2bdffbe30..3f070ada1 100644 --- a/Libraries/Image/RCTImageStoreManager.h +++ b/Libraries/Image/RCTImageStoreManager.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import diff --git a/Libraries/Utilities/__mocks__/PixelRatio.js b/Libraries/Utilities/__mocks__/PixelRatio.js index 36e5bacdf..242d47733 100644 --- a/Libraries/Utilities/__mocks__/PixelRatio.js +++ b/Libraries/Utilities/__mocks__/PixelRatio.js @@ -1,5 +1,8 @@ /** - * Copyright 2004-present Facebook. All Rights Reserved. + * Copyright (c) 2004-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ 'use strict'; diff --git a/Libraries/Wrapper/Example/RCTWrapperExampleView.h b/Libraries/Wrapper/Example/RCTWrapperExampleView.h index e169368c0..b7d2aa4aa 100644 --- a/Libraries/Wrapper/Example/RCTWrapperExampleView.h +++ b/Libraries/Wrapper/Example/RCTWrapperExampleView.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the license found in the +// LICENSE-examples file in the root directory of this source tree. #import diff --git a/Libraries/Wrapper/Example/RCTWrapperExampleView.m b/Libraries/Wrapper/Example/RCTWrapperExampleView.m index 05494750c..218eefbac 100644 --- a/Libraries/Wrapper/Example/RCTWrapperExampleView.m +++ b/Libraries/Wrapper/Example/RCTWrapperExampleView.m @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the license found in the +// LICENSE-examples file in the root directory of this source tree. #import "RCTWrapperExampleView.h" diff --git a/Libraries/Wrapper/Example/RCTWrapperExampleViewController.h b/Libraries/Wrapper/Example/RCTWrapperExampleViewController.h index 2778090a5..c0a838cf5 100644 --- a/Libraries/Wrapper/Example/RCTWrapperExampleViewController.h +++ b/Libraries/Wrapper/Example/RCTWrapperExampleViewController.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the license found in the +// LICENSE-examples file in the root directory of this source tree. #import diff --git a/Libraries/Wrapper/Example/RCTWrapperExampleViewController.m b/Libraries/Wrapper/Example/RCTWrapperExampleViewController.m index 0d5473600..b49862028 100644 --- a/Libraries/Wrapper/Example/RCTWrapperExampleViewController.m +++ b/Libraries/Wrapper/Example/RCTWrapperExampleViewController.m @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the license found in the +// LICENSE-examples file in the root directory of this source tree. #import "RCTWrapperExampleViewController.h" diff --git a/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.h b/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.h index 8b915dcaf..0d31356fa 100644 --- a/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.h +++ b/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the license found in the +// LICENSE-examples file in the root directory of this source tree. #import diff --git a/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.m b/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.m index acdef85cf..c93b2a207 100644 --- a/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.m +++ b/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.m @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the license found in the +// LICENSE-examples file in the root directory of this source tree. #import "RCTWrapperReactRootViewController.h" diff --git a/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.h b/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.h index 1a6fd5068..357dea11d 100644 --- a/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.h +++ b/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the license found in the +// LICENSE-examples file in the root directory of this source tree. #import diff --git a/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.m b/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.m index 615045388..4fb88e9c1 100644 --- a/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.m +++ b/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.m @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the license found in the +// LICENSE-examples file in the root directory of this source tree. #import "RCTWrapperReactRootViewManager.h" diff --git a/Libraries/Wrapper/RCTWrapper.h b/Libraries/Wrapper/RCTWrapper.h index 4fa389a03..2fff26385 100644 --- a/Libraries/Wrapper/RCTWrapper.h +++ b/Libraries/Wrapper/RCTWrapper.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import diff --git a/Libraries/Wrapper/RCTWrapperShadowView.h b/Libraries/Wrapper/RCTWrapperShadowView.h index 1a64b85d5..ab7d332eb 100644 --- a/Libraries/Wrapper/RCTWrapperShadowView.h +++ b/Libraries/Wrapper/RCTWrapperShadowView.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import diff --git a/Libraries/Wrapper/RCTWrapperShadowView.m b/Libraries/Wrapper/RCTWrapperShadowView.m index 723ead617..09b1f2eea 100644 --- a/Libraries/Wrapper/RCTWrapperShadowView.m +++ b/Libraries/Wrapper/RCTWrapperShadowView.m @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import "RCTWrapperShadowView.h" diff --git a/Libraries/Wrapper/RCTWrapperView.h b/Libraries/Wrapper/RCTWrapperView.h index 0aa6dfc83..f6c8599f2 100644 --- a/Libraries/Wrapper/RCTWrapperView.h +++ b/Libraries/Wrapper/RCTWrapperView.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import diff --git a/Libraries/Wrapper/RCTWrapperView.m b/Libraries/Wrapper/RCTWrapperView.m index 9843c1283..483f07f92 100644 --- a/Libraries/Wrapper/RCTWrapperView.m +++ b/Libraries/Wrapper/RCTWrapperView.m @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import "RCTWrapperView.h" diff --git a/Libraries/Wrapper/RCTWrapperViewControllerHostingView.h b/Libraries/Wrapper/RCTWrapperViewControllerHostingView.h index cf85e8cab..d323944bb 100644 --- a/Libraries/Wrapper/RCTWrapperViewControllerHostingView.h +++ b/Libraries/Wrapper/RCTWrapperViewControllerHostingView.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import diff --git a/Libraries/Wrapper/RCTWrapperViewControllerHostingView.m b/Libraries/Wrapper/RCTWrapperViewControllerHostingView.m index 8503ee88e..da42a0c4f 100644 --- a/Libraries/Wrapper/RCTWrapperViewControllerHostingView.m +++ b/Libraries/Wrapper/RCTWrapperViewControllerHostingView.m @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import "RCTWrapperViewControllerHostingView.h" diff --git a/Libraries/Wrapper/RCTWrapperViewManager.h b/Libraries/Wrapper/RCTWrapperViewManager.h index bdd5d9f40..ae8dcee59 100644 --- a/Libraries/Wrapper/RCTWrapperViewManager.h +++ b/Libraries/Wrapper/RCTWrapperViewManager.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import diff --git a/Libraries/Wrapper/RCTWrapperViewManager.m b/Libraries/Wrapper/RCTWrapperViewManager.m index 687c7a46c..7058a4d06 100644 --- a/Libraries/Wrapper/RCTWrapperViewManager.m +++ b/Libraries/Wrapper/RCTWrapperViewManager.m @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) 2004-present, Facebook, Inc. +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. #import "RCTWrapperViewManager.h" diff --git a/babel-preset/transforms/transform-symbol-member.js b/babel-preset/transforms/transform-symbol-member.js index 5962918dc..fd5333d1f 100644 --- a/babel-preset/transforms/transform-symbol-member.js +++ b/babel-preset/transforms/transform-symbol-member.js @@ -1,5 +1,8 @@ /** - * Copyright 2004-present Facebook. All Rights Reserved. + * Copyright (c) 2004-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ 'use strict'; diff --git a/local-cli/core/__tests__/ios/findPodfilePath.spec.js b/local-cli/core/__tests__/ios/findPodfilePath.spec.js index b3390e9d1..a5e970305 100644 --- a/local-cli/core/__tests__/ios/findPodfilePath.spec.js +++ b/local-cli/core/__tests__/ios/findPodfilePath.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/core/__tests__/ios/findPodspecName.spec.js b/local-cli/core/__tests__/ios/findPodspecName.spec.js index 984441d92..918737790 100644 --- a/local-cli/core/__tests__/ios/findPodspecName.spec.js +++ b/local-cli/core/__tests__/ios/findPodspecName.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/android/isInstalled.spec.js b/local-cli/link/__tests__/android/isInstalled.spec.js index 01ddc3821..131d75373 100644 --- a/local-cli/link/__tests__/android/isInstalled.spec.js +++ b/local-cli/link/__tests__/android/isInstalled.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/android/makeBuildPatch.spec.js b/local-cli/link/__tests__/android/makeBuildPatch.spec.js index c37ecc8b8..0fd082da9 100644 --- a/local-cli/link/__tests__/android/makeBuildPatch.spec.js +++ b/local-cli/link/__tests__/android/makeBuildPatch.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/android/makeImportPatch.spec.js b/local-cli/link/__tests__/android/makeImportPatch.spec.js index 4e59f7bee..d02eb6689 100644 --- a/local-cli/link/__tests__/android/makeImportPatch.spec.js +++ b/local-cli/link/__tests__/android/makeImportPatch.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/android/makePackagePatch.spec.js b/local-cli/link/__tests__/android/makePackagePatch.spec.js index 72b379d10..c7e55c7e9 100644 --- a/local-cli/link/__tests__/android/makePackagePatch.spec.js +++ b/local-cli/link/__tests__/android/makePackagePatch.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/android/makeSettingsPatch.spec.js b/local-cli/link/__tests__/android/makeSettingsPatch.spec.js index 223f0d6c4..a8c7e3c2b 100644 --- a/local-cli/link/__tests__/android/makeSettingsPatch.spec.js +++ b/local-cli/link/__tests__/android/makeSettingsPatch.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/android/makeStringsPatch.spec.js b/local-cli/link/__tests__/android/makeStringsPatch.spec.js index faa8f8681..3015f15b3 100644 --- a/local-cli/link/__tests__/android/makeStringsPatch.spec.js +++ b/local-cli/link/__tests__/android/makeStringsPatch.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/getDependencyConfig.spec.js b/local-cli/link/__tests__/getDependencyConfig.spec.js index f8abb0192..30db06d53 100644 --- a/local-cli/link/__tests__/getDependencyConfig.spec.js +++ b/local-cli/link/__tests__/getDependencyConfig.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/groupFilesByType.spec.js b/local-cli/link/__tests__/groupFilesByType.spec.js index 49d57daf9..a96ff6e24 100644 --- a/local-cli/link/__tests__/groupFilesByType.spec.js +++ b/local-cli/link/__tests__/groupFilesByType.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/addFileToProject.spec.js b/local-cli/link/__tests__/ios/addFileToProject.spec.js index a82c99db4..ca32c8670 100644 --- a/local-cli/link/__tests__/ios/addFileToProject.spec.js +++ b/local-cli/link/__tests__/ios/addFileToProject.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/addSharedLibraries.spec.js b/local-cli/link/__tests__/ios/addSharedLibraries.spec.js index dd628c45c..36343a89c 100644 --- a/local-cli/link/__tests__/ios/addSharedLibraries.spec.js +++ b/local-cli/link/__tests__/ios/addSharedLibraries.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/createGroup.spec.js b/local-cli/link/__tests__/ios/createGroup.spec.js index a997d4e5b..b3fbf67a1 100644 --- a/local-cli/link/__tests__/ios/createGroup.spec.js +++ b/local-cli/link/__tests__/ios/createGroup.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/getBuildProperty.spec.js b/local-cli/link/__tests__/ios/getBuildProperty.spec.js index ed4ab075b..831944bbb 100644 --- a/local-cli/link/__tests__/ios/getBuildProperty.spec.js +++ b/local-cli/link/__tests__/ios/getBuildProperty.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/getGroup.spec.js b/local-cli/link/__tests__/ios/getGroup.spec.js index cbc241821..f46cc31eb 100644 --- a/local-cli/link/__tests__/ios/getGroup.spec.js +++ b/local-cli/link/__tests__/ios/getGroup.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/getHeaderSearchPath.spec.js b/local-cli/link/__tests__/ios/getHeaderSearchPath.spec.js index 49d27084a..7e96a20b0 100644 --- a/local-cli/link/__tests__/ios/getHeaderSearchPath.spec.js +++ b/local-cli/link/__tests__/ios/getHeaderSearchPath.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/getHeadersInFolder.spec.js b/local-cli/link/__tests__/ios/getHeadersInFolder.spec.js index 19f53bca5..ff1068657 100644 --- a/local-cli/link/__tests__/ios/getHeadersInFolder.spec.js +++ b/local-cli/link/__tests__/ios/getHeadersInFolder.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/getPlist.spec.js b/local-cli/link/__tests__/ios/getPlist.spec.js index 36ae648ce..156320079 100644 --- a/local-cli/link/__tests__/ios/getPlist.spec.js +++ b/local-cli/link/__tests__/ios/getPlist.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/getPlistPath.spec.js b/local-cli/link/__tests__/ios/getPlistPath.spec.js index 346da6872..bf7c922ed 100644 --- a/local-cli/link/__tests__/ios/getPlistPath.spec.js +++ b/local-cli/link/__tests__/ios/getPlistPath.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/getProducts.spec.js b/local-cli/link/__tests__/ios/getProducts.spec.js index f304d1069..26bee69fc 100644 --- a/local-cli/link/__tests__/ios/getProducts.spec.js +++ b/local-cli/link/__tests__/ios/getProducts.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/getTargets.spec.js b/local-cli/link/__tests__/ios/getTargets.spec.js index a2917a26e..99f3f3702 100644 --- a/local-cli/link/__tests__/ios/getTargets.spec.js +++ b/local-cli/link/__tests__/ios/getTargets.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/hasLibraryImported.spec.js b/local-cli/link/__tests__/ios/hasLibraryImported.spec.js index 4a2b97892..6d9d1723f 100644 --- a/local-cli/link/__tests__/ios/hasLibraryImported.spec.js +++ b/local-cli/link/__tests__/ios/hasLibraryImported.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/isInstalled.spec.js b/local-cli/link/__tests__/ios/isInstalled.spec.js index d55970e8d..bc291d79d 100644 --- a/local-cli/link/__tests__/ios/isInstalled.spec.js +++ b/local-cli/link/__tests__/ios/isInstalled.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/mapHeaderSearchPaths.spec.js b/local-cli/link/__tests__/ios/mapHeaderSearchPaths.spec.js index 9a480c4c1..e834b32da 100644 --- a/local-cli/link/__tests__/ios/mapHeaderSearchPaths.spec.js +++ b/local-cli/link/__tests__/ios/mapHeaderSearchPaths.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/removeProjectFromLibraries.js b/local-cli/link/__tests__/ios/removeProjectFromLibraries.js index 18baf84b4..262d61b11 100644 --- a/local-cli/link/__tests__/ios/removeProjectFromLibraries.js +++ b/local-cli/link/__tests__/ios/removeProjectFromLibraries.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/removeProjectFromProject.spec.js b/local-cli/link/__tests__/ios/removeProjectFromProject.spec.js index 02dbdf02e..54a3e07cd 100644 --- a/local-cli/link/__tests__/ios/removeProjectFromProject.spec.js +++ b/local-cli/link/__tests__/ios/removeProjectFromProject.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/ios/removeSharedLibrary.spec.js b/local-cli/link/__tests__/ios/removeSharedLibrary.spec.js index 455c8d9ec..601f0f7aa 100644 --- a/local-cli/link/__tests__/ios/removeSharedLibrary.spec.js +++ b/local-cli/link/__tests__/ios/removeSharedLibrary.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/pods/findLineToAddPod.spec.js b/local-cli/link/__tests__/pods/findLineToAddPod.spec.js index 1c8d33956..e065fd406 100644 --- a/local-cli/link/__tests__/pods/findLineToAddPod.spec.js +++ b/local-cli/link/__tests__/pods/findLineToAddPod.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/pods/findMarkedLinesInPodfile.spec.js b/local-cli/link/__tests__/pods/findMarkedLinesInPodfile.spec.js index a62e69b91..f3b688094 100644 --- a/local-cli/link/__tests__/pods/findMarkedLinesInPodfile.spec.js +++ b/local-cli/link/__tests__/pods/findMarkedLinesInPodfile.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/pods/findPodTargetLine.spec.js b/local-cli/link/__tests__/pods/findPodTargetLine.spec.js index e9d3371c8..d64a2513c 100644 --- a/local-cli/link/__tests__/pods/findPodTargetLine.spec.js +++ b/local-cli/link/__tests__/pods/findPodTargetLine.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/pods/isInstalled.spec.js b/local-cli/link/__tests__/pods/isInstalled.spec.js index 4a9a1f43b..abda0fbe3 100644 --- a/local-cli/link/__tests__/pods/isInstalled.spec.js +++ b/local-cli/link/__tests__/pods/isInstalled.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/pods/removePodEntry.spec.js b/local-cli/link/__tests__/pods/removePodEntry.spec.js index 1c9032be6..5c2f4a951 100644 --- a/local-cli/link/__tests__/pods/removePodEntry.spec.js +++ b/local-cli/link/__tests__/pods/removePodEntry.spec.js @@ -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. - * * @emails oncall+javascript_foundation */ diff --git a/local-cli/link/__tests__/promiseWaterfall.spec.js b/local-cli/link/__tests__/promiseWaterfall.spec.js index 0675e6e58..d34aa6502 100644 --- a/local-cli/link/__tests__/promiseWaterfall.spec.js +++ b/local-cli/link/__tests__/promiseWaterfall.spec.js @@ -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. - * * @emails oncall+javascript_foundation */