miachm/SODS

License declaration

stbischof opened this issue · 3 comments

Could you please clarify which License is correct?

GitHub Tag/ License file
https://github.com/miachm/SODS/blob/master/LICENSE

The Unlicense

or

pom.xml

    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

Thanks for your report! Please ensure you have provided enough info in order to recreate the issue, including the problematic ODS File.

The Unlicense is the correct one. You can consider the file LICENSE as the only source of truth in case of conflict.

Apache was the license for the older releases. I must have forgotten to change in the pom file.

thx. so we can close this here.