Browse Source

Update year in (c)-Notice to 2016

develop
Jonathan Golder 8 years ago
parent
commit
0daf72b625
  1. 1
      __init__.py
  2. 2
      jogobot.py

1
__init__.py

@ -26,3 +26,4 @@ Scripts for our redundances bot
"""
# noqa needed to prevent pyflakes from warning about unused imports
from jogobot.jogobot import ( output, sendmail, is_active ) # noqa
import jogobot.config as config # noqa

2
jogobot.py

@ -3,7 +3,7 @@
#
# jogobot.py
#
# Copyright 2015 GOLDERWEB – Jonathan Golder <jonathan@golderweb.de>
# Copyright 2016 GOLDERWEB – Jonathan Golder <jonathan@golderweb.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save