We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78504ea commit 11f1a40Copy full SHA for 11f1a40
pom.xml
@@ -26,7 +26,8 @@
26
</organization>
27
<licenses>
28
<license>
29
- <name>Simplified BSD License</name>
+ <name>CC0</name>
30
+ <url>https://creativecommons.org/publicdomain/zero/1.0/</url>
31
<distribution>repo</distribution>
32
</license>
33
</licenses>
@@ -81,7 +82,7 @@
81
82
<properties>
83
<package-name>com.mycompany.imagej</package-name>
84
<main-class>com.mycompany.imagej.GaussFiltering</main-class>
- <license.licenseName>bsd_2</license.licenseName>
85
+ <license.licenseName>unlicense</license.licenseName>
86
<license.copyrightOwners>My Company, Inc.</license.copyrightOwners>
87
</properties>
88
0 commit comments