Commit cfaa2de804f91b8130486848ced44d0aa283acef
1 parent
2229e37e
Update copyright for 2022
Showing
66 changed files
with
67 additions
and
69 deletions
NOTICE.md
README-maintainer
| ... | ... | @@ -184,17 +184,15 @@ When done, the following should happen: |
| 184 | 184 | RELEASE PREPARATION |
| 185 | 185 | |
| 186 | 186 | * Each year, update copyright notices. This will find all relevant |
| 187 | - places (assuming current copyright is from last year) except the | |
| 188 | - manual: | |
| 187 | + places (assuming current copyright is from last year): | |
| 189 | 188 | |
| 190 | 189 | git --no-pager grep -i -n -P "copyright.*$(expr $(date +%Y) - 1).*berkenbilt" |
| 191 | 190 | |
| 192 | 191 | Also update the copyright in these places: |
| 193 | - * manual/conf.py | |
| 194 | 192 | * debian package -- search for copyright.*berkenbilt in debian/copyright |
| 195 | 193 | * qtest-driver, TestDriver.pm in qtest source |
| 196 | 194 | |
| 197 | - Copyright last updated: 2021. | |
| 195 | + Copyright last updated: 2022. | |
| 198 | 196 | |
| 199 | 197 | * Take a look at "External Libraries" in TODO to see if we need to |
| 200 | 198 | make any changes. There is still some automation work left to do, so | ... | ... |
README.md
| ... | ... | @@ -19,7 +19,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10 |
| 19 | 19 | |
| 20 | 20 | # Copyright, License |
| 21 | 21 | |
| 22 | -QPDF is copyright (c) 2005-2021 Jay Berkenbilt | |
| 22 | +QPDF is copyright (c) 2005-2022 Jay Berkenbilt | |
| 23 | 23 | |
| 24 | 24 | 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 |
| 25 | 25 | ... | ... |
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/QPDFEFStreamObjectHelper.hh
include/qpdf/QPDFEmbeddedFileDocumentHelper.hh
include/qpdf/QPDFExc.hh
include/qpdf/QPDFFileSpecObjectHelper.hh
include/qpdf/QPDFFormFieldObjectHelper.hh
include/qpdf/QPDFJob.hh
include/qpdf/QPDFMatrix.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/QPDFUsage.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/Version.h
include/qpdf/qpdf-c.h
include/qpdf/qpdfjob-c.h
libqpdf/QPDFJob_argv.cc
| ... | ... | @@ -123,7 +123,7 @@ ArgParser::argCopyright() |
| 123 | 123 | << this->ap.getProgname() |
| 124 | 124 | << " version " << QPDF::QPDFVersion() << std::endl |
| 125 | 125 | << std::endl |
| 126 | - << "Copyright (c) 2005-2021 Jay Berkenbilt" | |
| 126 | + << "Copyright (c) 2005-2022 Jay Berkenbilt" | |
| 127 | 127 | << std::endl |
| 128 | 128 | << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" |
| 129 | 129 | << std::endl | ... | ... |
manual/conf.py
| ... | ... | @@ -13,7 +13,7 @@ import sys |
| 13 | 13 | sys.path.append(os.path.abspath("./_ext")) |
| 14 | 14 | |
| 15 | 15 | project = 'QPDF' |
| 16 | -copyright = '2005-2021, Jay Berkenbilt' | |
| 16 | +copyright = '2005-2022, Jay Berkenbilt' | |
| 17 | 17 | author = 'Jay Berkenbilt' |
| 18 | 18 | # make_dist and the CI build lexically find the release version from this file. |
| 19 | 19 | release = '10.5.0' | ... | ... |
qtest/bin/qtest-driver
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | # |
| 3 | 3 | # This file is part of qtest. |
| 4 | 4 | # |
| 5 | -# Copyright 1993-2021, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2022, 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-2021, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2022, 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. | ... | ... |