Commit 3472f6c98472ec07826b3bfd2de85e3b011d96da
1 parent
0bf0f45e
Update copyrights for 2019
Showing
54 changed files
with
54 additions
and
54 deletions
NOTICE.md
README-maintainer
| ... | ... | @@ -30,7 +30,7 @@ RELEASE PREPARATION |
| 30 | 30 | |
| 31 | 31 | * Each year, update copyright notices. Just do a case-insensitive |
| 32 | 32 | search for copyright. Don't forget copyright in manual. Also update |
| 33 | - debian copyright in debian package. Last updated: 2018. | |
| 33 | + debian copyright in debian package. Last updated: 2019. | |
| 34 | 34 | |
| 35 | 35 | * Check all open issues in the sourceforge trackers and on github. |
| 36 | 36 | ... | ... |
README.md
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | |
| 8 | 8 | This is the QPDF package. Information about it can be found at http://qpdf.sourceforge.net. The source code repository is hosted at github: https://github.com/qpdf/qpdf. |
| 9 | 9 | |
| 10 | -QPDF is copyright (c) 2005-2018 Jay Berkenbilt | |
| 10 | +QPDF is copyright (c) 2005-2019 Jay Berkenbilt | |
| 11 | 11 | |
| 12 | 12 | 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 |
| 13 | 13 | ... | ... |
appimage/build-appimage
appimage/qpdf.appdata.xml
include/qpdf/Buffer.hh
include/qpdf/BufferInputSource.hh
include/qpdf/ClosedFileInputSource.hh
include/qpdf/Constants.h
include/qpdf/DLL.h
include/qpdf/FileInputSource.hh
include/qpdf/InputSource.hh
include/qpdf/JSON.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_QPDFTokenizer.hh
include/qpdf/Pl_RunLength.hh
include/qpdf/Pl_StdioFile.hh
include/qpdf/PointerHolder.hh
include/qpdf/QPDF.hh
include/qpdf/QPDFAcroFormDocumentHelper.hh
include/qpdf/QPDFAnnotationObjectHelper.hh
include/qpdf/QPDFDocumentHelper.hh
include/qpdf/QPDFExc.hh
include/qpdf/QPDFFormFieldObjectHelper.hh
include/qpdf/QPDFNameTreeObjectHelper.hh
include/qpdf/QPDFNumberTreeObjectHelper.hh
include/qpdf/QPDFObjGen.hh
include/qpdf/QPDFObject.hh
include/qpdf/QPDFObjectHandle.hh
include/qpdf/QPDFObjectHelper.hh
include/qpdf/QPDFOutlineDocumentHelper.hh
include/qpdf/QPDFOutlineObjectHelper.hh
include/qpdf/QPDFPageDocumentHelper.hh
include/qpdf/QPDFPageLabelDocumentHelper.hh
include/qpdf/QPDFPageObjectHelper.hh
include/qpdf/QPDFSystemError.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
| ... | ... | @@ -901,7 +901,7 @@ ArgParser::argCopyright() |
| 901 | 901 | std::cout |
| 902 | 902 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 903 | 903 | << std::endl |
| 904 | - << "Copyright (c) 2005-2018 Jay Berkenbilt" | |
| 904 | + << "Copyright (c) 2005-2019 Jay Berkenbilt" | |
| 905 | 905 | << std::endl |
| 906 | 906 | << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" |
| 907 | 907 | << std::endl | ... | ... |
qtest/bin/qtest-driver
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | # |
| 3 | 3 | # This file is part of qtest. |
| 4 | 4 | # |
| 5 | -# Copyright 1993-2018, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2019, Jay Berkenbilt | |
| 6 | 6 | # |
| 7 | 7 | # QTest is distributed under the terms of version 2.0 of the Artistic |
| 8 | 8 | # license which may be found in the source distribution. | ... | ... |
qtest/module/TestDriver.pm
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | # |
| 3 | 3 | # This file is part of qtest. |
| 4 | 4 | # |
| 5 | -# Copyright 1993-2018, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2019, Jay Berkenbilt | |
| 6 | 6 | # |
| 7 | 7 | # QTest is distributed under the terms of version 2.0 of the Artistic |
| 8 | 8 | # license which may be found in the source distribution. | ... | ... |