Skip to content

Commit

Permalink
add license header to API directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Mar 5, 2017
1 parent e059d34 commit eaf6adb
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/src/main/java/org/reactivestreams/Processor.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/************************************************************************
* Licensed under Public Domain (CC0) *
* *
* To the extent possible under law, the person who associated CC0 with *
* this code has waived all copyright and related or neighboring *
* rights to this code. *
* *
* You should have received a copy of the CC0 legalcode along with this *
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
************************************************************************/

package org.reactivestreams;

/**
Expand Down
11 changes: 11 additions & 0 deletions api/src/main/java/org/reactivestreams/Publisher.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/************************************************************************
* Licensed under Public Domain (CC0) *
* *
* To the extent possible under law, the person who associated CC0 with *
* this code has waived all copyright and related or neighboring *
* rights to this code. *
* *
* You should have received a copy of the CC0 legalcode along with this *
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
************************************************************************/

package org.reactivestreams;

/**
Expand Down
11 changes: 11 additions & 0 deletions api/src/main/java/org/reactivestreams/Subscriber.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/************************************************************************
* Licensed under Public Domain (CC0) *
* *
* To the extent possible under law, the person who associated CC0 with *
* this code has waived all copyright and related or neighboring *
* rights to this code. *
* *
* You should have received a copy of the CC0 legalcode along with this *
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
************************************************************************/

package org.reactivestreams;

/**
Expand Down
11 changes: 11 additions & 0 deletions api/src/main/java/org/reactivestreams/Subscription.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/************************************************************************
* Licensed under Public Domain (CC0) *
* *
* To the extent possible under law, the person who associated CC0 with *
* this code has waived all copyright and related or neighboring *
* rights to this code. *
* *
* You should have received a copy of the CC0 legalcode along with this *
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
************************************************************************/

package org.reactivestreams;

/**
Expand Down

0 comments on commit eaf6adb

Please sign in to comment.