File tree 9 files changed +11
-11
lines changed
compatibility_tests/v2.5.0
9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1381
1381
2008-09-29 version 2.0.2:
1382
1382
1383
1383
General
1384
- * License changed from Apache 2.0 to New BSD.
1384
+ * License changed from Apache 2.0 to 3-Clause BSD.
1385
1385
* It is now possible to define custom "options", which are basically
1386
1386
annotations which may be placed on definitions in a .proto file.
1387
1387
For example, you might define a field option called "foo" like so:
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
8
s . version = '3.2.0'
9
9
s . summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
10
10
s . homepage = 'https://github.com/google/protobuf'
11
- s . license = 'New BSD'
11
+ s . license = '3-Clause BSD License '
12
12
s . authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' }
13
13
s . cocoapods_version = '>= 1.0'
14
14
Original file line number Diff line number Diff line change 39
39
40
40
<licenses >
41
41
<license >
42
- <name >New BSD license </name >
42
+ <name >3-Clause BSD License </name >
43
43
<url >https://opensource.org/licenses/BSD-3-Clause</url >
44
44
<distribution >repo</distribution >
45
45
</license >
Original file line number Diff line number Diff line change 21
21
<url >https://developers.google.com/protocol-buffers/</url >
22
22
<licenses >
23
23
<license >
24
- <name >New BSD license </name >
24
+ <name >3-Clause BSD License </name >
25
25
<url >https://opensource.org/licenses/BSD-3-Clause</url >
26
26
<distribution >repo</distribution >
27
27
</license >
Original file line number Diff line number Diff line change 20
20
<release >alpha</release >
21
21
<api >alpha</api >
22
22
</stability >
23
- <license uri =" https://opensource.org/licenses/BSD-3-Clause" >New BSD License</license >
23
+ <license uri =" https://opensource.org/licenses/BSD-3-Clause" >3-Clause BSD License</license >
24
24
<notes >
25
25
Second alpha release.
26
26
</notes >
@@ -66,7 +66,7 @@ Second alpha release.
66
66
</stability >
67
67
<date >2016-09-23</date >
68
68
<time >16:06:07</time >
69
- <license uri =" https://opensource.org/licenses/BSD-3-Clause" >New BSD License</license >
69
+ <license uri =" https://opensource.org/licenses/BSD-3-Clause" >3-Clause BSD License</license >
70
70
<notes >
71
71
First alpha release
72
72
</notes >
@@ -82,7 +82,7 @@ First alpha release
82
82
</stability >
83
83
<date >2017-01-13</date >
84
84
<time >16:06:07</time >
85
- <license uri =" https://opensource.org/licenses/BSD-3-Clause" >New BSD License</license >
85
+ <license uri =" https://opensource.org/licenses/BSD-3-Clause" >3-Clause BSD License</license >
86
86
<notes >
87
87
Second alpha release.
88
88
</notes >
Original file line number Diff line number Diff line change 21
21
<url >https://developers.google.com/protocol-buffers/</url >
22
22
<licenses >
23
23
<license >
24
- <name >New BSD license </name >
24
+ <name >3-Clause BSD License </name >
25
25
<url >https://opensource.org/licenses/BSD-3-Clause</url >
26
26
<distribution >repo</distribution >
27
27
</license >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def run(self):
64
64
url = 'https://developers.google.com/protocol-buffers/' ,
65
65
maintainer = 'protobuf@googlegroups.com' ,
66
66
maintainer_email = 'protobuf@googlegroups.com' ,
67
- license = 'New BSD License' ,
67
+ license = '3-Clause BSD License' ,
68
68
classifiers = [
69
69
"Programming Language :: Python" ,
70
70
"Programming Language :: Python :: 2" ,
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ def get_option_from_sys_argv(option_str):
234
234
url = 'https://developers.google.com/protocol-buffers/' ,
235
235
maintainer = 'protobuf@googlegroups.com' ,
236
236
maintainer_email = 'protobuf@googlegroups.com' ,
237
- license = 'New BSD License' ,
237
+ license = '3-Clause BSD License' ,
238
238
classifiers = [
239
239
"Programming Language :: Python" ,
240
240
"Programming Language :: Python :: 2" ,
Original file line number Diff line number Diff line change 21
21
<url >https://developers.google.com/protocol-buffers/</url >
22
22
<licenses >
23
23
<license >
24
- <name >New BSD license </name >
24
+ <name >3-Clause BSD License </name >
25
25
<url >https://opensource.org/licenses/BSD-3-Clause</url >
26
26
<distribution >repo</distribution >
27
27
</license >
You can’t perform that action at this time.
0 commit comments