License declaration
stbischof opened this issue · 3 comments
stbischof commented
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>
github-actions commented
Thanks for your report! Please ensure you have provided enough info in order to recreate the issue, including the problematic ODS File.
miachm commented
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.
stbischof commented
thx. so we can close this here.