s3: include: printing: move copyright notice to beginning
authorMarco Wang <m.aesophor@gmail.com>
Wed, 28 Aug 2019 09:26:14 +0000 (17:26 +0800)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 21 Oct 2019 14:40:38 +0000 (14:40 +0000)
Signed-off-by: Marco Wang <m.aesophor@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/include/printing.h

index 6fb730119f5c77e1b2b8b5132b0ea57221736256..8b4fb253d007408b3cc8659ad0db2c997858492e 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef PRINTING_H_
-#define PRINTING_H_
-
 /* 
    Unix SMB/CIFS implementation.
    printing definitions
@@ -24,6 +21,9 @@
    This file defines the low-level printing system interfaces used by the
    SAMBA printing subsystem.
 */
+#ifndef PRINTING_H_
+#define PRINTING_H_
+
 #include <tdb.h>
 #include "lib/param/loadparm.h"