From 49743541f1450431fbf968a16096462250cca3e8 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 22 Jul 2020 16:13:39 -0700 Subject: Update copyright notices --- wikiget/__init__.py | 2 +- wikiget/dl.py | 2 +- wikiget/wikiget.py | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'wikiget') 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 . This is free software; you are free to -- cgit v1.2.3