1
0
mirror of https://github.com/MrDetonia/Maki.git synced 2024-11-21 19:44:14 -05:00

updated copyright status

This commit is contained in:
Zac Herd 2018-01-27 12:04:12 +00:00
parent 2aa169d45b
commit 20a314362d
7 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@ steamkey = '<Steam API key>'
- 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.

View File

@ -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

2
bot.py
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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])
yield from client.add_reaction(msg, reactions[i])