aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-23 16:59:50 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-23 16:59:50 +0200
commit75ea1971fa275613380dacef5dee0fc0bb9ccc45 (patch)
treeaf3bf3e06ac25a0de84bb5c39511ce0e8481b681 /include
parent3c84d496f0143cacec83eba0d02457df70cf7f8d (diff)
downloadqpdf-75ea1971fa275613380dacef5dee0fc0bb9ccc45.tar.zst
include copyright notice in public headers
git-svn-id: svn+q:///qpdf/trunk@883 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/Constants.h8
-rw-r--r--include/qpdf/DLL.h8
-rw-r--r--include/qpdf/qpdf-c.h8
3 files changed, 24 insertions, 0 deletions
diff --git a/include/qpdf/Constants.h b/include/qpdf/Constants.h
index 31cefd54..eb872788 100644
--- a/include/qpdf/Constants.h
+++ b/include/qpdf/Constants.h
@@ -1,3 +1,11 @@
+/* Copyright (c) 2005-2009 Jay Berkenbilt
+ *
+ * This file is part of qpdf. This software may be distributed under
+ * the terms of version 2 of the Artistic License which may be found
+ * in the source distribution. It is provided "as is" without express
+ * or implied warranty.
+ */
+
#ifndef __QPDFCONSTANTS_H__
#define __QPDFCONSTANTS_H__
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index 9e900d55..63bf7cbb 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -1,3 +1,11 @@
+/* Copyright (c) 2005-2009 Jay Berkenbilt
+ *
+ * This file is part of qpdf. This software may be distributed under
+ * the terms of version 2 of the Artistic License which may be found
+ * in the source distribution. It is provided "as is" without express
+ * or implied warranty.
+ */
+
#ifndef __QPDF_DLL_HH__
#define __QPDF_DLL_HH__
diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h
index 072ad91b..0980f1f7 100644
--- a/include/qpdf/qpdf-c.h
+++ b/include/qpdf/qpdf-c.h
@@ -1,3 +1,11 @@
+/* Copyright (c) 2005-2009 Jay Berkenbilt
+ *
+ * This file is part of qpdf. This software may be distributed under
+ * the terms of version 2 of the Artistic License which may be found
+ * in the source distribution. It is provided "as is" without express
+ * or implied warranty.
+ */
+
#ifndef __QPDF_C_H__
#define __QPDF_C_H__