Skip to content

Commit 8effa3f

Browse files
authored
Changed Apache to Apache-2.0 (#9782)
1 parent f5038c2 commit 8effa3f

36 files changed

+37
-37
lines changed

Firebase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
88
DESC
99

1010
s.homepage = 'https://firebase.google.com'
11-
s.license = { :type => 'Apache', :file => 'LICENSE' }
11+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1212
s.authors = 'Google, Inc.'
1313

1414
s.source = {

FirebaseABTesting.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Firebase Cloud Messaging and Firebase Remote Config in your app.
1212
DESC
1313

1414
s.homepage = 'https://firebase.google.com'
15-
s.license = { :type => 'Apache', :file => 'LICENSE' }
15+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1616
s.authors = 'Google, Inc.'
1717

1818
s.source = {

FirebaseAnalyticsSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Firebase Analytics is a free, out-of-the-box analytics solution that inspires ac
88
DESC
99

1010
s.homepage = 'https://firebase.google.com/features/analytics/'
11-
s.license = { :type => 'Apache', :file => 'LICENSE' }
11+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1212
s.authors = 'Google, Inc.'
1313

1414
s.source = {

FirebaseAppCheck.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
DESC
99

1010
s.homepage = 'https://firebase.google.com'
11-
s.license = { :type => 'Apache', :file => 'LICENSE' }
11+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1212
s.authors = 'Google, Inc.'
1313

1414
s.source = {

FirebaseAppCheckInterop.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
DESC
1111

1212
s.homepage = 'https://firebase.google.com'
13-
s.license = { :type => 'Apache', :file => 'LICENSE' }
13+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1414
s.authors = 'Google, Inc.'
1515

1616
# NOTE that these should not be used externally, this is for Firebase pods to depend on each

FirebaseAppDistribution.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ iOS SDK for App Distribution for Firebase.
88
DESC
99

1010
s.homepage = 'https://developers.google.com/'
11-
s.license = { :type => 'Apache', :file => 'LICENSE' }
11+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1212
s.authors = 'Google, Inc.'
1313
s.source = {
1414
:git => 'https://github.com/firebase/firebase-ios-sdk.git',

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
99
DESC
1010

1111
s.homepage = 'https://firebase.google.com'
12-
s.license = { :type => 'Apache', :file => 'LICENSE' }
12+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1313
s.authors = 'Google, Inc.'
1414

1515
s.source = {

FirebaseAuthInterop.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
DESC
1111

1212
s.homepage = 'https://firebase.google.com'
13-
s.license = { :type => 'Apache', :file => 'LICENSE' }
13+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1414
s.authors = 'Google, Inc.'
1515

1616
# NOTE that these should not be used externally, this is for Firebase pods to depend on each

FirebaseAuthTestingSupport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
DESC
1010

1111
s.homepage = 'https://developers.google.com/'
12-
s.license = { :type => 'Apache', :file => 'LICENSE' }
12+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1313
s.authors = 'Google, Inc.'
1414

1515
s.source = {

FirebaseCombineSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for internal testing only. It should not be published.
99
DESC
1010

1111
s.homepage = 'https://firebase.google.com'
12-
s.license = { :type => 'Apache', :file => 'LICENSE' }
12+
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
1313
s.authors = 'Google, Inc.'
1414

1515
s.source = {

0 commit comments

Comments
 (0)