Skip to content

Commit 11609c4

Browse files
authored
Merge pull request #187 from frescobaldi/gpl-version
Use the SPDX GPL-3.0-or-later license identifier
2 parents a3457b1 + 6ebc2fb commit 11609c4

60 files changed

Lines changed: 302 additions & 60 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSES/GPL-3.0-or-later.txt

Lines changed: 232 additions & 0 deletions
Large diffs are not rendered by default.

REUSE.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version = 1
2+
3+
[[annotations]]
4+
path = "**"
5+
SPDX-License-Identifier = "GPL-3.0-or-later"
6+
SPDX-FileCopyrightText = [
7+
"2008 - 2021 Wilbert Berendsen",
8+
"2013 - 2024 Peter Bjuhr",
9+
]

ly/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# This file is part of python-ly, https://pypi.python.org/pypi/python-ly
22
#
3-
# Copyright (c) 2008 - 2015 by Wilbert Berendsen
3+
# SPDX-FileCopyrightText: 2008 - 2015 Wilbert Berendsen
4+
# SPDX-License-Identifier: GPL-3.0-or-later
45
#
56
# This program is free software; you can redistribute it and/or
67
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8+
# as published by the Free Software Foundation; either version 3
89
# of the License, or (at your option) any later version.
910
#
1011
# This program is distributed in the hope that it will be useful,

ly/barcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/setvar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/colorize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

0 commit comments

Comments
 (0)