freebox-api
freebox-api copied to clipboard
Use SPDX license identifier
Poetry recommends the use of the official SPDX license expressions. https://python-poetry.org/docs/pyproject/#license
The readme links to https://opensource.org/license/GPL-3.0 -> GPL-3.0-only.
https://github.com/hacf-fr/freebox-api/blob/b5ca861faa1f8127387d7a527937496cc4c80a8a/README.rst?plain=1#L150
Hey !
I have to look at differences between theses licenses before.
Do you have a link to better understand code licenses ?
Thanks
I have to look at differences between theses licenses before.
Do you have a link to better understand code licenses ?
https://spdx.org/licenses/GPL-3.0-only.html https://spdx.org/licenses/GPL-3.0-or-later.html
As far as I'm aware the license text itself is basically the same. The difference is only in the license header (which isn't used here).
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation,
-version 3.
+either version 3 of the License, or (at your option) any later version.
...
@Quentame Any update here?
This PR has been open without a response for some time now. Going to close it. Please feel free to reuse any part of it if you like.