freebox-api icon indicating copy to clipboard operation
freebox-api copied to clipboard

Use SPDX license identifier

Open cdce8p opened this issue 1 year ago • 2 comments

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

cdce8p avatar Oct 25 '24 20:10 cdce8p

Hey !

I have to look at differences between theses licenses before.

Do you have a link to better understand code licenses ?

Thanks

Quentame avatar Oct 28 '24 12:10 Quentame

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.
 ...

cdce8p avatar Oct 28 '24 12:10 cdce8p

@Quentame Any update here?

cdce8p avatar Mar 26 '25 17:03 cdce8p

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.

cdce8p avatar May 09 '25 10:05 cdce8p