Commit 68572df2bf0c6d1d7756ff05a96e01d7e2f69c09
1 parent
512a518d
Update copyright to 2018
Showing
34 changed files
with
34 additions
and
34 deletions
NOTICE.md
README-maintainer.md
| ... | ... | @@ -29,7 +29,7 @@ |
| 29 | 29 | `make_dist` verifies this consistency. |
| 30 | 30 | * Update release date in `manual/qpdf-manual.xml`. Remember to ensure that the entities at the top of the document are consistent with the release notes for both version and release date. |
| 31 | 31 | * Check `TODO` file to make sure all planned items for the release are done or retargeted. |
| 32 | -* Each year, update copyright notices. Just do a case-insensitive search for copyright. Don't forget copyright in manual. Also update debian copyright in debian package. Last updated: 2017. | |
| 32 | +* Each year, update copyright notices. Just do a case-insensitive search for copyright. Don't forget copyright in manual. Also update debian copyright in debian package. Last updated: 2018. | |
| 33 | 33 | * To construct a source distribution from a pristine checkout, `make_dist` does the following: |
| 34 | 34 | ``` |
| 35 | 35 | ./autogen.sh | ... | ... |
README.md
| 1 | 1 | This is the QPDF package. Information about it can be found at https://qpdf.sourceforge.net. The source code repository is hosted at github: https://github.com/qpdf/qpdf. |
| 2 | 2 | |
| 3 | -QPDF is copyright (c) 2005-2017 Jay Berkenbilt | |
| 3 | +QPDF is copyright (c) 2005-2018 Jay Berkenbilt | |
| 4 | 4 | |
| 5 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at |
| 6 | 6 | ... | ... |
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
| ... | ... | @@ -1180,7 +1180,7 @@ static void handle_help_version(int argc, char* argv[]) |
| 1180 | 1180 | std::cout |
| 1181 | 1181 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 1182 | 1182 | << std::endl |
| 1183 | - << "Copyright (c) 2005-2017 Jay Berkenbilt" | |
| 1183 | + << "Copyright (c) 2005-2018 Jay Berkenbilt" | |
| 1184 | 1184 | << std::endl |
| 1185 | 1185 | << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" |
| 1186 | 1186 | << std::endl | ... | ... |