Преглед на файлове

updated copyright status

master
Zac Herd преди 6 години
родител
ревизия
20a314362d
променени са 7 файла, в които са добавени 8 реда и са изтрити 8 реда
  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 Целия файл

@@ -1,7 +1,7 @@
Modified BSD License Modified BSD License
==================== ====================


_Copyright © 2017, Zac Herd_
_Copyright © 2018, Zac Herd_
_All rights reserved._ _All rights reserved._


Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without


+ 1
- 1
README.md Целия файл

@@ -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. - Maki uses JSON files to store data persistently. These will be created automatically in a data directory.


## License ## License
Copyright 2017, Zac Herd.
Copyright 2018, Zac Herd.
All Rights Reserved. All Rights Reserved.
Licensed under the BSD 3-clause License. Licensed under the BSD 3-clause License.
See LICENSE.md for a full copy of the license text. See LICENSE.md for a full copy of the license text.

+ 1
- 1
admincommands.py Целия файл

@@ -2,7 +2,7 @@
# ---- # ----
# Discord bot by MrDetonia # Discord bot by MrDetonia
# #
# Copyright 2017 Zac Herd
# Copyright 2018 Zac Herd
# Licensed under BSD 3-clause License, see LICENSE.md for more info # Licensed under BSD 3-clause License, see LICENSE.md for more info






+ 1
- 1
bot.py Целия файл

@@ -3,7 +3,7 @@
# ---- # ----
# Discord bot by MrDetonia # Discord bot by MrDetonia
# #
# Copyright 2017 Zac Herd
# Copyright 2018 Zac Herd
# Licensed under BSD 3-clause License, see LICENSE.md for more info # Licensed under BSD 3-clause License, see LICENSE.md for more info






+ 1
- 1
commands.py Целия файл

@@ -2,7 +2,7 @@
# ---- # ----
# Discord bot by MrDetonia # Discord bot by MrDetonia
# #
# Copyright 2017 Zac Herd
# Copyright 2018 Zac Herd
# Licensed under BSD 3-clause License, see LICENSE.md for more info # Licensed under BSD 3-clause License, see LICENSE.md for more info






+ 1
- 1
common.py Целия файл

@@ -2,7 +2,7 @@
# ---- # ----
# Discord bot by MrDetonia # Discord bot by MrDetonia
# #
# Copyright 2017 Zac Herd
# Copyright 2018 Zac Herd
# Licensed under BSD 3-clause License, see LICENSE.md for more info # Licensed under BSD 3-clause License, see LICENSE.md for more info






+ 2
- 2
helpers.py Целия файл

@@ -2,7 +2,7 @@
# ---- # ----
# Discord bot by MrDetonia # Discord bot by MrDetonia
# #
# Copyright 2017 Zac Herd
# Copyright 2018 Zac Herd
# Licensed under BSD 3-clause License, see LICENSE.md for more info # Licensed under BSD 3-clause License, see LICENSE.md for more info




@@ -82,4 +82,4 @@ def makireacts(client, msg):


for i in reactions: for i in reactions:
if bool(re.search(i, msg.content, re.IGNORECASE)): 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…
Отказ
Запис