Skip to content

Commit d4027a8

Browse files
committed
twitch.py 1.0.1: add SPDX copyright and license tags, remove coding charset
1 parent 3a8aeda commit d4027a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

python/twitch.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# -*- coding: utf-8 -*-
2-
1+
# SPDX-FileCopyrightText: 2014-2024 mumixam <[email protected]>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
#
35
# This program is free software; you can redistribute it and/or modify
46
# it under the terms of the GNU General Public License as published by
57
# the Free Software Foundation; either version 3 of the License, or
@@ -67,7 +69,7 @@
6769

6870
SCRIPT_NAME = "twitch"
6971
SCRIPT_AUTHOR = "mumixam"
70-
SCRIPT_VERSION = "1.0"
72+
SCRIPT_VERSION = "1.0.1"
7173
SCRIPT_LICENSE = "GPL3"
7274
SCRIPT_DESC = "twitch.tv Chat Integration"
7375
OPTIONS={

0 commit comments

Comments
 (0)