scijava / scripting-kotlin

[EXPERIMENTAL] JSR-223-compliant Kotlin scripting plugin
http://imagej.net/Kotlin_Scripting
Other
10 stars 2 forks source link

Update LICENSE.txt to BSD-2 #3

Closed hanslovsky closed 5 years ago

hanslovsky commented 5 years ago

7fb0f0c changed the license in the pom.xml and this should be reflected in LICENSE.txt. I c&p'ed from scijava-common and adapted the Copyright year to 2009 - 2019 (I guess that is the right thing to do).

ctrueden commented 5 years ago

@hanslovsky Instead of copying from another project, you can use:

mvn license:update-file-header license:update-project-license

That's what the license-maven-plugin is for, and how we keep headers in sync easily.

hanslovsky commented 5 years ago

@ctrueden I am always amazed how you know all the cool and helpful things! This will be super useful for all my projects