Skip to content
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

Use SPDX license identifier #701

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cdce8p
Copy link

@cdce8p cdce8p commented Oct 25, 2024

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.

.. _GNU GPL v3: https://opensource.org/licenses/GPL-3.0

@Quentame
Copy link
Member

Hey !

I have to look at differences between theses licenses before.

Do you have a link to better understand code licenses ?

Thanks

@cdce8p
Copy link
Author

cdce8p commented Oct 28, 2024

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

license = "GNU GPL v3"
license = "GPL-3.0-or-later"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed it to GPL-3.0-or-later based on the LICENSE.rst file.

freebox-api/LICENSE.rst

Lines 581 to 584 in 8d2de40

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, either version 3 of the License, or
(at your option) any later version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants