diff options
Diffstat (limited to 'modules/commands/bs_info.cpp')
-rw-r--r-- | modules/commands/bs_info.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/commands/bs_info.cpp b/modules/commands/bs_info.cpp index 55ccc0b13..76dcfa4f4 100644 --- a/modules/commands/bs_info.cpp +++ b/modules/commands/bs_info.cpp @@ -1,15 +1,14 @@ /* BotServ core functions * - * (C) 2003-2014 Anope Team + * (C) 2003-2016 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. * * Based on the original code of Epona by Lara. * Based on the original code of Services by Andy Church. - * - * */ + #include "module.h" class CommandBSInfo : public Command |