Skip to content

Commit

Permalink
Fix headers of moved sources to reflect Unlicense
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Aug 27, 2020
1 parent 17d0c4a commit e68fe1d
Show file tree
Hide file tree
Showing 31 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/adv/IntroToImageJAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.adv;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/adv/ModernFromLegacy.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.adv;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.commands.dynamic;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.commands.dynamic;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/commands/simple/CopyLabels.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.commands.simple;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/commands/simple/GradientImage.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.commands.simple;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/commands/simple/HelloWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.commands.simple;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/commands/simple/OpenImage.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.commands.simple;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.commands.simple;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.datasets;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/images/filter/LowPassFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.images.filter;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/metadata/GetMetadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.metadata;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ops/ConvolutionOps.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ops;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ops/CreateANewOp.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ops;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ops/RampOp.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ops;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ops/RandomBlobsOp.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ops;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ops/UsingOps.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ops;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ops/UsingOpsDog.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ops;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ops/UsingOpsLabeling.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ops;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ops/UsingSpecialOps.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ops;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/plugins/create/Animal.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.plugins.create;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/plugins/create/AnimalService.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.plugins.create;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/plugins/create/Bear.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.plugins.create;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.plugins.create;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/plugins/create/Lion.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.plugins.create;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/plugins/create/Tiger.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.plugins.create;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/tables/TableTutorial.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.tables;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ui/SwingExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ui;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ui/WidgetDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ui;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ui/preview/CommandWithPreview.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ui.preview;

Expand Down
4 changes: 2 additions & 2 deletions howtos/src/main/java/howto/ui/preview/PreviewCheckbox.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* To the extent possible under law, the ImageJ developers have waived
* all copyright and related or neighboring rights to this tutorial code.
*
* See the CC0 1.0 Universal license for details:
* https://creativecommons.org/publicdomain/zero/1.0/
* See the Unlicense for details:
* https://unlicense.org/
*/
package howto.ui.preview;

Expand Down

0 comments on commit e68fe1d

Please sign in to comment.