Commit 75ea1971fa275613380dacef5dee0fc0bb9ccc45
1 parent
3c84d496
include copyright notice in public headers
git-svn-id: svn+q:///qpdf/trunk@883 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
3 changed files
with
24 additions
and
0 deletions
include/qpdf/Constants.h
| 1 | +/* Copyright (c) 2005-2009 Jay Berkenbilt | |
| 2 | + * | |
| 3 | + * This file is part of qpdf. This software may be distributed under | |
| 4 | + * the terms of version 2 of the Artistic License which may be found | |
| 5 | + * in the source distribution. It is provided "as is" without express | |
| 6 | + * or implied warranty. | |
| 7 | + */ | |
| 8 | + | |
| 1 | 9 | #ifndef __QPDFCONSTANTS_H__ |
| 2 | 10 | #define __QPDFCONSTANTS_H__ |
| 3 | 11 | ... | ... |
include/qpdf/DLL.h
| 1 | +/* Copyright (c) 2005-2009 Jay Berkenbilt | |
| 2 | + * | |
| 3 | + * This file is part of qpdf. This software may be distributed under | |
| 4 | + * the terms of version 2 of the Artistic License which may be found | |
| 5 | + * in the source distribution. It is provided "as is" without express | |
| 6 | + * or implied warranty. | |
| 7 | + */ | |
| 8 | + | |
| 1 | 9 | #ifndef __QPDF_DLL_HH__ |
| 2 | 10 | #define __QPDF_DLL_HH__ |
| 3 | 11 | ... | ... |
include/qpdf/qpdf-c.h
| 1 | +/* Copyright (c) 2005-2009 Jay Berkenbilt | |
| 2 | + * | |
| 3 | + * This file is part of qpdf. This software may be distributed under | |
| 4 | + * the terms of version 2 of the Artistic License which may be found | |
| 5 | + * in the source distribution. It is provided "as is" without express | |
| 6 | + * or implied warranty. | |
| 7 | + */ | |
| 8 | + | |
| 1 | 9 | #ifndef __QPDF_C_H__ |
| 2 | 10 | #define __QPDF_C_H__ |
| 3 | 11 | ... | ... |