diff options
author | Günther Deschner <gd@samba.org> | 2011-06-10 15:05:57 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-06-10 15:12:25 +0200 |
commit | 1e9f2bdb2f7f9e809dd3044dc94018e0b5b6e8d3 (patch) | |
tree | c4467a812440693b31adc9540160d4058c9eacde | |
parent | 81f269211a80c17a33ec9f05c7847dd29b8c4251 (diff) | |
download | samba-1e9f2bdb2f7f9e809dd3044dc94018e0b5b6e8d3.tar.gz samba-1e9f2bdb2f7f9e809dd3044dc94018e0b5b6e8d3.tar.bz2 samba-1e9f2bdb2f7f9e809dd3044dc94018e0b5b6e8d3.zip |
source3/libsmb/clidgram.h: fix licence/copyright
Guenther
-rw-r--r-- | source3/libsmb/clidgram.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/source3/libsmb/clidgram.h b/source3/libsmb/clidgram.h index 01a8a6a404..a449724a41 100644 --- a/source3/libsmb/clidgram.h +++ b/source3/libsmb/clidgram.h @@ -1,3 +1,27 @@ +/* + Unix SMB/CIFS implementation. + client dgram calls + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Richard Sharpe 2001 + Copyright (C) John Terpstra 2001 + + 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 _LIBSMB_CLIDGRAM_H_ +#define _LIBSMB_CLIDGRAM_H_ + #include "../libcli/netlogon/netlogon.h" /* The following definitions come from libsmb/clidgram.c */ @@ -21,3 +45,5 @@ NTSTATUS nbt_getdc(struct messaging_context *msg_ctx, uint32_t *pnt_version, const char **dc_name, struct netlogon_samlogon_response **samlogon_response); + +#endif /* _LIBSMB_CLIDGRAM_H_ */ |