Commit 8843e499b85fed77c49e8ec0cdc83887a77d59db
1 parent
ae1385cd
Update copyright year to 2013
Also add copyright notice to a few public headers that were missing one.
Showing
29 changed files
with
64 additions
and
24 deletions
README
| ... | ... | @@ -2,7 +2,7 @@ This is the QPDF package. Information about it can be found at |
| 2 | 2 | http://qpdf.sourceforge.net. The source code repository is hosted |
| 3 | 3 | at github: https://github.com/qpdf/qpdf. |
| 4 | 4 | |
| 5 | -QPDF is copyright (c) 2005-2012 Jay Berkenbilt | |
| 5 | +QPDF is copyright (c) 2005-2013 Jay Berkenbilt | |
| 6 | 6 | |
| 7 | 7 | This software may be distributed under the terms of version 2 of the |
| 8 | 8 | Artistic License which may be found in the source distribution as | ... | ... |
README.maintainer
| ... | ... | @@ -58,7 +58,7 @@ Release Reminders |
| 58 | 58 | done or retargeted. |
| 59 | 59 | |
| 60 | 60 | * Each year, update copyright notices. Just search for Copyright. |
| 61 | - Last updated: 2012. | |
| 61 | + Last updated: 2013. | |
| 62 | 62 | |
| 63 | 63 | * To construct a source distribution from a pristine checkout, |
| 64 | 64 | make_dist does the following: | ... | ... |
include/qpdf/Buffer.hh
include/qpdf/BufferInputSource.hh
| 1 | +/* Copyright (c) 2005-2013 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_BUFFERINPUTSOURCE_HH__ |
| 2 | 10 | #define __QPDF_BUFFERINPUTSOURCE_HH__ |
| 3 | 11 | ... | ... |
include/qpdf/Constants.h
include/qpdf/DLL.h
include/qpdf/FileInputSource.hh
| 1 | +/* Copyright (c) 2005-2013 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_FILEINPUTSOURCE_HH__ |
| 2 | 10 | #define __QPDF_FILEINPUTSOURCE_HH__ |
| 3 | 11 | ... | ... |
include/qpdf/InputSource.hh
| 1 | +/* Copyright (c) 2005-2013 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_INPUTSOURCE_HH__ |
| 2 | 10 | #define __QPDF_INPUTSOURCE_HH__ |
| 3 | 11 | ... | ... |
include/qpdf/Pipeline.hh
include/qpdf/Pl_Buffer.hh
include/qpdf/Pl_Concatenate.hh
| 1 | +/* Copyright (c) 2005-2013 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 __PL_CONCATENATE_HH__ |
| 2 | 10 | #define __PL_CONCATENATE_HH__ |
| 3 | 11 | ... | ... |
include/qpdf/Pl_Count.hh
include/qpdf/Pl_Discard.hh
include/qpdf/Pl_Flate.hh
include/qpdf/Pl_StdioFile.hh
include/qpdf/PointerHolder.hh
include/qpdf/QPDF.hh
include/qpdf/QPDFExc.hh
include/qpdf/QPDFObject.hh
include/qpdf/QPDFObjectHandle.hh
include/qpdf/QPDFTokenizer.hh
include/qpdf/QPDFWriter.hh
include/qpdf/QPDFXRefEntry.hh
include/qpdf/QTC.hh
include/qpdf/QUtil.hh
include/qpdf/Types.h
| 1 | +/* Copyright (c) 2005-2013 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 __QPDFTYPES_H__ |
| 2 | 10 | #define __QPDFTYPES_H__ |
| 3 | 11 | ... | ... |
include/qpdf/qpdf-c.h
manual/qpdf-manual.xml
qpdf/qpdf.cc
| ... | ... | @@ -916,7 +916,7 @@ int main(int argc, char* argv[]) |
| 916 | 916 | // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 |
| 917 | 917 | std::cout |
| 918 | 918 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 919 | - << "Copyright (c) 2005-2012 Jay Berkenbilt" | |
| 919 | + << "Copyright (c) 2005-2013 Jay Berkenbilt" | |
| 920 | 920 | << std::endl |
| 921 | 921 | << "This software may be distributed under the terms of version 2 of the" |
| 922 | 922 | << std::endl | ... | ... |