Skip to content

Commit e68fe1d

Browse files
committed
Fix headers of moved sources to reflect Unlicense
1 parent 17d0c4a commit e68fe1d

31 files changed

+62
-62
lines changed

howtos/src/main/java/howto/adv/IntroToImageJAPI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.adv;
99

howtos/src/main/java/howto/adv/ModernFromLegacy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.adv;
99

howtos/src/main/java/howto/commands/dynamic/DynamicInitialization.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.commands.dynamic;
99

howtos/src/main/java/howto/commands/dynamic/DynamicNumberOfParameters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.commands.dynamic;
99

howtos/src/main/java/howto/commands/simple/CopyLabels.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.commands.simple;
99

howtos/src/main/java/howto/commands/simple/GradientImage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.commands.simple;
99

howtos/src/main/java/howto/commands/simple/HelloWorld.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.commands.simple;
99

howtos/src/main/java/howto/commands/simple/OpenImage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.commands.simple;
99

howtos/src/main/java/howto/commands/simple/OpenScaleSaveImage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.commands.simple;
99

howtos/src/main/java/howto/datasets/LoadAndDisplayDataset.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* To the extent possible under law, the ImageJ developers have waived
33
* all copyright and related or neighboring rights to this tutorial code.
44
*
5-
* See the CC0 1.0 Universal license for details:
6-
* https://creativecommons.org/publicdomain/zero/1.0/
5+
* See the Unlicense for details:
6+
* https://unlicense.org/
77
*/
88
package howto.datasets;
99

0 commit comments

Comments
 (0)