source3/printing/pcap.h: fix licence/copyright
authorGünther Deschner <gd@samba.org>
Fri, 10 Jun 2011 13:07:03 +0000 (15:07 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 14 Jun 2011 18:15:27 +0000 (20:15 +0200)
Guenther
(cherry picked from commit ef5bcb6e23093086e1450833745b7e5b7b5d46ee)

source3/printing/pcap.h

index 63497fd8ec568f41c5accbfa1b00e1c9e5d585af..70562137ac87c4666cc5c45b96e8a474e00285a4 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */
 
+#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_ */