Another year is about to end... So we have to update these damn copyright information :P
authorpk910 <philipp@zoelle1.de>
Fri, 30 Dec 2011 20:41:54 +0000 (21:41 +0100)
committerpk910 <philipp@zoelle1.de>
Fri, 30 Dec 2011 20:41:54 +0000 (21:41 +0100)
165 files changed:
.gitignore
src/BanNode.c
src/BanNode.h
src/ChanNode.c
src/ChanNode.h
src/ChanUser.c
src/ChanUser.h
src/ClientSocket.c
src/ClientSocket.h
src/ConfigParser.c
src/ConfigParser.h
src/DBHelper.c
src/DBHelper.h
src/EventLogger.c
src/EventLogger.h
src/HandleInfoHandler.c
src/HandleInfoHandler.h
src/IRCEvents.c
src/IRCEvents.h
src/IRCParser.c
src/IRCParser.h
src/IRCQueue.c
src/IRCQueue.h
src/ModeNode.c
src/ModeNode.h
src/UserNode.c
src/UserNode.h
src/WHOHandler.c
src/WHOHandler.h
src/bot_DummyServ.c
src/bot_DummyServ.h
src/bot_NeonHelp.c
src/bot_NeonHelp.h
src/bot_NeonServ.c
src/bot_NeonServ.h
src/bot_NeonSpam.c
src/bot_NeonSpam.h
src/bots.c
src/bots.h
src/cmd_funcmds.c
src/cmd_funcmds.h
src/cmd_global.h
src/cmd_global_addbot.c
src/cmd_global_bind.c
src/cmd_global_bots.c
src/cmd_global_command.c
src/cmd_global_commands.c
src/cmd_global_delbot.c
src/cmd_global_die.c
src/cmd_global_emote.c
src/cmd_global_god.c
src/cmd_global_modcmd.c
src/cmd_global_motd.c
src/cmd_global_netinfo.c
src/cmd_global_notice.c
src/cmd_global_raw.c
src/cmd_global_reconnect.c
src/cmd_global_register.c
src/cmd_global_reload.c
src/cmd_global_reloadlang.c
src/cmd_global_restart.c
src/cmd_global_say.c
src/cmd_global_setaccess.c
src/cmd_global_setbot.c
src/cmd_global_staff.c
src/cmd_global_unbind.c
src/cmd_global_unregister.c
src/cmd_global_version.c
src/cmd_neonhelp.h
src/cmd_neonserv.h
src/cmd_neonserv_access.c
src/cmd_neonserv_addban.c
src/cmd_neonserv_addrank.c
src/cmd_neonserv_addtimeban.c
src/cmd_neonserv_adduser.c
src/cmd_neonserv_assignrank.c
src/cmd_neonserv_ban.c
src/cmd_neonserv_bans.c
src/cmd_neonserv_chanservsync.c
src/cmd_neonserv_clvl.c
src/cmd_neonserv_csuspend.c
src/cmd_neonserv_cunsuspend.c
src/cmd_neonserv_delban.c
src/cmd_neonserv_delme.c
src/cmd_neonserv_delrank.c
src/cmd_neonserv_deluser.c
src/cmd_neonserv_deop.c
src/cmd_neonserv_deopall.c
src/cmd_neonserv_devoice.c
src/cmd_neonserv_devoiceall.c
src/cmd_neonserv_down.c
src/cmd_neonserv_downall.c
src/cmd_neonserv_events.c
src/cmd_neonserv_extscript.c
src/cmd_neonserv_giveowner.c
src/cmd_neonserv_help.c
src/cmd_neonserv_info.c
src/cmd_neonserv_invite.c
src/cmd_neonserv_inviteme.c
src/cmd_neonserv_kick.c
src/cmd_neonserv_kickban.c
src/cmd_neonserv_listrank.c
src/cmd_neonserv_mdeluser.c
src/cmd_neonserv_mode.c
src/cmd_neonserv_move.c
src/cmd_neonserv_myaccess.c
src/cmd_neonserv_nicklist.c
src/cmd_neonserv_noregister.c
src/cmd_neonserv_op.c
src/cmd_neonserv_opall.c
src/cmd_neonserv_oplog.c
src/cmd_neonserv_peek.c
src/cmd_neonserv_recover.c
src/cmd_neonserv_rename.c
src/cmd_neonserv_resync.c
src/cmd_neonserv_search.c
src/cmd_neonserv_set.c
src/cmd_neonserv_setrank.c
src/cmd_neonserv_suspend.c
src/cmd_neonserv_topic.c
src/cmd_neonserv_trace.c
src/cmd_neonserv_trim.c
src/cmd_neonserv_unban.c
src/cmd_neonserv_unbanall.c
src/cmd_neonserv_unbanme.c
src/cmd_neonserv_unsuspend.c
src/cmd_neonserv_unvisited.c
src/cmd_neonserv_up.c
src/cmd_neonserv_upall.c
src/cmd_neonserv_users.c
src/cmd_neonserv_uset.c
src/cmd_neonserv_voice.c
src/cmd_neonserv_voiceall.c
src/cmd_neonserv_wipeinfo.c
src/cmd_neonspam.h
src/cmd_neonspam_set.c
src/commands.c
src/commands.h
src/event_neonserv_ctcp.c
src/event_neonserv_invite.c
src/event_neonserv_join.c
src/event_neonserv_kick.c
src/event_neonserv_mode.c
src/event_neonserv_notice.c
src/event_neonserv_part.c
src/event_neonserv_quit.c
src/event_neonserv_topic.c
src/event_neonspam_chanmsg.c
src/event_neonspam_join.c
src/lang.c
src/lang.h
src/main.c
src/main.h
src/modcmd.c
src/modcmd.h
src/mysqlConn.c
src/mysqlConn.h
src/ssl.c
src/ssl.h
src/timeq.c
src/timeq.h
src/tools.c
src/tools.h
src/version.h
src/version.sh

index c40effa666df251ddf665d6f78a3a6a60f489959..a3d7d92901277383e84eec2572c2592febbe5856 100644 (file)
@@ -3,6 +3,7 @@ neonserv.ini
 neonserv.conf
 src/version.c
 src/version.php
+src/year.php
 src/.deps
 src/.dirstamp
 src/lib/.deps
index 9d4bd21922f4eca863408815bead65f4fe124671..7b98d85a030fd0a6e7e78039579d7e2e447f518f 100644 (file)
@@ -1,5 +1,5 @@
 /* BanNode.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 01a524a4ceae4b9bf5af797cc14e4e08f07e0c2c..2367eb83df539a996ff165169f20b36c09ac0fba 100644 (file)
@@ -1,5 +1,5 @@
 /* BanNode.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 2ce8ddd0ea8047c4776ebf39fe3fc0306d8ade67..9641df31f0d1083192502d36ad31d4952f0bc260 100644 (file)
@@ -1,5 +1,5 @@
 /* ChanNode.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index ca8fcf895184efb13063f18b10d383052d9c4d10..d0bb4a5f06d24c5b05d38c1be7fd1e511451e535 100644 (file)
@@ -1,5 +1,5 @@
 /* ChanNode.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 47d2b023a691d42dec066a54a0de65bcd0f8480e..7041fa66796f3b59dfa0e2f74e519b59d7559578 100644 (file)
@@ -1,5 +1,5 @@
 /* ChanUser.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 64516c0b1c83247064d25a066739efdaaef08e54..00bfc977b74eb13ffcd059466c2ca23a5749fafb 100644 (file)
@@ -1,5 +1,5 @@
 /* ChanUser.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8eec68ade4950861c4870d29c73d98bf6067331e..2897d9d8ca722f6b5dceada83a71e792baf5082d 100644 (file)
@@ -1,5 +1,5 @@
 /* ClientSocket.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index bafc003390b79238793c52b088dc7b30a5fd2bca..a5ba352067377e1323ab4fa252fef3fe51856dbb 100644 (file)
@@ -1,5 +1,5 @@
 /* ClientSocket.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index f87081b7fa173fd3f01f2ecdca6233c5c5cb5eaf..8ce6cde088e3758123259395873bc9a522510bee 100644 (file)
@@ -1,5 +1,5 @@
 /* ConfigParser.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 030dded750fa72a096687b54ac1bf279c99a342f..231871c2935b6122cef0f9d940240d34fd9d473e 100644 (file)
@@ -1,5 +1,5 @@
 /* ConfigParser.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8e48fc0f57560081b6d2601f7dc2b584b1472aa8..cf7105b13e4450c715033a985abf702405edad8b 100644 (file)
@@ -1,5 +1,5 @@
 /* DBHelper.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 432bfb1e80e8cf215ae7bb205fb53d764f367a5f..caa45bb1b16cea401a5b94de7e997a5aac8fdcd2 100644 (file)
@@ -1,5 +1,5 @@
 /* DBHelper.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 816789b657a109e06c73f25680515c0a14e940c1..967c25f0382746cca8012cdc522b5baba98f9069 100644 (file)
@@ -1,5 +1,5 @@
 /* EventLogger.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 0c76b5dd512e2f3d731a9800f52d81203d97f612..4b8927cd04449fa0ec2fb4653b0c5ef9acc98860 100644 (file)
@@ -1,5 +1,5 @@
 /* EventLogger.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index fa1315cb852873fd81754b9f996b3fa5f8db0a39..c194935eab2c4906e7de94904e8e626a58bd4137 100644 (file)
@@ -1,5 +1,5 @@
 /* HandleInfoHandler.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c7eb7e6902a8745389bfed24e97ba8968f678fb1..c49cfacaa6083b21d718f595678558e270c890d3 100644 (file)
@@ -1,5 +1,5 @@
 /* HandleInfoHandler.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 3cd44c5b9f45a29d878ff7936bddbf6fc5adcda0..cc59f74308ce97880afd8e2dbe26df3c0c869ae5 100644 (file)
@@ -1,5 +1,5 @@
 /* IRCEvents.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 38eab901ac6e04016f769e3d52a71dddd0f81141..ceccd642e29b5375010d1f711d7c4e4c988d6544 100644 (file)
@@ -1,5 +1,5 @@
 /* IRCEvents.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index b95d8f659f2f613f7860efb6b5053ea20129e259..b525a7d95dd3d63652ab176304de80168d8943a2 100644 (file)
@@ -1,5 +1,5 @@
 /* IRCParser.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 03db73e3d433ed972446b03dad98cb20de4d40df..7731cb78aaa004fe298b5a3041deb4098a9146e6 100644 (file)
@@ -1,5 +1,5 @@
 /* IRCParser.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 7e20cd35400ac998944d0f7304418d22241329f1..bc68c09bc49acde5c80fc215c5dd41acfa58bcc9 100644 (file)
@@ -1,5 +1,5 @@
 /* IRCQueue.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 9e1ff0a0eb914197ab74c48c5e37020707f808ae..2e2bc7ba58e9fba85b5c093bc3c23553a3b081ff 100644 (file)
@@ -1,5 +1,5 @@
 /* IRCQueue.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 438a51616677e44229b2bebc0b0669911bedf7f8..7dc10f0b68eda98f0434c15a92623961e8581a31 100644 (file)
@@ -1,5 +1,5 @@
 /* ModeNode.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index fe6fba65a5bccd149b8996d7b0fd06ef7f1725ee..29121c0a3b18a9116aeb9e425229ed846251fb86 100644 (file)
@@ -1,5 +1,5 @@
 /* ModeNode.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 11d45942a8a349f40671b92e749ab512912c2df6..fe68f3e796eb99ca823b70fdfb1fec86a9f723bf 100644 (file)
@@ -1,5 +1,5 @@
 /* UserNode.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index b43ac996926399e819cc7f71a380a7154f460b48..c1c4d800add329ad5987fefc5e1adef9ace59c5c 100644 (file)
@@ -1,5 +1,5 @@
 /* UserNode.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c7906f1cef6c793ee997d9f50f4dbed29fd3337d..e470abbda19a278d12385e341d6124005f7622c9 100644 (file)
@@ -1,5 +1,5 @@
 /* WHOHandler.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8f363d19b6990c5364c5ce897b1f94e5db2e10f9..68ad205646b940f0bcc6063c58211129e0c7abc6 100644 (file)
@@ -1,5 +1,5 @@
 /* WHOHandler.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index dc957393e02fa9ca40ff64c94c0cdf55b542950b..eda45058560370237b8e01a98643c6589f23d59e 100644 (file)
@@ -1,5 +1,5 @@
 /* bot_DummyServ.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 1dd564743b750c611d99511bbfe7fd72e82b4877..79e6f4b4e9d484fe530419a10698eff6fdf0b9ef 100644 (file)
@@ -1,5 +1,5 @@
 /* bot_DummyServ.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index ee8525f87337cdb6822f09b3d10b638ca219ebca..fa54af5b553d73782f3596169b25eee567e47eec 100644 (file)
@@ -1,5 +1,5 @@
 /* bot_NeonHelp.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 7489bd467caa4e0203c79011f99269e40e6bfbed..da6c422351c63064a47745cbc0a6faf8c6efd096 100644 (file)
@@ -1,5 +1,5 @@
 /* bot_NeonHelp.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 32de3d6d4fe8d367b2c8c15567c2f7df5f1fada5..99fd0466445264e4b51aadac2d630b5297db64ab 100644 (file)
@@ -1,5 +1,5 @@
 /* bot_NeonServ.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 01e7915c5ee34efc7e149179374c6d6088067949..397d34fc9a250f282873adf734b1488a868ca8e3 100644 (file)
@@ -1,5 +1,5 @@
 /* bot_NeonServ.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 61116414742a88f014d5c4ea2de113a4a80617a1..7d7dc1f2c4d62732ddf032a7231b3381fa539dce 100644 (file)
@@ -1,5 +1,5 @@
 /* bot_NeonSpam.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 496aea2b653b32ff254a9c7447b357882184e3f1..fbde1c2270cb2d1a7ad0bb0885c3520a45fa4022 100644 (file)
@@ -1,5 +1,5 @@
 /* bot_NeonSpam.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index d239dffaeced9ff4bc0dd4489825fe8b8b469829..3efc27ef813e13641ef29bcb218d128281f271cc 100644 (file)
@@ -1,5 +1,5 @@
 /* bots.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c72522e269ef7cd8b859403baf901ce87228929b..578f509b97e11ae29b6ea94aada6d030387a1237 100644 (file)
@@ -1,5 +1,5 @@
 /* bots.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index ad0758c683e83b0998c4669f206c7da8b84130ab..4cf6c9062f66a7d170820b5df5157d6a894c798c 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_funcmds.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 6bd175412077ce7e25aefc977ecc75c6830a3362..37dc779efee365cf05a7d26d4d9c30cc3d7cd086 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_funcmds.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 4e02810de75e5b82fbd4e25c5b096f10824d0e91..48be0c8dcf3635ff4512abcb6fb1e1a8bdd70a9e 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 236b8c563bda2238ae11b53067a95d122a99f5ba..d30c742f162a8956fbb4223a3c9c11bbc458969a 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_addbot.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 3a8e673a4443b3448d710c66cdc27de0fc13c497..2842cf88661eb83a8433b769443869f3fa840d00 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_bind.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index f7849010d997072b0636c206fefd2f378939cc2f..491babeebd13a19697fcd85d57cc92df989cb4ae 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_bots.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 1abd3b713e5cb129dfb5942fa3170f840e35b21f..59a2a93496b252876601aafcdea027223063575a 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_command.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 9d4e15c7afca5869d1da1f58857f67d885c00e54..426be8b8ddd509821b4ddbc61cbd7267c7d0116a 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_commands.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index df3258e83bf1a31d16586061e2075d2618de9e2c..b017f127c0bb3436f853134e2d03d71b54f1894d 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_delbot.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 411a92011ac88529cee7dd270e3b05972b36be5b..c80b0b0e9f71b8afd855ee84a8679a455e60eb66 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_die.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 876e5808af08a7338d0378d6665fc64242a1ecde..494e5e39052b75e7b2e06e31f8379f6156b74180 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_emote.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 47852d4e011652e57fe1f3046b9ac5ee24071cb7..3e54b7f7045b0f5c03933355b06527e5cfd402f2 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_god.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 5a5ce2ea827c279a99cb902260b1f1537803593b..cc242f94a66096e55a60e88298c20df01901662d 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_modcmd.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 17c85034fbd21b7d34c9e28022aefa6de8effd8c..0340e47f768a1ab1d4b9e47ac1cb3157e70f5834 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_motd.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c6803777d57ae555e8d0ae108c36374c389839da..e7d6b94913b1e9bca6e07b239f6393cb47352b0f 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_netinfo.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index f8920e52f2a2d7d7a49b2e4fcf6fe5d4ecd830c1..b42b1c399af5277a75628c01505f838a4394d1d7 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_notice.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index b3dbea1ac610099adc273281aac22cc26b146a7f..1d8ce5539774db5230bd612fa22106e2d6fa8b85 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_raw.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 2dbfdb79070b2caaecc137a955f9a971d4d2ae30..acf8c2ebcd2f09edfb35a22098d544e3deabb5c9 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_reconnect.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 5ede95753dfc3de34c47a1e3ffe2beb603a36445..9132484b362a445ad4a1ddcbdda3398f4a11c381 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_register.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 1ecf6e44563c81495027dafce60177e3c1a31be5..883b3ed902e8b8f3a31f2f2b16a0dd0aeca30dc9 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_reload.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 3fbfffcc51fe90aad435428d53ef332ed50d1c11..d99062ec3e27413593ef62fda9cd1c1a8f41914f 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_reloadlang.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index a66ea41bddab8d3e4acf0b084b601b23086fcf2d..ad580cd643bb56596dc77691f540b396ec7136de 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_restart.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 9b266498282ee5f43f2c687aa5dd99e550036137..e81cfc47c4b0dafa114dcf9bd82f4f94cdab0d36 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_say.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index dfaca4e6633ebad04cf88ad0ef52b1890e99d9f2..d11fda6b8ee9aebc98d1858140c34f6e0f15356c 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_setaccess.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index e7d72673200dafb874090b2091e2d84cd8600746..0654dd1776055303e80a62bb83381d3c5664c6c3 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_setbot.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index adb3e86fc0523b4b855b5fb6350c3365a1ea8c34..3f1989e9b31462143ff6b90053cf11af9b86c27e 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_staff.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index f247a0d8c26d25243ad7659638557df65930296b..8cd8f45715fe4788891938d8b3e8ec74e3edcb0c 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_unbind.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c0f208b90cd25fb993881cd9eb7dea8b9a16504c..058f38b142f224527ad31a2976e06d0362fe74b3 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_unregister.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 5aa888ae72939ab3eaa809991ac24997e17b74f0..5a1976458940ab816516279bec19db23f19fa583 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_version.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 98908373ac6f29c8a1c21eccdbff65189018ca8b..5a73a62848cfd3052a749f810604911e8ab4cd39 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonhelp.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index fc0dba86a4e20826e5d1115da847829f0019f7a2..ac3fa5413970562793003bea9e1f25921cbff39c 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 2b2e670f3fa85ecd01e9ab8170cf895f0710757e..7636c79a98ab5655e106fa76d52bb55297098354 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_access.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 1ff15d1d1407049fda1120929a5ff928d641fa3a..fffadf53108180897450f31270b52b8b748fe1e3 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_addban.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index bbd1d03ad5a62b5b7571ce8cc514b96357c6807b..6ade32dc5d79cc4b837e7e997fd3804d11ef7f61 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_addrank.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 960836cac13b27823989be33f7e20fe09e9267d5..17bc52d2db3e213c0a1c0d5d537a55a2211ab89b 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_addtimeban.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index e01b0c0fa86ed2ba931de9ce9ba55e643d29ef7a..50ebd95bd1954e43aa701d05391f650716fb3c28 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_adduser.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 3837bf866e72d403262ee34fb4a9725064af40c7..fb82bf042d84bf3b9abce038515f330e696f53a5 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_assignrank.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index bce2c45ad1da187a3682530e814fb4a80cd4110d..84a497a3ef165c8418841f6f3c46ac3c2cc9e167 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_ban.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index e1a7390ec7bf759458cb0ec811a3e83e486db6d2..7ad47e1a3f2c1b5eb5019c6176458fc021ab42df 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_bans.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 2fd546945e9ea78ec4d3ee096f6b9fc2634bcb61..78967d45bc0f0e59d8791d5ead60d3d74511e24f 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_chanservsync.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c87e289be9bcb36b831a66bd6d841f3881ee0215..4bb043e4a7892c808d095ea88f57aae5d09607de 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_clvl.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index a59b3e5868046fd4f7fb2207de68c83da25d8714..9ff2fea6367441e3ed88bf58246c8bd8c5838735 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_csuspend.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 28ec8b7bab6dbce88285c6709d1978a12bce389a..53a997d3f8b4929e256038e5b24a107b3d4ceb18 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_cunsuspend.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 7c57674dac50478071fc0f13703ed12da52b765b..3b4f9d8c6e1cb679ee7634ddef26b64d4d88d4d6 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_delban.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index e5e0ac95076580f376cec34ce1e9b94587341f26..256ca69286cd312ee15fa66d8dbb0831d6ccd6c8 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_delme.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index dcf26fa2e72b82e950f51e20eb9288a5566518e6..489b32a03e1a68f4d69f03f9eb311dd25ab75a47 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_delrank.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 0513384fb0afacdd74ab394a71f3a6cfb2ad9cfa..184de91f08d8e9cfddba4feed54a34c9873eb555 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_deluser.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8c4ba82b21739e6293d749e765f892cc762c2c2a..211f5bf80817c5e8fc1c60e56b720a9090de4f7a 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_deop.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 9944918da569f39cbfaaf0b19d38c7c549e63b5c..5279ce42ff0c903d74111f4b11005180abbe0f74 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_deopall.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 00e7bbcc31b0894716b8384e7e82fda640844361..e7ced3415cda4fbeced155a70cd253bea7025a63 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_devoice.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 0a0d5d66d0f6bef8f79af85629f43282355d6892..9254e46edbcbcbcc004d9478e156b5b78f9d0fbc 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_devoiceall.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index d1fc4be494b6ca4730a717ca18d11013ef5d45d1..fd294756a428ea8986d432e29e47d91fe3098b42 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_down.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 2cf23a52fa825faabbb9fe2a86ef40a8416da2fa..ca1163f566851270de5b2cb158067eaaa383d0b8 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_downall.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8447c0ab993dcc63f8a6ec350200c861c743f4a7..de4fd6c9651119ec90f789b79659cff3d3f3664b 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_events.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 6342356c055959752f145c514d331219cb376ec1..d060d57e1ddc2155ca34d9bd7538aed04a1b0bd2 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_extscript.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c3e519fc42b3792a89d3e36460b57df3abed5380..bc789c7d44b8815fd83f6777b9800fbf913d999d 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_giveowner.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index e7957e8fb4b499d3930d0fa25182e99fafc6ad29..606c9f6fcf435a10c65dcfe5fe24f5459467329f 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_help.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index af7fd07a8318d21727f2e25367c2490674cd3c3c..17a9df6c3afcd318bef7db049d5ae8e76f5496ac 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_info.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index a4fe28263781d349024232c14feef02adaa6e541..954d9117c934f0a3881ad7edd629e07118ff2b82 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_invite.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index e7338cde0576a0b62c8a027aa9afcf7e9a95223d..54c2dbf6096836bb6b53051a92342c09a6abc6c1 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_inviteme.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 18c3193e8fb0121a03a686af74aa34b26a5069df..7ffcf659d82b0b5ceecbd789d7269940a595824f 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_kick.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 27b2dee6759257bc72e49990dce0bab0c1b1be79..1123cd7b5a12dbb9d16f6f38c57f855184738202 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_kickban.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 316e3c66ffbe1cc37f355bc23b9d26be4fc3e9e5..65d53cf89a80e49cd8d21021b1a2137fca8bea56 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_listrank.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 9e4a11f6910186e6eed67142ac0165210b8db289..50090dd7c7f8f0d7a19d6b7ea2cc38c96cfc9a7d 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_mdeluser.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index cd5759c19b2cdc30f9194d5371f6d9d956b41a47..4e3ef0f5022448dad3dd6bb830c79ce3e4a9eccb 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_mode.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 10ad90ef2e92a395832d9271469e095ebf54416f..211247e8643c15e262aaaa280bd8fc8cc72948c9 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_move.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8499e82d02276a4eed714fb7c0aebbe143d655fe..c37f0f8b0452f37a870ad497b89fb551f884c66e 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_myaccess.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index ff5564411b3e5fc243d78b97c4a7d1d8e82480eb..ca7cfd7ff269192c56b2e8bfcd5b07a555bf58cd 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_nicklist.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 79b999b93e9a89c7929edbd782c869896b29f6b8..ab1b432eee83ecce7118e91692ad7f0dd0d6078d 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_noregister.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 37d15279be9507ca52acdd89e58078a897c95edc..6bf3b287a71db568c13f46ced4e633331aec0025 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_op.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 06d82e3fe118d49b966570c4721692497c192365..b6bdacc84305e51b89aa81ca8d8e097793a6fe28 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_opall.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 1e3d810386fdf8c206fc311ab4e530c873aa65c2..9cf412b325406feb847ce3b8ec3ec8b4ce34a302 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_oplog.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index f77ab25177471f9e4337c19965c5048b8a366010..7ab8b17a340bc465c3d7e8009df12a04536329fb 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_peek.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index bd1db90cbfb5dc8ac65e001a8d530a9ac79c530b..f48a8c5964d7ece5c78a3a9adaa6776a22bb153a 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_recover.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c8c35f145f51f242280502871e9e665cf33b307c..9b87be4d1df8b88db4acc119518d0e5b7ebbd714 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_rename.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index ad5cdcfb04264e539d30566672e3382e2d68dc3a..f2ee0905cc48982dd2a1a8066d744d34812326c5 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_resync.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 68da65282cdd0d9b831030c4fc228240bbdafd5e..a98d0e6d53bddbccde144270c410cf882648fe31 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_search.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index b9d865ac93571f07be3d136f2c5131d1318a4af4..f77294b149e3d864cfcf5b3231b68697bb51c159 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_set.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index ff6bcc6c7d3d1cede1d89f3cc64831eae912390b..f0c20f7bf80cdebae1f3c8f6827b20a843b4a4e7 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_setrank.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 1aa6fa941dfe702c5612e3f250900a1128bdb994..d6cb87a68f11fc658db485c0e76addd97a130d70 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_suspend.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 906bd72be1e483c2d0467e99a98ccb70bf41c8d3..76abea68f3978307ae076badc7f5aef53819e2fd 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_topic.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index e5dca7f9c556579ee806c0a3ddb892e65f983228..eacb67fbf8b1a2ee9251e824c30e8b7bcf4aadb6 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_trace.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 795237338483527073a95e0b5d264c82fb46f8dc..65a0e73482f76d6a62ffbb2710dd8174670c28e2 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_trim.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c98f46481a7479732b2c410f3fc44b26b58fcd9f..53b8919b0d749172c974b875540cc2fddd4927c6 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_unban.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index cb8065042fbbd354d999d9c43676a0dd2e51058f..cff9531aa43b94095f4c04cf47bd8ea72522c6b4 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_unbanall.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8a264373c28daefa503aa1273ad9e71339e39a4d..ac1fa6cfb5d0afdfc242b6db4c888104a0798d93 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_unbanme.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 64b90ad52fc5ba3d3678a793bc3ae09736479642..c319d1dbe0715a28554a6895f2e64c823459bf0d 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_unsuspend.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index dd55b3af924dc4702f9f161277add15e8c7e9dda..9d7cda7f2e4f9fd07587007d3edf706560304afc 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_unvisited.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 096f6d1e171bf3789713a46370c7b2a7d1513a2f..d8bd7ef84651689431aa3fabe40ca4c98186cd82 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_up.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index ad0e58c80e3f7d164615438c6587acb169b89c84..81ac54cd8642df43c4a34c57164f82c3f21614bd 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_upall.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 80d822db07e0d4a9ed560861a43822fc253cfad7..cd8d3754f9ad2308c22920a274ae66c8eadf30ea 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_users.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 016a2affe79928b5d5e0522a1d8bd8c8117c24cb..9e8a0c56f557593ac8d728100f894454091a8990 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_uset.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8d2d1850328a108444b149d45cc2feae6c0db940..49dfe6cf7183900661079648bd39a2eacf2fd195 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_voice.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index ce6bfd5471eb91df358c5112fba2b6012d39963a..779110ccdf7278e971b4d05d19b5edc0fa267a66 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_voiceall.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index b8da2c14c3d3e02debe1672f270518420ba05f0c..cf7b6141f12ab23482a419dd841fa7e5e2cfb4a6 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonserv_wipeinfo.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 5e1fde959fbd7f0cef6b861bdeb2e3fdf00d1c5e..99891920a24089a157e20a1324883dd1584f04cc 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonspam.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 00a4d1c816a1cb76ed51512d4f0d9e860c0ff579..139e1efce812bda540f9d2f60c1951ec7290e4fd 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonspam_set.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index bd687307f9554220f587d6c0664ecf0dc308a589..533b5abe14bf00417ee55ceb158e45f104a07d9f 100644 (file)
@@ -1,5 +1,5 @@
 /* commands.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index a1e7148b51207d298d121370a7591d402d92d75d..1c92d559da2748557649d262f646cfeb844ade31 100644 (file)
@@ -1,5 +1,5 @@
 /* commands.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8d4c14897dd8cdd67aca903f1e39a368a3ee6e74..99ff47ca4e6b3a61278c22f71da028e67204923c 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonserv_ctcp.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 0044e4d7ef0df7f2759a7785ff8b8f6f45201231..2b534297a6be2bac6561c36cec5498118a22ac02 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonserv_invite.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 04df41bccb1185cdf203eb6f040d9f6464508275..84845f3d9266f0626ff7e58c53d6d0e11b66e158 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonserv_join.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index f872638347f5146f672d6df9afcd89b239fae745..c9037d97c23352bed6b265e5311412dd5ac84edd 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonserv_kick.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index af90cbe3d40ea363f62fa7cc702918526800726d..bcd62443920347085f61cb8b3ea27c02d71f7782 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonserv_mode.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 014e3908522657fe5b7eccea28ec7ae70a7adb8e..11545bb5315fbc7c2b6a80b6b61d97946632cf9c 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonserv_notice.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index a8b162c7229d45dc3371e2d85638d85ad8ed103d..e41436c9ecc88131a9720be8b3f7a9aa134bf4f4 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonserv_part.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 39835ccd00d259b8c6631d19a7ba42d837e4cb5c..b2f0401d6c758387c8b4a270ed6c30dfe645e9ee 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonserv_quit.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index a2b99064c000da865c98ff170b4f377b930e41d2..304ebeac612717878c944ba926bba9760b4659ef 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonserv_topic.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 02c0656b68a955e9d652d4d1c293fa640be8895b..117d5ad85c96130175b1774731f71bcc20439501 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonspam_chanmsg.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 0dacf12b6e552d49c28c88cde939ca433070a50d..3b31b926f3461818b995fed1eb207af0ab7eeaf3 100644 (file)
@@ -1,5 +1,5 @@
 /* event_neonspam_join.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 36553bff98e328a4a767ad39faaa9cafaa9da3c6..0dc3abb2b332915662fe98a3e0ea70a2641f3a15 100644 (file)
@@ -1,5 +1,5 @@
 /* lang.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 18590ac1aedbaa0919d4caa42b4eeb76d62257d9..162d6ae79e771481204bb699f6eb54110c257854 100644 (file)
@@ -1,5 +1,5 @@
 /* lang.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index ae5d7829608775db08b7ff4adeb1f46f18cb6c5f..876dc70be79891645b6edfa6050b8cf84302c273 100644 (file)
@@ -1,5 +1,5 @@
 /* main.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 246b604cb267d1e9c77f0c2ae3cc7cd43698a135..21a978c65ad9e2809ea5b0412ce44ee1763d3c71 100644 (file)
@@ -1,5 +1,5 @@
 /* main.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 5a4de9ad1db3bd2e2c6d361379406a795b5f367f..d4ed08b1ace4809a3a9794c2fc699a6887905e82 100644 (file)
@@ -1,5 +1,5 @@
 /* modcmd.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 9bb799cc1a3194158da7a5f7fceff811a32c7ca8..38e3be18124c87f665568c0c971da618831dcc1f 100644 (file)
@@ -1,5 +1,5 @@
 /* modcmd.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 802c5918ea53b80de775b5fcccbb32c602ccb96a..75bb4269a92528d496d7b6e8b50740ce517eb571 100644 (file)
@@ -1,5 +1,5 @@
 /* mysqlConn.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 19946bd5e515fb0a7eddb212c1fd7554b45548d1..4e11d8ca269aabd3776b8e4c2c5dc99c76c6c89d 100644 (file)
@@ -1,5 +1,5 @@
 /* mysqlConn.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index f6e524ab14f5258c086294ef2902d6a76b51bf66..ed6f15476f37e72928dd442a53dac776c5e423eb 100644 (file)
--- a/src/ssl.c
+++ b/src/ssl.c
@@ -1,5 +1,5 @@
 /* ssl.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 8856eb1a44686ad12687dabccb02beb9d7c093b4..70f67cf632835cb4548cd9e5d47398ca225c0e07 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -1,5 +1,5 @@
 /* ssl.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index c767df134929e5a7b12b69d8594ad3921e544e96..4ee011eac05bf73e5245be63ab57c281923e3033 100644 (file)
@@ -1,5 +1,5 @@
 /* timeq.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 1c3b3e9080855348497e2e81e9c492b25bc26bb6..7e10633b14be4539338d4a4422ffd20451a59d1f 100644 (file)
@@ -1,5 +1,5 @@
 /* timeq.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index bd1715e951124f9eb70fc2affceb913df2ea8121..c802bbeaf165e4f3762a5b11dd1560db0acb53b9 100644 (file)
@@ -1,5 +1,5 @@
 /* tools.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 2337e00630685b3f323c8d487c92dd0e80630d3d..dffb4a2188a4f9828b879dace81e9fd8a1bb87de 100644 (file)
@@ -1,5 +1,5 @@
 /* tools.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index 6d155729bda30055892f0106f35758bccd891c79..1248409047086fdf9de365c9030f7ca149cd4fd1 100644 (file)
@@ -1,5 +1,5 @@
 /* version.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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
index f8480356346e4ea508375ac400b2e4a125d1f626..2cdc0f42c8ba106b0be15b43353430ac429a0b33 100644 (file)
@@ -36,7 +36,7 @@ fi
 
 /bin/cat > version.c <<!SUB!THIS!
 /* version.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * 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