From de0549de44426cca5cce668c94ea8c8cfc35bf9b Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 29 Sep 2021 12:52:45 +0200 Subject: [PATCH] Add facebook copyright notice --- ios/React Utils/JSIUtils.mm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ios/React Utils/JSIUtils.mm b/ios/React Utils/JSIUtils.mm index 89d073b..ff834cd 100644 --- a/ios/React Utils/JSIUtils.mm +++ b/ios/React Utils/JSIUtils.mm @@ -6,6 +6,16 @@ // Copyright © 2021 mrousavy. All rights reserved. // +// Forked and Adjusted from +// https://github.com/facebook/react-native/blob/900210cacc4abca0079e3903781bc223c80c8ac7/ReactCommon/react/nativemodule/core/platform/ios +// Original Copyright Notice: +/* + * 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. + */ + #import "JSIUtils.h" #import #import