diff --git a/React/CxxBridge/RCTCxxBridge.mm b/React/CxxBridge/RCTCxxBridge.mm index d820d2f10e3..b445991fbb3 100644 --- a/React/CxxBridge/RCTCxxBridge.mm +++ b/React/CxxBridge/RCTCxxBridge.mm @@ -1,5 +1,3 @@ -// Copyright 2004-present Facebook. All Rights Reserved. - /** * Copyright (c) 2015-present, Facebook, Inc. * diff --git a/React/CxxBridge/RCTJSCHelpers.h b/React/CxxBridge/RCTJSCHelpers.h index 38eb26a1dad..b58ccbf58ef 100644 --- a/React/CxxBridge/RCTJSCHelpers.h +++ b/React/CxxBridge/RCTJSCHelpers.h @@ -1,5 +1,3 @@ -// Copyright 2004-present Facebook. All Rights Reserved. - /** * Copyright (c) 2015-present, Facebook, Inc. * diff --git a/React/CxxBridge/RCTJSCHelpers.mm b/React/CxxBridge/RCTJSCHelpers.mm index 760c50022aa..a7e7a8a9b72 100644 --- a/React/CxxBridge/RCTJSCHelpers.mm +++ b/React/CxxBridge/RCTJSCHelpers.mm @@ -1,5 +1,3 @@ -// Copyright 2004-present Facebook. All Rights Reserved. - /** * Copyright (c) 2015-present, Facebook, Inc. * diff --git a/React/DevSupport/RCTInspectorDevServerHelper.h b/React/DevSupport/RCTInspectorDevServerHelper.h index 42a4f6a2e40..f377926bb12 100644 --- a/React/DevSupport/RCTInspectorDevServerHelper.h +++ b/React/DevSupport/RCTInspectorDevServerHelper.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 #import diff --git a/React/Inspector/RCTInspector.h b/React/Inspector/RCTInspector.h index 41bd146e003..e653f917886 100644 --- a/React/Inspector/RCTInspector.h +++ b/React/Inspector/RCTInspector.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 #import diff --git a/React/Inspector/RCTInspectorPackagerConnection.h b/React/Inspector/RCTInspectorPackagerConnection.h index 8499ea40632..ad15e043c30 100644 --- a/React/Inspector/RCTInspectorPackagerConnection.h +++ b/React/Inspector/RCTInspectorPackagerConnection.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 #import diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index 503b814f32a..aa23d8898c0 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -1,4 +1,7 @@ -// Copyright 2015-present Facebook. All Rights Reserved. +// Copyright (c) 2015-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. apply plugin: 'com.android.library' apply plugin: 'maven' diff --git a/ReactAndroid/release.gradle b/ReactAndroid/release.gradle index 3e67beb0a3f..d01daf739de 100644 --- a/ReactAndroid/release.gradle +++ b/ReactAndroid/release.gradle @@ -1,4 +1,7 @@ -// Copyright 2015-present Facebook. All Rights Reserved. +// Copyright (c) 2015-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. apply plugin: 'maven' apply plugin: 'signing' diff --git a/ReactAndroid/src/main/java/com/facebook/debug/debugoverlay/model/DebugOverlayTag.java b/ReactAndroid/src/main/java/com/facebook/debug/debugoverlay/model/DebugOverlayTag.java index c0a1790d886..07d2605717a 100644 --- a/ReactAndroid/src/main/java/com/facebook/debug/debugoverlay/model/DebugOverlayTag.java +++ b/ReactAndroid/src/main/java/com/facebook/debug/debugoverlay/model/DebugOverlayTag.java @@ -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. package com.facebook.debug.debugoverlay.model; diff --git a/ReactAndroid/src/main/java/com/facebook/debug/holder/NoopPrinter.java b/ReactAndroid/src/main/java/com/facebook/debug/holder/NoopPrinter.java index 6c31109a78f..a7bba058310 100644 --- a/ReactAndroid/src/main/java/com/facebook/debug/holder/NoopPrinter.java +++ b/ReactAndroid/src/main/java/com/facebook/debug/holder/NoopPrinter.java @@ -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. package com.facebook.debug.holder; diff --git a/ReactAndroid/src/main/java/com/facebook/debug/holder/Printer.java b/ReactAndroid/src/main/java/com/facebook/debug/holder/Printer.java index dffe707da1e..4fcfc24ca6f 100644 --- a/ReactAndroid/src/main/java/com/facebook/debug/holder/Printer.java +++ b/ReactAndroid/src/main/java/com/facebook/debug/holder/Printer.java @@ -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. package com.facebook.debug.holder; diff --git a/ReactAndroid/src/main/java/com/facebook/debug/holder/PrinterHolder.java b/ReactAndroid/src/main/java/com/facebook/debug/holder/PrinterHolder.java index 3634646333c..e0405a4b99c 100644 --- a/ReactAndroid/src/main/java/com/facebook/debug/holder/PrinterHolder.java +++ b/ReactAndroid/src/main/java/com/facebook/debug/holder/PrinterHolder.java @@ -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. package com.facebook.debug.holder; diff --git a/ReactAndroid/src/main/java/com/facebook/debug/tags/ReactDebugOverlayTags.java b/ReactAndroid/src/main/java/com/facebook/debug/tags/ReactDebugOverlayTags.java index 4df1f1aba79..6bc6b598373 100644 --- a/ReactAndroid/src/main/java/com/facebook/debug/tags/ReactDebugOverlayTags.java +++ b/ReactAndroid/src/main/java/com/facebook/debug/tags/ReactDebugOverlayTags.java @@ -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. package com.facebook.debug.tags; diff --git a/ReactAndroid/src/main/java/com/facebook/jni/Countable.java b/ReactAndroid/src/main/java/com/facebook/jni/Countable.java index a319e187aac..342a6f01e28 100644 --- a/ReactAndroid/src/main/java/com/facebook/jni/Countable.java +++ b/ReactAndroid/src/main/java/com/facebook/jni/Countable.java @@ -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. package com.facebook.jni; diff --git a/ReactAndroid/src/main/java/com/facebook/jni/CpuCapabilitiesJni.java b/ReactAndroid/src/main/java/com/facebook/jni/CpuCapabilitiesJni.java index f8f3054c885..ce3ae8da14b 100644 --- a/ReactAndroid/src/main/java/com/facebook/jni/CpuCapabilitiesJni.java +++ b/ReactAndroid/src/main/java/com/facebook/jni/CpuCapabilitiesJni.java @@ -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. package com.facebook.jni; diff --git a/ReactAndroid/src/main/java/com/facebook/jni/DestructorThread.java b/ReactAndroid/src/main/java/com/facebook/jni/DestructorThread.java index 6b00078f0b1..3ae10379969 100644 --- a/ReactAndroid/src/main/java/com/facebook/jni/DestructorThread.java +++ b/ReactAndroid/src/main/java/com/facebook/jni/DestructorThread.java @@ -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. package com.facebook.jni; diff --git a/ReactAndroid/src/main/java/com/facebook/jni/HybridClassBase.java b/ReactAndroid/src/main/java/com/facebook/jni/HybridClassBase.java index a20b92b8f1b..3e39175c42f 100644 --- a/ReactAndroid/src/main/java/com/facebook/jni/HybridClassBase.java +++ b/ReactAndroid/src/main/java/com/facebook/jni/HybridClassBase.java @@ -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. package com.facebook.jni; import com.facebook.proguard.annotations.DoNotStrip; diff --git a/ReactAndroid/src/main/java/com/facebook/jni/HybridData.java b/ReactAndroid/src/main/java/com/facebook/jni/HybridData.java index 9ace5f3ddc9..ad4077e669c 100644 --- a/ReactAndroid/src/main/java/com/facebook/jni/HybridData.java +++ b/ReactAndroid/src/main/java/com/facebook/jni/HybridData.java @@ -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. package com.facebook.jni; diff --git a/ReactAndroid/src/main/java/com/facebook/jni/JniTerminateHandler.java b/ReactAndroid/src/main/java/com/facebook/jni/JniTerminateHandler.java index 29f66003aef..eec0fbc1610 100644 --- a/ReactAndroid/src/main/java/com/facebook/jni/JniTerminateHandler.java +++ b/ReactAndroid/src/main/java/com/facebook/jni/JniTerminateHandler.java @@ -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. package com.facebook.jni; diff --git a/ReactAndroid/src/main/java/com/facebook/jni/ThreadScopeSupport.java b/ReactAndroid/src/main/java/com/facebook/jni/ThreadScopeSupport.java index 89610c43798..9490f87062c 100644 --- a/ReactAndroid/src/main/java/com/facebook/jni/ThreadScopeSupport.java +++ b/ReactAndroid/src/main/java/com/facebook/jni/ThreadScopeSupport.java @@ -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. package com.facebook.jni; diff --git a/ReactAndroid/src/main/java/com/facebook/react/EagerModuleProvider.java b/ReactAndroid/src/main/java/com/facebook/react/EagerModuleProvider.java index 3270ca34038..9b429baa3a8 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/EagerModuleProvider.java +++ b/ReactAndroid/src/main/java/com/facebook/react/EagerModuleProvider.java @@ -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. package com.facebook.react; diff --git a/ReactAndroid/src/main/java/com/facebook/react/MemoryPressureRouter.java b/ReactAndroid/src/main/java/com/facebook/react/MemoryPressureRouter.java index e83d53f9a58..627b962f667 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/MemoryPressureRouter.java +++ b/ReactAndroid/src/main/java/com/facebook/react/MemoryPressureRouter.java @@ -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. package com.facebook.react; diff --git a/ReactAndroid/src/main/java/com/facebook/react/NativeModuleRegistryBuilder.java b/ReactAndroid/src/main/java/com/facebook/react/NativeModuleRegistryBuilder.java index cabe52043d8..fe0a2624ac0 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/NativeModuleRegistryBuilder.java +++ b/ReactAndroid/src/main/java/com/facebook/react/NativeModuleRegistryBuilder.java @@ -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. package com.facebook.react; diff --git a/ReactAndroid/src/main/java/com/facebook/react/ReactActivityDelegate.java b/ReactAndroid/src/main/java/com/facebook/react/ReactActivityDelegate.java index 03141fb00b0..c0691c748db 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/ReactActivityDelegate.java +++ b/ReactAndroid/src/main/java/com/facebook/react/ReactActivityDelegate.java @@ -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. package com.facebook.react; diff --git a/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManagerBuilder.java b/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManagerBuilder.java index 0b6454086ac..9c48a2338f6 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManagerBuilder.java +++ b/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManagerBuilder.java @@ -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. package com.facebook.react; diff --git a/ReactAndroid/src/main/java/com/facebook/react/ReactPackageLogger.java b/ReactAndroid/src/main/java/com/facebook/react/ReactPackageLogger.java index 50a4c05e99f..eba45f3be22 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/ReactPackageLogger.java +++ b/ReactAndroid/src/main/java/com/facebook/react/ReactPackageLogger.java @@ -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. package com.facebook.react; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/ActivityEventListener.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/ActivityEventListener.java index 834b2267eb2..6642260e68b 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/ActivityEventListener.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/ActivityEventListener.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/BaseActivityEventListener.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/BaseActivityEventListener.java index a855e21bb44..2e9b492e1d5 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/BaseActivityEventListener.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/BaseActivityEventListener.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxCallbackImpl.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxCallbackImpl.java index bb774a6afe2..8d33451f426 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxCallbackImpl.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxCallbackImpl.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapper.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapper.java index 3b14ec4423b..b270579443a 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapper.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapper.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapperBase.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapperBase.java index d10cbb0aa41..6b3a9346cf0 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapperBase.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapperBase.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/GuardedResultAsyncTask.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/GuardedResultAsyncTask.java index db13a71464e..0145c26dfc2 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/GuardedResultAsyncTask.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/GuardedResultAsyncTask.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/GuardedRunnable.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/GuardedRunnable.java index 82c4d86ea8e..e69bc052e5f 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/GuardedRunnable.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/GuardedRunnable.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/Inspector.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/Inspector.java index 9aebad6c718..8cac1350640 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/Inspector.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/Inspector.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/JavaScriptContextHolder.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/JavaScriptContextHolder.java index edc3f242193..fdf5fc8f6c6 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/JavaScriptContextHolder.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/JavaScriptContextHolder.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/MemoryPressure.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/MemoryPressure.java index 7412204e678..f0cd074795c 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/MemoryPressure.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/MemoryPressure.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/MemoryPressureListener.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/MemoryPressureListener.java index 41c45d21753..35e014d5929 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/MemoryPressureListener.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/MemoryPressureListener.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/ModuleHolder.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/ModuleHolder.java index 25259afaf96..e438d06c49d 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/ModuleHolder.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/ModuleHolder.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMarker.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMarker.java index 2ac299ea290..efc480dc47c 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMarker.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMarker.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMarkerConstants.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMarkerConstants.java index 6a818d22e9e..c3dffabbaa7 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMarkerConstants.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMarkerConstants.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/bridge/Systrace.java b/ReactAndroid/src/main/java/com/facebook/react/bridge/Systrace.java index 9f571e8651f..cd5c4615a5b 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/bridge/Systrace.java +++ b/ReactAndroid/src/main/java/com/facebook/react/bridge/Systrace.java @@ -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. package com.facebook.react.bridge; diff --git a/ReactAndroid/src/main/java/com/facebook/react/common/ClearableSynchronizedPool.java b/ReactAndroid/src/main/java/com/facebook/react/common/ClearableSynchronizedPool.java index 783b2035aea..5d12c9f16d4 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/common/ClearableSynchronizedPool.java +++ b/ReactAndroid/src/main/java/com/facebook/react/common/ClearableSynchronizedPool.java @@ -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. package com.facebook.react.common; diff --git a/ReactAndroid/src/main/java/com/facebook/react/devsupport/InspectorPackagerConnection.java b/ReactAndroid/src/main/java/com/facebook/react/devsupport/InspectorPackagerConnection.java index 8df47d9d3a0..45b7897f8c0 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/devsupport/InspectorPackagerConnection.java +++ b/ReactAndroid/src/main/java/com/facebook/react/devsupport/InspectorPackagerConnection.java @@ -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. package com.facebook.react.devsupport; diff --git a/ReactAndroid/src/main/java/com/facebook/react/devsupport/JSDevSupport.java b/ReactAndroid/src/main/java/com/facebook/react/devsupport/JSDevSupport.java index 4e306ba1035..4a84be20254 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/devsupport/JSDevSupport.java +++ b/ReactAndroid/src/main/java/com/facebook/react/devsupport/JSDevSupport.java @@ -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. package com.facebook.react.devsupport; diff --git a/ReactAndroid/src/main/java/com/facebook/react/jstasks/HeadlessJsTaskConfig.java b/ReactAndroid/src/main/java/com/facebook/react/jstasks/HeadlessJsTaskConfig.java index 747d0132eac..5a9136fb908 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/jstasks/HeadlessJsTaskConfig.java +++ b/ReactAndroid/src/main/java/com/facebook/react/jstasks/HeadlessJsTaskConfig.java @@ -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. package com.facebook.react.jstasks; diff --git a/ReactAndroid/src/main/java/com/facebook/react/jstasks/HeadlessJsTaskContext.java b/ReactAndroid/src/main/java/com/facebook/react/jstasks/HeadlessJsTaskContext.java index ea092e6de81..86196f0db99 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/jstasks/HeadlessJsTaskContext.java +++ b/ReactAndroid/src/main/java/com/facebook/react/jstasks/HeadlessJsTaskContext.java @@ -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. package com.facebook.react.jstasks; diff --git a/ReactAndroid/src/main/java/com/facebook/react/module/annotations/ReactModuleList.java b/ReactAndroid/src/main/java/com/facebook/react/module/annotations/ReactModuleList.java index fc47945ac9b..a2b13a40701 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/module/annotations/ReactModuleList.java +++ b/ReactAndroid/src/main/java/com/facebook/react/module/annotations/ReactModuleList.java @@ -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. package com.facebook.react.module.annotations; diff --git a/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfo.java b/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfo.java index 2b0b324728f..b980df1f460 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfo.java +++ b/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfo.java @@ -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. package com.facebook.react.module.model; diff --git a/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfoProvider.java b/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfoProvider.java index 8c30f955e75..24d2c80aff1 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfoProvider.java +++ b/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfoProvider.java @@ -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. package com.facebook.react.module.model; diff --git a/ReactAndroid/src/main/java/com/facebook/react/module/processing/ReactModuleSpecProcessor.java b/ReactAndroid/src/main/java/com/facebook/react/module/processing/ReactModuleSpecProcessor.java index 31128454268..9f269ef6ebf 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/module/processing/ReactModuleSpecProcessor.java +++ b/ReactAndroid/src/main/java/com/facebook/react/module/processing/ReactModuleSpecProcessor.java @@ -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. package com.facebook.react.module.processing; diff --git a/ReactAndroid/src/main/java/com/facebook/react/modules/accessibilityinfo/AccessibilityInfoModule.java b/ReactAndroid/src/main/java/com/facebook/react/modules/accessibilityinfo/AccessibilityInfoModule.java index 257cb0d5167..e4e2b4eadf0 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/modules/accessibilityinfo/AccessibilityInfoModule.java +++ b/ReactAndroid/src/main/java/com/facebook/react/modules/accessibilityinfo/AccessibilityInfoModule.java @@ -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. package com.facebook.react.modules.accessibilityinfo; diff --git a/ReactAndroid/src/main/java/com/facebook/react/modules/fresco/SystraceRequestListener.java b/ReactAndroid/src/main/java/com/facebook/react/modules/fresco/SystraceRequestListener.java index 253a361f658..6cdcb5d7545 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/modules/fresco/SystraceRequestListener.java +++ b/ReactAndroid/src/main/java/com/facebook/react/modules/fresco/SystraceRequestListener.java @@ -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. package com.facebook.react.modules.fresco; diff --git a/ReactAndroid/src/main/java/com/facebook/react/modules/network/ForwardingCookieHandler.java b/ReactAndroid/src/main/java/com/facebook/react/modules/network/ForwardingCookieHandler.java index d24540ceaa4..65a33066741 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/modules/network/ForwardingCookieHandler.java +++ b/ReactAndroid/src/main/java/com/facebook/react/modules/network/ForwardingCookieHandler.java @@ -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. package com.facebook.react.modules.network; diff --git a/ReactAndroid/src/main/java/com/facebook/react/modules/network/ProgressResponseBody.java b/ReactAndroid/src/main/java/com/facebook/react/modules/network/ProgressResponseBody.java index 4ec808caa07..66c439820dd 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/modules/network/ProgressResponseBody.java +++ b/ReactAndroid/src/main/java/com/facebook/react/modules/network/ProgressResponseBody.java @@ -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. package com.facebook.react.modules.network; diff --git a/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/AndroidInfoHelpers.java b/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/AndroidInfoHelpers.java index bbe0c07695d..da1e3fad894 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/AndroidInfoHelpers.java +++ b/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/AndroidInfoHelpers.java @@ -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. package com.facebook.react.modules.systeminfo; diff --git a/ReactAndroid/src/main/java/com/facebook/react/processing/ReactPropertyProcessor.java b/ReactAndroid/src/main/java/com/facebook/react/processing/ReactPropertyProcessor.java index a78daa34bb8..9b9b94607c8 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/processing/ReactPropertyProcessor.java +++ b/ReactAndroid/src/main/java/com/facebook/react/processing/ReactPropertyProcessor.java @@ -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. package com.facebook.react.processing; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java index f1d1413d079..0fb71f1aa1a 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java @@ -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. package com.facebook.react.uimanager; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/LayoutShadowNode.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/LayoutShadowNode.java index c9d8de0eaef..2bbe858f014 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/LayoutShadowNode.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/LayoutShadowNode.java @@ -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. package com.facebook.react.uimanager; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRootViewTagGenerator.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRootViewTagGenerator.java index 6483d3490ca..47d1daa54a0 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRootViewTagGenerator.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRootViewTagGenerator.java @@ -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. package com.facebook.react.uimanager; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactZIndexedViewGroup.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactZIndexedViewGroup.java index 1e7725badc4..a170ed75fb9 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactZIndexedViewGroup.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactZIndexedViewGroup.java @@ -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. package com.facebook.react.uimanager; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerPropertyUpdater.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerPropertyUpdater.java index 47d9ecf1cd0..b64606acd4d 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerPropertyUpdater.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagerPropertyUpdater.java @@ -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. package com.facebook.react.uimanager; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagersPropertyCache.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagersPropertyCache.java index 9a3a798ea5d..2c4098b0d71 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagersPropertyCache.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ViewManagersPropertyCache.java @@ -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. package com.facebook.react.uimanager; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/YogaNodePool.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/YogaNodePool.java index ac6f5b380b3..e4c259197ff 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/YogaNodePool.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/YogaNodePool.java @@ -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. package com.facebook.react.uimanager; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactProp.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactProp.java index f5bfacdf8ad..15ac3306534 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactProp.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactProp.java @@ -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. package com.facebook.react.uimanager.annotations; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropGroup.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropGroup.java index fa9e0d9948e..ff1689840ba 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropGroup.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropGroup.java @@ -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. package com.facebook.react.uimanager.annotations; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropertyHolder.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropertyHolder.java index f676e7e0c69..cfe591a9dc5 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropertyHolder.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropertyHolder.java @@ -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. package com.facebook.react.uimanager.annotations; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/common/MeasureSpecProvider.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/common/MeasureSpecProvider.java index 7cc657470d1..69fef4693d2 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/common/MeasureSpecProvider.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/common/MeasureSpecProvider.java @@ -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. package com.facebook.react.uimanager.common; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/ContentSizeChangeEvent.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/ContentSizeChangeEvent.java index 03cc05a25c1..2b7600f00a9 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/ContentSizeChangeEvent.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/ContentSizeChangeEvent.java @@ -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. package com.facebook.react.uimanager.events; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/EventDispatcherListener.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/EventDispatcherListener.java index a3e3298eef5..acf018bec5d 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/EventDispatcherListener.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/EventDispatcherListener.java @@ -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. package com.facebook.react.uimanager.events; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AbstractLayoutAnimation.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AbstractLayoutAnimation.java index 67e7f19d2c3..49905731606 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AbstractLayoutAnimation.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AbstractLayoutAnimation.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AnimatedPropertyType.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AnimatedPropertyType.java index b979799747c..78e6a2b01fc 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AnimatedPropertyType.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AnimatedPropertyType.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/BaseLayoutAnimation.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/BaseLayoutAnimation.java index be06aedbc19..32c2c48fd7f 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/BaseLayoutAnimation.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/BaseLayoutAnimation.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/InterpolatorType.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/InterpolatorType.java index f59675a8fbe..2f4d54b16d7 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/InterpolatorType.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/InterpolatorType.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationController.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationController.java index 7c88514f900..62568dcc4fb 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationController.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationController.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationListener.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationListener.java index 7edd4251d4c..be181bbc55c 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationListener.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationListener.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationType.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationType.java index a21c0d49cd1..23f325226f5 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationType.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationType.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutCreateAnimation.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutCreateAnimation.java index a989e625c67..07040597f6f 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutCreateAnimation.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutCreateAnimation.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutDeleteAnimation.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutDeleteAnimation.java index f2c3ccb2c2e..5d507c3dedb 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutDeleteAnimation.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutDeleteAnimation.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutHandlingAnimation.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutHandlingAnimation.java index 69234e27029..53a8863059e 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutHandlingAnimation.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutHandlingAnimation.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutUpdateAnimation.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutUpdateAnimation.java index 8189716f729..0c8477270c7 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutUpdateAnimation.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutUpdateAnimation.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/OpacityAnimation.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/OpacityAnimation.java index 033b6a4ae15..71d5aa7b5d9 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/OpacityAnimation.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/OpacityAnimation.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/PositionAndSizeAnimation.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/PositionAndSizeAnimation.java index 9bce9f78162..1f742f2a012 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/PositionAndSizeAnimation.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/PositionAndSizeAnimation.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/SimpleSpringInterpolator.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/SimpleSpringInterpolator.java index 7ca2de98a06..4340625b5b4 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/SimpleSpringInterpolator.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/SimpleSpringInterpolator.java @@ -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. package com.facebook.react.uimanager.layoutanimation; diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/util/ReactFindViewUtil.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/util/ReactFindViewUtil.java index cd3104ae372..c1e10388223 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/util/ReactFindViewUtil.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/util/ReactFindViewUtil.java @@ -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. package com.facebook.react.uimanager.util; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTGroupViewManager.java b/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTGroupViewManager.java index 06f46bf00e4..c164ebda5c1 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTGroupViewManager.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTGroupViewManager.java @@ -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. package com.facebook.react.views.art; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTShapeViewManager.java b/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTShapeViewManager.java index a6343046d23..5c2c8a938a6 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTShapeViewManager.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTShapeViewManager.java @@ -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. package com.facebook.react.views.art; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTTextViewManager.java b/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTTextViewManager.java index 44d6245df92..a697c31ae6f 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTTextViewManager.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/art/ARTTextViewManager.java @@ -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. package com.facebook.react.views.art; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/common/ViewHelper.java b/ReactAndroid/src/main/java/com/facebook/react/views/common/ViewHelper.java index a560cafcb88..0c5bf42e1be 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/common/ViewHelper.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/common/ViewHelper.java @@ -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. package com.facebook.react.views.common; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/image/GlobalImageLoadListener.java b/ReactAndroid/src/main/java/com/facebook/react/views/image/GlobalImageLoadListener.java index f8df2015731..842bb60da66 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/image/GlobalImageLoadListener.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/image/GlobalImageLoadListener.java @@ -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. package com.facebook.react.views.image; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/modal/ModalHostHelper.java b/ReactAndroid/src/main/java/com/facebook/react/views/modal/ModalHostHelper.java index d63643266db..cecde621804 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/modal/ModalHostHelper.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/modal/ModalHostHelper.java @@ -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. package com.facebook.react.views.modal; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/progressbar/ProgressBarContainerView.java b/ReactAndroid/src/main/java/com/facebook/react/views/progressbar/ProgressBarContainerView.java index 9e29777d243..e1d8f6fe0b5 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/progressbar/ProgressBarContainerView.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/progressbar/ProgressBarContainerView.java @@ -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. package com.facebook.react.views.progressbar; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollContainerView.java b/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollContainerView.java index 9dc4a2821c1..bcda656077c 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollContainerView.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollContainerView.java @@ -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. package com.facebook.react.views.scroll; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollContainerViewManager.java b/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollContainerViewManager.java index f84f72aa5df..284f41451f5 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollContainerViewManager.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollContainerViewManager.java @@ -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. package com.facebook.react.views.scroll; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactVirtualTextShadowNode.java b/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactVirtualTextShadowNode.java index 59ae82cc710..cfd6009b070 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactVirtualTextShadowNode.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactVirtualTextShadowNode.java @@ -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. package com.facebook.react.views.text; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/view/MeasureUtil.java b/ReactAndroid/src/main/java/com/facebook/react/views/view/MeasureUtil.java index 338428f0e73..6f764282e7e 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/view/MeasureUtil.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/view/MeasureUtil.java @@ -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. package com.facebook.react.views.view; diff --git a/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewBackgroundManager.java b/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewBackgroundManager.java index 0248b93c61a..95fe29f7970 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewBackgroundManager.java +++ b/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewBackgroundManager.java @@ -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. package com.facebook.react.views.view; diff --git a/ReactAndroid/src/main/java/com/facebook/systrace/TraceListener.java b/ReactAndroid/src/main/java/com/facebook/systrace/TraceListener.java index d9f650d2dc8..27fe3441b5e 100644 --- a/ReactAndroid/src/main/java/com/facebook/systrace/TraceListener.java +++ b/ReactAndroid/src/main/java/com/facebook/systrace/TraceListener.java @@ -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. package com.facebook.systrace; diff --git a/ReactAndroid/src/main/jni/first-party/fb/include/fb/Build.h b/ReactAndroid/src/main/jni/first-party/fb/include/fb/Build.h index 98ad557467d..394f9d6e134 100644 --- a/ReactAndroid/src/main/jni/first-party/fb/include/fb/Build.h +++ b/ReactAndroid/src/main/jni/first-party/fb/include/fb/Build.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. #pragma once diff --git a/ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/JWeakReference.h b/ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/JWeakReference.h index aca55f2034a..941bc3b0d42 100644 --- a/ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/JWeakReference.h +++ b/ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/JWeakReference.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. #pragma once diff --git a/ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/MetaConvert.h b/ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/MetaConvert.h index 69d1babb5fc..7750304bd65 100644 --- a/ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/MetaConvert.h +++ b/ReactAndroid/src/main/jni/first-party/fb/include/fb/fbjni/MetaConvert.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. #pragma once diff --git a/ReactAndroid/src/main/jni/first-party/fb/include/fb/lyra.h b/ReactAndroid/src/main/jni/first-party/fb/include/fb/lyra.h index c60ff27b615..38bca5ef7f8 100644 --- a/ReactAndroid/src/main/jni/first-party/fb/include/fb/lyra.h +++ b/ReactAndroid/src/main/jni/first-party/fb/include/fb/lyra.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. #pragma once diff --git a/ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp b/ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp index f16fbeef6d9..18974660f69 100644 --- a/ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp +++ b/ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp @@ -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. #include #include diff --git a/ReactAndroid/src/main/jni/first-party/fb/lyra/lyra.cpp b/ReactAndroid/src/main/jni/first-party/fb/lyra/lyra.cpp index f915ecef29d..4e1f2e9240a 100644 --- a/ReactAndroid/src/main/jni/first-party/fb/lyra/lyra.cpp +++ b/ReactAndroid/src/main/jni/first-party/fb/lyra/lyra.cpp @@ -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. #include diff --git a/ReactAndroid/src/main/jni/first-party/fbgloginit/fb/glog_init.h b/ReactAndroid/src/main/jni/first-party/fbgloginit/fb/glog_init.h index 311f703500a..18d591ee49a 100644 --- a/ReactAndroid/src/main/jni/first-party/fbgloginit/fb/glog_init.h +++ b/ReactAndroid/src/main/jni/first-party/fbgloginit/fb/glog_init.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. #pragma once diff --git a/ReactAndroid/src/main/jni/first-party/fbgloginit/glog_init.cpp b/ReactAndroid/src/main/jni/first-party/fbgloginit/glog_init.cpp index e9688372c69..614cc881d7a 100644 --- a/ReactAndroid/src/main/jni/first-party/fbgloginit/glog_init.cpp +++ b/ReactAndroid/src/main/jni/first-party/fbgloginit/glog_init.cpp @@ -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. #include "fb/glog_init.h" diff --git a/ReactAndroid/src/main/jni/react/jni/AndroidJSCFactory.cpp b/ReactAndroid/src/main/jni/react/jni/AndroidJSCFactory.cpp index 20da272c727..7b20f4caab3 100644 --- a/ReactAndroid/src/main/jni/react/jni/AndroidJSCFactory.cpp +++ b/ReactAndroid/src/main/jni/react/jni/AndroidJSCFactory.cpp @@ -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. #include diff --git a/ReactAndroid/src/main/jni/react/jni/AndroidJSCFactory.h b/ReactAndroid/src/main/jni/react/jni/AndroidJSCFactory.h index 8ad7a34df84..0e6a34b96e2 100644 --- a/ReactAndroid/src/main/jni/react/jni/AndroidJSCFactory.h +++ b/ReactAndroid/src/main/jni/react/jni/AndroidJSCFactory.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.cpp b/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.cpp index 0c5cf5c8f68..10a3fb82682 100644 --- a/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.cpp +++ b/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.cpp @@ -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. #include "CatalystInstanceImpl.h" diff --git a/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.h b/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.h index 622edb769d0..fcd7aef7020 100644 --- a/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.h +++ b/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.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. #include diff --git a/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.cpp b/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.cpp index 8f0ec406449..b9205cc6ae5 100644 --- a/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.cpp +++ b/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.cpp @@ -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. #include "CxxModuleWrapper.h" diff --git a/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.h b/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.h index 74d51563fae..0055965c6cb 100644 --- a/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.h +++ b/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapperBase.h b/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapperBase.h index c184464f162..12813545359 100644 --- a/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapperBase.h +++ b/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapperBase.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/CxxSharedModuleWrapper.h b/ReactAndroid/src/main/jni/react/jni/CxxSharedModuleWrapper.h index 81ca0a20019..53f8b653c2d 100644 --- a/ReactAndroid/src/main/jni/react/jni/CxxSharedModuleWrapper.h +++ b/ReactAndroid/src/main/jni/react/jni/CxxSharedModuleWrapper.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JCallback.h b/ReactAndroid/src/main/jni/react/jni/JCallback.h index b4b68d1f847..00502ab56b0 100644 --- a/ReactAndroid/src/main/jni/react/jni/JCallback.h +++ b/ReactAndroid/src/main/jni/react/jni/JCallback.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JInspector.cpp b/ReactAndroid/src/main/jni/react/jni/JInspector.cpp index 1d326e3e733..0f1b5593ad2 100644 --- a/ReactAndroid/src/main/jni/react/jni/JInspector.cpp +++ b/ReactAndroid/src/main/jni/react/jni/JInspector.cpp @@ -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. #include "JInspector.h" diff --git a/ReactAndroid/src/main/jni/react/jni/JInspector.h b/ReactAndroid/src/main/jni/react/jni/JInspector.h index 9e089687eb8..a199989c998 100644 --- a/ReactAndroid/src/main/jni/react/jni/JInspector.h +++ b/ReactAndroid/src/main/jni/react/jni/JInspector.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.cpp b/ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.cpp index b881b611594..614f2fc95f8 100644 --- a/ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.cpp +++ b/ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.cpp @@ -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. #include "JMessageQueueThread.h" diff --git a/ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.h b/ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.h index 944854ea82f..604429671c0 100644 --- a/ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.h +++ b/ReactAndroid/src/main/jni/react/jni/JMessageQueueThread.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JNativeRunnable.h b/ReactAndroid/src/main/jni/react/jni/JNativeRunnable.h index 5550af34299..53a973e85a6 100644 --- a/ReactAndroid/src/main/jni/react/jni/JNativeRunnable.h +++ b/ReactAndroid/src/main/jni/react/jni/JNativeRunnable.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JReactMarker.cpp b/ReactAndroid/src/main/jni/react/jni/JReactMarker.cpp index e210aedca7f..ead1c689d12 100644 --- a/ReactAndroid/src/main/jni/react/jni/JReactMarker.cpp +++ b/ReactAndroid/src/main/jni/react/jni/JReactMarker.cpp @@ -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. #include "JReactMarker.h" #include diff --git a/ReactAndroid/src/main/jni/react/jni/JReactMarker.h b/ReactAndroid/src/main/jni/react/jni/JReactMarker.h index 6a46d083c40..f9e6d27d168 100644 --- a/ReactAndroid/src/main/jni/react/jni/JReactMarker.h +++ b/ReactAndroid/src/main/jni/react/jni/JReactMarker.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JSCPerfLogging.cpp b/ReactAndroid/src/main/jni/react/jni/JSCPerfLogging.cpp index d2c9973ecb9..ea9c7285ec8 100644 --- a/ReactAndroid/src/main/jni/react/jni/JSCPerfLogging.cpp +++ b/ReactAndroid/src/main/jni/react/jni/JSCPerfLogging.cpp @@ -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. #include "JSCPerfLogging.h" diff --git a/ReactAndroid/src/main/jni/react/jni/JSCPerfLogging.h b/ReactAndroid/src/main/jni/react/jni/JSCPerfLogging.h index 241e716b8fb..43805243af2 100644 --- a/ReactAndroid/src/main/jni/react/jni/JSCPerfLogging.h +++ b/ReactAndroid/src/main/jni/react/jni/JSCPerfLogging.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JSLoader.cpp b/ReactAndroid/src/main/jni/react/jni/JSLoader.cpp index 187f96fb791..2f435dfda93 100644 --- a/ReactAndroid/src/main/jni/react/jni/JSLoader.cpp +++ b/ReactAndroid/src/main/jni/react/jni/JSLoader.cpp @@ -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. #include "JSLoader.h" diff --git a/ReactAndroid/src/main/jni/react/jni/JSLoader.h b/ReactAndroid/src/main/jni/react/jni/JSLoader.h index d6ea1fbe6d5..543534a9707 100644 --- a/ReactAndroid/src/main/jni/react/jni/JSLoader.h +++ b/ReactAndroid/src/main/jni/react/jni/JSLoader.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JSLogging.cpp b/ReactAndroid/src/main/jni/react/jni/JSLogging.cpp index 02cd21ddd75..bb3762bf06c 100644 --- a/ReactAndroid/src/main/jni/react/jni/JSLogging.cpp +++ b/ReactAndroid/src/main/jni/react/jni/JSLogging.cpp @@ -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. #include "JSLogging.h" diff --git a/ReactAndroid/src/main/jni/react/jni/JSLogging.h b/ReactAndroid/src/main/jni/react/jni/JSLogging.h index aaf5718ccf1..173b4745ccd 100644 --- a/ReactAndroid/src/main/jni/react/jni/JSLogging.h +++ b/ReactAndroid/src/main/jni/react/jni/JSLogging.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.cpp b/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.cpp index 9f667f23aa9..4d7e52e4945 100644 --- a/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.cpp +++ b/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.cpp @@ -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. #include "JavaModuleWrapper.h" diff --git a/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.h b/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.h index 6bc4f6b7569..cdd081b69d4 100644 --- a/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.h +++ b/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/JavaScriptExecutorHolder.h b/ReactAndroid/src/main/jni/react/jni/JavaScriptExecutorHolder.h index b23cc9e370d..7f7141716ed 100644 --- a/ReactAndroid/src/main/jni/react/jni/JavaScriptExecutorHolder.h +++ b/ReactAndroid/src/main/jni/react/jni/JavaScriptExecutorHolder.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. #include diff --git a/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.cpp b/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.cpp index 504f937c0cf..643ef80d2f6 100644 --- a/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.cpp +++ b/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.cpp @@ -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. #include "JniJSModulesUnbundle.h" diff --git a/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.h b/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.h index 8ca93b3ed88..17fcd2d6742 100644 --- a/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.h +++ b/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/MethodInvoker.cpp b/ReactAndroid/src/main/jni/react/jni/MethodInvoker.cpp index deb289714ce..4abba9308cf 100644 --- a/ReactAndroid/src/main/jni/react/jni/MethodInvoker.cpp +++ b/ReactAndroid/src/main/jni/react/jni/MethodInvoker.cpp @@ -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. #include "MethodInvoker.h" diff --git a/ReactAndroid/src/main/jni/react/jni/MethodInvoker.h b/ReactAndroid/src/main/jni/react/jni/MethodInvoker.h index 288c0b875c2..e86ebe1be77 100644 --- a/ReactAndroid/src/main/jni/react/jni/MethodInvoker.h +++ b/ReactAndroid/src/main/jni/react/jni/MethodInvoker.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.cpp b/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.cpp index eb204dd3ee9..e902f603729 100644 --- a/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.cpp +++ b/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.cpp @@ -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. #include "ModuleRegistryBuilder.h" diff --git a/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.h b/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.h index 3a8cc09258e..b179c5ba44e 100644 --- a/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.h +++ b/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.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. #include diff --git a/ReactAndroid/src/main/jni/react/jni/NativeArray.cpp b/ReactAndroid/src/main/jni/react/jni/NativeArray.cpp index 09026055bf4..2c6bc8f1d56 100644 --- a/ReactAndroid/src/main/jni/react/jni/NativeArray.cpp +++ b/ReactAndroid/src/main/jni/react/jni/NativeArray.cpp @@ -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. #include "NativeArray.h" diff --git a/ReactAndroid/src/main/jni/react/jni/NativeArray.h b/ReactAndroid/src/main/jni/react/jni/NativeArray.h index 3b48928356b..54efd849ec0 100644 --- a/ReactAndroid/src/main/jni/react/jni/NativeArray.h +++ b/ReactAndroid/src/main/jni/react/jni/NativeArray.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/NativeCommon.cpp b/ReactAndroid/src/main/jni/react/jni/NativeCommon.cpp index 633792a7d2e..fd46ea949ee 100644 --- a/ReactAndroid/src/main/jni/react/jni/NativeCommon.cpp +++ b/ReactAndroid/src/main/jni/react/jni/NativeCommon.cpp @@ -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. #include "NativeCommon.h" diff --git a/ReactAndroid/src/main/jni/react/jni/NativeCommon.h b/ReactAndroid/src/main/jni/react/jni/NativeCommon.h index 1f4a926fd18..738edb09754 100644 --- a/ReactAndroid/src/main/jni/react/jni/NativeCommon.h +++ b/ReactAndroid/src/main/jni/react/jni/NativeCommon.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/NativeDeltaClient.cpp b/ReactAndroid/src/main/jni/react/jni/NativeDeltaClient.cpp index 2c35306caf8..cb7d10fafda 100644 --- a/ReactAndroid/src/main/jni/react/jni/NativeDeltaClient.cpp +++ b/ReactAndroid/src/main/jni/react/jni/NativeDeltaClient.cpp @@ -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. #include "NativeDeltaClient.h" diff --git a/ReactAndroid/src/main/jni/react/jni/NativeDeltaClient.h b/ReactAndroid/src/main/jni/react/jni/NativeDeltaClient.h index 5e2eea14ae2..957465d7fdb 100644 --- a/ReactAndroid/src/main/jni/react/jni/NativeDeltaClient.h +++ b/ReactAndroid/src/main/jni/react/jni/NativeDeltaClient.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/NativeMap.cpp b/ReactAndroid/src/main/jni/react/jni/NativeMap.cpp index ebc7fa88bdb..c8c948cd440 100644 --- a/ReactAndroid/src/main/jni/react/jni/NativeMap.cpp +++ b/ReactAndroid/src/main/jni/react/jni/NativeMap.cpp @@ -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. #include "NativeMap.h" diff --git a/ReactAndroid/src/main/jni/react/jni/NativeMap.h b/ReactAndroid/src/main/jni/react/jni/NativeMap.h index 3baf03242a4..7089b6d9fbe 100644 --- a/ReactAndroid/src/main/jni/react/jni/NativeMap.h +++ b/ReactAndroid/src/main/jni/react/jni/NativeMap.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/OnLoad.cpp b/ReactAndroid/src/main/jni/react/jni/OnLoad.cpp index 662c8bdf2c5..75f1300f921 100644 --- a/ReactAndroid/src/main/jni/react/jni/OnLoad.cpp +++ b/ReactAndroid/src/main/jni/react/jni/OnLoad.cpp @@ -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. #include diff --git a/ReactAndroid/src/main/jni/react/jni/OnLoad.h b/ReactAndroid/src/main/jni/react/jni/OnLoad.h index 9da83c447b9..18682b92560 100644 --- a/ReactAndroid/src/main/jni/react/jni/OnLoad.h +++ b/ReactAndroid/src/main/jni/react/jni/OnLoad.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/ProxyExecutor.cpp b/ReactAndroid/src/main/jni/react/jni/ProxyExecutor.cpp index 1b9395ceae4..1a030f5d4d2 100644 --- a/ReactAndroid/src/main/jni/react/jni/ProxyExecutor.cpp +++ b/ReactAndroid/src/main/jni/react/jni/ProxyExecutor.cpp @@ -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. #include "ProxyExecutor.h" diff --git a/ReactAndroid/src/main/jni/react/jni/ProxyExecutor.h b/ReactAndroid/src/main/jni/react/jni/ProxyExecutor.h index b77d35f6374..5e1b1b78687 100644 --- a/ReactAndroid/src/main/jni/react/jni/ProxyExecutor.h +++ b/ReactAndroid/src/main/jni/react/jni/ProxyExecutor.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/ReadableNativeArray.cpp b/ReactAndroid/src/main/jni/react/jni/ReadableNativeArray.cpp index 2ea8742fae5..008738f6af2 100644 --- a/ReactAndroid/src/main/jni/react/jni/ReadableNativeArray.cpp +++ b/ReactAndroid/src/main/jni/react/jni/ReadableNativeArray.cpp @@ -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. #include "ReadableNativeArray.h" diff --git a/ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.cpp b/ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.cpp index 1a7aa3d8af5..5c91620ac55 100644 --- a/ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.cpp +++ b/ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.cpp @@ -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. #include "ReadableNativeMap.h" diff --git a/ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.h b/ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.h index de06d69753a..7258adaaeac 100644 --- a/ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.h +++ b/ReactAndroid/src/main/jni/react/jni/ReadableNativeMap.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/WritableNativeArray.cpp b/ReactAndroid/src/main/jni/react/jni/WritableNativeArray.cpp index 77de9ff2203..20510758b8a 100644 --- a/ReactAndroid/src/main/jni/react/jni/WritableNativeArray.cpp +++ b/ReactAndroid/src/main/jni/react/jni/WritableNativeArray.cpp @@ -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. #include "WritableNativeArray.h" diff --git a/ReactAndroid/src/main/jni/react/jni/WritableNativeArray.h b/ReactAndroid/src/main/jni/react/jni/WritableNativeArray.h index e47769517f0..23dea3eb9fe 100644 --- a/ReactAndroid/src/main/jni/react/jni/WritableNativeArray.h +++ b/ReactAndroid/src/main/jni/react/jni/WritableNativeArray.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/jni/WritableNativeMap.cpp b/ReactAndroid/src/main/jni/react/jni/WritableNativeMap.cpp index 3460f581047..f33dcd13179 100644 --- a/ReactAndroid/src/main/jni/react/jni/WritableNativeMap.cpp +++ b/ReactAndroid/src/main/jni/react/jni/WritableNativeMap.cpp @@ -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. #include "WritableNativeMap.h" diff --git a/ReactAndroid/src/main/jni/react/jni/WritableNativeMap.h b/ReactAndroid/src/main/jni/react/jni/WritableNativeMap.h index d577f0dffbd..3373350266e 100644 --- a/ReactAndroid/src/main/jni/react/jni/WritableNativeMap.h +++ b/ReactAndroid/src/main/jni/react/jni/WritableNativeMap.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. #pragma once diff --git a/ReactAndroid/src/main/jni/react/perftests/OnLoad.cpp b/ReactAndroid/src/main/jni/react/perftests/OnLoad.cpp index 89610b203be..b4d5f7d028b 100644 --- a/ReactAndroid/src/main/jni/react/perftests/OnLoad.cpp +++ b/ReactAndroid/src/main/jni/react/perftests/OnLoad.cpp @@ -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. #include #include diff --git a/ReactAndroid/src/test/java/com/facebook/react/fabric/FabricReconcilerTest.java b/ReactAndroid/src/test/java/com/facebook/react/fabric/FabricReconcilerTest.java index d5f2104087f..a696d21e4de 100644 --- a/ReactAndroid/src/test/java/com/facebook/react/fabric/FabricReconcilerTest.java +++ b/ReactAndroid/src/test/java/com/facebook/react/fabric/FabricReconcilerTest.java @@ -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. package com.facebook.react.fabric; import static org.fest.assertions.api.Assertions.assertThat; diff --git a/ReactAndroid/src/test/java/com/facebook/react/fabric/FabricUIManagerTest.java b/ReactAndroid/src/test/java/com/facebook/react/fabric/FabricUIManagerTest.java index 8d70d85f647..9b1c95db67b 100644 --- a/ReactAndroid/src/test/java/com/facebook/react/fabric/FabricUIManagerTest.java +++ b/ReactAndroid/src/test/java/com/facebook/react/fabric/FabricUIManagerTest.java @@ -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. package com.facebook.react.fabric; import static org.fest.assertions.api.Assertions.assertThat; diff --git a/ReactAndroid/src/test/java/com/facebook/react/fabric/ReactShadowNodeTest.java b/ReactAndroid/src/test/java/com/facebook/react/fabric/ReactShadowNodeTest.java index 7148da73564..68881c7f445 100644 --- a/ReactAndroid/src/test/java/com/facebook/react/fabric/ReactShadowNodeTest.java +++ b/ReactAndroid/src/test/java/com/facebook/react/fabric/ReactShadowNodeTest.java @@ -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. package com.facebook.react.fabric; import com.facebook.react.uimanager.ReactShadowNodeImpl; diff --git a/ReactCommon/cxxreact/CxxModule.h b/ReactCommon/cxxreact/CxxModule.h index 73587a4e5c3..f31b2064259 100644 --- a/ReactCommon/cxxreact/CxxModule.h +++ b/ReactCommon/cxxreact/CxxModule.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. #pragma once diff --git a/ReactCommon/cxxreact/CxxNativeModule.cpp b/ReactCommon/cxxreact/CxxNativeModule.cpp index 4b71e3bef2e..757098e535e 100644 --- a/ReactCommon/cxxreact/CxxNativeModule.cpp +++ b/ReactCommon/cxxreact/CxxNativeModule.cpp @@ -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. #include "CxxNativeModule.h" #include "Instance.h" diff --git a/ReactCommon/cxxreact/CxxNativeModule.h b/ReactCommon/cxxreact/CxxNativeModule.h index 9d60ee17df8..b02dec1ce5d 100644 --- a/ReactCommon/cxxreact/CxxNativeModule.h +++ b/ReactCommon/cxxreact/CxxNativeModule.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. #pragma once diff --git a/ReactCommon/cxxreact/Instance.cpp b/ReactCommon/cxxreact/Instance.cpp index 534f4b981cd..cc951813e71 100644 --- a/ReactCommon/cxxreact/Instance.cpp +++ b/ReactCommon/cxxreact/Instance.cpp @@ -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. #include "Instance.h" diff --git a/ReactCommon/cxxreact/Instance.h b/ReactCommon/cxxreact/Instance.h index dffbe72465d..95f4b905a60 100644 --- a/ReactCommon/cxxreact/Instance.h +++ b/ReactCommon/cxxreact/Instance.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. #pragma once diff --git a/ReactCommon/cxxreact/JSBigString.cpp b/ReactCommon/cxxreact/JSBigString.cpp index 2bd44480040..dda34f084c2 100644 --- a/ReactCommon/cxxreact/JSBigString.cpp +++ b/ReactCommon/cxxreact/JSBigString.cpp @@ -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. #include "JSBigString.h" diff --git a/ReactCommon/cxxreact/JSBigString.h b/ReactCommon/cxxreact/JSBigString.h index 6f9667e3f6f..bac6fc03774 100644 --- a/ReactCommon/cxxreact/JSBigString.h +++ b/ReactCommon/cxxreact/JSBigString.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. #pragma once diff --git a/ReactCommon/cxxreact/JSBundleType.cpp b/ReactCommon/cxxreact/JSBundleType.cpp index 72c60ebf656..f74fa7d46fc 100644 --- a/ReactCommon/cxxreact/JSBundleType.cpp +++ b/ReactCommon/cxxreact/JSBundleType.cpp @@ -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. #include "JSBundleType.h" diff --git a/ReactCommon/cxxreact/JSBundleType.h b/ReactCommon/cxxreact/JSBundleType.h index 3e8627f9300..b6ed106ce2d 100644 --- a/ReactCommon/cxxreact/JSBundleType.h +++ b/ReactCommon/cxxreact/JSBundleType.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. #pragma once diff --git a/ReactCommon/cxxreact/JSCExecutor.cpp b/ReactCommon/cxxreact/JSCExecutor.cpp index 3c66fb39edc..65ee3bdd802 100644 --- a/ReactCommon/cxxreact/JSCExecutor.cpp +++ b/ReactCommon/cxxreact/JSCExecutor.cpp @@ -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. #include "JSCExecutor.h" diff --git a/ReactCommon/cxxreact/JSCExecutor.h b/ReactCommon/cxxreact/JSCExecutor.h index 151ded93401..a52842b386d 100644 --- a/ReactCommon/cxxreact/JSCExecutor.h +++ b/ReactCommon/cxxreact/JSCExecutor.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. #pragma once diff --git a/ReactCommon/cxxreact/JSCLegacyTracing.cpp b/ReactCommon/cxxreact/JSCLegacyTracing.cpp index e2783055c4e..64d5803fb87 100644 --- a/ReactCommon/cxxreact/JSCLegacyTracing.cpp +++ b/ReactCommon/cxxreact/JSCLegacyTracing.cpp @@ -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. #include "JSCLegacyTracing.h" diff --git a/ReactCommon/cxxreact/JSCLegacyTracing.h b/ReactCommon/cxxreact/JSCLegacyTracing.h index 2803c4302b3..e0f1b7bf520 100644 --- a/ReactCommon/cxxreact/JSCLegacyTracing.h +++ b/ReactCommon/cxxreact/JSCLegacyTracing.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. #pragma once diff --git a/ReactCommon/cxxreact/JSCMemory.cpp b/ReactCommon/cxxreact/JSCMemory.cpp index 976c98114a5..38a4590850a 100644 --- a/ReactCommon/cxxreact/JSCMemory.cpp +++ b/ReactCommon/cxxreact/JSCMemory.cpp @@ -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. #include "JSCMemory.h" diff --git a/ReactCommon/cxxreact/JSCMemory.h b/ReactCommon/cxxreact/JSCMemory.h index 899bba82b09..d8e797aab2d 100644 --- a/ReactCommon/cxxreact/JSCMemory.h +++ b/ReactCommon/cxxreact/JSCMemory.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. #pragma once diff --git a/ReactCommon/cxxreact/JSCNativeModules.cpp b/ReactCommon/cxxreact/JSCNativeModules.cpp index 1a440086c48..50d199a25ef 100644 --- a/ReactCommon/cxxreact/JSCNativeModules.cpp +++ b/ReactCommon/cxxreact/JSCNativeModules.cpp @@ -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. #include "JSCNativeModules.h" diff --git a/ReactCommon/cxxreact/JSCNativeModules.h b/ReactCommon/cxxreact/JSCNativeModules.h index e81e98d2a79..40f0fd69f55 100644 --- a/ReactCommon/cxxreact/JSCNativeModules.h +++ b/ReactCommon/cxxreact/JSCNativeModules.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. #pragma once diff --git a/ReactCommon/cxxreact/JSCPerfStats.cpp b/ReactCommon/cxxreact/JSCPerfStats.cpp index f1f487569f7..0373d6ad5e8 100644 --- a/ReactCommon/cxxreact/JSCPerfStats.cpp +++ b/ReactCommon/cxxreact/JSCPerfStats.cpp @@ -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. #include "JSCPerfStats.h" diff --git a/ReactCommon/cxxreact/JSCPerfStats.h b/ReactCommon/cxxreact/JSCPerfStats.h index 9dab4b9c2a6..1ecf70bf14b 100644 --- a/ReactCommon/cxxreact/JSCPerfStats.h +++ b/ReactCommon/cxxreact/JSCPerfStats.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. #pragma once diff --git a/ReactCommon/cxxreact/JSCSamplingProfiler.cpp b/ReactCommon/cxxreact/JSCSamplingProfiler.cpp index 813a19c6865..425e4e69e1a 100644 --- a/ReactCommon/cxxreact/JSCSamplingProfiler.cpp +++ b/ReactCommon/cxxreact/JSCSamplingProfiler.cpp @@ -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. #include "JSCSamplingProfiler.h" diff --git a/ReactCommon/cxxreact/JSCSamplingProfiler.h b/ReactCommon/cxxreact/JSCSamplingProfiler.h index bed56cbc2ec..b252db61f57 100644 --- a/ReactCommon/cxxreact/JSCSamplingProfiler.h +++ b/ReactCommon/cxxreact/JSCSamplingProfiler.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. #pragma once diff --git a/ReactCommon/cxxreact/JSCTracing.cpp b/ReactCommon/cxxreact/JSCTracing.cpp index ca11a8e7210..ca870f544be 100644 --- a/ReactCommon/cxxreact/JSCTracing.cpp +++ b/ReactCommon/cxxreact/JSCTracing.cpp @@ -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. #include "JSCTracing.h" diff --git a/ReactCommon/cxxreact/JSCTracing.h b/ReactCommon/cxxreact/JSCTracing.h index 63af9aa9d0a..0a0b1b39a75 100644 --- a/ReactCommon/cxxreact/JSCTracing.h +++ b/ReactCommon/cxxreact/JSCTracing.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. #pragma once diff --git a/ReactCommon/cxxreact/JSCUtils.cpp b/ReactCommon/cxxreact/JSCUtils.cpp index 45cc591bf76..25e4da18540 100644 --- a/ReactCommon/cxxreact/JSCUtils.cpp +++ b/ReactCommon/cxxreact/JSCUtils.cpp @@ -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. #include "JSCUtils.h" diff --git a/ReactCommon/cxxreact/JSCUtils.h b/ReactCommon/cxxreact/JSCUtils.h index dfa1df71594..feeae32c7a9 100644 --- a/ReactCommon/cxxreact/JSCUtils.h +++ b/ReactCommon/cxxreact/JSCUtils.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. #pragma once diff --git a/ReactCommon/cxxreact/JSDeltaBundleClient.h b/ReactCommon/cxxreact/JSDeltaBundleClient.h index 107bd39880d..021ae6c622c 100644 --- a/ReactCommon/cxxreact/JSDeltaBundleClient.h +++ b/ReactCommon/cxxreact/JSDeltaBundleClient.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. #pragma once diff --git a/ReactCommon/cxxreact/JSExecutor.cpp b/ReactCommon/cxxreact/JSExecutor.cpp index 9548f9664ac..846273ab37f 100644 --- a/ReactCommon/cxxreact/JSExecutor.cpp +++ b/ReactCommon/cxxreact/JSExecutor.cpp @@ -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. #include "JSExecutor.h" diff --git a/ReactCommon/cxxreact/JSExecutor.h b/ReactCommon/cxxreact/JSExecutor.h index e699c79b226..6627304abbe 100644 --- a/ReactCommon/cxxreact/JSExecutor.h +++ b/ReactCommon/cxxreact/JSExecutor.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. #pragma once diff --git a/ReactCommon/cxxreact/JSIndexedRAMBundle.cpp b/ReactCommon/cxxreact/JSIndexedRAMBundle.cpp index 57d2a4afeb7..cca4ab20338 100644 --- a/ReactCommon/cxxreact/JSIndexedRAMBundle.cpp +++ b/ReactCommon/cxxreact/JSIndexedRAMBundle.cpp @@ -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. #include "JSIndexedRAMBundle.h" diff --git a/ReactCommon/cxxreact/JSIndexedRAMBundle.h b/ReactCommon/cxxreact/JSIndexedRAMBundle.h index 6467977279f..e91ed076813 100644 --- a/ReactCommon/cxxreact/JSIndexedRAMBundle.h +++ b/ReactCommon/cxxreact/JSIndexedRAMBundle.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. #pragma once diff --git a/ReactCommon/cxxreact/JSModulesUnbundle.h b/ReactCommon/cxxreact/JSModulesUnbundle.h index 83a997f5495..f1662776c31 100644 --- a/ReactCommon/cxxreact/JSModulesUnbundle.h +++ b/ReactCommon/cxxreact/JSModulesUnbundle.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. #pragma once diff --git a/ReactCommon/cxxreact/JsArgumentHelpers-inl.h b/ReactCommon/cxxreact/JsArgumentHelpers-inl.h index ce8de89364b..63ce70cf060 100644 --- a/ReactCommon/cxxreact/JsArgumentHelpers-inl.h +++ b/ReactCommon/cxxreact/JsArgumentHelpers-inl.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. #pragma once diff --git a/ReactCommon/cxxreact/JsArgumentHelpers.h b/ReactCommon/cxxreact/JsArgumentHelpers.h index a66c4016711..ba6cd62af89 100644 --- a/ReactCommon/cxxreact/JsArgumentHelpers.h +++ b/ReactCommon/cxxreact/JsArgumentHelpers.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. #pragma once diff --git a/ReactCommon/cxxreact/MessageQueueThread.h b/ReactCommon/cxxreact/MessageQueueThread.h index 72d13749f9d..5158646281a 100644 --- a/ReactCommon/cxxreact/MessageQueueThread.h +++ b/ReactCommon/cxxreact/MessageQueueThread.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. #pragma once diff --git a/ReactCommon/cxxreact/MethodCall.cpp b/ReactCommon/cxxreact/MethodCall.cpp index c125c4bd959..70abb425030 100644 --- a/ReactCommon/cxxreact/MethodCall.cpp +++ b/ReactCommon/cxxreact/MethodCall.cpp @@ -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. #include "MethodCall.h" diff --git a/ReactCommon/cxxreact/MethodCall.h b/ReactCommon/cxxreact/MethodCall.h index 38a288ed507..ec6bc334e6a 100644 --- a/ReactCommon/cxxreact/MethodCall.h +++ b/ReactCommon/cxxreact/MethodCall.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. #pragma once diff --git a/ReactCommon/cxxreact/ModuleRegistry.cpp b/ReactCommon/cxxreact/ModuleRegistry.cpp index 8779e7e9439..17f17746984 100644 --- a/ReactCommon/cxxreact/ModuleRegistry.cpp +++ b/ReactCommon/cxxreact/ModuleRegistry.cpp @@ -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. #include "ModuleRegistry.h" diff --git a/ReactCommon/cxxreact/ModuleRegistry.h b/ReactCommon/cxxreact/ModuleRegistry.h index 8df870e88c5..183996dc7b8 100644 --- a/ReactCommon/cxxreact/ModuleRegistry.h +++ b/ReactCommon/cxxreact/ModuleRegistry.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. #pragma once diff --git a/ReactCommon/cxxreact/NativeModule.h b/ReactCommon/cxxreact/NativeModule.h index afde69d8517..a7229b24aa7 100644 --- a/ReactCommon/cxxreact/NativeModule.h +++ b/ReactCommon/cxxreact/NativeModule.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. #pragma once diff --git a/ReactCommon/cxxreact/NativeToJsBridge.cpp b/ReactCommon/cxxreact/NativeToJsBridge.cpp index 3cf374f068d..32cb06b9c4f 100644 --- a/ReactCommon/cxxreact/NativeToJsBridge.cpp +++ b/ReactCommon/cxxreact/NativeToJsBridge.cpp @@ -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. #include "NativeToJsBridge.h" diff --git a/ReactCommon/cxxreact/NativeToJsBridge.h b/ReactCommon/cxxreact/NativeToJsBridge.h index 7e7aaf77ee2..0a6110f67e4 100644 --- a/ReactCommon/cxxreact/NativeToJsBridge.h +++ b/ReactCommon/cxxreact/NativeToJsBridge.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. #pragma once diff --git a/ReactCommon/cxxreact/Platform.cpp b/ReactCommon/cxxreact/Platform.cpp index c4aeb2e0e70..d9835ea94dd 100644 --- a/ReactCommon/cxxreact/Platform.cpp +++ b/ReactCommon/cxxreact/Platform.cpp @@ -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. #include "Platform.h" diff --git a/ReactCommon/cxxreact/Platform.h b/ReactCommon/cxxreact/Platform.h index be9c1737ec1..59f49222cea 100644 --- a/ReactCommon/cxxreact/Platform.h +++ b/ReactCommon/cxxreact/Platform.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. #pragma once diff --git a/ReactCommon/cxxreact/RAMBundleRegistry.cpp b/ReactCommon/cxxreact/RAMBundleRegistry.cpp index cc61ea25454..d1030897542 100644 --- a/ReactCommon/cxxreact/RAMBundleRegistry.cpp +++ b/ReactCommon/cxxreact/RAMBundleRegistry.cpp @@ -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. #include "RAMBundleRegistry.h" diff --git a/ReactCommon/cxxreact/RAMBundleRegistry.h b/ReactCommon/cxxreact/RAMBundleRegistry.h index 6314dce036e..7670b90b53d 100644 --- a/ReactCommon/cxxreact/RAMBundleRegistry.h +++ b/ReactCommon/cxxreact/RAMBundleRegistry.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. #pragma once diff --git a/ReactCommon/cxxreact/ReactMarker.cpp b/ReactCommon/cxxreact/ReactMarker.cpp index f2c28c404b3..ae1a502efeb 100644 --- a/ReactCommon/cxxreact/ReactMarker.cpp +++ b/ReactCommon/cxxreact/ReactMarker.cpp @@ -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. #include "ReactMarker.h" diff --git a/ReactCommon/cxxreact/ReactMarker.h b/ReactCommon/cxxreact/ReactMarker.h index 26f84ea35e7..ae176b78867 100644 --- a/ReactCommon/cxxreact/ReactMarker.h +++ b/ReactCommon/cxxreact/ReactMarker.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. #pragma once diff --git a/ReactCommon/cxxreact/RecoverableError.h b/ReactCommon/cxxreact/RecoverableError.h index d71e1c95aa0..ab62e9a98d0 100644 --- a/ReactCommon/cxxreact/RecoverableError.h +++ b/ReactCommon/cxxreact/RecoverableError.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. #pragma once diff --git a/ReactCommon/cxxreact/SampleCxxModule.cpp b/ReactCommon/cxxreact/SampleCxxModule.cpp index 89b5c5279dd..358350eeaf2 100644 --- a/ReactCommon/cxxreact/SampleCxxModule.cpp +++ b/ReactCommon/cxxreact/SampleCxxModule.cpp @@ -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. #include "SampleCxxModule.h" #include diff --git a/ReactCommon/cxxreact/SampleCxxModule.h b/ReactCommon/cxxreact/SampleCxxModule.h index ded0b43613d..6a7ba9bcec7 100644 --- a/ReactCommon/cxxreact/SampleCxxModule.h +++ b/ReactCommon/cxxreact/SampleCxxModule.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. #pragma once diff --git a/ReactCommon/cxxreact/SharedProxyCxxModule.h b/ReactCommon/cxxreact/SharedProxyCxxModule.h index b8c9769a697..18a66ebccf7 100644 --- a/ReactCommon/cxxreact/SharedProxyCxxModule.h +++ b/ReactCommon/cxxreact/SharedProxyCxxModule.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. #include diff --git a/ReactCommon/cxxreact/SystraceSection.h b/ReactCommon/cxxreact/SystraceSection.h index ea73046e8a4..5c504185468 100644 --- a/ReactCommon/cxxreact/SystraceSection.h +++ b/ReactCommon/cxxreact/SystraceSection.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. #pragma once diff --git a/ReactCommon/cxxreact/tests/RecoverableErrorTest.cpp b/ReactCommon/cxxreact/tests/RecoverableErrorTest.cpp index 8b2f39f6b12..d598d831896 100644 --- a/ReactCommon/cxxreact/tests/RecoverableErrorTest.cpp +++ b/ReactCommon/cxxreact/tests/RecoverableErrorTest.cpp @@ -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. #include diff --git a/ReactCommon/cxxreact/tests/jsarg_helpers.cpp b/ReactCommon/cxxreact/tests/jsarg_helpers.cpp index 8f246bc1ec5..7e23dcd26c5 100644 --- a/ReactCommon/cxxreact/tests/jsarg_helpers.cpp +++ b/ReactCommon/cxxreact/tests/jsarg_helpers.cpp @@ -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. #include diff --git a/ReactCommon/cxxreact/tests/jsbigstring.cpp b/ReactCommon/cxxreact/tests/jsbigstring.cpp index 21bd22cc29a..f0081c889b6 100644 --- a/ReactCommon/cxxreact/tests/jsbigstring.cpp +++ b/ReactCommon/cxxreact/tests/jsbigstring.cpp @@ -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. #include #include diff --git a/ReactCommon/cxxreact/tests/jscexecutor.cpp b/ReactCommon/cxxreact/tests/jscexecutor.cpp index eb1382e8dce..867d68cd7f9 100644 --- a/ReactCommon/cxxreact/tests/jscexecutor.cpp +++ b/ReactCommon/cxxreact/tests/jscexecutor.cpp @@ -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. #include #include diff --git a/ReactCommon/cxxreact/tests/jsclogging.cpp b/ReactCommon/cxxreact/tests/jsclogging.cpp index ca325b44212..5f4fb0a66ad 100644 --- a/ReactCommon/cxxreact/tests/jsclogging.cpp +++ b/ReactCommon/cxxreact/tests/jsclogging.cpp @@ -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. #include #include diff --git a/ReactCommon/cxxreact/tests/methodcall.cpp b/ReactCommon/cxxreact/tests/methodcall.cpp index fdd1f9a08e0..395a81b4984 100644 --- a/ReactCommon/cxxreact/tests/methodcall.cpp +++ b/ReactCommon/cxxreact/tests/methodcall.cpp @@ -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. #include diff --git a/ReactCommon/cxxreact/tests/value.cpp b/ReactCommon/cxxreact/tests/value.cpp index 4ce30f94bc6..f7c4b6fd277 100644 --- a/ReactCommon/cxxreact/tests/value.cpp +++ b/ReactCommon/cxxreact/tests/value.cpp @@ -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. #include #include #include diff --git a/ReactCommon/fabric/graphics/Geometry.h b/ReactCommon/fabric/graphics/Geometry.h index ec5de410019..9c198c4be44 100644 --- a/ReactCommon/fabric/graphics/Geometry.h +++ b/ReactCommon/fabric/graphics/Geometry.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. #pragma once diff --git a/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp b/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp index 298e6c999c5..a41c4311a6b 100644 --- a/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp +++ b/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp @@ -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. #include "ComponentDescriptorRegistry.h" diff --git a/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.h b/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.h index 57d03d5242c..4fec41dff1e 100644 --- a/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.h +++ b/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.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. #pragma once diff --git a/ReactCommon/fabric/uimanager/Differentiator.cpp b/ReactCommon/fabric/uimanager/Differentiator.cpp index a689d51d9db..b180587eed8 100644 --- a/ReactCommon/fabric/uimanager/Differentiator.cpp +++ b/ReactCommon/fabric/uimanager/Differentiator.cpp @@ -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. #include "Differentiator.h" diff --git a/ReactCommon/fabric/uimanager/Differentiator.h b/ReactCommon/fabric/uimanager/Differentiator.h index c1d7a8b1d4e..fe2caf5e913 100644 --- a/ReactCommon/fabric/uimanager/Differentiator.h +++ b/ReactCommon/fabric/uimanager/Differentiator.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. #pragma once diff --git a/ReactCommon/fabric/uimanager/Scheduler.cpp b/ReactCommon/fabric/uimanager/Scheduler.cpp index 0183c3a5987..d20e1f1b0a8 100644 --- a/ReactCommon/fabric/uimanager/Scheduler.cpp +++ b/ReactCommon/fabric/uimanager/Scheduler.cpp @@ -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. #include "Scheduler.h" @@ -75,7 +78,7 @@ void Scheduler::shadowTreeDidCommit(const SharedShadowTree &shadowTree, const Tr } #pragma mark - UIManagerDelegate - + void Scheduler::uiManagerDidFinishTransaction(Tag rootTag, const SharedShadowNodeUnsharedList &rootChildNodes) { auto &&iterator = shadowTreeRegistry_.find(rootTag); auto &&shadowTree = iterator->second; diff --git a/ReactCommon/fabric/uimanager/Scheduler.h b/ReactCommon/fabric/uimanager/Scheduler.h index 5ccd8cbb3a3..b63fbf666e2 100644 --- a/ReactCommon/fabric/uimanager/Scheduler.h +++ b/ReactCommon/fabric/uimanager/Scheduler.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. #pragma once diff --git a/ReactCommon/fabric/uimanager/SchedulerDelegate.h b/ReactCommon/fabric/uimanager/SchedulerDelegate.h index 3f2d9bf5fd2..a6e98dae6cb 100644 --- a/ReactCommon/fabric/uimanager/SchedulerDelegate.h +++ b/ReactCommon/fabric/uimanager/SchedulerDelegate.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. #pragma once diff --git a/ReactCommon/fabric/uimanager/ShadowTree.cpp b/ReactCommon/fabric/uimanager/ShadowTree.cpp index 4422b43c0c7..06e259f86d0 100644 --- a/ReactCommon/fabric/uimanager/ShadowTree.cpp +++ b/ReactCommon/fabric/uimanager/ShadowTree.cpp @@ -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. #include "ShadowTree.h" diff --git a/ReactCommon/fabric/uimanager/ShadowTree.h b/ReactCommon/fabric/uimanager/ShadowTree.h index cc20d697d68..d056e4b5622 100644 --- a/ReactCommon/fabric/uimanager/ShadowTree.h +++ b/ReactCommon/fabric/uimanager/ShadowTree.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. #pragma once diff --git a/ReactCommon/fabric/uimanager/ShadowTreeDelegate.h b/ReactCommon/fabric/uimanager/ShadowTreeDelegate.h index 59ca85f46be..f2da57031b0 100644 --- a/ReactCommon/fabric/uimanager/ShadowTreeDelegate.h +++ b/ReactCommon/fabric/uimanager/ShadowTreeDelegate.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. #pragma once diff --git a/ReactCommon/jschelpers/JSCHelpers.cpp b/ReactCommon/jschelpers/JSCHelpers.cpp index e691d2d1ea9..3c28eb81ac6 100644 --- a/ReactCommon/jschelpers/JSCHelpers.cpp +++ b/ReactCommon/jschelpers/JSCHelpers.cpp @@ -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. #include "JSCHelpers.h" diff --git a/ReactCommon/jschelpers/JSCHelpers.h b/ReactCommon/jschelpers/JSCHelpers.h index 45e69191888..9bf2e5ee902 100644 --- a/ReactCommon/jschelpers/JSCHelpers.h +++ b/ReactCommon/jschelpers/JSCHelpers.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. #pragma once diff --git a/ReactCommon/jschelpers/Unicode.cpp b/ReactCommon/jschelpers/Unicode.cpp index 5c515b4a715..8b6dc78a970 100644 --- a/ReactCommon/jschelpers/Unicode.cpp +++ b/ReactCommon/jschelpers/Unicode.cpp @@ -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. #include "Unicode.h" diff --git a/ReactCommon/jschelpers/Unicode.h b/ReactCommon/jschelpers/Unicode.h index a3e5fa93972..91ac1672698 100644 --- a/ReactCommon/jschelpers/Unicode.h +++ b/ReactCommon/jschelpers/Unicode.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. #pragma once diff --git a/ReactCommon/jschelpers/Value.cpp b/ReactCommon/jschelpers/Value.cpp index 72e303b18a1..09dc1c9ef2d 100644 --- a/ReactCommon/jschelpers/Value.cpp +++ b/ReactCommon/jschelpers/Value.cpp @@ -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. #include "Value.h" diff --git a/ReactCommon/jschelpers/Value.h b/ReactCommon/jschelpers/Value.h index e7df097096f..d902732cc25 100644 --- a/ReactCommon/jschelpers/Value.h +++ b/ReactCommon/jschelpers/Value.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. #pragma once diff --git a/ReactCommon/jschelpers/noncopyable.h b/ReactCommon/jschelpers/noncopyable.h index 96b32d44b83..d8a1cca4b06 100644 --- a/ReactCommon/jschelpers/noncopyable.h +++ b/ReactCommon/jschelpers/noncopyable.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. #pragma once namespace facebook { diff --git a/ReactCommon/microprofiler/MicroProfiler.cpp b/ReactCommon/microprofiler/MicroProfiler.cpp index 0487d96477b..0f1e860e4a9 100644 --- a/ReactCommon/microprofiler/MicroProfiler.cpp +++ b/ReactCommon/microprofiler/MicroProfiler.cpp @@ -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. #include #include diff --git a/ReactCommon/microprofiler/MicroProfiler.h b/ReactCommon/microprofiler/MicroProfiler.h index 79a102d7189..30658da0b72 100644 --- a/ReactCommon/microprofiler/MicroProfiler.h +++ b/ReactCommon/microprofiler/MicroProfiler.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. #pragma once diff --git a/ReactCommon/privatedata/PrivateDataBase.cpp b/ReactCommon/privatedata/PrivateDataBase.cpp index 133f526e611..dd76506594c 100644 --- a/ReactCommon/privatedata/PrivateDataBase.cpp +++ b/ReactCommon/privatedata/PrivateDataBase.cpp @@ -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. #include "PrivateDataBase.h" diff --git a/ReactCommon/privatedata/PrivateDataBase.h b/ReactCommon/privatedata/PrivateDataBase.h index 599660c9f23..4553e80efcd 100644 --- a/ReactCommon/privatedata/PrivateDataBase.h +++ b/ReactCommon/privatedata/PrivateDataBase.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. #pragma once diff --git a/build.gradle b/build.gradle index e40f43e2799..8cd3d00b2dd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,7 @@ -// Copyright 2015-present Facebook. All Rights Reserved. +// Copyright (c) 2015-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. buildscript { repositories { diff --git a/settings.gradle b/settings.gradle index 7d558841ac0..c68c5a20fdf 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,6 @@ -// 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. include ':ReactAndroid', ':RNTester:android:app'