go back to using the "or any later version" clause of GPLv3
I think arguments that "Such new versions will be similar in spirit to the present version", in my own reading and readings such as in https://www.draketo.de/software/gpl-or-later, convince me for now that it is acceptable to allow the "or later" for compatibility and future problem's sake Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
28
REUSE.toml
Normal file
28
REUSE.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
version = 1
|
||||
SPDX-PackageName = "incorporeal-cms"
|
||||
SPDX-PackageSupplier = "Brian S. Stephan <bss@incorporeal.org>"
|
||||
SPDX-PackageDownloadLocation = "https://git.incorporeal.org/bss/incorporeal-cms"
|
||||
|
||||
[[annotations]]
|
||||
path = [".gitignore", ".gitattributes"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "© 2020 Brian S. Stephan <bss@incorporeal.org>"
|
||||
SPDX-License-Identifier = "GPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = "**.md"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "© 2020 Brian S. Stephan <bss@incorporeal.org>"
|
||||
SPDX-License-Identifier = "GPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = "tests/instance/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "© 2020 Brian S. Stephan <bss@incorporeal.org>"
|
||||
SPDX-License-Identifier = "GPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = ["MANIFEST.in", "pyproject.toml", "tox.ini", "requirements/**"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "© 2020 Brian S. Stephan <bss@incorporeal.org>"
|
||||
SPDX-License-Identifier = "GPL-3.0-or-later"
|
||||
Reference in New Issue
Block a user