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 2bdffbe3051..3f070ada1d2 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 36e5bacdf31..242d4773380 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 e169368c0fb..b7d2aa4aadd 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 05494750c96..218eefbac98 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 2778090a5b6..c0a838cf5a5 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 0d5473600e7..b4986202801 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 8b915dcafad..0d31356faac 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 acdef85cf94..c93b2a2076c 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 1a6fd506809..357dea11dc6 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 61504538813..4fb88e9c1cb 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 4fa389a03e4..2fff2638542 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 1a64b85d5e5..ab7d332eb32 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 723ead6177d..09b1f2eea2c 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 0aa6dfc83fe..f6c8599f2a8 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 9843c12835a..483f07f92cd 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 cf85e8cab9f..d323944bb46 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 8503ee88e5e..da42a0c4faf 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 bdd5d9f40c7..ae8dcee5963 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 687c7a46cf3..7058a4d06d6 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 5962918dc67..fd5333d1fe5 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 b3390e9d14a..a5e97030574 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 984441d927b..91873779022 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 01ddc38219f..131d753731a 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 c37ecc8b8c2..0fd082da91f 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 4e59f7bee60..d02eb668985 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 72b379d101c..c7e55c7e90f 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 223f0d6c405..a8c7e3c2ba8 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 faa8f8681f0..3015f15b340 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 f8abb0192bb..30db06d537f 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 49d57daf9ef..a96ff6e24d3 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 a82c99db475..ca32c867090 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 dd628c45ca7..36343a89ce6 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 a997d4e5b53..b3fbf67a1a1 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 ed4ab075b0f..831944bbb94 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 cbc241821f8..f46cc31ebd7 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 49d27084ae9..7e96a20b0ed 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 19f53bca545..ff106865791 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 36ae648ce63..156320079b8 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 346da6872e6..bf7c922edc8 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 f304d106982..26bee69fca0 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 a2917a26ee1..99f3f370215 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 4a2b9789240..6d9d1723f90 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 d55970e8d3a..bc291d79df3 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 9a480c4c1af..e834b32da8c 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 18baf84b4af..262d61b11e8 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 02dbdf02eba..54a3e07cd7a 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 455c8d9ec89..601f0f7aa57 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 1c8d33956c7..e065fd406ff 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 a62e69b915a..f3b6880949f 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 e9d3371c897..d64a2513c7c 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 4a9a1f43b00..abda0fbe32d 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 1c9032be647..5c2f4a951f0 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 0675e6e58db..d34aa650217 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 */