From ef5bcb6e23093086e1450833745b7e5b7b5d46ee Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 10 Jun 2011 15:07:03 +0200 Subject: source3/printing/pcap.h: fix licence/copyright Guenther --- source3/printing/pcap.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'source3/printing') diff --git a/source3/printing/pcap.h b/source3/printing/pcap.h index 63497fd8ec..70562137ac 100644 --- a/source3/printing/pcap.h +++ b/source3/printing/pcap.h @@ -2,6 +2,16 @@ Unix SMB/CIFS implementation. printcap headers + Copyright (C) Karl Auer 1993-1998 + + Re-working by Martin Kiff, 1994 + + Re-written again by Andrew Tridgell + + Modified for SVID support by Norm Jacobs, 1997 + + Modified for CUPS support by Michael Sweet, 1999 + 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 @@ -16,6 +26,9 @@ along with this program. If not, see . */ +#ifndef _PRINTING_PCAP_H_ +#define _PRINTING_PCAP_H_ + struct pcap_cache; /* The following definitions come from printing/pcap.c */ @@ -55,3 +68,5 @@ bool sysv_cache_reload(void); /* The following definitions come from printing/print_standard.c */ bool std_pcap_cache_reload(const char *pcap_name); + +#endif /* _PRINTING_PCAP_H_ */ -- cgit