diff --git a/Libraries/vendor/core/guid.js.flow b/Libraries/vendor/core/guid.js.flow index e41d25928..3f4040184 100644 --- a/Libraries/vendor/core/guid.js.flow +++ b/Libraries/vendor/core/guid.js.flow @@ -1,5 +1,8 @@ /** - * Copyright 2004-present Facebook. All Rights Reserved. + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. * * @flow strict * @format diff --git a/ReactAndroid/src/main/java/com/facebook/react/jscexecutor/OnLoad.cpp b/ReactAndroid/src/main/java/com/facebook/react/jscexecutor/OnLoad.cpp index c6f185aac..71e62afe0 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/jscexecutor/OnLoad.cpp +++ b/ReactAndroid/src/main/java/com/facebook/react/jscexecutor/OnLoad.cpp @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #include #include diff --git a/ReactCommon/jsi/JSCRuntime.cpp b/ReactCommon/jsi/JSCRuntime.cpp index f9a5e0b8c..56646a925 100644 --- a/ReactCommon/jsi/JSCRuntime.cpp +++ b/ReactCommon/jsi/JSCRuntime.cpp @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #include "JSCRuntime.h" diff --git a/ReactCommon/jsi/JSCRuntime.h b/ReactCommon/jsi/JSCRuntime.h index d3ba65ac5..f83298962 100644 --- a/ReactCommon/jsi/JSCRuntime.h +++ b/ReactCommon/jsi/JSCRuntime.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #pragma once diff --git a/ReactCommon/jsi/JSIDynamic.cpp b/ReactCommon/jsi/JSIDynamic.cpp index 938f362bb..eab0b4acd 100644 --- a/ReactCommon/jsi/JSIDynamic.cpp +++ b/ReactCommon/jsi/JSIDynamic.cpp @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #include "JSIDynamic.h" diff --git a/ReactCommon/jsi/JSIDynamic.h b/ReactCommon/jsi/JSIDynamic.h index 0daf273dc..b6f7bee69 100644 --- a/ReactCommon/jsi/JSIDynamic.h +++ b/ReactCommon/jsi/JSIDynamic.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #pragma once diff --git a/ReactCommon/jsi/instrumentation.h b/ReactCommon/jsi/instrumentation.h index e35ef1dbf..188af4a37 100644 --- a/ReactCommon/jsi/instrumentation.h +++ b/ReactCommon/jsi/instrumentation.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #pragma once diff --git a/ReactCommon/jsi/jsi-inl.h b/ReactCommon/jsi/jsi-inl.h index 155a840ce..58c7ea442 100644 --- a/ReactCommon/jsi/jsi-inl.h +++ b/ReactCommon/jsi/jsi-inl.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #pragma once diff --git a/ReactCommon/jsi/jsi.cpp b/ReactCommon/jsi/jsi.cpp index 5709d5ca9..a7ddd277a 100644 --- a/ReactCommon/jsi/jsi.cpp +++ b/ReactCommon/jsi/jsi.cpp @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #include #include diff --git a/ReactCommon/jsi/jsi.h b/ReactCommon/jsi/jsi.h index b1b26ff6a..de25934ec 100644 --- a/ReactCommon/jsi/jsi.h +++ b/ReactCommon/jsi/jsi.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #pragma once diff --git a/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp b/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp index f243d8d7e..1178b4785 100644 --- a/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp +++ b/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #include "jsireact/JSIExecutor.h" diff --git a/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h b/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h index 51c1d86b8..af9d103dd 100644 --- a/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h +++ b/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #pragma once diff --git a/ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp b/ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp index 7a5e0673c..952db90c3 100644 --- a/ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp +++ b/ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #include "jsireact/JSINativeModules.h" diff --git a/ReactCommon/jsiexecutor/jsireact/JSINativeModules.h b/ReactCommon/jsiexecutor/jsireact/JSINativeModules.h index 6b7ff731a..0f6879872 100644 --- a/ReactCommon/jsiexecutor/jsireact/JSINativeModules.h +++ b/ReactCommon/jsiexecutor/jsireact/JSINativeModules.h @@ -1,4 +1,7 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Facebook, Inc. and its affiliates. +// +// This source code is licensed under the MIT license found in the + // LICENSE file in the root directory of this source tree. #pragma once