From 20a314362d3f60ea8bffded9e63630c1002f1c05 Mon Sep 17 00:00:00 2001 From: Zac Herd Date: Sat, 27 Jan 2018 12:04:12 +0000 Subject: [PATCH] updated copyright status --- LICENSE.md | 2 +- README.md | 2 +- admincommands.py | 2 +- bot.py | 2 +- commands.py | 2 +- common.py | 2 +- helpers.py | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 2cf6e63..68a84cc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ Modified BSD License ==================== -_Copyright © 2017, Zac Herd_ +_Copyright © 2018, Zac Herd_ _All rights reserved._ Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 9ceb21f..cef6ad8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ steamkey = '' - Maki uses JSON files to store data persistently. These will be created automatically in a data directory. ## License -Copyright 2017, Zac Herd. +Copyright 2018, Zac Herd. All Rights Reserved. Licensed under the BSD 3-clause License. See LICENSE.md for a full copy of the license text. diff --git a/admincommands.py b/admincommands.py index f007f07..0b6c7cf 100644 --- a/admincommands.py +++ b/admincommands.py @@ -2,7 +2,7 @@ # ---- # Discord bot by MrDetonia # -# Copyright 2017 Zac Herd +# Copyright 2018 Zac Herd # Licensed under BSD 3-clause License, see LICENSE.md for more info diff --git a/bot.py b/bot.py index 190e917..a4e9c67 100644 --- a/bot.py +++ b/bot.py @@ -3,7 +3,7 @@ # ---- # Discord bot by MrDetonia # -# Copyright 2017 Zac Herd +# Copyright 2018 Zac Herd # Licensed under BSD 3-clause License, see LICENSE.md for more info diff --git a/commands.py b/commands.py index ba10141..bae7c6a 100755 --- a/commands.py +++ b/commands.py @@ -2,7 +2,7 @@ # ---- # Discord bot by MrDetonia # -# Copyright 2017 Zac Herd +# Copyright 2018 Zac Herd # Licensed under BSD 3-clause License, see LICENSE.md for more info diff --git a/common.py b/common.py index 13f607f..cac1acf 100755 --- a/common.py +++ b/common.py @@ -2,7 +2,7 @@ # ---- # Discord bot by MrDetonia # -# Copyright 2017 Zac Herd +# Copyright 2018 Zac Herd # Licensed under BSD 3-clause License, see LICENSE.md for more info diff --git a/helpers.py b/helpers.py index cf93e60..15fefba 100755 --- a/helpers.py +++ b/helpers.py @@ -2,7 +2,7 @@ # ---- # Discord bot by MrDetonia # -# Copyright 2017 Zac Herd +# Copyright 2018 Zac Herd # Licensed under BSD 3-clause License, see LICENSE.md for more info @@ -82,4 +82,4 @@ def makireacts(client, msg): for i in reactions: if bool(re.search(i, msg.content, re.IGNORECASE)): - yield from client.add_reaction(msg, reactions[i]) \ No newline at end of file + yield from client.add_reaction(msg, reactions[i])