Update copyright to incorporate AGPL3.0+#3712
Conversation
3d470e6 to
7911255
Compare
7911255 to
1ce6be3
Compare
|
I've added some more users which are part of the organization and should - if they have thoughts on this respond. |
I am not a lawyer and I hope we never have to test the changes, to be honest. I've also not checked the signing isn't broken... @ann0see -- I'd need to merge this on your tree, I think, before the Auto-Build there will do the signing. Is there any other way? |
Feel free to push it even as the latest release. The repo is safe to experiment with and nobody should be using the binaries from there anyway (except for us copying the signed build) |
| # under AGPL 3.0 or any later version. | ||
| # | ||
| # Existing code: Code contributed before 3.12.1dev was licensed under GPL 2.0+. | ||
| # This code will be licenced under GPL 3.0 (or any later version) from |
There was a problem hiding this comment.
"licenced" should be "licensed", as it is on the previous line already.
UK English: noun = "licence", verb = "license / licensed / licensing"
US English: noun = "license", verb = same as UK.
This should be corrected in all the header blocks and also in a couple of places in util.cpp (lines 402 and 1587)
| # | ||
| # 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 2 of the License, or (at your option) any later | ||
| # version. | ||
| # This program is free software: you can redistribute it and/or modify | ||
| # it under the terms of the GNU Affero General Public License as published by | ||
| # the Free Software Foundation, either version 3 of the License, or | ||
| # (at your option) any later version. | ||
| # | ||
| # This program is distributed in the hope that it will be useful, | ||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| # GNU Affero General Public License for more details. | ||
| # | ||
| # You should have received a copy of the GNU Affero General Public License | ||
| # along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| # | ||
| # --------------------------------------------------------------------------- | ||
| # | ||
| # 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. | ||
| # | ||
| # This program is distributed in the hope that it will be useful, but WITHOUT | ||
| # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
| # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more | ||
| # details. | ||
| # This program is distributed in the hope that it will be useful, | ||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| # GNU General Public License for more details. | ||
| # | ||
| # You should have received a copy of the GNU General Public License along with | ||
| # this program; if not, write to the Free Software Foundation, Inc., | ||
| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA | ||
| # You should have received a copy of the GNU General Public License | ||
| # along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| # |
There was a problem hiding this comment.
Is there a reason we need to have both sections, one for AGPL3+ and one for GPL3+? Even if both licences need to be mentioned explicitly (if so, why?), couldn't we refactor to eliminate duplication, e.g. with the disclaimer paragraph, at least?
What about for new files?
Short description of changes
Update copyright on all existing files to GPL3.0+ and add a notice that all new contributions must be licensed under AGPL3.0+.
Initial changes made by Cursor Composer 2.5.
CHANGELOG: Update copyright to incorporate AGPL3.0+
Context: Fixes an issue?
Fixes: 3711
Does this change need documentation? What needs to be documented and how?
No - documented by the issue.
Status of this Pull Request
Hopefully there's nothing changed in the code or build here...
What is missing until this pull request can be merged?
Someone needs to read what I wrote in various places until bored...
Checklist
AUTOBUILD: Please build all targets