Commit 8288a4eb3a326acced6f07b0caf75f6ada53150d
1 parent
198856a8
Update copyright to 2017
Showing
33 changed files
with
33 additions
and
33 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-2015 Jay Berkenbilt | |
| 5 | +QPDF is copyright (c) 2005-2017 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
| ... | ... | @@ -83,7 +83,7 @@ Release Reminders |
| 83 | 83 | |
| 84 | 84 | * Each year, update copyright notices. Just do a case-insensitive |
| 85 | 85 | search for copyright. Don't forget copyright in manual. Also update |
| 86 | - debian copyright in debian package. Last updated: 2015. | |
| 86 | + debian copyright in debian package. Last updated: 2017. | |
| 87 | 87 | |
| 88 | 88 | * To construct a source distribution from a pristine checkout, |
| 89 | 89 | make_dist does the following: | ... | ... |
include/qpdf/Buffer.hh
include/qpdf/BufferInputSource.hh
include/qpdf/Constants.h
include/qpdf/DLL.h
include/qpdf/FileInputSource.hh
include/qpdf/InputSource.hh
include/qpdf/Pipeline.hh
include/qpdf/Pl_Buffer.hh
include/qpdf/Pl_Concatenate.hh
include/qpdf/Pl_Count.hh
include/qpdf/Pl_DCT.hh
include/qpdf/Pl_Discard.hh
include/qpdf/Pl_Flate.hh
include/qpdf/Pl_RunLength.hh
include/qpdf/Pl_StdioFile.hh
include/qpdf/PointerHolder.hh
include/qpdf/QPDF.hh
include/qpdf/QPDFExc.hh
include/qpdf/QPDFObjGen.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/RandomDataProvider.hh
include/qpdf/Types.h
include/qpdf/qpdf-c.h
manual/qpdf-manual.xml
qpdf/qpdf.cc
| ... | ... | @@ -1170,7 +1170,7 @@ static void handle_help_verison(int argc, char* argv[]) |
| 1170 | 1170 | // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 |
| 1171 | 1171 | std::cout |
| 1172 | 1172 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 1173 | - << "Copyright (c) 2005-2015 Jay Berkenbilt" | |
| 1173 | + << "Copyright (c) 2005-2017 Jay Berkenbilt" | |
| 1174 | 1174 | << std::endl |
| 1175 | 1175 | << "This software may be distributed under the terms of version 2 of the" |
| 1176 | 1176 | << std::endl | ... | ... |