]> git.donarmstrong.com Git - infobot.git/blobdiff - infobot
* Removed unused tables until needed
[infobot.git] / infobot
diff --git a/infobot b/infobot
index 4ef62d5f1dfe4128bc441c6516c857cc773ca5d8..f20af53e47945508ba16bdc91d0b24442be83caf 100755 (executable)
--- a/infobot
+++ b/infobot
@@ -1,7 +1,9 @@
 #!/usr/bin/perl
 
-# infobot  -- copyright kevin lenzo (c) 1997-1999
-# blootbot -- copyright david sobon (c) 1999-infinity
+# infobot
+# copyright kevin lenzo (c) 1997-1999
+# copyright david sobon (c) 1999-infinity
+# Copyright (c) 2001-2008 Tim Riker <Tim@Rikers.org>
 
 use strict;
 use vars qw($bot_base_dir $bot_src_dir $bot_misc_dir $bot_state_dir
@@ -97,3 +99,5 @@ sub duperuncheck {
 }
 
 1;
+
+# vim:ts=4:sw=4:expandtab:tw=80