Skip to content

Commit b7ca6d9

Browse files
committed
add license header to API directory
1 parent e9664ad commit b7ca6d9

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

api/src/main/java/org/reactivestreams/Processor.java

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/************************************************************************
2+
* Licensed under Public Domain (CC0) *
3+
* *
4+
* To the extent possible under law, the person who associated CC0 with *
5+
* this code has waived all copyright and related or neighboring *
6+
* rights to this code. *
7+
* *
8+
* You should have received a copy of the CC0 legalcode along with this *
9+
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
10+
************************************************************************/
11+
112
package org.reactivestreams;
213

314
/**

api/src/main/java/org/reactivestreams/Publisher.java

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/************************************************************************
2+
* Licensed under Public Domain (CC0) *
3+
* *
4+
* To the extent possible under law, the person who associated CC0 with *
5+
* this code has waived all copyright and related or neighboring *
6+
* rights to this code. *
7+
* *
8+
* You should have received a copy of the CC0 legalcode along with this *
9+
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
10+
************************************************************************/
11+
112
package org.reactivestreams;
213

314
/**

api/src/main/java/org/reactivestreams/Subscriber.java

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/************************************************************************
2+
* Licensed under Public Domain (CC0) *
3+
* *
4+
* To the extent possible under law, the person who associated CC0 with *
5+
* this code has waived all copyright and related or neighboring *
6+
* rights to this code. *
7+
* *
8+
* You should have received a copy of the CC0 legalcode along with this *
9+
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
10+
************************************************************************/
11+
112
package org.reactivestreams;
213

314
/**

api/src/main/java/org/reactivestreams/Subscription.java

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/************************************************************************
2+
* Licensed under Public Domain (CC0) *
3+
* *
4+
* To the extent possible under law, the person who associated CC0 with *
5+
* this code has waived all copyright and related or neighboring *
6+
* rights to this code. *
7+
* *
8+
* You should have received a copy of the CC0 legalcode along with this *
9+
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
10+
************************************************************************/
11+
112
package org.reactivestreams;
213

314
/**

0 commit comments

Comments
 (0)