diff options
| author | Simeon Simeonov | 2018-06-27 18:43:21 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2018-06-27 18:43:21 +0200 |
| commit | 7588760bb3f4e8d09691bb099a69a70fc9f5c0d4 (patch) | |
| tree | f563bfafdc2a0888f1323d7658b6603c547efab7 | |
| parent | 0b0f1c999304ae61ecad430aad5e0397a2810f0b (diff) | |
Finalize recent changes to version 3.0
| -rw-r--r-- | README | 2 | ||||
| -rwxr-xr-x | beinc_generic_client.py | 4 | ||||
| -rwxr-xr-x | beinc_poller.py | 2 | ||||
| -rwxr-xr-x | beinc_server.py | 2 | ||||
| -rw-r--r-- | beinc_weechat.py | 2 |
5 files changed, 6 insertions, 6 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2014, 2015 - Simeon Simeonov | 1 | Copyright (C) 2014-2018 - Simeon Simeonov |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/beinc_generic_client.py b/beinc_generic_client.py index c76a88c..4d8fc35 100755 --- a/beinc_generic_client.py +++ b/beinc_generic_client.py | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # -*- coding: utf-8 -*- | 2 | # -*- coding: utf-8 -*- |
| 3 | 3 | ||
| 4 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v2.0 | 4 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v2.0 |
| 5 | # Copyright (C) 2013-2015 Simeon Simeonov | 5 | # Copyright (C) 2013-2018 Simeon Simeonov |
| 6 | 6 | ||
| 7 | # This program is free software: you can redistribute it and/or modify | 7 | # This program is free software: you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
| @@ -30,7 +30,7 @@ import xmlrpclib | |||
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | __author__ = 'Simeon Simeonov' | 32 | __author__ = 'Simeon Simeonov' |
| 33 | __version__ = '2.0' | 33 | __version__ = '3.0' |
| 34 | __license__ = 'GPL3' | 34 | __license__ = 'GPL3' |
| 35 | 35 | ||
| 36 | 36 | ||
diff --git a/beinc_poller.py b/beinc_poller.py index cd1bd10..f41a6b6 100755 --- a/beinc_poller.py +++ b/beinc_poller.py | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # -*- coding: utf-8 -*- | 2 | # -*- coding: utf-8 -*- |
| 3 | 3 | ||
| 4 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v3.0 | 4 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v3.0 |
| 5 | # Copyright (C) 2013-2017 Simeon Simeonov | 5 | # Copyright (C) 2013-2018 Simeon Simeonov |
| 6 | 6 | ||
| 7 | # This program is free software: you can redistribute it and/or modify | 7 | # This program is free software: you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
diff --git a/beinc_server.py b/beinc_server.py index 284f657..95e6d59 100755 --- a/beinc_server.py +++ b/beinc_server.py | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # -*- coding: utf-8 -*- | 2 | # -*- coding: utf-8 -*- |
| 3 | 3 | ||
| 4 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v3.0 | 4 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v3.0 |
| 5 | # Copyright (C) 2013-2017 Simeon Simeonov | 5 | # Copyright (C) 2013-2018 Simeon Simeonov |
| 6 | 6 | ||
| 7 | # This program is free software: you can redistribute it and/or modify | 7 | # This program is free software: you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
diff --git a/beinc_weechat.py b/beinc_weechat.py index cc92301..b367ef6 100644 --- a/beinc_weechat.py +++ b/beinc_weechat.py | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # -*- coding: utf-8 -*- | 1 | # -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v3.0 | 3 | # Blackmore's Enhanced IRC-Notification Collection (BEINC) v3.0 |
| 4 | # Copyright (C) 2013-2017 Simeon Simeonov | 4 | # Copyright (C) 2013-2018 Simeon Simeonov |
| 5 | 5 | ||
| 6 | # This program is free software: you can redistribute it and/or modify | 6 | # This program is free software: you can redistribute it and/or modify |
| 7 | # it under the terms of the GNU General Public License as published by | 7 | # it under the terms of the GNU General Public License as published by |
