diff --git a/README.md b/README.md index 89213c0..c7dd8fe 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,13 @@ based projects of [User:JogoBot](https://de.wikipedia.org/wiki/Benutzer:JogoBot) ## Bugs [wiki-jogobot-core on fs.golderweb.de (de)](https://fs.golderweb.de/proj22) +## Version + +* 0.1 + - first stable release + ## License GPLv3+ ## Author Information -Copyright 2016 Jonathan Golder +Copyright 2017 Jonathan Golder diff --git a/__init__.py b/__init__.py index 6a3490a..714873d 100644 --- a/__init__.py +++ b/__init__.py @@ -3,7 +3,7 @@ # # __init__.py # -# Copyright 2016 Jonathan Golder +# Copyright 2017 Jonathan Golder # # 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 diff --git a/bot.py b/bot.py index e17fb6b..59f30fd 100644 --- a/bot.py +++ b/bot.py @@ -3,7 +3,7 @@ # # bot.py # -# Copyright 2016 Jonathan Golder +# Copyright 2017 Jonathan Golder # # 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 diff --git a/config.py b/config.py index 17c96f9..ce06187 100644 --- a/config.py +++ b/config.py @@ -3,7 +3,7 @@ # # config.py # -# Copyright 2016 Jonathan Golder +# Copyright 2017 Jonathan Golder # # 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 diff --git a/jogobot.py b/jogobot.py index 7d30bc1..6a0d91b 100644 --- a/jogobot.py +++ b/jogobot.py @@ -3,7 +3,7 @@ # # jogobot.py # -# Copyright 2016 Jonathan Golder +# Copyright 2017 Jonathan Golder # # 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