Commit bf8fd41fee091ad6fe0d10066a4dbb3d8834b005
1 parent
891751f6
Update copyright to 2021
Showing
57 changed files
with
68 additions
and
59 deletions
NOTICE.md
README-maintainer
| ... | ... | @@ -108,9 +108,18 @@ CODING RULES |
| 108 | 108 | |
| 109 | 109 | RELEASE PREPARATION |
| 110 | 110 | |
| 111 | -* Each year, update copyright notices. Just do a case-insensitive | |
| 112 | - search for copyright. Don't forget copyright in manual. Also update | |
| 113 | - debian copyright in debian package. Last updated: 2020. | |
| 111 | +* Each year, update copyright notices. This will find all relevant | |
| 112 | + places (assuming current copyright is from last year) except the | |
| 113 | + manual: | |
| 114 | + | |
| 115 | + git --no-pager grep -i -n -P "copyright.*$(expr $(date +%Y) - 1).*berkenbilt" | |
| 116 | + | |
| 117 | + Also update the copyright in these places: | |
| 118 | + * manual | |
| 119 | + * debian package -- search for copyright.*berkenbilt in debian/copyright | |
| 120 | + * qtest-driver, TestDriver.pm in qtest source | |
| 121 | + | |
| 122 | + Copyright last updated: 2021. | |
| 114 | 123 | |
| 115 | 124 | * Take a look at "External Libraries" in TODO to see if we need to |
| 116 | 125 | make any changes. There is still some automation work left to do, so | ... | ... |
README.md
| ... | ... | @@ -14,7 +14,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10 |
| 14 | 14 | |
| 15 | 15 | # Copyright, License |
| 16 | 16 | |
| 17 | -QPDF is copyright (c) 2005-2020 Jay Berkenbilt | |
| 17 | +QPDF is copyright (c) 2005-2021 Jay Berkenbilt | |
| 18 | 18 | |
| 19 | 19 | 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 |
| 20 | 20 | ... | ... |
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/QIntC.hh
include/qpdf/QPDF.hh
include/qpdf/QPDFAcroFormDocumentHelper.hh
include/qpdf/QPDFAnnotationObjectHelper.hh
include/qpdf/QPDFCryptoImpl.hh
include/qpdf/QPDFCryptoProvider.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/QPDFStreamFilter.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
qpdf/qpdf.cc
| ... | ... | @@ -1165,7 +1165,7 @@ ArgParser::argCopyright() |
| 1165 | 1165 | std::cout |
| 1166 | 1166 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 1167 | 1167 | << std::endl |
| 1168 | - << "Copyright (c) 2005-2020 Jay Berkenbilt" | |
| 1168 | + << "Copyright (c) 2005-2021 Jay Berkenbilt" | |
| 1169 | 1169 | << std::endl |
| 1170 | 1170 | << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" |
| 1171 | 1171 | << 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-2020, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2021, 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-2020, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2021, 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. | ... | ... |