diff options
Diffstat (limited to 'src/serialize.cpp')
-rw-r--r-- | src/serialize.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/serialize.cpp b/src/serialize.cpp index 3c54b933d..6a315641d 100644 --- a/src/serialize.cpp +++ b/src/serialize.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2016 Anope Team + * (C) 2003-2017 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -175,4 +175,3 @@ const std::map<Anope::string, Serialize::Type *>& Type::GetTypes() { return Types; } - |