tools4j / unix4j

An implementation of Unix command line tools in Java.
unix4j.org
MIT License
231 stars 43 forks source link

Missing license information on maven central for v5.0 #70

Open alaindesilets opened 3 years ago

alaindesilets commented 3 years ago

When I look on Maven Central, it seems there does not seem to be a license associated with the 5.0 artifacts for the various unix4j modules. For example:

https://mvnrepository.com/artifact/org.unix4j/unix4j-command/0.5

In contrast, the previous versions all specify BSD 3, for example:

 https://mvnrepository.com/artifact/org.unix4j/unix4j-command/0.4

Is 5.0 still licensed under BSD?

terzerm commented 3 years ago

Hi. The version 0.5 is licensed under the MIT license: https://github.com/tools4j/unix4j/blob/release/0.5/LICENSE.md

Thanks for pointing this out --- I will look into this to make sure we include licenses in the build artefacts in the future.