diff options
Diffstat (limited to 'include/modules/cs_log.h')
-rw-r--r-- | include/modules/cs_log.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/modules/cs_log.h b/include/modules/cs_log.h index 5259c0880..d14179c70 100644 --- a/include/modules/cs_log.h +++ b/include/modules/cs_log.h @@ -1,6 +1,6 @@ /* ChanServ 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. @@ -40,4 +40,3 @@ struct LogSettings : Serialize::Checker<std::vector<LogSetting *> > virtual ~LogSettings() { } virtual LogSetting *Create() = 0; }; - |