From 811bc0c7a1f583fb624a0f8c3601146e063c5a25 Mon Sep 17 00:00:00 2001 From: pk910 Date: Fri, 30 Dec 2011 21:39:48 +0100 Subject: [PATCH] Another year is about to end... So we have to update these damn copyright information :P --- .gitignore | 3 ++- BotLoader/Bot.class.php | 2 +- BotLoader/BotLoader.class.php | 2 +- BotLoader/saxdb.class.php | 2 +- Bots/CGod.class.php | 2 +- Bots/ExampleBot.class.php | 2 +- Bots/IPv6.class.php | 2 +- Bots/JavaGod.class.php | 2 +- Bots/MCBot.class.php | 2 +- Bots/ModManager.class.php | 2 +- Bots/PHPGod.class.php | 2 +- Bots/PerlGod.class.php | 2 +- Bots/PulseBot.class.php | 2 +- Bots/Stats.class.php | 2 +- ModCMD/Binding.class.php | 2 +- ModCMD/ModCMD.class.php | 2 +- Tools/Table.class.php | 22 ++++++++++++++++++++++ Tools/timer.inc.php | 2 +- Uplink/Client.class.php | 2 +- Uplink/EventHandler.interface.php | 2 +- Uplink/IPAddr.class.php | 2 +- Uplink/Numerics.class.php | 2 +- Uplink/P10Formatter.class.php | 2 +- Uplink/P10_Channel.class.php | 2 +- Uplink/P10_ModeSets.class.php | 2 +- Uplink/P10_Server.class.php | 2 +- Uplink/P10_User.class.php | 2 +- Uplink/Uplink.class.php | 2 +- main.php | 2 +- 29 files changed, 51 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index cad9910..2395b55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.inc.php -php_p10.db \ No newline at end of file +php_p10.db +year.php \ No newline at end of file diff --git a/BotLoader/Bot.class.php b/BotLoader/Bot.class.php index 303163d..d954648 100644 --- a/BotLoader/Bot.class.php +++ b/BotLoader/Bot.class.php @@ -1,6 +1,6 @@ . * + * * + ************************************************************************ + * + * Tools/Table.class.php + * + * IRC Table Class + */ class Table { private $table; diff --git a/Tools/timer.inc.php b/Tools/timer.inc.php index 9b87c4d..445ab67 100644 --- a/Tools/timer.inc.php +++ b/Tools/timer.inc.php @@ -1,6 +1,6 @@