Revert "Fix bug 8196 - Many (newer) header files don't have copyright / GPL header...
[ddiss/samba.git] / source3 / rpc_server / srv_access_check.h
index 56ee94c7b935d6efea50a51c3278009c3f9596c7..27a09bd007491fc21b179ed9d3a863c4c6854c8d 100644 (file)
@@ -1,25 +1,3 @@
-#ifndef __RPC_SERVER_SRV_ACCESS_CHECK_H__
-#define __RPC_SERVER_SRV_ACCESS_CHECK_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/>.
-*/
-
 /* The following definitions come from rpc_server/srv_access_check.c */
 
 NTSTATUS access_check_object( struct security_descriptor *psd, struct security_token *token,
@@ -30,4 +8,3 @@ NTSTATUS access_check_object( struct security_descriptor *psd, struct security_t
 void map_max_allowed_access(const struct security_token *nt_token,
                            const struct security_unix_token *unix_token,
                            uint32_t *pacc_requested);
-#endif