Skip to content

Commit 19d65a2

Browse files
Update .podspec license information (facebook#35245)
Summary: Pull Request resolved: facebook#35245 Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D41084913 fbshipit-source-id: a4ba31a19ffe515aa4e7c5a6e273a8cc4b6bc42d
1 parent 6152763 commit 19d65a2

37 files changed

+37
-37
lines changed

Libraries/ActionSheetIOS/React-RCTActionSheet.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.homepage = "https://reactnative.dev/"
2424
s.documentation_url = "https://reactnative.dev/docs/actionsheetios"
2525
s.license = package["license"]
26-
s.author = "Facebook, Inc. and its affiliates"
26+
s.author = "Meta Platforms, Inc. and its affiliates"
2727
s.platforms = { :ios => "12.4" }
2828
s.source = source
2929
s.source_files = "*.{m}"

Libraries/AppDelegate/React-RCTAppDelegate.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Pod::Spec.new do |s|
4646
s.homepage = "https://reactnative.dev/"
4747
s.documentation_url = "https://reactnative.dev/docs/actionsheetios"
4848
s.license = package["license"]
49-
s.author = "Facebook, Inc. and its affiliates"
49+
s.author = "Meta Platforms, Inc. and its affiliates"
5050
s.platforms = { :ios => "12.4" }
5151
s.source = source
5252
s.source_files = "**/*.{c,h,m,mm,S,cpp}"

Libraries/Blob/React-RCTBlob.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
s.summary = "An API for displaying iOS action sheets and share sheets."
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
28-
s.author = "Facebook, Inc. and its affiliates"
28+
s.author = "Meta Platforms, Inc. and its affiliates"
2929
s.platforms = { :ios => "12.4" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source

Libraries/FBLazyVector/FBLazyVector.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.summary = "-" # TODO
2323
s.homepage = "https://reactnative.dev/"
2424
s.license = package["license"]
25-
s.author = "Facebook, Inc. and its affiliates"
25+
s.author = "Meta Platforms, Inc. and its affiliates"
2626
s.platforms = { :ios => "12.4" }
2727
s.source = source
2828
s.source_files = "**/*.{c,h,m,mm,cpp}"

Libraries/Image/React-RCTImage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.documentation_url = "https://reactnative.dev/docs/image"
2828
s.license = package["license"]
29-
s.author = "Facebook, Inc. and its affiliates"
29+
s.author = "Meta Platforms, Inc. and its affiliates"
3030
s.platforms = { :ios => "12.4" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source

Libraries/LinkingIOS/React-RCTLinking.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.documentation_url = "https://reactnative.dev/docs/linking"
2828
s.license = package["license"]
29-
s.author = "Facebook, Inc. and its affiliates"
29+
s.author = "Meta Platforms, Inc. and its affiliates"
3030
s.platforms = { :ios => "12.4" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source

Libraries/NativeAnimation/React-RCTAnimation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
s.summary = "A native driver for the Animated API."
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
28-
s.author = "Facebook, Inc. and its affiliates"
28+
s.author = "Meta Platforms, Inc. and its affiliates"
2929
s.platforms = { :ios => "12.4" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source

Libraries/Network/React-RCTNetwork.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
s.summary = "The networking library of React Native."
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
28-
s.author = "Facebook, Inc. and its affiliates"
28+
s.author = "Meta Platforms, Inc. and its affiliates"
2929
s.platforms = { :ios => "12.4" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source

Libraries/PushNotificationIOS/React-RCTPushNotification.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.documentation_url = "https://reactnative.dev/docs/pushnotificationios"
2828
s.license = package["license"]
29-
s.author = "Facebook, Inc. and its affiliates"
29+
s.author = "Meta Platforms, Inc. and its affiliates"
3030
s.platforms = { :ios => "12.4" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source

Libraries/RCTRequired/RCTRequired.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.summary = "-" # TODO
2323
s.homepage = "https://reactnative.dev/"
2424
s.license = package["license"]
25-
s.author = "Facebook, Inc. and its affiliates"
25+
s.author = "Meta Platforms, Inc. and its affiliates"
2626
s.platforms = { :ios => "12.4" }
2727
s.source = source
2828
s.source_files = "**/*.{c,h,m,mm,cpp}"

0 commit comments

Comments
 (0)