From 8f15feab94d862a319490925002267c63710a5fc Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Mon, 6 Jan 2020 23:27:48 -0500 Subject: [PATCH] update copyright for nuevo ans Fixes #150 --- README.md | 2 +- common.py | 2 +- exts/ae7q.py | 2 +- exts/base.py | 2 +- exts/fun.py | 2 +- exts/grid.py | 2 +- exts/ham.py | 2 +- exts/image.py | 2 +- exts/lookup.py | 2 +- exts/morse.py | 2 +- exts/qrz.py | 2 +- exts/study.py | 2 +- exts/weather.py | 2 +- info.py | 2 +- main.py | 2 +- resources/callsign_info.py | 2 +- resources/morse.py | 2 +- resources/phonetics.py | 2 +- resources/qcodes.py | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index e95facd..45736d1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ $ run.sh ## Copyright -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This program is released under the terms of the GNU General Public License, version 2. See `COPYING` for full license text. diff --git a/common.py b/common.py index bb46f3f..c924498 100644 --- a/common.py +++ b/common.py @@ -1,7 +1,7 @@ """ Common tools for the bot. --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/ae7q.py b/exts/ae7q.py index 6671c7c..cdae837 100644 --- a/exts/ae7q.py +++ b/exts/ae7q.py @@ -1,7 +1,7 @@ """ ae7q extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/base.py b/exts/base.py index d99cbc7..0970cf8 100644 --- a/exts/base.py +++ b/exts/base.py @@ -1,7 +1,7 @@ """ Base extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/fun.py b/exts/fun.py index 136643d..d84f513 100644 --- a/exts/fun.py +++ b/exts/fun.py @@ -1,7 +1,7 @@ """ Fun extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/grid.py b/exts/grid.py index 1a9366f..e8774ec 100644 --- a/exts/grid.py +++ b/exts/grid.py @@ -1,7 +1,7 @@ """ Grid extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/ham.py b/exts/ham.py index a040ceb..71766ba 100644 --- a/exts/ham.py +++ b/exts/ham.py @@ -1,7 +1,7 @@ """ Ham extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/image.py b/exts/image.py index c4f92d9..bcc6cc7 100644 --- a/exts/image.py +++ b/exts/image.py @@ -1,7 +1,7 @@ """ Image extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/lookup.py b/exts/lookup.py index b078bd9..ae22e7a 100644 --- a/exts/lookup.py +++ b/exts/lookup.py @@ -1,7 +1,7 @@ """ Lookup extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/morse.py b/exts/morse.py index 434822b..0f61650 100644 --- a/exts/morse.py +++ b/exts/morse.py @@ -1,7 +1,7 @@ """ Morse Code extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/qrz.py b/exts/qrz.py index 5cc94b8..5492d30 100644 --- a/exts/qrz.py +++ b/exts/qrz.py @@ -1,7 +1,7 @@ """ QRZ extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/study.py b/exts/study.py index faf40a0..3470f80 100644 --- a/exts/study.py +++ b/exts/study.py @@ -1,7 +1,7 @@ """ Study extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/exts/weather.py b/exts/weather.py index 978d057..1063426 100644 --- a/exts/weather.py +++ b/exts/weather.py @@ -1,7 +1,7 @@ """ Weather extension for qrm --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/info.py b/info.py index c429a44..5a442b2 100644 --- a/info.py +++ b/info.py @@ -1,7 +1,7 @@ """ Static info about the bot. --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/main.py b/main.py index c3b4ae4..9bd398c 100644 --- a/main.py +++ b/main.py @@ -2,7 +2,7 @@ """ qrm, a bot for Discord --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrm2 and is released under the terms of the GNU General Public License, version 2. diff --git a/resources/callsign_info.py b/resources/callsign_info.py index c8f4945..ac671f4 100644 --- a/resources/callsign_info.py +++ b/resources/callsign_info.py @@ -1,7 +1,7 @@ """ Information about callsigns for the vanity prefixes command in hamcog. --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrmbot and is released under the terms of the GNU General Public License, version 2. diff --git a/resources/morse.py b/resources/morse.py index 97181d6..950306c 100644 --- a/resources/morse.py +++ b/resources/morse.py @@ -1,7 +1,7 @@ """ A listing of morse code symbols --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrmbot and is released under the terms of the GNU General Public License, version 2. diff --git a/resources/phonetics.py b/resources/phonetics.py index 7dca02b..45bf2c7 100644 --- a/resources/phonetics.py +++ b/resources/phonetics.py @@ -1,7 +1,7 @@ """ A listing of NATO Phonetics --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrmbot and is released under the terms of the GNU General Public License, version 2. diff --git a/resources/qcodes.py b/resources/qcodes.py index 562a6c1..394472c 100644 --- a/resources/qcodes.py +++ b/resources/qcodes.py @@ -1,7 +1,7 @@ """ A listing of Q Codes --- -Copyright (C) 2019 Abigail Gold, 0x5c +Copyright (C) 2019-2020 Abigail Gold, 0x5c This file is part of discord-qrmbot and is released under the terms of the GNU General Public License, version 2.