Skip to content

Commit 8e023c6

Browse files
committed
Add the Bundle-License entry to the Manifest
1 parent a625d3a commit 8e023c6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

api/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jar {
2323
'Bundle-Vendor': 'Reactive Streams SIG',
2424
'Bundle-Description': 'Reactive Streams API',
2525
'Bundle-DocURL': 'http://reactive-streams.org',
26+
'Bundle-License': 'https://spdx.org/licenses/MIT-0.html',
2627
'Bundle-Version': project.version,
2728
'Export-Package': 'org.reactivestreams.*',
2829
'Automatic-Module-Name': 'org.reactivestreams',

examples/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jar {
99
'Bundle-Vendor': 'Reactive Streams SIG',
1010
'Bundle-Description': 'Reactive Streams Examples',
1111
'Bundle-DocURL': 'http://reactive-streams.org',
12+
'Bundle-License': 'https://spdx.org/licenses/MIT-0.html',
1213
'Bundle-Version': project.version,
1314
'Export-Package': 'org.reactivestreams.example.*',
1415
'Automatic-Module-Name': 'org.reactivestreams.examples',

tck-flow/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jar {
99
'Bundle-Vendor': 'Reactive Streams SIG',
1010
'Bundle-Description': 'Reactive Streams TCK Flow',
1111
'Bundle-DocURL': 'http://reactive-streams.org',
12+
'Bundle-License': 'https://spdx.org/licenses/MIT-0.html',
1213
'Bundle-Version': project.version,
1314
'Export-Package': 'org.reactivestreams.tck.flow.*',
1415
'Automatic-Module-Name': 'org.reactivestreams.tckflow',

tck/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jar {
1010
'Bundle-Vendor': 'Reactive Streams SIG',
1111
'Bundle-Description': 'Reactive Streams TCK',
1212
'Bundle-DocURL': 'http://reactive-streams.org',
13+
'Bundle-License': 'https://spdx.org/licenses/MIT-0.html',
1314
'Bundle-Version': project.version,
1415
'Export-Package': 'org.reactivestreams.tck.*',
1516
'Automatic-Module-Name': 'org.reactivestreams.tck',

0 commit comments

Comments
 (0)