From a6d6dd2c74b0637cdac49430951c4803ee69fcf7 Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Fri, 4 Oct 2019 18:05:57 -0400 Subject: [PATCH] added copyright info --- LICENSE => COPYING | 0 README.md | 19 +++++++++++++++++++ cogs/infocog.py | 18 ++++++++++++++++++ info.py | 19 +++++++++++++++++++ main.py | 17 ++++++++++++++++- templates/template_keys.py | 17 +++++++++++++++++ templates/template_options.py | 17 +++++++++++++++++ 7 files changed, 106 insertions(+), 1 deletion(-) rename LICENSE => COPYING (100%) diff --git a/LICENSE b/COPYING similarity index 100% rename from LICENSE rename to COPYING diff --git a/README.md b/README.md index 906cde5..13f2a4d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,23 @@ A discord bot with ham radio functionalities. An independent rewrite of qrmbot-discord. +## Copyright + +Copyright (C) 2019 Abigail Gold, 0x5c + +This file is part of discord-qrmbot. + +discord-qrmbot 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 2 of the License, or +(at your option) any later version. + +This program 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 this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. diff --git a/cogs/infocog.py b/cogs/infocog.py index b285202..1a9c048 100644 --- a/cogs/infocog.py +++ b/cogs/infocog.py @@ -1,6 +1,24 @@ """ Info cog for qrm --- + +Copyright (C) 2019 Abigail Gold, 0x5c + +This file is part of discord-qrmbot. + +discord-qrmbot 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 2 of the License, or +(at your option) any later version. + +This program 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 this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ import discord diff --git a/info.py b/info.py index e811817..9b53b9b 100644 --- a/info.py +++ b/info.py @@ -1,5 +1,24 @@ """ Static info about the bot. +--- +Copyright (C) 2019 Abigail Gold, 0x5c + +This file is part of discord-qrmbot. + +discord-qrmbot 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 2 of the License, or +(at your option) any later version. + +This program 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 this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + --- `authors`: The authors of the bot. diff --git a/main.py b/main.py index df9e6f8..b127ec8 100644 --- a/main.py +++ b/main.py @@ -2,8 +2,23 @@ """ qrm, a bot for Discord --- +Copyright (C) 2019 Abigail Gold, 0x5c -[copyright here] +This file is part of discord-qrmbot. + +discord-qrmbot 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 2 of the License, or +(at your option) any later version. + +This program 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 this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ from types import SimpleNamespace diff --git a/templates/template_keys.py b/templates/template_keys.py index 243611e..61b5dbe 100644 --- a/templates/template_keys.py +++ b/templates/template_keys.py @@ -10,6 +10,23 @@ """ API keys and tokens for the bot. --- +Copyright (C) 2019 Abigail Gold, 0x5c + +This file is part of discord-qrmbot. + +discord-qrmbot 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 2 of the License, or +(at your option) any later version. + +This program 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 this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ discord_token = "" diff --git a/templates/template_options.py b/templates/template_options.py index 29403a6..442c4ae 100644 --- a/templates/template_options.py +++ b/templates/template_options.py @@ -10,6 +10,23 @@ """ Settings and options for the bot. --- +Copyright (C) 2019 Abigail Gold, 0x5c + +This file is part of discord-qrmbot. + +discord-qrmbot 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 2 of the License, or +(at your option) any later version. + +This program 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 this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ prefix = "?"