diff options
Diffstat (limited to 'modules/chanserv/set_misc.cpp')
-rw-r--r-- | modules/chanserv/set_misc.cpp | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/modules/chanserv/set_misc.cpp b/modules/chanserv/set_misc.cpp index af7c52650..b2c0dc50c 100644 --- a/modules/chanserv/set_misc.cpp +++ b/modules/chanserv/set_misc.cpp @@ -1,13 +1,23 @@ /* - * (C) 2003-2014 Anope Team - * Contact us at team@anope.org + * Anope IRC Services * - * Please read COPYING and README for further details. + * Copyright (C) 2010-2016 Anope Team <team@anope.org> * - * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. + * This file is part of Anope. Anope is free software; you can + * redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software + * Foundation, version 2. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see see <http://www.gnu.org/licenses/>. */ + #include "module.h" #include "modules/chanserv/set_misc.h" #include "modules/chanserv/info.h" |