Skip to content

Commit 7fb0f0c

Browse files
committed
Set the license to BSD-2
Not sure why it was Affero GPL... all dependencies are permissively licensed, so best to license this consistently with other components.
1 parent 9e4d46a commit 7fb0f0c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
</organization>
2323
<licenses>
2424
<license>
25-
<name>GNU Affero General Public License v3+</name>
26-
<url>http://www.gnu.org/licenses/agpl-3.0.txt</url>
25+
<name>Simplified BSD License</name>
2726
<distribution>repo</distribution>
2827
</license>
2928
</licenses>
@@ -77,7 +76,7 @@
7776

7877
<properties>
7978
<package-name>org.scijava.plugins.scripting.kotlin</package-name>
80-
<license.licenseName>agpl_v3</license.licenseName>
79+
<license.licenseName>bsd_2</license.licenseName>
8180
<license.copyrightOwners>Board of Regents of the University of
8281
Wisconsin-Madison.</license.copyrightOwners>
8382

0 commit comments

Comments
 (0)