Skip to content

Commit adaae60

Browse files
committed
pyrnotify.py 2.0.1: fix SPDX license identifier, remove script from REUSE config
1 parent 724fa4f commit adaae60

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

REUSE.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,12 +1554,6 @@ precedence = "override"
15541554
SPDX-FileCopyrightText = "2010 Elián Hanisch <[email protected]>"
15551555
SPDX-License-Identifier = "GPL-3.0-or-later"
15561556

1557-
[[annotations]]
1558-
path = "python/pyrnotify.py"
1559-
precedence = "override"
1560-
SPDX-FileCopyrightText = "2012 Krister Svanlund <[email protected]>"
1561-
SPDX-License-Identifier = "GPL-3.0-or-later"
1562-
15631557
[[annotations]]
15641558
path = "python/quick_force_color.py"
15651559
precedence = "override"

python/pyrnotify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# SPDX-FileCopyrightText: 2012 Krister Svanlund <[email protected]>
55
#
6-
# SPDX-License-Identifier: GPL3
6+
# SPDX-License-Identifier: GPL-3.0-or-later
77
#
88
# based on tcl version:
99
# Remote Notification Script v1.1
@@ -72,7 +72,7 @@
7272

7373
SCRIPT_NAME = "pyrnotify"
7474
SCRIPT_AUTHOR = "Krister Svanlund <[email protected]>"
75-
SCRIPT_VERSION = "2.0"
75+
SCRIPT_VERSION = "2.0.1"
7676
SCRIPT_LICENSE = "GPL3"
7777
SCRIPT_DESC = "Send remote notifications over SSH"
7878

0 commit comments

Comments
 (0)