diff --git a/README.md b/README.md index 13f2a4d..fb42e69 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,8 @@ An independent rewrite of qrmbot-discord. ## Copyright -Copyright (C) 2019 Abigail Gold, 0x5c +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. +This program is released under the terms of the GNU General Public License, +version 2. See `COPYING` for full license text. diff --git a/cogs/basecog.py b/cogs/basecog.py index 6dbad4d..865e13c 100644 --- a/cogs/basecog.py +++ b/cogs/basecog.py @@ -1,24 +1,10 @@ """ Base cog for qrm --- +Copyright (C) 2019 Abigail Gold, 0x5c -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. +This file is part of discord-qrmbot and is released under the terms of the GNU +General Public License, version 2. """ import discord diff --git a/cogs/funcog.py b/cogs/funcog.py index 7e31282..3ff3238 100644 --- a/cogs/funcog.py +++ b/cogs/funcog.py @@ -1,24 +1,10 @@ """ Fun cog for qrm --- +Copyright (C) 2019 Abigail Gold, 0x5c -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. +This file is part of discord-qrmbot and is released under the terms of the GNU +General Public License, version 2. """ import discord diff --git a/cogs/morsecog.py b/cogs/morsecog.py index c8eda93..c14af81 100644 --- a/cogs/morsecog.py +++ b/cogs/morsecog.py @@ -1,24 +1,10 @@ """ Morse Code cog for qrm --- +Copyright (C) 2019 Abigail Gold, 0x5c -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. +This file is part of discord-qrmbot and is released under the terms of the GNU +General Public License, version 2. """ import discord diff --git a/info.py b/info.py index 9b53b9b..26955d3 100644 --- a/info.py +++ b/info.py @@ -1,24 +1,10 @@ """ 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. +Copyright (C) 2019 Abigail Gold, 0x5c +This file is part of discord-qrmbot and is released under the terms of the GNU +General Public License, version 2. --- `authors`: The authors of the bot. diff --git a/main.py b/main.py index 5c4a767..401d19b 100644 --- a/main.py +++ b/main.py @@ -2,23 +2,10 @@ """ qrm, a bot for Discord --- -Copyright (C) 2019 Abigail Gold, 0x5c +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. +This file is part of discord-qrmbot and is released under the terms of the GNU +General Public License, version 2. """ from types import SimpleNamespace diff --git a/templates/template_keys.py b/templates/template_keys.py index 61b5dbe..243611e 100644 --- a/templates/template_keys.py +++ b/templates/template_keys.py @@ -10,23 +10,6 @@ """ 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 442c4ae..29403a6 100644 --- a/templates/template_options.py +++ b/templates/template_options.py @@ -10,23 +10,6 @@ """ 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 = "?"