Skip to content

Commit 11f1a40

Browse files
committed
Fix project license
This tutorial is dedicated to the public domain, as already noted in the source file header.
1 parent 78504ea commit 11f1a40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
</organization>
2727
<licenses>
2828
<license>
29-
<name>Simplified BSD License</name>
29+
<name>CC0</name>
30+
<url>https://creativecommons.org/publicdomain/zero/1.0/</url>
3031
<distribution>repo</distribution>
3132
</license>
3233
</licenses>
@@ -81,7 +82,7 @@
8182
<properties>
8283
<package-name>com.mycompany.imagej</package-name>
8384
<main-class>com.mycompany.imagej.GaussFiltering</main-class>
84-
<license.licenseName>bsd_2</license.licenseName>
85+
<license.licenseName>unlicense</license.licenseName>
8586
<license.copyrightOwners>My Company, Inc.</license.copyrightOwners>
8687
</properties>
8788

0 commit comments

Comments
 (0)