From e5cc065598cba386c381d24206c3350ef070a2a9 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 26 Jan 2020 16:57:27 -0500 Subject: Update copyright to 2020 --- NOTICE.md | 2 +- README-maintainer | 2 +- README.md | 2 +- appimage/build-appimage | 2 +- appimage/qpdf.appdata.xml | 2 +- include/qpdf/Buffer.hh | 2 +- include/qpdf/BufferInputSource.hh | 2 +- include/qpdf/ClosedFileInputSource.hh | 2 +- include/qpdf/Constants.h | 2 +- include/qpdf/DLL.h | 2 +- include/qpdf/FileInputSource.hh | 2 +- include/qpdf/InputSource.hh | 2 +- include/qpdf/JSON.hh | 2 +- include/qpdf/Pipeline.hh | 2 +- include/qpdf/Pl_Buffer.hh | 2 +- include/qpdf/Pl_Concatenate.hh | 2 +- include/qpdf/Pl_Count.hh | 2 +- include/qpdf/Pl_DCT.hh | 2 +- include/qpdf/Pl_Discard.hh | 2 +- include/qpdf/Pl_Flate.hh | 2 +- include/qpdf/Pl_QPDFTokenizer.hh | 2 +- include/qpdf/Pl_RunLength.hh | 2 +- include/qpdf/Pl_StdioFile.hh | 2 +- include/qpdf/PointerHolder.hh | 2 +- include/qpdf/QIntC.hh | 2 +- include/qpdf/QPDF.hh | 2 +- include/qpdf/QPDFAcroFormDocumentHelper.hh | 2 +- include/qpdf/QPDFAnnotationObjectHelper.hh | 2 +- include/qpdf/QPDFCryptoImpl.hh | 2 +- include/qpdf/QPDFCryptoProvider.hh | 2 +- include/qpdf/QPDFDocumentHelper.hh | 2 +- include/qpdf/QPDFExc.hh | 2 +- include/qpdf/QPDFFormFieldObjectHelper.hh | 2 +- include/qpdf/QPDFNameTreeObjectHelper.hh | 2 +- include/qpdf/QPDFNumberTreeObjectHelper.hh | 2 +- include/qpdf/QPDFObjGen.hh | 2 +- include/qpdf/QPDFObject.hh | 2 +- include/qpdf/QPDFObjectHandle.hh | 2 +- include/qpdf/QPDFObjectHelper.hh | 2 +- include/qpdf/QPDFOutlineDocumentHelper.hh | 2 +- include/qpdf/QPDFOutlineObjectHelper.hh | 2 +- include/qpdf/QPDFPageDocumentHelper.hh | 2 +- include/qpdf/QPDFPageLabelDocumentHelper.hh | 2 +- include/qpdf/QPDFPageObjectHelper.hh | 2 +- include/qpdf/QPDFSystemError.hh | 2 +- include/qpdf/QPDFTokenizer.hh | 2 +- include/qpdf/QPDFWriter.hh | 2 +- include/qpdf/QPDFXRefEntry.hh | 2 +- include/qpdf/QTC.hh | 2 +- include/qpdf/QUtil.hh | 2 +- include/qpdf/RandomDataProvider.hh | 2 +- include/qpdf/Types.h | 2 +- include/qpdf/qpdf-c.h | 2 +- manual/qpdf-manual.xml | 2 +- qpdf/qpdf.cc | 2 +- qtest/bin/qtest-driver | 2 +- qtest/module/TestDriver.pm | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/NOTICE.md b/NOTICE.md index 56eb455c..0b31e882 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,4 +1,4 @@ -QPDF is copyright (c) 2005-2019 Jay Berkenbilt +QPDF is copyright (c) 2005-2020 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 f99d96d5..1fb6df0d 100644 --- a/README-maintainer +++ b/README-maintainer @@ -97,7 +97,7 @@ RELEASE PREPARATION * 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: 2019. + debian copyright in debian package. Last updated: 2020. * Check for open fuzz crashes at https://oss-fuzz.com diff --git a/README.md b/README.md index 9d4ba23d..b191c3e6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10 # Copyright, License -QPDF is copyright (c) 2005-2019 Jay Berkenbilt +QPDF is copyright (c) 2005-2020 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 290633b9..af1c1e80 100755 --- a/appimage/build-appimage +++ b/appimage/build-appimage @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2019 Jay Berkenbilt and Kurt Pfeifle +# Copyright (c) 2019-2020 Jay Berkenbilt and Kurt Pfeifle # # This script is mainly meant to build an 'AppImage' from GitHub # sources of QPDF via Travis CI on an Ubuntu Trusty (14.04) LTS system diff --git a/appimage/qpdf.appdata.xml b/appimage/qpdf.appdata.xml index 07d4d331..5326dc40 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 8145f41a..63b5c8d9 100644 --- a/include/qpdf/Buffer.hh +++ b/include/qpdf/Buffer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/BufferInputSource.hh b/include/qpdf/BufferInputSource.hh index b11189eb..65206d50 100644 --- a/include/qpdf/BufferInputSource.hh +++ b/include/qpdf/BufferInputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/ClosedFileInputSource.hh b/include/qpdf/ClosedFileInputSource.hh index 09b63bbd..6b512b4e 100644 --- a/include/qpdf/ClosedFileInputSource.hh +++ b/include/qpdf/ClosedFileInputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Constants.h b/include/qpdf/Constants.h index 1428216c..8db53180 100644 --- a/include/qpdf/Constants.h +++ b/include/qpdf/Constants.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2019 Jay Berkenbilt +/* Copyright (c) 2005-2020 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h index 7b9b00a8..eb8eaa8b 100644 --- a/include/qpdf/DLL.h +++ b/include/qpdf/DLL.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2019 Jay Berkenbilt +/* Copyright (c) 2005-2020 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/FileInputSource.hh b/include/qpdf/FileInputSource.hh index 1bf2a2de..72586338 100644 --- a/include/qpdf/FileInputSource.hh +++ b/include/qpdf/FileInputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/InputSource.hh b/include/qpdf/InputSource.hh index db48fcba..896a2559 100644 --- a/include/qpdf/InputSource.hh +++ b/include/qpdf/InputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh index 50bc78b6..139ed149 100644 --- a/include/qpdf/JSON.hh +++ b/include/qpdf/JSON.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pipeline.hh b/include/qpdf/Pipeline.hh index e8f62b4e..325aa680 100644 --- a/include/qpdf/Pipeline.hh +++ b/include/qpdf/Pipeline.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Buffer.hh b/include/qpdf/Pl_Buffer.hh index 0afa6c69..8502490d 100644 --- a/include/qpdf/Pl_Buffer.hh +++ b/include/qpdf/Pl_Buffer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Concatenate.hh b/include/qpdf/Pl_Concatenate.hh index 135a9899..1f0c287f 100644 --- a/include/qpdf/Pl_Concatenate.hh +++ b/include/qpdf/Pl_Concatenate.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Count.hh b/include/qpdf/Pl_Count.hh index aa281c5c..a663d075 100644 --- a/include/qpdf/Pl_Count.hh +++ b/include/qpdf/Pl_Count.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_DCT.hh b/include/qpdf/Pl_DCT.hh index 57a52cb4..7f18d4fb 100644 --- a/include/qpdf/Pl_DCT.hh +++ b/include/qpdf/Pl_DCT.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Discard.hh b/include/qpdf/Pl_Discard.hh index 3130ef45..58c8662c 100644 --- a/include/qpdf/Pl_Discard.hh +++ b/include/qpdf/Pl_Discard.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Flate.hh b/include/qpdf/Pl_Flate.hh index 96e09d4b..bffcfdf4 100644 --- a/include/qpdf/Pl_Flate.hh +++ b/include/qpdf/Pl_Flate.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_QPDFTokenizer.hh b/include/qpdf/Pl_QPDFTokenizer.hh index a571b079..bad9a3a8 100644 --- a/include/qpdf/Pl_QPDFTokenizer.hh +++ b/include/qpdf/Pl_QPDFTokenizer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_RunLength.hh b/include/qpdf/Pl_RunLength.hh index a579ceea..c1b5a34c 100644 --- a/include/qpdf/Pl_RunLength.hh +++ b/include/qpdf/Pl_RunLength.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_StdioFile.hh b/include/qpdf/Pl_StdioFile.hh index 83d7faf2..60ea800d 100644 --- a/include/qpdf/Pl_StdioFile.hh +++ b/include/qpdf/Pl_StdioFile.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/PointerHolder.hh b/include/qpdf/PointerHolder.hh index a12df55f..8eaff2f6 100644 --- a/include/qpdf/PointerHolder.hh +++ b/include/qpdf/PointerHolder.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QIntC.hh b/include/qpdf/QIntC.hh index 8a6b74c0..fed8e781 100644 --- a/include/qpdf/QIntC.hh +++ b/include/qpdf/QIntC.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh index e5ea08ce..86ea837b 100644 --- a/include/qpdf/QPDF.hh +++ b/include/qpdf/QPDF.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFAcroFormDocumentHelper.hh b/include/qpdf/QPDFAcroFormDocumentHelper.hh index b0e05f50..cea6cc1f 100644 --- a/include/qpdf/QPDFAcroFormDocumentHelper.hh +++ b/include/qpdf/QPDFAcroFormDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFAnnotationObjectHelper.hh b/include/qpdf/QPDFAnnotationObjectHelper.hh index e2493bba..5a332da0 100644 --- a/include/qpdf/QPDFAnnotationObjectHelper.hh +++ b/include/qpdf/QPDFAnnotationObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFCryptoImpl.hh b/include/qpdf/QPDFCryptoImpl.hh index 22e452dd..8523ab01 100644 --- a/include/qpdf/QPDFCryptoImpl.hh +++ b/include/qpdf/QPDFCryptoImpl.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFCryptoProvider.hh b/include/qpdf/QPDFCryptoProvider.hh index eb5dcf34..19a4952a 100644 --- a/include/qpdf/QPDFCryptoProvider.hh +++ b/include/qpdf/QPDFCryptoProvider.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFDocumentHelper.hh b/include/qpdf/QPDFDocumentHelper.hh index 60da87dd..024ce65c 100644 --- a/include/qpdf/QPDFDocumentHelper.hh +++ b/include/qpdf/QPDFDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh index 4cabd7a9..4bd02e39 100644 --- a/include/qpdf/QPDFExc.hh +++ b/include/qpdf/QPDFExc.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFFormFieldObjectHelper.hh b/include/qpdf/QPDFFormFieldObjectHelper.hh index 58c5d098..42bb8367 100644 --- a/include/qpdf/QPDFFormFieldObjectHelper.hh +++ b/include/qpdf/QPDFFormFieldObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFNameTreeObjectHelper.hh b/include/qpdf/QPDFNameTreeObjectHelper.hh index 04a15ca8..b1dc7c36 100644 --- a/include/qpdf/QPDFNameTreeObjectHelper.hh +++ b/include/qpdf/QPDFNameTreeObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFNumberTreeObjectHelper.hh b/include/qpdf/QPDFNumberTreeObjectHelper.hh index 60e5bd9a..80aca290 100644 --- a/include/qpdf/QPDFNumberTreeObjectHelper.hh +++ b/include/qpdf/QPDFNumberTreeObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObjGen.hh b/include/qpdf/QPDFObjGen.hh index 9b61c78d..1cfe1547 100644 --- a/include/qpdf/QPDFObjGen.hh +++ b/include/qpdf/QPDFObjGen.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObject.hh b/include/qpdf/QPDFObject.hh index 9ff636a9..319da7ab 100644 --- a/include/qpdf/QPDFObject.hh +++ b/include/qpdf/QPDFObject.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index 26c74e8d..0e1a695a 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObjectHelper.hh b/include/qpdf/QPDFObjectHelper.hh index c61f4c38..66b6aab5 100644 --- a/include/qpdf/QPDFObjectHelper.hh +++ b/include/qpdf/QPDFObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFOutlineDocumentHelper.hh b/include/qpdf/QPDFOutlineDocumentHelper.hh index 45798a47..fea1cb6a 100644 --- a/include/qpdf/QPDFOutlineDocumentHelper.hh +++ b/include/qpdf/QPDFOutlineDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFOutlineObjectHelper.hh b/include/qpdf/QPDFOutlineObjectHelper.hh index a97cf126..3acef1d5 100644 --- a/include/qpdf/QPDFOutlineObjectHelper.hh +++ b/include/qpdf/QPDFOutlineObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFPageDocumentHelper.hh b/include/qpdf/QPDFPageDocumentHelper.hh index 096a401c..cd4fe93d 100644 --- a/include/qpdf/QPDFPageDocumentHelper.hh +++ b/include/qpdf/QPDFPageDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFPageLabelDocumentHelper.hh b/include/qpdf/QPDFPageLabelDocumentHelper.hh index 2ad05934..22763895 100644 --- a/include/qpdf/QPDFPageLabelDocumentHelper.hh +++ b/include/qpdf/QPDFPageLabelDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFPageObjectHelper.hh b/include/qpdf/QPDFPageObjectHelper.hh index d7291723..96da35f4 100644 --- a/include/qpdf/QPDFPageObjectHelper.hh +++ b/include/qpdf/QPDFPageObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFSystemError.hh b/include/qpdf/QPDFSystemError.hh index 4ecd01d6..6842f208 100644 --- a/include/qpdf/QPDFSystemError.hh +++ b/include/qpdf/QPDFSystemError.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFTokenizer.hh b/include/qpdf/QPDFTokenizer.hh index a3aa2ab4..9b132be3 100644 --- a/include/qpdf/QPDFTokenizer.hh +++ b/include/qpdf/QPDFTokenizer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh index f5cd2e06..c372a83a 100644 --- a/include/qpdf/QPDFWriter.hh +++ b/include/qpdf/QPDFWriter.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFXRefEntry.hh b/include/qpdf/QPDFXRefEntry.hh index 59b6a23f..12fc8e49 100644 --- a/include/qpdf/QPDFXRefEntry.hh +++ b/include/qpdf/QPDFXRefEntry.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QTC.hh b/include/qpdf/QTC.hh index 048f1794..e6f76257 100644 --- a/include/qpdf/QTC.hh +++ b/include/qpdf/QTC.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh index ef701cbb..e44f95a2 100644 --- a/include/qpdf/QUtil.hh +++ b/include/qpdf/QUtil.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/RandomDataProvider.hh b/include/qpdf/RandomDataProvider.hh index 2213b7c4..645a21ae 100644 --- a/include/qpdf/RandomDataProvider.hh +++ b/include/qpdf/RandomDataProvider.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2019 Jay Berkenbilt +// Copyright (c) 2005-2020 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Types.h b/include/qpdf/Types.h index aa0695f1..80d2979d 100644 --- a/include/qpdf/Types.h +++ b/include/qpdf/Types.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2019 Jay Berkenbilt +/* Copyright (c) 2005-2020 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h index c0983a53..a6c32fe8 100644 --- a/include/qpdf/qpdf-c.h +++ b/include/qpdf/qpdf-c.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2019 Jay Berkenbilt +/* Copyright (c) 2005-2020 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 343dbf63..81dbf869 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -16,7 +16,7 @@ JayBerkenbilt - 2005–2019 + 2005–2020 Jay Berkenbilt diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc index 9be49ac5..e540bf0f 100644 --- a/qpdf/qpdf.cc +++ b/qpdf/qpdf.cc @@ -1132,7 +1132,7 @@ ArgParser::argCopyright() std::cout << whoami << " version " << QPDF::QPDFVersion() << std::endl << std::endl - << "Copyright (c) 2005-2019 Jay Berkenbilt" + << "Copyright (c) 2005-2020 Jay Berkenbilt" << std::endl << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" << std::endl diff --git a/qtest/bin/qtest-driver b/qtest/bin/qtest-driver index b0b27ad3..9d37d8d6 100755 --- a/qtest/bin/qtest-driver +++ b/qtest/bin/qtest-driver @@ -2,7 +2,7 @@ # # This file is part of qtest. # -# Copyright 1993-2019, Jay Berkenbilt +# Copyright 1993-2020, 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 c07707c9..704ad12c 100644 --- a/qtest/module/TestDriver.pm +++ b/qtest/module/TestDriver.pm @@ -2,7 +2,7 @@ # # This file is part of qtest. # -# Copyright 1993-2019, Jay Berkenbilt +# Copyright 1993-2020, Jay Berkenbilt # # QTest is distributed under the terms of version 2.0 of the Artistic # license which may be found in the source distribution. -- cgit v1.2.3-54-g00ecf