From 006202eb877c54cf64b258a8a78328e4fb38cab6 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Fri, 11 Sep 2020 15:53:22 +0200 Subject: [PATCH] Preparing relicensing to MIT-0 --- CONTRIBUTING.md | 22 ++-- COPYING | 121 ------------------ CopyrightWaivers.txt | 50 -------- LICENSE | 11 +- README.md | 17 +-- .../java/org/reactivestreams/Processor.java | 13 +- .../java/org/reactivestreams/Publisher.java | 13 +- .../java/org/reactivestreams/Subscriber.java | 13 +- .../org/reactivestreams/Subscription.java | 13 +- .../org/reactivestreams/FlowAdapters.java | 13 +- build.gradle | 4 +- .../unicast/AsyncIterablePublisher.java | 13 +- .../example/unicast/AsyncSubscriber.java | 13 +- .../InfiniteIncrementNumberPublisher.java | 13 +- .../unicast/NumberIterablePublisher.java | 13 +- .../example/unicast/RangePublisher.java | 13 +- .../example/unicast/SyncSubscriber.java | 13 +- .../example/unicast/AsyncSubscriberTest.java | 13 +- .../unicast/IterablePublisherTest.java | 13 +- .../example/unicast/RangePublisherTest.java | 13 +- .../example/unicast/SyncSubscriberTest.java | 13 +- .../unicast/SyncSubscriberWhiteboxTest.java | 13 +- ...nboundedIntegerIncrementPublisherTest.java | 13 +- .../tck/flow/FlowPublisherVerification.java | 13 +- .../FlowSubscriberBlackboxVerification.java | 13 +- .../FlowSubscriberWhiteboxVerification.java | 14 +- .../IdentityFlowProcessorVerification.java | 13 +- .../org/reactivestreams/FlowAdaptersTest.java | 13 +- .../reactivestreams/MulticastPublisher.java | 13 +- .../SubmissionPublisherTckTest.java | 13 +- .../reactivestreams/TestEitherConsumer.java | 13 +- .../tck/flow/EmptyLazyFlowPublisherTest.java | 13 +- .../tck/flow/LockstepFlowProcessorTest.java | 13 +- .../tck/flow/RangeFlowPublisherTest.java | 13 +- .../flow/SingleElementFlowPublisherTest.java | 13 +- .../tck/flow/SubmissionPublisherTest.java | 13 +- .../SyncTriggeredDemandSubscriberTest.java | 13 +- ...TriggeredDemandSubscriberWhiteboxTest.java | 13 +- .../SyncTriggeredDemandFlowSubscriber.java | 13 +- .../tck/IdentityProcessorVerification.java | 13 +- .../tck/PublisherVerification.java | 13 +- .../tck/SubscriberBlackboxVerification.java | 13 +- .../tck/SubscriberWhiteboxVerification.java | 13 +- .../reactivestreams/tck/TestEnvironment.java | 13 +- .../tck/WithHelperPublisher.java | 13 +- .../tck/flow/support/Function.java | 13 +- .../tck/flow/support/HelperPublisher.java | 13 +- .../flow/support/InfiniteHelperPublisher.java | 13 +- .../tck/flow/support/NonFatal.java | 13 +- .../tck/flow/support/Optional.java | 13 +- .../support/PublisherVerificationRules.java | 13 +- .../SubscriberBlackboxVerificationRules.java | 13 +- .../SubscriberBufferOverflowException.java | 13 +- .../SubscriberWhiteboxVerificationRules.java | 13 +- .../tck/flow/support/TestException.java | 13 +- .../tck/EmptyLazyPublisherTest.java | 13 +- ...tyProcessorVerificationDelegationTest.java | 13 +- .../IdentityProcessorVerificationTest.java | 13 +- .../tck/LockstepProcessorTest.java | 13 +- .../tck/PublisherVerificationTest.java | 13 +- .../tck/RangePublisherTest.java | 13 +- .../tck/SingleElementPublisherTest.java | 13 +- .../SubscriberBlackboxVerificationTest.java | 13 +- .../SubscriberNoRegisterOnSubscribeTest.java | 13 +- .../SubscriberWhiteboxVerificationTest.java | 13 +- .../SyncTriggeredDemandSubscriberTest.java | 13 +- ...TriggeredDemandSubscriberWhiteboxTest.java | 13 +- .../SyncTriggeredDemandSubscriber.java | 13 +- .../flow/support/TCKVerificationSupport.java | 13 +- 69 files changed, 205 insertions(+), 840 deletions(-) delete mode 100644 COPYING delete mode 100644 CopyrightWaivers.txt diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e18c4350..52380f12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,6 @@ # Contributing to the Reactive Streams Project -The Reactive Streams project welcomes contributions from anybody who wants to participate in moving this initiative forward. All code or documentation that is contributed will have to be covered by a waiver of all copyrights and other rights as detailed by the LICENSE and COPYING files at each repository root, the rationale for this is that the APIs defined by this project shall be freely implementable and usable by everyone. - -## Copyright Statement - -The aforementioned waiver of copyrights and other rights is represented by the addition of a line to the file [CopyrightWaivers.txt](https://github.com/reactive-streams/reactive-streams-jvm/blob/master/CopyrightWaivers.txt). For a pull request to be considered every contributor must have signed the copyright statement in this way; this may be included within that same pull request. +The Reactive Streams project welcomes contributions from anybody who wants to participate in moving this initiative forward. All code or documentation that is contributed will have to be covered by the **MIT No Attribution** (SPDX: MIT-0) license, the rationale for this is that the APIs defined by this project shall be freely implementable and usable by everyone. For more detail, see [LICENSE](https://github.com/reactive-streams/reactive-streams-jvm/blob/master/LICENSE). ## Gatekeepers @@ -28,16 +24,15 @@ Gatekeepers commit to the following: ## General Workflow -1. Make sure you have signed the Copyright Statement, see above. -2. Before starting to work on a change, make sure that: +1. Before starting to work on a change, make sure that: 1. There is a ticket for your work in the project's issue tracker. If not, create it first. It can help accelerating the pull request acceptance process if the change is agreed upon beforehand within the ticket, but in some cases it may be preferable to discuss the necessity of the change in consideration of a concrete proposal. 2. The ticket has been scheduled for the current milestone. -3. You should always perform your work in a Git feature branch within your own fork of the repository your are targeting (even if you should have push rights to the target repository). -4. When the change is completed you should open a [Pull Request](https://help.github.com/articles/using-pull-requests) on GitHub. -5. Anyone can comment on the pull request while it is open, and you are expected to answer questions or incorporate feedback. -6. Once at least two thirds of the gatekeepers have signaled their consent, the pull request is merged by one of the gatekeepers into the branch and repository it is targeting. Consent is signaled by commenting on the pull request with the text “LGTM”, and it suffices for one representative of a gatekeeper to signal consent for that gatekeeper to be counted towards the two thirds quorum. -7. It is not allowed to force-push to the branch on which the pull request is based. Replacing or adding to the commits on that branch will invalidate all previous consenting comments and consent needs to be re-established. -8. Before merging a branch that contains multiple commits, it is recommended that these are squashed into a single commit before performing the merge. To aid in verification that no new changes are introduced, a new pull request should be opened in this case, targeting the same branch and repository and containing just one commit which encompasses the full change set of the original pull request. +2. You should always perform your work in a Git feature branch within your own fork of the repository your are targeting (even if you should have push rights to the target repository). +3. When the change is completed you should open a [Pull Request](https://help.github.com/articles/using-pull-requests) on GitHub. +4. Anyone can comment on the pull request while it is open, and you are expected to answer questions or incorporate feedback. +5. Once at least two thirds of the gatekeepers have signaled their consent, the pull request is merged by one of the gatekeepers into the branch and repository it is targeting. Consent is signaled by commenting on the pull request with the text “LGTM”, and it suffices for one representative of a gatekeeper to signal consent for that gatekeeper to be counted towards the two thirds quorum. +6. It is not allowed to force-push to the branch on which the pull request is based. Replacing or adding to the commits on that branch will invalidate all previous consenting comments and consent needs to be re-established. +7. Before merging a branch that contains multiple commits, it is recommended that these are squashed into a single commit before performing the merge. To aid in verification that no new changes are introduced, a new pull request should be opened in this case, targeting the same branch and repository and containing just one commit which encompasses the full change set of the original pull request. ## Pull Request Requirements @@ -68,7 +63,6 @@ Example: * clarify how pull requests should look like * describe the acceptance process - * define the Copyright Statement signing process ## Performing Official Releases diff --git a/COPYING b/COPYING deleted file mode 100644 index 0e259d42..00000000 --- a/COPYING +++ /dev/null @@ -1,121 +0,0 @@ -Creative Commons Legal Code - -CC0 1.0 Universal - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS - PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM - THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED - HEREUNDER. - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator -and subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for -the purpose of contributing to a commons of creative, cultural and -scientific works ("Commons") that the public can reliably and without fear -of later claims of infringement build upon, modify, incorporate in other -works, reuse and redistribute as freely as possible in any form whatsoever -and for any purposes, including without limitation commercial purposes. -These owners may contribute to the Commons to promote the ideal of a free -culture and the further production of creative, cultural and scientific -works, or to gain reputation or greater distribution for their Work in -part through the use and efforts of others. - -For these and/or other purposes and motivations, and without any -expectation of additional consideration or compensation, the person -associating CC0 with a Work (the "Affirmer"), to the extent that he or she -is an owner of Copyright and Related Rights in the Work, voluntarily -elects to apply CC0 to the Work and publicly distribute the Work under its -terms, with knowledge of his or her Copyright and Related Rights in the -Work and the meaning and intended legal effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not -limited to, the following: - - i. the right to reproduce, adapt, distribute, perform, display, - communicate, and translate a Work; - ii. moral rights retained by the original author(s) and/or performer(s); -iii. publicity and privacy rights pertaining to a person's image or - likeness depicted in a Work; - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - v. rights protecting the extraction, dissemination, use and reuse of data - in a Work; - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation - thereof, including any amended or successor version of such - directive); and -vii. other similar, equivalent or corresponding rights throughout the - world based on applicable law or treaty, and any national - implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention -of, applicable law, Affirmer hereby overtly, fully, permanently, -irrevocably and unconditionally waives, abandons, and surrenders all of -Affirmer's Copyright and Related Rights and associated claims and causes -of action, whether now known or unknown (including existing as well as -future claims and causes of action), in the Work (i) in all territories -worldwide, (ii) for the maximum duration provided by applicable law or -treaty (including future time extensions), (iii) in any current or future -medium and for any number of copies, and (iv) for any purpose whatsoever, -including without limitation commercial, advertising or promotional -purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each -member of the public at large and to the detriment of Affirmer's heirs and -successors, fully intending that such Waiver shall not be subject to -revocation, rescission, cancellation, termination, or any other legal or -equitable action to disrupt the quiet enjoyment of the Work by the public -as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason -be judged legally invalid or ineffective under applicable law, then the -Waiver shall be preserved to the maximum extent permitted taking into -account Affirmer's express Statement of Purpose. In addition, to the -extent the Waiver is so judged Affirmer hereby grants to each affected -person a royalty-free, non transferable, non sublicensable, non exclusive, -irrevocable and unconditional license to exercise Affirmer's Copyright and -Related Rights in the Work (i) in all territories worldwide, (ii) for the -maximum duration provided by applicable law or treaty (including future -time extensions), (iii) in any current or future medium and for any number -of copies, and (iv) for any purpose whatsoever, including without -limitation commercial, advertising or promotional purposes (the -"License"). The License shall be deemed effective as of the date CC0 was -applied by Affirmer to the Work. Should any part of the License for any -reason be judged legally invalid or ineffective under applicable law, such -partial invalidity or ineffectiveness shall not invalidate the remainder -of the License, and in such case Affirmer hereby affirms that he or she -will not (i) exercise any of his or her remaining Copyright and Related -Rights in the Work or (ii) assert any associated claims and causes of -action with respect to the Work, in either case contrary to Affirmer's -express Statement of Purpose. - -4. Limitations and Disclaimers. - - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - b. Affirmer offers the Work as-is and makes no representations or - warranties of any kind concerning the Work, express, implied, - statutory or otherwise, including without limitation warranties of - title, merchantability, fitness for a particular purpose, non - infringement, or the absence of latent or other defects, accuracy, or - the present or absence of errors, whether or not discoverable, all to - the greatest extent permissible under applicable law. - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without - limitation any person's Copyright and Related Rights in the Work. - Further, Affirmer disclaims responsibility for obtaining any necessary - consents, permissions or other rights required for any use of the - Work. - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to - this CC0 or use of the Work. diff --git a/CopyrightWaivers.txt b/CopyrightWaivers.txt deleted file mode 100644 index 23927264..00000000 --- a/CopyrightWaivers.txt +++ /dev/null @@ -1,50 +0,0 @@ -Copyright Statement for Contributions to the Reactive Streams Project -===================================================================== - -I hereby represent that all present, past and future contributions I make to -the Reactive Streams project (which includes all repositories owned by the -“reactive-streams” github organization) are governed by the Creative Commons -Zero 1.0 Universal copyright statement, placing my contributions in the public -domain. This entails that to the extent possible under law I waive all -copyright and related or neighboring rights to the code or documents I -contribute. I also represent that I have the authority to perform the above -waiver with respect to the entirety of my contributions. - -The text of the copyright statement is included in the COPYING file at the root -of the reactive-streams repository at -https://github.com/reactive-streams/reactive-streams-jvm/blob/master/COPYING. - -Underwriting parties: - -github name | Real Name, Email Address used for git commits, Company ----------------+---------------------------------------------------------------------------- -rkuhn | Roland Kuhn, rk@rkuhn.info, Typesafe Inc. -benjchristensen| Ben Christensen, benjchristensen@gmail.com, Netflix Inc. -viktorklang | Viktor Klang, viktor.klang@gmail.com, Typesafe Inc. -smaldini | Stephane Maldini, stephane.maldini@gmail.com, Pivotal Software Inc. -savulchik | Stanislav Savulchik, s.savulchik@gmail.com -ktoso | Konrad Malawski, konrad.malawski@project13.pl, Typesafe Inc. -ouertani | Slim Ouertani, ouertani@gmail.com -2m | Martynas Mickevičius, mmartynas@gmail.com, Typesafe Inc. -ldaley | Luke Daley, luke.daley@gradleware.com, Gradleware Inc. -colinrgodsey | Colin Godsey, crgodsey@gmail.com, MediaMath Inc. -davidmoten | Dave Moten, davidmoten@gmail.com -briantopping | Brian Topping, brian.topping@gmail.com, Mauswerks LLC -rstoyanchev | Rossen Stoyanchev, rstoyanchev@vmware.com, VMware -BjornHamels | Björn Hamels, bjorn@hamels.nl -JakeWharton | Jake Wharton, jakewharton@gmail.com -anthonyvdotbe | Anthony Vanelverdinghe, dev@anthonyv.be -seratch | Kazuhiro Sera, seratch@gmail.com, SmartNews, Inc. -akarnokd | David Karnok, akarnokd@gmail.com -egetman | Evgeniy Getman, getman.eugene@gmail.com -patriknw | Patrik Nordwall, patrik.nordwall@gmail.com, Lightbend Inc -angelsanz | Ángel Sanz, angelsanz@users.noreply.github.com -shenghaiyang | 盛海洋, shenghaiyang@aliyun.com -kiiadi | Kyle Thomson, kylthoms@amazon.com, Amazon.com -jroper | James Roper, james@jazzy.id.au, Lightbend Inc. -olegdokuka | Oleh Dokuka, oleh.dokuka@icloud.com -Scottmitch | Scott Mitchell, scott_mitchell@apple.com, Apple Inc. -retronym | Jason Zaugg, jzaugg@gmail.com, Lightbend Inc. -sullis | Sean Sullivan, github@seansullivan.com -tomislavhofman | Tomislav Hofman, tomislav.hofman@gmail.com - diff --git a/LICENSE b/LICENSE index 696f2c0e..1e141c13 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,7 @@ -Licensed under Public Domain (CC0) +MIT No Attribution -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. +Copyright 2014 Reactive Streams -You should have received a copy of the CC0 legalcode along with this -work. If not, see . +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index ecc7e70f..b96b8b93 100644 --- a/README.md +++ b/README.md @@ -282,19 +282,4 @@ Subscribers signaling a demand for one element after the reception of an element ## Legal -This project is a collaboration between engineers from Kaazing, Lightbend, Netflix, Pivotal, Red Hat, Twitter and many others. The code is offered to the Public Domain in order to allow free use by interested parties who want to create compatible implementations. For details see `COPYING`. - -

- - CC0 - -
- To the extent possible under law, - - Reactive Streams Special Interest Group - has waived all copyright and related or neighboring rights to - Reactive Streams JVM. - This work is published from: - United States. -

- +This project is a collaboration between engineers from Kaazing, Lightbend, Netflix, Pivotal, Red Hat, Twitter and many others. This project is licensed under MIT No Attribution (SPDX: MIT-0). diff --git a/api/src/main/java/org/reactivestreams/Processor.java b/api/src/main/java/org/reactivestreams/Processor.java index b73797f5..a4129f67 100644 --- a/api/src/main/java/org/reactivestreams/Processor.java +++ b/api/src/main/java/org/reactivestreams/Processor.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams; diff --git a/api/src/main/java/org/reactivestreams/Publisher.java b/api/src/main/java/org/reactivestreams/Publisher.java index c22c585f..effb3f77 100644 --- a/api/src/main/java/org/reactivestreams/Publisher.java +++ b/api/src/main/java/org/reactivestreams/Publisher.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams; diff --git a/api/src/main/java/org/reactivestreams/Subscriber.java b/api/src/main/java/org/reactivestreams/Subscriber.java index 8a56e79e..9bf89737 100644 --- a/api/src/main/java/org/reactivestreams/Subscriber.java +++ b/api/src/main/java/org/reactivestreams/Subscriber.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams; diff --git a/api/src/main/java/org/reactivestreams/Subscription.java b/api/src/main/java/org/reactivestreams/Subscription.java index 7d8d4fe5..ee621e39 100644 --- a/api/src/main/java/org/reactivestreams/Subscription.java +++ b/api/src/main/java/org/reactivestreams/Subscription.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams; diff --git a/api/src/main/java9/org/reactivestreams/FlowAdapters.java b/api/src/main/java9/org/reactivestreams/FlowAdapters.java index 96cbff5b..78f55a0e 100644 --- a/api/src/main/java9/org/reactivestreams/FlowAdapters.java +++ b/api/src/main/java9/org/reactivestreams/FlowAdapters.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams; diff --git a/build.gradle b/build.gradle index 1ba055fd..c2196084 100644 --- a/build.gradle +++ b/build.gradle @@ -131,8 +131,8 @@ subprojects { licenses { license { - name "CC0" - url "http://creativecommons.org/publicdomain/zero/1.0/" + name "MIT-0" + url "https://spdx.org/licenses/MIT-0.html" distribution "repo" } } diff --git a/examples/src/main/java/org/reactivestreams/example/unicast/AsyncIterablePublisher.java b/examples/src/main/java/org/reactivestreams/example/unicast/AsyncIterablePublisher.java index 2dee33da..fd9262cb 100644 --- a/examples/src/main/java/org/reactivestreams/example/unicast/AsyncIterablePublisher.java +++ b/examples/src/main/java/org/reactivestreams/example/unicast/AsyncIterablePublisher.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/main/java/org/reactivestreams/example/unicast/AsyncSubscriber.java b/examples/src/main/java/org/reactivestreams/example/unicast/AsyncSubscriber.java index 00ea1685..7c9da3f5 100644 --- a/examples/src/main/java/org/reactivestreams/example/unicast/AsyncSubscriber.java +++ b/examples/src/main/java/org/reactivestreams/example/unicast/AsyncSubscriber.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/main/java/org/reactivestreams/example/unicast/InfiniteIncrementNumberPublisher.java b/examples/src/main/java/org/reactivestreams/example/unicast/InfiniteIncrementNumberPublisher.java index 6cb46015..de845a0d 100644 --- a/examples/src/main/java/org/reactivestreams/example/unicast/InfiniteIncrementNumberPublisher.java +++ b/examples/src/main/java/org/reactivestreams/example/unicast/InfiniteIncrementNumberPublisher.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/main/java/org/reactivestreams/example/unicast/NumberIterablePublisher.java b/examples/src/main/java/org/reactivestreams/example/unicast/NumberIterablePublisher.java index 756bcfab..403a3ecb 100644 --- a/examples/src/main/java/org/reactivestreams/example/unicast/NumberIterablePublisher.java +++ b/examples/src/main/java/org/reactivestreams/example/unicast/NumberIterablePublisher.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/main/java/org/reactivestreams/example/unicast/RangePublisher.java b/examples/src/main/java/org/reactivestreams/example/unicast/RangePublisher.java index 67c3103d..1275cd9e 100644 --- a/examples/src/main/java/org/reactivestreams/example/unicast/RangePublisher.java +++ b/examples/src/main/java/org/reactivestreams/example/unicast/RangePublisher.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/main/java/org/reactivestreams/example/unicast/SyncSubscriber.java b/examples/src/main/java/org/reactivestreams/example/unicast/SyncSubscriber.java index e1777ff0..c29c1b7f 100644 --- a/examples/src/main/java/org/reactivestreams/example/unicast/SyncSubscriber.java +++ b/examples/src/main/java/org/reactivestreams/example/unicast/SyncSubscriber.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/test/java/org/reactivestreams/example/unicast/AsyncSubscriberTest.java b/examples/src/test/java/org/reactivestreams/example/unicast/AsyncSubscriberTest.java index f11dbaea..94d566c1 100644 --- a/examples/src/test/java/org/reactivestreams/example/unicast/AsyncSubscriberTest.java +++ b/examples/src/test/java/org/reactivestreams/example/unicast/AsyncSubscriberTest.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/test/java/org/reactivestreams/example/unicast/IterablePublisherTest.java b/examples/src/test/java/org/reactivestreams/example/unicast/IterablePublisherTest.java index 23991190..e85506e5 100644 --- a/examples/src/test/java/org/reactivestreams/example/unicast/IterablePublisherTest.java +++ b/examples/src/test/java/org/reactivestreams/example/unicast/IterablePublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/test/java/org/reactivestreams/example/unicast/RangePublisherTest.java b/examples/src/test/java/org/reactivestreams/example/unicast/RangePublisherTest.java index 964d395e..44f39dee 100644 --- a/examples/src/test/java/org/reactivestreams/example/unicast/RangePublisherTest.java +++ b/examples/src/test/java/org/reactivestreams/example/unicast/RangePublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/test/java/org/reactivestreams/example/unicast/SyncSubscriberTest.java b/examples/src/test/java/org/reactivestreams/example/unicast/SyncSubscriberTest.java index ac3e34f5..f2416ed1 100644 --- a/examples/src/test/java/org/reactivestreams/example/unicast/SyncSubscriberTest.java +++ b/examples/src/test/java/org/reactivestreams/example/unicast/SyncSubscriberTest.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/test/java/org/reactivestreams/example/unicast/SyncSubscriberWhiteboxTest.java b/examples/src/test/java/org/reactivestreams/example/unicast/SyncSubscriberWhiteboxTest.java index 06f7cc9b..593b0025 100644 --- a/examples/src/test/java/org/reactivestreams/example/unicast/SyncSubscriberWhiteboxTest.java +++ b/examples/src/test/java/org/reactivestreams/example/unicast/SyncSubscriberWhiteboxTest.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/examples/src/test/java/org/reactivestreams/example/unicast/UnboundedIntegerIncrementPublisherTest.java b/examples/src/test/java/org/reactivestreams/example/unicast/UnboundedIntegerIncrementPublisherTest.java index 476ff703..fd7f2ba7 100644 --- a/examples/src/test/java/org/reactivestreams/example/unicast/UnboundedIntegerIncrementPublisherTest.java +++ b/examples/src/test/java/org/reactivestreams/example/unicast/UnboundedIntegerIncrementPublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ -* 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 .* -************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.example.unicast; diff --git a/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowPublisherVerification.java b/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowPublisherVerification.java index dcdce51b..c45a355f 100644 --- a/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowPublisherVerification.java +++ b/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowPublisherVerification.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowSubscriberBlackboxVerification.java b/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowSubscriberBlackboxVerification.java index 6ecf1a82..6f991cc4 100644 --- a/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowSubscriberBlackboxVerification.java +++ b/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowSubscriberBlackboxVerification.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowSubscriberWhiteboxVerification.java b/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowSubscriberWhiteboxVerification.java index 8f4bb9d4..5268e45e 100644 --- a/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowSubscriberWhiteboxVerification.java +++ b/tck-flow/src/main/java/org/reactivestreams/tck/flow/FlowSubscriberWhiteboxVerification.java @@ -1,14 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ - +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; import org.reactivestreams.FlowAdapters; diff --git a/tck-flow/src/main/java/org/reactivestreams/tck/flow/IdentityFlowProcessorVerification.java b/tck-flow/src/main/java/org/reactivestreams/tck/flow/IdentityFlowProcessorVerification.java index e38ed780..1d6aaefb 100644 --- a/tck-flow/src/main/java/org/reactivestreams/tck/flow/IdentityFlowProcessorVerification.java +++ b/tck-flow/src/main/java/org/reactivestreams/tck/flow/IdentityFlowProcessorVerification.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/test/java/org/reactivestreams/FlowAdaptersTest.java b/tck-flow/src/test/java/org/reactivestreams/FlowAdaptersTest.java index 4d3625fc..38334e2f 100644 --- a/tck-flow/src/test/java/org/reactivestreams/FlowAdaptersTest.java +++ b/tck-flow/src/test/java/org/reactivestreams/FlowAdaptersTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams; diff --git a/tck-flow/src/test/java/org/reactivestreams/MulticastPublisher.java b/tck-flow/src/test/java/org/reactivestreams/MulticastPublisher.java index 31f00543..694af2ae 100644 --- a/tck-flow/src/test/java/org/reactivestreams/MulticastPublisher.java +++ b/tck-flow/src/test/java/org/reactivestreams/MulticastPublisher.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams; diff --git a/tck-flow/src/test/java/org/reactivestreams/SubmissionPublisherTckTest.java b/tck-flow/src/test/java/org/reactivestreams/SubmissionPublisherTckTest.java index 06e9102e..d3de3a5c 100644 --- a/tck-flow/src/test/java/org/reactivestreams/SubmissionPublisherTckTest.java +++ b/tck-flow/src/test/java/org/reactivestreams/SubmissionPublisherTckTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams; diff --git a/tck-flow/src/test/java/org/reactivestreams/TestEitherConsumer.java b/tck-flow/src/test/java/org/reactivestreams/TestEitherConsumer.java index 5b8d8e63..ab23718b 100644 --- a/tck-flow/src/test/java/org/reactivestreams/TestEitherConsumer.java +++ b/tck-flow/src/test/java/org/reactivestreams/TestEitherConsumer.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams; diff --git a/tck-flow/src/test/java/org/reactivestreams/tck/flow/EmptyLazyFlowPublisherTest.java b/tck-flow/src/test/java/org/reactivestreams/tck/flow/EmptyLazyFlowPublisherTest.java index 6d5342dc..50d570ab 100644 --- a/tck-flow/src/test/java/org/reactivestreams/tck/flow/EmptyLazyFlowPublisherTest.java +++ b/tck-flow/src/test/java/org/reactivestreams/tck/flow/EmptyLazyFlowPublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/test/java/org/reactivestreams/tck/flow/LockstepFlowProcessorTest.java b/tck-flow/src/test/java/org/reactivestreams/tck/flow/LockstepFlowProcessorTest.java index d232cab8..4986a31f 100644 --- a/tck-flow/src/test/java/org/reactivestreams/tck/flow/LockstepFlowProcessorTest.java +++ b/tck-flow/src/test/java/org/reactivestreams/tck/flow/LockstepFlowProcessorTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/test/java/org/reactivestreams/tck/flow/RangeFlowPublisherTest.java b/tck-flow/src/test/java/org/reactivestreams/tck/flow/RangeFlowPublisherTest.java index e92e6b0a..d8e77004 100644 --- a/tck-flow/src/test/java/org/reactivestreams/tck/flow/RangeFlowPublisherTest.java +++ b/tck-flow/src/test/java/org/reactivestreams/tck/flow/RangeFlowPublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/test/java/org/reactivestreams/tck/flow/SingleElementFlowPublisherTest.java b/tck-flow/src/test/java/org/reactivestreams/tck/flow/SingleElementFlowPublisherTest.java index 7c4b5236..516b6239 100644 --- a/tck-flow/src/test/java/org/reactivestreams/tck/flow/SingleElementFlowPublisherTest.java +++ b/tck-flow/src/test/java/org/reactivestreams/tck/flow/SingleElementFlowPublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/test/java/org/reactivestreams/tck/flow/SubmissionPublisherTest.java b/tck-flow/src/test/java/org/reactivestreams/tck/flow/SubmissionPublisherTest.java index f9857246..e2291878 100644 --- a/tck-flow/src/test/java/org/reactivestreams/tck/flow/SubmissionPublisherTest.java +++ b/tck-flow/src/test/java/org/reactivestreams/tck/flow/SubmissionPublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/test/java/org/reactivestreams/tck/flow/SyncTriggeredDemandSubscriberTest.java b/tck-flow/src/test/java/org/reactivestreams/tck/flow/SyncTriggeredDemandSubscriberTest.java index 82c824fe..2377115c 100644 --- a/tck-flow/src/test/java/org/reactivestreams/tck/flow/SyncTriggeredDemandSubscriberTest.java +++ b/tck-flow/src/test/java/org/reactivestreams/tck/flow/SyncTriggeredDemandSubscriberTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/test/java/org/reactivestreams/tck/flow/SyncTriggeredDemandSubscriberWhiteboxTest.java b/tck-flow/src/test/java/org/reactivestreams/tck/flow/SyncTriggeredDemandSubscriberWhiteboxTest.java index 4b1d6284..1ca65a7c 100644 --- a/tck-flow/src/test/java/org/reactivestreams/tck/flow/SyncTriggeredDemandSubscriberWhiteboxTest.java +++ b/tck-flow/src/test/java/org/reactivestreams/tck/flow/SyncTriggeredDemandSubscriberWhiteboxTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow; diff --git a/tck-flow/src/test/java/org/reactivestreams/tck/flow/support/SyncTriggeredDemandFlowSubscriber.java b/tck-flow/src/test/java/org/reactivestreams/tck/flow/support/SyncTriggeredDemandFlowSubscriber.java index eccd0b2a..320f1ae2 100644 --- a/tck-flow/src/test/java/org/reactivestreams/tck/flow/support/SyncTriggeredDemandFlowSubscriber.java +++ b/tck-flow/src/test/java/org/reactivestreams/tck/flow/support/SyncTriggeredDemandFlowSubscriber.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/IdentityProcessorVerification.java b/tck/src/main/java/org/reactivestreams/tck/IdentityProcessorVerification.java index 53b74d05..e70f4921 100644 --- a/tck/src/main/java/org/reactivestreams/tck/IdentityProcessorVerification.java +++ b/tck/src/main/java/org/reactivestreams/tck/IdentityProcessorVerification.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/main/java/org/reactivestreams/tck/PublisherVerification.java b/tck/src/main/java/org/reactivestreams/tck/PublisherVerification.java index a14a21eb..c2f46576 100644 --- a/tck/src/main/java/org/reactivestreams/tck/PublisherVerification.java +++ b/tck/src/main/java/org/reactivestreams/tck/PublisherVerification.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/main/java/org/reactivestreams/tck/SubscriberBlackboxVerification.java b/tck/src/main/java/org/reactivestreams/tck/SubscriberBlackboxVerification.java index 402ef879..ba0d5e6a 100644 --- a/tck/src/main/java/org/reactivestreams/tck/SubscriberBlackboxVerification.java +++ b/tck/src/main/java/org/reactivestreams/tck/SubscriberBlackboxVerification.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/main/java/org/reactivestreams/tck/SubscriberWhiteboxVerification.java b/tck/src/main/java/org/reactivestreams/tck/SubscriberWhiteboxVerification.java index 8493a435..9432cfdb 100644 --- a/tck/src/main/java/org/reactivestreams/tck/SubscriberWhiteboxVerification.java +++ b/tck/src/main/java/org/reactivestreams/tck/SubscriberWhiteboxVerification.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/main/java/org/reactivestreams/tck/TestEnvironment.java b/tck/src/main/java/org/reactivestreams/tck/TestEnvironment.java index 6fe60a2b..a70271ab 100644 --- a/tck/src/main/java/org/reactivestreams/tck/TestEnvironment.java +++ b/tck/src/main/java/org/reactivestreams/tck/TestEnvironment.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/main/java/org/reactivestreams/tck/WithHelperPublisher.java b/tck/src/main/java/org/reactivestreams/tck/WithHelperPublisher.java index 6deb052d..d046aa88 100644 --- a/tck/src/main/java/org/reactivestreams/tck/WithHelperPublisher.java +++ b/tck/src/main/java/org/reactivestreams/tck/WithHelperPublisher.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/Function.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/Function.java index 0b6724f9..e5bb8bd5 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/Function.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/Function.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/HelperPublisher.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/HelperPublisher.java index 1fd96359..e59108b9 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/HelperPublisher.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/HelperPublisher.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/InfiniteHelperPublisher.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/InfiniteHelperPublisher.java index 93227526..bfe33e9e 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/InfiniteHelperPublisher.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/InfiniteHelperPublisher.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/NonFatal.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/NonFatal.java index 13fbc0d3..66ccb06a 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/NonFatal.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/NonFatal.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/Optional.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/Optional.java index b1c53287..e619e308 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/Optional.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/Optional.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java index 7ef44b2b..d83d479f 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberBlackboxVerificationRules.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberBlackboxVerificationRules.java index e240c780..01083d41 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberBlackboxVerificationRules.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberBlackboxVerificationRules.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberBufferOverflowException.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberBufferOverflowException.java index 9cb085d8..c75565d3 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberBufferOverflowException.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberBufferOverflowException.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberWhiteboxVerificationRules.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberWhiteboxVerificationRules.java index 6c49c216..709fcce6 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberWhiteboxVerificationRules.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/SubscriberWhiteboxVerificationRules.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/main/java/org/reactivestreams/tck/flow/support/TestException.java b/tck/src/main/java/org/reactivestreams/tck/flow/support/TestException.java index 17ac5cda..ca38752d 100644 --- a/tck/src/main/java/org/reactivestreams/tck/flow/support/TestException.java +++ b/tck/src/main/java/org/reactivestreams/tck/flow/support/TestException.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/test/java/org/reactivestreams/tck/EmptyLazyPublisherTest.java b/tck/src/test/java/org/reactivestreams/tck/EmptyLazyPublisherTest.java index 1ae262b4..07a223e8 100644 --- a/tck/src/test/java/org/reactivestreams/tck/EmptyLazyPublisherTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/EmptyLazyPublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/IdentityProcessorVerificationDelegationTest.java b/tck/src/test/java/org/reactivestreams/tck/IdentityProcessorVerificationDelegationTest.java index ac0cd76c..fcc41558 100644 --- a/tck/src/test/java/org/reactivestreams/tck/IdentityProcessorVerificationDelegationTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/IdentityProcessorVerificationDelegationTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/IdentityProcessorVerificationTest.java b/tck/src/test/java/org/reactivestreams/tck/IdentityProcessorVerificationTest.java index 45701483..fd0f0da8 100644 --- a/tck/src/test/java/org/reactivestreams/tck/IdentityProcessorVerificationTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/IdentityProcessorVerificationTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/LockstepProcessorTest.java b/tck/src/test/java/org/reactivestreams/tck/LockstepProcessorTest.java index b207d6a1..4d6474c3 100644 --- a/tck/src/test/java/org/reactivestreams/tck/LockstepProcessorTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/LockstepProcessorTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/PublisherVerificationTest.java b/tck/src/test/java/org/reactivestreams/tck/PublisherVerificationTest.java index ca42f00c..b99553f6 100644 --- a/tck/src/test/java/org/reactivestreams/tck/PublisherVerificationTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/PublisherVerificationTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/RangePublisherTest.java b/tck/src/test/java/org/reactivestreams/tck/RangePublisherTest.java index a76dee97..4de624ab 100644 --- a/tck/src/test/java/org/reactivestreams/tck/RangePublisherTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/RangePublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/SingleElementPublisherTest.java b/tck/src/test/java/org/reactivestreams/tck/SingleElementPublisherTest.java index 946b96c1..7be4b1d9 100644 --- a/tck/src/test/java/org/reactivestreams/tck/SingleElementPublisherTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/SingleElementPublisherTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/SubscriberBlackboxVerificationTest.java b/tck/src/test/java/org/reactivestreams/tck/SubscriberBlackboxVerificationTest.java index a00a12dd..3f2a531a 100644 --- a/tck/src/test/java/org/reactivestreams/tck/SubscriberBlackboxVerificationTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/SubscriberBlackboxVerificationTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/SubscriberNoRegisterOnSubscribeTest.java b/tck/src/test/java/org/reactivestreams/tck/SubscriberNoRegisterOnSubscribeTest.java index a3f74795..421bda02 100644 --- a/tck/src/test/java/org/reactivestreams/tck/SubscriberNoRegisterOnSubscribeTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/SubscriberNoRegisterOnSubscribeTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/SubscriberWhiteboxVerificationTest.java b/tck/src/test/java/org/reactivestreams/tck/SubscriberWhiteboxVerificationTest.java index e7e9e6fd..c0c0be12 100644 --- a/tck/src/test/java/org/reactivestreams/tck/SubscriberWhiteboxVerificationTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/SubscriberWhiteboxVerificationTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/SyncTriggeredDemandSubscriberTest.java b/tck/src/test/java/org/reactivestreams/tck/SyncTriggeredDemandSubscriberTest.java index d998829c..70d1eee6 100644 --- a/tck/src/test/java/org/reactivestreams/tck/SyncTriggeredDemandSubscriberTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/SyncTriggeredDemandSubscriberTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/SyncTriggeredDemandSubscriberWhiteboxTest.java b/tck/src/test/java/org/reactivestreams/tck/SyncTriggeredDemandSubscriberWhiteboxTest.java index d4c03fc9..3235a3cb 100644 --- a/tck/src/test/java/org/reactivestreams/tck/SyncTriggeredDemandSubscriberWhiteboxTest.java +++ b/tck/src/test/java/org/reactivestreams/tck/SyncTriggeredDemandSubscriberWhiteboxTest.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck; diff --git a/tck/src/test/java/org/reactivestreams/tck/flow/support/SyncTriggeredDemandSubscriber.java b/tck/src/test/java/org/reactivestreams/tck/flow/support/SyncTriggeredDemandSubscriber.java index 0df6b3bf..f93a7b13 100644 --- a/tck/src/test/java/org/reactivestreams/tck/flow/support/SyncTriggeredDemandSubscriber.java +++ b/tck/src/test/java/org/reactivestreams/tck/flow/support/SyncTriggeredDemandSubscriber.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support; diff --git a/tck/src/test/java/org/reactivestreams/tck/flow/support/TCKVerificationSupport.java b/tck/src/test/java/org/reactivestreams/tck/flow/support/TCKVerificationSupport.java index a7fd730c..c5429e7c 100644 --- a/tck/src/test/java/org/reactivestreams/tck/flow/support/TCKVerificationSupport.java +++ b/tck/src/test/java/org/reactivestreams/tck/flow/support/TCKVerificationSupport.java @@ -1,13 +1,6 @@ -/************************************************************************ - * 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 .* - ************************************************************************/ +/*************************************************** + * Licensed under MIT No Attribution (SPDX: MIT-0) * + ***************************************************/ package org.reactivestreams.tck.flow.support;