diff options
Diffstat (limited to 'include/access.h')
-rw-r--r-- | include/access.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/access.h b/include/access.h index 323dc814d..c77d9aa29 100644 --- a/include/access.h +++ b/include/access.h @@ -1,13 +1,12 @@ /* * - * (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. - * */ #ifndef ACCESS_H @@ -174,4 +173,3 @@ class CoreExport AccessGroup : public std::vector<ChanAccess *> }; #endif - |