From db7118037f81008b72a4484a3fbb5e63263cfbf7 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sun, 1 Nov 2009 14:45:48 +0100 Subject: [PATCH] Update metadata in Jabberbot.py --- jabberbot.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/jabberbot.py b/jabberbot.py index 8ee10df..5a334ce 100644 --- a/jabberbot.py +++ b/jabberbot.py @@ -16,8 +16,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Homepage: http://thpinfo.com/2007/python-jabberbot/ -# import sys @@ -30,15 +28,12 @@ except ImportError: import inspect import traceback -"""A simple jabber/xmpp bot framework - -This is a simple bot framework around the "xmpppy" framework. -Copyright (c) 2007-2009 Thomas Perl -""" +"""A simple jabber/xmpp bot framework""" __author__ = 'Thomas Perl ' __version__ = '0.7' - +__website__ = 'http://thpinfo.com/2007/python-jabberbot/' +__license__ = 'GPLv3 or later' def botcmd(*args, **kwargs): """Decorator for bot command functions""" -- 2.11.4.GIT