Revert "Fix bug 8196 - Many (newer) header files don't have copyright / GPL header...
[ddiss/samba.git] / source3 / libads / ldap_schema.h
index 8b67d389f61b08796bff4db5b8dae05488c94457..44964dd1c15ba0b98ad8c595e2a889683fa9804e 100644 (file)
@@ -1,25 +1,3 @@
-#ifndef __LIBADS_LDAP_SCHEMA_H__
-#define __LIBADS_LDAP_SCHEMA_H__
-
-/*
-   Unix SMB/CIFS implementation.
-
-   (C) 2011 Samba Team.
-
-   This program 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; either version 3 of the License, or
-   (at your option) any later version.
-
-   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 <http://www.gnu.org/licenses/>.
-*/
-
 /* used to remember the names of the posix attributes in AD */
 /* see the rfc2307 & sfu nss backends */
 
@@ -77,4 +55,3 @@ ADS_STATUS ads_check_posix_schema_mapping(TALLOC_CTX *mem_ctx,
                                          ADS_STRUCT *ads,
                                          enum wb_posix_mapping map_type,
                                          struct posix_schema **s ) ;
-#endif