Skip to content

Commit 10ed28d

Browse files
Clarify the license as defined in debian/copyright and switch to spdx format (#81)
1 parent a7f3490 commit 10ed28d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The PO files in this project are imported from there.
1818

1919
# License
2020

21-
- Code: GPLv3
21+
- Code: GPL-3.0-or-later

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Source: https://github.com/linuxmint/bulky
55

66
Files: *
77
Copyright: 2021 Linux Mint <[email protected]>
8-
License: GPL-3+
8+
License: GPL-3.0-or-later
99
This program is free software; you can redistribute it and/or modify
1010
it under the terms of the GNU General Public License as published by
1111
the Free Software Foundation; either version 3 of the License, or
@@ -17,4 +17,4 @@ License: GPL-3+
1717
GNU General Public License for more details.
1818
.
1919
On Debian systems, the complete text of the GNU General
20-
Public License can be found in `/usr/share/common-licenses/GPL'
20+
Public License can be found in `/usr/share/common-licenses/GPL-3'

usr/lib/bulky/bulky.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def open_about(self, widget):
438438
dlg.set_program_name("Bulky")
439439
dlg.set_comments(_("Rename Files"))
440440
try:
441-
with open('/usr/share/common-licenses/GPL', encoding="utf-8") as h:
441+
with open('/usr/share/common-licenses/GPL-3', encoding="utf-8") as h:
442442
gpl= h.read()
443443
dlg.set_license(gpl)
444444
except Exception as e:

0 commit comments

Comments
 (0)