diff options
author | Günther Deschner <gd@samba.org> | 2011-06-10 15:02:26 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-06-10 15:11:53 +0200 |
commit | 8b75b65b36f79a4d94b11d3fc599d3c884a335e0 (patch) | |
tree | 538a72ac74656076fdaeb9b82f682ab6341b57b6 /librpc/ndr | |
parent | 4dadee3adf4deb212f14c0a574dc0e91baa6589a (diff) | |
download | samba-8b75b65b36f79a4d94b11d3fc599d3c884a335e0.tar.gz samba-8b75b65b36f79a4d94b11d3fc599d3c884a335e0.tar.bz2 samba-8b75b65b36f79a4d94b11d3fc599d3c884a335e0.zip |
librpc/ndr/ndr_spoolss_buf.h: fix licence/copyright
Guenther
Diffstat (limited to 'librpc/ndr')
-rw-r--r-- | librpc/ndr/ndr_spoolss_buf.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/librpc/ndr/ndr_spoolss_buf.h b/librpc/ndr/ndr_spoolss_buf.h index c5938c00c8..77053cb13d 100644 --- a/librpc/ndr/ndr_spoolss_buf.h +++ b/librpc/ndr/ndr_spoolss_buf.h @@ -1,3 +1,26 @@ +/* + Unix SMB/CIFS implementation. + + routines for marshalling/unmarshalling spoolss subcontext buffer structures + + Copyright (C) Andrew Tridgell 2003 + Copyright (C) Tim Potter 2003 + Copyright (C) Guenther Deschner 2009 + + 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 ___SPACE_SRC_SAMBA_SOURCES_SAMBA_GIT_SOURCE3____SOURCE4_LIBRPC_NDR_NDR_SPOOLSS_BUF_H__ #define ___SPACE_SRC_SAMBA_SOURCES_SAMBA_GIT_SOURCE3____SOURCE4_LIBRPC_NDR_NDR_SPOOLSS_BUF_H__ |