Browse Source

updated copyright status

master
Zac Herd 6 years ago
parent
commit
20a314362d
7 changed files with 8 additions and 8 deletions
  1. +1
    -1
      LICENSE.md
  2. +1
    -1
      README.md
  3. +1
    -1
      admincommands.py
  4. +1
    -1
      bot.py
  5. +1
    -1
      commands.py
  6. +1
    -1
      common.py
  7. +2
    -2
      helpers.py

+ 1
- 1
LICENSE.md 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


+ 1
- 1
README.md 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.

+ 1
- 1
admincommands.py 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




+ 1
- 1
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




+ 1
- 1
commands.py 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




+ 1
- 1
common.py 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
- 2
helpers.py 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])

Loading…
Cancel
Save