From 75ea1971fa275613380dacef5dee0fc0bb9ccc45 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 23 Oct 2009 14:59:50 +0000 Subject: [PATCH] include copyright notice in public headers --- include/qpdf/Constants.h | 8 ++++++++ include/qpdf/DLL.h | 8 ++++++++ include/qpdf/qpdf-c.h | 8 ++++++++ 3 files changed, 24 insertions(+), 0 deletions(-) diff --git a/include/qpdf/Constants.h b/include/qpdf/Constants.h index 31cefd5..eb87278 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 9e900d5..63bf7cb 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 072ad91..0980f1f 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__ -- libgit2 0.21.4