aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2019-04-12 12:20:09 -0700
committerCody Logan <clpo13@gmail.com>2019-04-12 12:20:09 -0700
commit7491943a0200d133d7651f58670a16e28a7a9ce4 (patch)
tree2b3d706cda9b52087723937de0de1e127e76949f
parent27378329cac5334398438d6b917d323c2941ec50 (diff)
downloadwikiget-7491943a0200d133d7651f58670a16e28a7a9ce4.tar.gz
wikiget-7491943a0200d133d7651f58670a16e28a7a9ce4.zip
Update copyright notices
-rw-r--r--README.md2
-rw-r--r--setup.py2
-rw-r--r--test/test_wikiget.py2
-rw-r--r--wikiget/version.py2
-rw-r--r--wikiget/wikiget.py6
5 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 9658e24..d23ec70 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ executable script. Unit tests can be run with `python setup.py test`.
## License
-Copyright (C) 2018 Cody Logan
+Copyright (C) 2018-2019 Cody Logan
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/setup.py b/setup.py
index fb35851..53057e2 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
"""wikiget
Simple wget clone for downloading files from Wikimedia sites.
-Copyright (C) 2018 Cody Logan; licensed GPLv3+
+Copyright (C) 2018-2019 Cody Logan; licensed GPLv3+
SPDX-License-Identifier: GPL-3.0-or-later
"""
diff --git a/test/test_wikiget.py b/test/test_wikiget.py
index 8a30a37..330ecdf 100644
--- a/test/test_wikiget.py
+++ b/test/test_wikiget.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""wikiget
Simple wget clone for downloading files from Wikimedia sites.
-Copyright (C) 2018 Cody Logan; licensed GPLv3+
+Copyright (C) 2018-2019 Cody Logan; licensed GPLv3+
SPDX-License-Identifier: GPL-3.0-or-later
"""
diff --git a/wikiget/version.py b/wikiget/version.py
index 412bf1e..ae3551e 100644
--- a/wikiget/version.py
+++ b/wikiget/version.py
@@ -1,6 +1,6 @@
"""wikiget
Simple wget clone for downloading files from Wikimedia sites.
-Copyright (C) 2018 Cody Logan; licensed GPLv3+
+Copyright (C) 2018-2019 Cody Logan; licensed GPLv3+
SPDX-License-Identifier: GPL-3.0-or-later
"""
diff --git a/wikiget/wikiget.py b/wikiget/wikiget.py
index 52f0f66..7122f3a 100644
--- a/wikiget/wikiget.py
+++ b/wikiget/wikiget.py
@@ -1,6 +1,6 @@
"""wikiget
Simple wget clone for downloading files from Wikimedia sites.
-Copyright (C) 2018 Cody Logan; licensed GPLv3+
+Copyright (C) 2018-2019 Cody Logan; licensed GPLv3+
SPDX-License-Identifier: GPL-3.0-or-later
"""
@@ -40,8 +40,8 @@ def main():
using the file name or description page URL
""",
epilog="""
- Copyright (C) 2018 Cody Logan. License GPLv3+: GNU GPL version 3
- or later <http://www.gnu.org/licenses/gpl.html>.
+ Copyright (C) 2018-2019 Cody Logan. License GPLv3+: GNU GPL
+ version 3 or later <http://www.gnu.org/licenses/gpl.html>.
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
""")