librpc/ndr/ndr_backupkey.h: fix licence/copyright
authorGünther Deschner <gd@samba.org>
Fri, 10 Jun 2011 13:01:56 +0000 (15:01 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 10 Jun 2011 13:11:48 +0000 (15:11 +0200)
Guenther

librpc/ndr/ndr_backupkey.h

index c5c7c39995a329fad579664a422a0854d54dcc8f..4e82f6296adc86ac9c71faf64831df442d39bec9 100644 (file)
@@ -1,2 +1,23 @@
+/*
+   Unix SMB/CIFS implementation.
+
+   routines for top backup key protocol marshalling/unmarshalling
+
+   Copyright (C) Matthieu Patou 2010
+
+   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/>.
+*/
+
 _PUBLIC_ enum ndr_err_code ndr_push_bkrp_access_check_v2(struct ndr_push *ndr, int ndr_flags, const struct bkrp_access_check_v2 *r);
 _PUBLIC_ enum ndr_err_code ndr_pull_bkrp_access_check_v2(struct ndr_pull *ndr, int ndr_flags, struct bkrp_access_check_v2 *r);