diff options
author | Günther Deschner <gd@samba.org> | 2011-06-10 15:07:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-06-10 15:12:37 +0200 |
commit | 2d10c48259ec234ae110c60405a9da5e720302cb (patch) | |
tree | 3dd1172fb1d90119037f14e2c1842412646e64bf /source3/rpc_client | |
parent | ef5bcb6e23093086e1450833745b7e5b7b5d46ee (diff) | |
download | samba-2d10c48259ec234ae110c60405a9da5e720302cb.tar.gz samba-2d10c48259ec234ae110c60405a9da5e720302cb.tar.bz2 samba-2d10c48259ec234ae110c60405a9da5e720302cb.zip |
source3/rpc_client/cli_netlogon.h: fix licence/copyright
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_netlogon.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_netlogon.h b/source3/rpc_client/cli_netlogon.h index 808a4283ce..ad59d5b203 100644 --- a/source3/rpc_client/cli_netlogon.h +++ b/source3/rpc_client/cli_netlogon.h @@ -1,3 +1,28 @@ +/* + Unix SMB/CIFS implementation. + NT Domain Authentication SMB / MSRPC client + Copyright (C) Andrew Tridgell 1992-2000 + Copyright (C) Jeremy Allison 1998. + Largely re-written by Jeremy Allison (C) 2005. + Copyright (C) Guenther Deschner 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/>. +*/ + +#ifndef _RPC_CLIENT_CLI_NETLOGON_H_ +#define _RPC_CLIENT_CLI_NETLOGON_H_ + /* The following definitions come from rpc_client/cli_netlogon.c */ NTSTATUS rpccli_netlogon_setup_creds(struct rpc_pipe_client *cli, @@ -49,3 +74,4 @@ NTSTATUS rpccli_netlogon_set_trust_password(struct rpc_pipe_client *cli, const unsigned char new_trust_passwd_hash[16], enum netr_SchannelType sec_channel_type); +#endif /* _RPC_CLIENT_CLI_NETLOGON_H_ */ |