aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-10-13 12:19:41 -0700
committerCody Logan <cody@lokken.dev>2023-10-13 12:19:41 -0700
commit875748228e509e244c8f444114387f1a03cbb393 (patch)
tree5295c764248be97dc92d79ff695d1dbabd619b75
parent87052196874cc1bf82f70a6f5aa8e6df59bc1537 (diff)
downloadwikiget-875748228e509e244c8f444114387f1a03cbb393.tar.gz
wikiget-875748228e509e244c8f444114387f1a03cbb393.zip
Update copyright year
-rw-r--r--src/wikiget/validations.py2
-rw-r--r--src/wikiget/version.py17
-rw-r--r--tests/test_validations.py2
3 files changed, 19 insertions, 2 deletions
diff --git a/src/wikiget/validations.py b/src/wikiget/validations.py
index 1610417..2bce34e 100644
--- a/src/wikiget/validations.py
+++ b/src/wikiget/validations.py
@@ -1,5 +1,5 @@
# wikiget - CLI tool for downloading files from Wikimedia sites
-# Copyright (C) 2018-2020 Cody Logan
+# Copyright (C) 2018-2023 Cody Logan
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Wikiget is free software: you can redistribute it and/or modify
diff --git a/src/wikiget/version.py b/src/wikiget/version.py
index dd9b22c..34dabb7 100644
--- a/src/wikiget/version.py
+++ b/src/wikiget/version.py
@@ -1 +1,18 @@
+# wikiget - CLI tool for downloading files from Wikimedia sites
+# Copyright (C) 2018-2023 Cody Logan and contributors
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# Wikiget is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Wikiget is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Wikiget. If not, see <https://www.gnu.org/licenses/>.
+
__version__ = "0.5.1"
diff --git a/tests/test_validations.py b/tests/test_validations.py
index 1abd96a..9d70f6e 100644
--- a/tests/test_validations.py
+++ b/tests/test_validations.py
@@ -1,5 +1,5 @@
# wikiget - CLI tool for downloading files from Wikimedia sites
-# Copyright (C) 2018-2021 Cody Logan
+# Copyright (C) 2018-2023 Cody Logan
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Wikiget is free software: you can redistribute it and/or modify