aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wikiget/__init__.py2
-rw-r--r--wikiget/dl.py2
-rw-r--r--wikiget/wikiget.py5
3 files changed, 5 insertions, 4 deletions
diff --git a/wikiget/__init__.py b/wikiget/__init__.py
index cb4f89f..910528b 100644
--- a/wikiget/__init__.py
+++ b/wikiget/__init__.py
@@ -1,5 +1,5 @@
# wikiget - CLI tool for downloading files from Wikimedia sites
-# Copyright (C) 2018, 2019, 2020 Cody Logan
+# Copyright (C) 2018, 2019, 2020 Cody Logan and contributors
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Wikiget is free software: you can redistribute it and/or modify
diff --git a/wikiget/dl.py b/wikiget/dl.py
index c7e593f..9a90ab4 100644
--- a/wikiget/dl.py
+++ b/wikiget/dl.py
@@ -1,5 +1,5 @@
# wikiget - CLI tool for downloading files from Wikimedia sites
-# Copyright (C) 2018, 2019, 2020 Cody Logan
+# Copyright (C) 2018, 2019, 2020 Cody Logan and contributors
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Wikiget is free software: you can redistribute it and/or modify
diff --git a/wikiget/wikiget.py b/wikiget/wikiget.py
index c991faf..495f944 100644
--- a/wikiget/wikiget.py
+++ b/wikiget/wikiget.py
@@ -1,5 +1,5 @@
# wikiget - CLI tool for downloading files from Wikimedia sites
-# Copyright (C) 2018, 2019, 2020 Cody Logan
+# Copyright (C) 2018, 2019, 2020 Cody Logan and contributors
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Wikiget is free software: you can redistribute it and/or modify
@@ -35,7 +35,8 @@ def main():
description page URL
""",
epilog="""
- Copyright (C) 2018, 2019, 2020 Cody Logan.
+ Copyright (C) 2018, 2019, 2020 Cody Logan
+ and contributors.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software; you are free to