diff --git a/NOTICE.md b/NOTICE.md index f527f1b..45fb573 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,4 +1,4 @@ -QPDF is copyright (c) 2005-2021 Jay Berkenbilt +QPDF is copyright (c) 2005-2022 Jay Berkenbilt 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 diff --git a/README-maintainer b/README-maintainer index b43f183..db07a0a 100644 --- a/README-maintainer +++ b/README-maintainer @@ -184,17 +184,15 @@ When done, the following should happen: RELEASE PREPARATION * Each year, update copyright notices. This will find all relevant - places (assuming current copyright is from last year) except the - manual: + places (assuming current copyright is from last year): git --no-pager grep -i -n -P "copyright.*$(expr $(date +%Y) - 1).*berkenbilt" Also update the copyright in these places: - * manual/conf.py * debian package -- search for copyright.*berkenbilt in debian/copyright * qtest-driver, TestDriver.pm in qtest source - Copyright last updated: 2021. + Copyright last updated: 2022. * Take a look at "External Libraries" in TODO to see if we need to make any changes. There is still some automation work left to do, so diff --git a/README.md b/README.md index 64d95ea..7ba99b1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10 # Copyright, License -QPDF is copyright (c) 2005-2021 Jay Berkenbilt +QPDF is copyright (c) 2005-2022 Jay Berkenbilt 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 diff --git a/appimage/build-appimage b/appimage/build-appimage index 90cd168..19a2247 100755 --- a/appimage/build-appimage +++ b/appimage/build-appimage @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2019-2021 Jay Berkenbilt and Kurt Pfeifle +# Copyright (c) 2019-2022 Jay Berkenbilt and Kurt Pfeifle # # This script is used to build an 'AppImage' from GitHub sources of # QPDF (see https://appimage.org/). It is used in CI, but it also diff --git a/appimage/qpdf.appdata.xml b/appimage/qpdf.appdata.xml index e54a434..3896f37 100644 --- a/appimage/qpdf.appdata.xml +++ b/appimage/qpdf.appdata.xml @@ -1,5 +1,5 @@ - + org.QPDF.qpdf.desktop MIT diff --git a/include/qpdf/Buffer.hh b/include/qpdf/Buffer.hh index 8d451f6..35e58dc 100644 --- a/include/qpdf/Buffer.hh +++ b/include/qpdf/Buffer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/BufferInputSource.hh b/include/qpdf/BufferInputSource.hh index 06fec69..ac6ed8d 100644 --- a/include/qpdf/BufferInputSource.hh +++ b/include/qpdf/BufferInputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/ClosedFileInputSource.hh b/include/qpdf/ClosedFileInputSource.hh index 9ce6f86..96c87a6 100644 --- a/include/qpdf/ClosedFileInputSource.hh +++ b/include/qpdf/ClosedFileInputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Constants.h b/include/qpdf/Constants.h index 9e9e8ea..5c05f29 100644 --- a/include/qpdf/Constants.h +++ b/include/qpdf/Constants.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2021 Jay Berkenbilt +/* Copyright (c) 2005-2022 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h index 21ae2b8..5ffb2e6 100644 --- a/include/qpdf/DLL.h +++ b/include/qpdf/DLL.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2021 Jay Berkenbilt +/* Copyright (c) 2005-2022 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/FileInputSource.hh b/include/qpdf/FileInputSource.hh index 1a37783..3a70778 100644 --- a/include/qpdf/FileInputSource.hh +++ b/include/qpdf/FileInputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/InputSource.hh b/include/qpdf/InputSource.hh index 8af8858..8ce3321 100644 --- a/include/qpdf/InputSource.hh +++ b/include/qpdf/InputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh index 5e2ed7d..1dc3ad2 100644 --- a/include/qpdf/JSON.hh +++ b/include/qpdf/JSON.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pipeline.hh b/include/qpdf/Pipeline.hh index 4df77f1..e709dae 100644 --- a/include/qpdf/Pipeline.hh +++ b/include/qpdf/Pipeline.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Buffer.hh b/include/qpdf/Pl_Buffer.hh index 8c402cd..656c755 100644 --- a/include/qpdf/Pl_Buffer.hh +++ b/include/qpdf/Pl_Buffer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Concatenate.hh b/include/qpdf/Pl_Concatenate.hh index 560024c..070990d 100644 --- a/include/qpdf/Pl_Concatenate.hh +++ b/include/qpdf/Pl_Concatenate.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Count.hh b/include/qpdf/Pl_Count.hh index 671bdfb..ba5520f 100644 --- a/include/qpdf/Pl_Count.hh +++ b/include/qpdf/Pl_Count.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_DCT.hh b/include/qpdf/Pl_DCT.hh index 1c76750..11330ed 100644 --- a/include/qpdf/Pl_DCT.hh +++ b/include/qpdf/Pl_DCT.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Discard.hh b/include/qpdf/Pl_Discard.hh index b775cd2..c8904e5 100644 --- a/include/qpdf/Pl_Discard.hh +++ b/include/qpdf/Pl_Discard.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Flate.hh b/include/qpdf/Pl_Flate.hh index 2a1fe4d..5e63f1a 100644 --- a/include/qpdf/Pl_Flate.hh +++ b/include/qpdf/Pl_Flate.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_QPDFTokenizer.hh b/include/qpdf/Pl_QPDFTokenizer.hh index 968f2b8..fc8dd3a 100644 --- a/include/qpdf/Pl_QPDFTokenizer.hh +++ b/include/qpdf/Pl_QPDFTokenizer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_RunLength.hh b/include/qpdf/Pl_RunLength.hh index b3412d5..307703e 100644 --- a/include/qpdf/Pl_RunLength.hh +++ b/include/qpdf/Pl_RunLength.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_StdioFile.hh b/include/qpdf/Pl_StdioFile.hh index eb4278a..b9b000a 100644 --- a/include/qpdf/Pl_StdioFile.hh +++ b/include/qpdf/Pl_StdioFile.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/PointerHolder.hh b/include/qpdf/PointerHolder.hh index 540978c..8e758ee 100644 --- a/include/qpdf/PointerHolder.hh +++ b/include/qpdf/PointerHolder.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QIntC.hh b/include/qpdf/QIntC.hh index 03da885..484bae1 100644 --- a/include/qpdf/QIntC.hh +++ b/include/qpdf/QIntC.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh index c19d568..b26fc80 100644 --- a/include/qpdf/QPDF.hh +++ b/include/qpdf/QPDF.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFAcroFormDocumentHelper.hh b/include/qpdf/QPDFAcroFormDocumentHelper.hh index fa9a450..dc4b05a 100644 --- a/include/qpdf/QPDFAcroFormDocumentHelper.hh +++ b/include/qpdf/QPDFAcroFormDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFAnnotationObjectHelper.hh b/include/qpdf/QPDFAnnotationObjectHelper.hh index 39a530a..480688e 100644 --- a/include/qpdf/QPDFAnnotationObjectHelper.hh +++ b/include/qpdf/QPDFAnnotationObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFCryptoImpl.hh b/include/qpdf/QPDFCryptoImpl.hh index ee37b23..43d2f17 100644 --- a/include/qpdf/QPDFCryptoImpl.hh +++ b/include/qpdf/QPDFCryptoImpl.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFCryptoProvider.hh b/include/qpdf/QPDFCryptoProvider.hh index 9908b18..057f662 100644 --- a/include/qpdf/QPDFCryptoProvider.hh +++ b/include/qpdf/QPDFCryptoProvider.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFDocumentHelper.hh b/include/qpdf/QPDFDocumentHelper.hh index e7c32c1..c198089 100644 --- a/include/qpdf/QPDFDocumentHelper.hh +++ b/include/qpdf/QPDFDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFEFStreamObjectHelper.hh b/include/qpdf/QPDFEFStreamObjectHelper.hh index e7530b5..d619209 100644 --- a/include/qpdf/QPDFEFStreamObjectHelper.hh +++ b/include/qpdf/QPDFEFStreamObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFEmbeddedFileDocumentHelper.hh b/include/qpdf/QPDFEmbeddedFileDocumentHelper.hh index e850eb9..9691bfe 100644 --- a/include/qpdf/QPDFEmbeddedFileDocumentHelper.hh +++ b/include/qpdf/QPDFEmbeddedFileDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh index faf5ddf..24d4a32 100644 --- a/include/qpdf/QPDFExc.hh +++ b/include/qpdf/QPDFExc.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFFileSpecObjectHelper.hh b/include/qpdf/QPDFFileSpecObjectHelper.hh index 28012e3..9f44214 100644 --- a/include/qpdf/QPDFFileSpecObjectHelper.hh +++ b/include/qpdf/QPDFFileSpecObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFFormFieldObjectHelper.hh b/include/qpdf/QPDFFormFieldObjectHelper.hh index 4085371..64a3a81 100644 --- a/include/qpdf/QPDFFormFieldObjectHelper.hh +++ b/include/qpdf/QPDFFormFieldObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index df51828..799a34f 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFMatrix.hh b/include/qpdf/QPDFMatrix.hh index 1afc15a..ecf13bb 100644 --- a/include/qpdf/QPDFMatrix.hh +++ b/include/qpdf/QPDFMatrix.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFNameTreeObjectHelper.hh b/include/qpdf/QPDFNameTreeObjectHelper.hh index 6bed9f0..ea395c6 100644 --- a/include/qpdf/QPDFNameTreeObjectHelper.hh +++ b/include/qpdf/QPDFNameTreeObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFNumberTreeObjectHelper.hh b/include/qpdf/QPDFNumberTreeObjectHelper.hh index 91682d8..4a7bfec 100644 --- a/include/qpdf/QPDFNumberTreeObjectHelper.hh +++ b/include/qpdf/QPDFNumberTreeObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObjGen.hh b/include/qpdf/QPDFObjGen.hh index b3b46a9..2a77817 100644 --- a/include/qpdf/QPDFObjGen.hh +++ b/include/qpdf/QPDFObjGen.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObject.hh b/include/qpdf/QPDFObject.hh index 2e86a1f..4e84dbb 100644 --- a/include/qpdf/QPDFObject.hh +++ b/include/qpdf/QPDFObject.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index 7f3154c..c632574 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObjectHelper.hh b/include/qpdf/QPDFObjectHelper.hh index 2179e2b..f8e3cc2 100644 --- a/include/qpdf/QPDFObjectHelper.hh +++ b/include/qpdf/QPDFObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFOutlineDocumentHelper.hh b/include/qpdf/QPDFOutlineDocumentHelper.hh index 4f53ac6..5b2dca5 100644 --- a/include/qpdf/QPDFOutlineDocumentHelper.hh +++ b/include/qpdf/QPDFOutlineDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFOutlineObjectHelper.hh b/include/qpdf/QPDFOutlineObjectHelper.hh index ac4b998..3f310ee 100644 --- a/include/qpdf/QPDFOutlineObjectHelper.hh +++ b/include/qpdf/QPDFOutlineObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFPageDocumentHelper.hh b/include/qpdf/QPDFPageDocumentHelper.hh index 93ae767..5db8ef6 100644 --- a/include/qpdf/QPDFPageDocumentHelper.hh +++ b/include/qpdf/QPDFPageDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFPageLabelDocumentHelper.hh b/include/qpdf/QPDFPageLabelDocumentHelper.hh index 3d2c562..3e7652f 100644 --- a/include/qpdf/QPDFPageLabelDocumentHelper.hh +++ b/include/qpdf/QPDFPageLabelDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFPageObjectHelper.hh b/include/qpdf/QPDFPageObjectHelper.hh index 5e16246..ec44677 100644 --- a/include/qpdf/QPDFPageObjectHelper.hh +++ b/include/qpdf/QPDFPageObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFStreamFilter.hh b/include/qpdf/QPDFStreamFilter.hh index 0dcd7c5..31a8b31 100644 --- a/include/qpdf/QPDFStreamFilter.hh +++ b/include/qpdf/QPDFStreamFilter.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFSystemError.hh b/include/qpdf/QPDFSystemError.hh index 16eb358..c953133 100644 --- a/include/qpdf/QPDFSystemError.hh +++ b/include/qpdf/QPDFSystemError.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFTokenizer.hh b/include/qpdf/QPDFTokenizer.hh index deaae39..74cb667 100644 --- a/include/qpdf/QPDFTokenizer.hh +++ b/include/qpdf/QPDFTokenizer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFUsage.hh b/include/qpdf/QPDFUsage.hh index 124bf18..064dc24 100644 --- a/include/qpdf/QPDFUsage.hh +++ b/include/qpdf/QPDFUsage.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh index b434b03..76f50c9 100644 --- a/include/qpdf/QPDFWriter.hh +++ b/include/qpdf/QPDFWriter.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFXRefEntry.hh b/include/qpdf/QPDFXRefEntry.hh index bcd5962..ad05c55 100644 --- a/include/qpdf/QPDFXRefEntry.hh +++ b/include/qpdf/QPDFXRefEntry.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QTC.hh b/include/qpdf/QTC.hh index 5c1a47d..e9b8565 100644 --- a/include/qpdf/QTC.hh +++ b/include/qpdf/QTC.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh index bcd0d40..6ff90c4 100644 --- a/include/qpdf/QUtil.hh +++ b/include/qpdf/QUtil.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/RandomDataProvider.hh b/include/qpdf/RandomDataProvider.hh index fee8fc0..ffedfb2 100644 --- a/include/qpdf/RandomDataProvider.hh +++ b/include/qpdf/RandomDataProvider.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2021 Jay Berkenbilt +// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Types.h b/include/qpdf/Types.h index 09f1243..faf3924 100644 --- a/include/qpdf/Types.h +++ b/include/qpdf/Types.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2021 Jay Berkenbilt +/* Copyright (c) 2005-2022 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/Version.h b/include/qpdf/Version.h index 54063f0..1f09e65 100644 --- a/include/qpdf/Version.h +++ b/include/qpdf/Version.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2021 Jay Berkenbilt +/* Copyright (c) 2005-2022 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h index bd2fb0d..a6fc82a 100644 --- a/include/qpdf/qpdf-c.h +++ b/include/qpdf/qpdf-c.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2021 Jay Berkenbilt +/* Copyright (c) 2005-2022 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/qpdfjob-c.h b/include/qpdf/qpdfjob-c.h index 31e1e10..fdc3511 100644 --- a/include/qpdf/qpdfjob-c.h +++ b/include/qpdf/qpdfjob-c.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2021 Jay Berkenbilt +/* Copyright (c) 2005-2022 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/libqpdf/QPDFJob_argv.cc b/libqpdf/QPDFJob_argv.cc index 3d39582..6cbbd84 100644 --- a/libqpdf/QPDFJob_argv.cc +++ b/libqpdf/QPDFJob_argv.cc @@ -123,7 +123,7 @@ ArgParser::argCopyright() << this->ap.getProgname() << " version " << QPDF::QPDFVersion() << std::endl << std::endl - << "Copyright (c) 2005-2021 Jay Berkenbilt" + << "Copyright (c) 2005-2022 Jay Berkenbilt" << std::endl << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" << std::endl diff --git a/manual/conf.py b/manual/conf.py index 0cc197e..db6137d 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -13,7 +13,7 @@ import sys sys.path.append(os.path.abspath("./_ext")) project = 'QPDF' -copyright = '2005-2021, Jay Berkenbilt' +copyright = '2005-2022, Jay Berkenbilt' author = 'Jay Berkenbilt' # make_dist and the CI build lexically find the release version from this file. release = '10.5.0' diff --git a/qtest/bin/qtest-driver b/qtest/bin/qtest-driver index 24b015c..2f9c36d 100755 --- a/qtest/bin/qtest-driver +++ b/qtest/bin/qtest-driver @@ -2,7 +2,7 @@ # # This file is part of qtest. # -# Copyright 1993-2021, Jay Berkenbilt +# Copyright 1993-2022, Jay Berkenbilt # # QTest is distributed under the terms of version 2.0 of the Artistic # license which may be found in the source distribution. diff --git a/qtest/module/TestDriver.pm b/qtest/module/TestDriver.pm index add0f77..28e8552 100644 --- a/qtest/module/TestDriver.pm +++ b/qtest/module/TestDriver.pm @@ -2,7 +2,7 @@ # # This file is part of qtest. # -# Copyright 1993-2021, Jay Berkenbilt +# Copyright 1993-2022, Jay Berkenbilt # # QTest is distributed under the terms of version 2.0 of the Artistic # license which may be found in the source distribution.