-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing license statement #60
Comments
@albig What is the standard procedure for licensing of TYPO3 extensions? |
That's not only related to TYPO3. The LICENCE.txt file is missing. See https://help.github.com/articles/licensing-a-repository/. We should put the same as in Kitodo.Presentation. |
According to https://typo3.org/index.php?id=782, GPL2+ seems to be the right choice. GPL3 / GPL3+ are compatible to GPL2+, so I think that using them would also be possible. Obviously TYPO3 documentation requires a different license, see https://forge.typo3.org/issues/46163. |
I think that using the same license (GPL3) as for Kitodo.Presentation would be reasonable. |
By the way: The trigger for this issue was https://www.wikidata.org/wiki/Q47007505 (which already suggests that GPL3 is used). |
Thanks a lot. |
The project includes many files with a license header, but I did not find any information on the license used by the whole project. Is it GPL2 / GPL2+ / GPL3 / GPL3+?
I suggest to add a license file in the standard form which is recognized by GitHub and other tools.
The text was updated successfully, but these errors were encountered: