Fix bug 8196 - Many (newer) header files don't have copyright / GPL header comments.
[obnox/samba-ctdb.git] / source3 / libgpo / gpo_proto.h
index 8bc5874c9dde2b8625099403d475b5cec7a386a3..2b13d3ce44ddcebc71e781dbe92e617df54e57bc 100644 (file)
@@ -1,3 +1,25 @@
+#ifndef __LIBGPO_PROTO_H__
+#define __LIBGPO_PROTO_H__
+
+/*
+   Unix SMB/CIFS implementation.
+   Group Policy Object Support
+
+   Copyright (C) Guenther Deschner 2006-2008
+
+   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 libgpo/gpo_filesync.c  */
 
@@ -75,3 +97,4 @@ WERROR reg_apply_registry_entry(TALLOC_CTX *mem_ctx,
                                struct gp_registry_entry *entry,
                                const struct security_token *token,
                                uint32_t flags);
+#endif