We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8aeda commit d4027a8Copy full SHA for d4027a8
python/twitch.py
@@ -1,5 +1,7 @@
1
-# -*- coding: utf-8 -*-
2
-
+# SPDX-FileCopyrightText: 2014-2024 mumixam <[email protected]>
+#
3
+# SPDX-License-Identifier: GPL-3.0-or-later
4
5
# This program is free software; you can redistribute it and/or modify
6
# it under the terms of the GNU General Public License as published by
7
# the Free Software Foundation; either version 3 of the License, or
@@ -67,7 +69,7 @@
67
69
68
70
SCRIPT_NAME = "twitch"
71
SCRIPT_AUTHOR = "mumixam"
-SCRIPT_VERSION = "1.0"
72
+SCRIPT_VERSION = "1.0.1"
73
SCRIPT_LICENSE = "GPL3"
74
SCRIPT_DESC = "twitch.tv Chat Integration"
75
OPTIONS={
0 commit comments