aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-28 13:38:24 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-10-28 13:38:24 +0100
commit0cb3a5bf1bc2abd339bf591a8048a905327d0263 (patch)
treeff57ec70f7e99a1bc5e409e7b96259daf174dfca
parent3a43587de4bfeba11b9b892d83e068374aa4c8a5 (diff)
downloadcqrlogo-0cb3a5bf1bc2abd339bf591a8048a905327d0263.tar.gz
cqrlogo-0cb3a5bf1bc2abd339bf591a8048a905327d0263.tar.zst
add some lines to the header file
-rw-r--r--config.def.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a60c448..08455a6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,3 +1,13 @@
+/*
+ * (C) 2011-2013 by Christian Hesse <mail@eworm.de>
+ *
+ * This software may be used and distributed according to the terms
+ * of the GNU General Public License, incorporated herein by reference.
+ */
+
+#ifndef _CONFIG_H
+#define _CONFIG_H
+
/* pixels are scaled up by this factor */
#define QRCODE_SCALE 2
/* this is the maximum scale factor */
@@ -28,3 +38,7 @@
#define PNG_ENABLE_TEXT_VERSIONS 1
/* add referer information to the PNG file? */
#define PNG_ENABLE_TEXT_REFERER 1
+
+#endif /* _CONFIG_H */
+
+// vim: set syntax=c: