From e5cc065598cba386c381d24206c3350ef070a2a9 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 26 Jan 2020 16:57:27 -0500 Subject: [PATCH] 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 56eb455..0b31e88 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 f99d96d..1fb6df0 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 9d4ba23..b191c3e 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 290633b..af1c1e8 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 07d4d33..5326dc4 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 8145f41..63b5c8d 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 b11189e..65206d5 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 09b63bb..6b512b4 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 1428216..8db5318 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 7b9b00a..eb8eaa8 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 1bf2a2d..7258633 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 db48fcb..896a255 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 50bc78b..139ed14 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 e8f62b4..325aa68 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 0afa6c6..8502490 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 135a989..1f0c287 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 aa281c5..a663d07 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 57a52cb..7f18d4f 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 3130ef4..58c8662 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 96e09d4..bffcfdf 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 a571b07..bad9a3a 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 a579cee..c1b5a34 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 83d7faf..60ea800 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 a12df55..8eaff2f 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 8a6b74c..fed8e78 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 e5ea08c..86ea837 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 b0e05f5..cea6cc1 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 e2493bb..5a332da 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 22e452d..8523ab0 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 eb5dcf3..19a4952 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 60da87d..024ce65 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 4cabd7a..4bd02e3 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 58c5d09..42bb836 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 04a15ca..b1dc7c3 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 60e5bd9..80aca29 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 9b61c78..1cfe154 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 9ff636a..319da7a 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 26c74e8..0e1a695 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 c61f4c3..66b6aab 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 45798a4..fea1cb6 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 a97cf12..3acef1d 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 096a401..cd4fe93 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 2ad0593..2276389 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 d729172..96da35f 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 4ecd01d..6842f20 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 a3aa2ab..9b132be 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 f5cd2e0..c372a83 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 59b6a23..12fc8e4 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 048f179..e6f7625 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 ef701cb..e44f95a 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 2213b7c..645a21a 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 aa0695f..80d2979 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 c0983a5..a6c32fe 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 343dbf6..81dbf86 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 9be49ac..e540bf0 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 b0b27ad..9d37d8d 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 c07707c..704ad12 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. -- libgit2 0.21.4