File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1554,12 +1554,6 @@ precedence = "override"
15541554SPDX-FileCopyrightText = " 2010 Elián Hanisch <lambdae2@gmail.com>"
15551555SPDX-License-Identifier = " GPL-3.0-or-later"
15561556
1557- [[annotations ]]
1558- path = " python/pyrnotify.py"
1559- precedence = " override"
1560- SPDX-FileCopyrightText = " 2012 Krister Svanlund <krister.svanlund@gmail.com>"
1561- SPDX-License-Identifier = " GPL-3.0-or-later"
1562-
15631557[[annotations ]]
15641558path = " python/quick_force_color.py"
15651559precedence = " override"
Original file line number Diff line number Diff line change 33#
44# SPDX-FileCopyrightText: 2012 Krister Svanlund <krister.svanlund@gmail.com>
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
7272
7373SCRIPT_NAME = "pyrnotify"
7474SCRIPT_AUTHOR = "Krister Svanlund <krister.svanlund@gmail.com>"
75- SCRIPT_VERSION = "2.0"
75+ SCRIPT_VERSION = "2.0.1 "
7676SCRIPT_LICENSE = "GPL3"
7777SCRIPT_DESC = "Send remote notifications over SSH"
7878
You can’t perform that action at this time.
0 commit comments