Skip to content

Commit 8127770

Browse files
committed
update copyright notice
1 parent dbac66b commit 8127770

29 files changed

Lines changed: 32 additions & 34 deletions

packages/react-native/React-Core.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Pod::Spec.new do |s|
7575
"React/Tests/**/*",
7676
"React/Inspector/**/*",
7777
"React/Runtime/**/*",
78-
"React/RCTUIKit/**/*",
78+
"React/RCTUIKit/**/*", # [macOS]
7979
]
8080

8181
# The default is use hermes, we don't have jsc installed
@@ -115,7 +115,7 @@ Pod::Spec.new do |s|
115115
end
116116
end
117117

118-
s.dependency "React-RCTUIKit"
118+
s.dependency "React-RCTUIKit" # [macOS]
119119
s.dependency "React-cxxreact"
120120
s.dependency "React-perflogger"
121121
s.dependency "React-jsi"

packages/react-native/React-RCTUIKit.podspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
1+
# Copyright (c) Microsoft Corporation.
22
#
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.summary = "UIKit/AppKit compatibility layer for React Native macOS."
2323
s.homepage = "https://reactnative.dev/"
2424
s.license = package["license"]
25-
s.author = "Meta Platforms, Inc. and its affiliates"
25+
s.author = "Microsoft Corporation"
2626
s.platforms = min_supported_versions
2727
s.source = source
2828
s.source_files = podspec_sources(
@@ -35,9 +35,7 @@ Pod::Spec.new do |s|
3535
"DEFINES_MODULE" => "YES",
3636
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
3737
}
38-
# [macOS Restrict UIKit to iOS and visionOS
3938
s.ios.framework = "UIKit"
4039
s.visionos.framework = "UIKit"
4140
s.osx.framework = "AppKit"
42-
# macOS]
4341
end

packages/react-native/React/RCTUIKit/RCTPlatformDisplayLink.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
1+
/*
2+
* Copyright (c) Microsoft Corporation.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

packages/react-native/React/RCTUIKit/RCTPlatformDisplayLink.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Microsoft Corporation.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

packages/react-native/React/RCTUIKit/RCTUIAccessibilityTraits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and affiliates.
2+
* Copyright (c) Microsoft Corporation.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

packages/react-native/React/RCTUIKit/RCTUIActivityIndicatorView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and affiliates.
2+
* Copyright (c) Microsoft Corporation.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

packages/react-native/React/RCTUIKit/RCTUIActivityIndicatorView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Microsoft Corporation.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

packages/react-native/React/RCTUIKit/RCTUIGeometry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and affiliates.
2+
* Copyright (c) Microsoft Corporation.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

packages/react-native/React/RCTUIKit/RCTUIGraphics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and affiliates.
2+
* Copyright (c) Microsoft Corporation.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

packages/react-native/React/RCTUIKit/RCTUIGraphics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Microsoft Corporation.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)