diff options
Diffstat (limited to 'include/modules/ldap.h')
-rw-r--r-- | include/modules/ldap.h | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/include/modules/ldap.h b/include/modules/ldap.h index 51ef842c8..da560adf2 100644 --- a/include/modules/ldap.h +++ b/include/modules/ldap.h @@ -1,5 +1,23 @@ -#ifndef ANOPE_LDAP_H -#define ANOPE_LDAP_H +/* + * Anope IRC Services + * + * Copyright (C) 2011-2016 Anope Team <team@anope.org> + * + * 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/>. + */ + +#pragma once class LDAPException : public ModuleException { @@ -159,5 +177,3 @@ class LDAPProvider : public Service */ virtual void Modify(LDAPInterface *i, const Anope::string &base, LDAPMods &attributes) anope_abstract; }; - -#endif // ANOPE_LDAP_H |