From 3472f6c98472ec07826b3bfd2de85e3b011d96da Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 7 Jan 2019 07:54:55 -0500 Subject: [PATCH] Update copyrights for 2019 --- 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/QPDF.hh | 2 +- include/qpdf/QPDFAcroFormDocumentHelper.hh | 2 +- include/qpdf/QPDFAnnotationObjectHelper.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 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/NOTICE.md b/NOTICE.md index 383bd0c9..56eb455c 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,4 +1,4 @@ -QPDF is copyright (c) 2005-2018 Jay Berkenbilt +QPDF is copyright (c) 2005-2019 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 dab16410..465aaea1 100644 --- a/README-maintainer +++ b/README-maintainer @@ -30,7 +30,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: 2018. + debian copyright in debian package. Last updated: 2019. * Check all open issues in the sourceforge trackers and on github. diff --git a/README.md b/README.md index 92514b83..10e484df 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the QPDF package. Information about it can be found at http://qpdf.sourceforge.net. The source code repository is hosted at github: https://github.com/qpdf/qpdf. -QPDF is copyright (c) 2005-2018 Jay Berkenbilt +QPDF is copyright (c) 2005-2019 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 1bda105d..b0ac72b1 100755 --- a/appimage/build-appimage +++ b/appimage/build-appimage @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2018 Jay Berkenbilt and Kurt Pfeifle +# Copyright (c) 2019 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 192f1d0b..07d4d331 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 fdc3d034..bb9a3eb9 100644 --- a/include/qpdf/Buffer.hh +++ b/include/qpdf/Buffer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/BufferInputSource.hh b/include/qpdf/BufferInputSource.hh index dba45fd9..3fb0625b 100644 --- a/include/qpdf/BufferInputSource.hh +++ b/include/qpdf/BufferInputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/ClosedFileInputSource.hh b/include/qpdf/ClosedFileInputSource.hh index 308b886d..ee8557fc 100644 --- a/include/qpdf/ClosedFileInputSource.hh +++ b/include/qpdf/ClosedFileInputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Constants.h b/include/qpdf/Constants.h index 6daf2614..830d4e8f 100644 --- a/include/qpdf/Constants.h +++ b/include/qpdf/Constants.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2018 Jay Berkenbilt +/* Copyright (c) 2005-2019 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h index d2e82be9..ccd05fce 100644 --- a/include/qpdf/DLL.h +++ b/include/qpdf/DLL.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2018 Jay Berkenbilt +/* Copyright (c) 2005-2019 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/FileInputSource.hh b/include/qpdf/FileInputSource.hh index c0aec5f5..0845f241 100644 --- a/include/qpdf/FileInputSource.hh +++ b/include/qpdf/FileInputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/InputSource.hh b/include/qpdf/InputSource.hh index 1ef13b7c..8465ad55 100644 --- a/include/qpdf/InputSource.hh +++ b/include/qpdf/InputSource.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh index d798eee6..50bc78b6 100644 --- a/include/qpdf/JSON.hh +++ b/include/qpdf/JSON.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pipeline.hh b/include/qpdf/Pipeline.hh index 84e077ec..b7bc5a7e 100644 --- a/include/qpdf/Pipeline.hh +++ b/include/qpdf/Pipeline.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Buffer.hh b/include/qpdf/Pl_Buffer.hh index feeaa710..5eb143b2 100644 --- a/include/qpdf/Pl_Buffer.hh +++ b/include/qpdf/Pl_Buffer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Concatenate.hh b/include/qpdf/Pl_Concatenate.hh index 62fab956..26e5849e 100644 --- a/include/qpdf/Pl_Concatenate.hh +++ b/include/qpdf/Pl_Concatenate.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Count.hh b/include/qpdf/Pl_Count.hh index a72027f3..c3f7b3e1 100644 --- a/include/qpdf/Pl_Count.hh +++ b/include/qpdf/Pl_Count.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_DCT.hh b/include/qpdf/Pl_DCT.hh index aee2f8e3..665a2b01 100644 --- a/include/qpdf/Pl_DCT.hh +++ b/include/qpdf/Pl_DCT.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Discard.hh b/include/qpdf/Pl_Discard.hh index 8072d8a2..129431b2 100644 --- a/include/qpdf/Pl_Discard.hh +++ b/include/qpdf/Pl_Discard.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_Flate.hh b/include/qpdf/Pl_Flate.hh index 1b58f401..fdd66996 100644 --- a/include/qpdf/Pl_Flate.hh +++ b/include/qpdf/Pl_Flate.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_QPDFTokenizer.hh b/include/qpdf/Pl_QPDFTokenizer.hh index 3762daf4..52630d2a 100644 --- a/include/qpdf/Pl_QPDFTokenizer.hh +++ b/include/qpdf/Pl_QPDFTokenizer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_RunLength.hh b/include/qpdf/Pl_RunLength.hh index 129664b1..b8e696b6 100644 --- a/include/qpdf/Pl_RunLength.hh +++ b/include/qpdf/Pl_RunLength.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Pl_StdioFile.hh b/include/qpdf/Pl_StdioFile.hh index 3350b19a..fd228333 100644 --- a/include/qpdf/Pl_StdioFile.hh +++ b/include/qpdf/Pl_StdioFile.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/PointerHolder.hh b/include/qpdf/PointerHolder.hh index 12fb7183..18833773 100644 --- a/include/qpdf/PointerHolder.hh +++ b/include/qpdf/PointerHolder.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh index 333d22d5..f7229245 100644 --- a/include/qpdf/QPDF.hh +++ b/include/qpdf/QPDF.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFAcroFormDocumentHelper.hh b/include/qpdf/QPDFAcroFormDocumentHelper.hh index 281056b9..b0e05f50 100644 --- a/include/qpdf/QPDFAcroFormDocumentHelper.hh +++ b/include/qpdf/QPDFAcroFormDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFAnnotationObjectHelper.hh b/include/qpdf/QPDFAnnotationObjectHelper.hh index 5e8af0c6..e2493bba 100644 --- a/include/qpdf/QPDFAnnotationObjectHelper.hh +++ b/include/qpdf/QPDFAnnotationObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFDocumentHelper.hh b/include/qpdf/QPDFDocumentHelper.hh index 3504bcf9..60da87dd 100644 --- a/include/qpdf/QPDFDocumentHelper.hh +++ b/include/qpdf/QPDFDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh index ee867054..b97fca9d 100644 --- a/include/qpdf/QPDFExc.hh +++ b/include/qpdf/QPDFExc.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFFormFieldObjectHelper.hh b/include/qpdf/QPDFFormFieldObjectHelper.hh index 74b0f049..58c5d098 100644 --- a/include/qpdf/QPDFFormFieldObjectHelper.hh +++ b/include/qpdf/QPDFFormFieldObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFNameTreeObjectHelper.hh b/include/qpdf/QPDFNameTreeObjectHelper.hh index 4b207131..04a15ca8 100644 --- a/include/qpdf/QPDFNameTreeObjectHelper.hh +++ b/include/qpdf/QPDFNameTreeObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFNumberTreeObjectHelper.hh b/include/qpdf/QPDFNumberTreeObjectHelper.hh index 194cfbcb..60e5bd9a 100644 --- a/include/qpdf/QPDFNumberTreeObjectHelper.hh +++ b/include/qpdf/QPDFNumberTreeObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObjGen.hh b/include/qpdf/QPDFObjGen.hh index 90a10ab0..81c45d9f 100644 --- a/include/qpdf/QPDFObjGen.hh +++ b/include/qpdf/QPDFObjGen.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObject.hh b/include/qpdf/QPDFObject.hh index 37dfeecf..9878804b 100644 --- a/include/qpdf/QPDFObject.hh +++ b/include/qpdf/QPDFObject.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index ce6ac0ef..d6bb1a3b 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFObjectHelper.hh b/include/qpdf/QPDFObjectHelper.hh index b476bf85..c61f4c38 100644 --- a/include/qpdf/QPDFObjectHelper.hh +++ b/include/qpdf/QPDFObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFOutlineDocumentHelper.hh b/include/qpdf/QPDFOutlineDocumentHelper.hh index f6fc74a7..f1920574 100644 --- a/include/qpdf/QPDFOutlineDocumentHelper.hh +++ b/include/qpdf/QPDFOutlineDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFOutlineObjectHelper.hh b/include/qpdf/QPDFOutlineObjectHelper.hh index f3d608bc..9063b86f 100644 --- a/include/qpdf/QPDFOutlineObjectHelper.hh +++ b/include/qpdf/QPDFOutlineObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFPageDocumentHelper.hh b/include/qpdf/QPDFPageDocumentHelper.hh index d7876557..b49d9652 100644 --- a/include/qpdf/QPDFPageDocumentHelper.hh +++ b/include/qpdf/QPDFPageDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFPageLabelDocumentHelper.hh b/include/qpdf/QPDFPageLabelDocumentHelper.hh index 9165506e..2ad05934 100644 --- a/include/qpdf/QPDFPageLabelDocumentHelper.hh +++ b/include/qpdf/QPDFPageLabelDocumentHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFPageObjectHelper.hh b/include/qpdf/QPDFPageObjectHelper.hh index aa6d8ae9..5238fa30 100644 --- a/include/qpdf/QPDFPageObjectHelper.hh +++ b/include/qpdf/QPDFPageObjectHelper.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFSystemError.hh b/include/qpdf/QPDFSystemError.hh index 037bbe0a..c4e48713 100644 --- a/include/qpdf/QPDFSystemError.hh +++ b/include/qpdf/QPDFSystemError.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFTokenizer.hh b/include/qpdf/QPDFTokenizer.hh index 26f59832..370296b2 100644 --- a/include/qpdf/QPDFTokenizer.hh +++ b/include/qpdf/QPDFTokenizer.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh index 8f18dad1..564a7e2c 100644 --- a/include/qpdf/QPDFWriter.hh +++ b/include/qpdf/QPDFWriter.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QPDFXRefEntry.hh b/include/qpdf/QPDFXRefEntry.hh index 60bfdcdf..ee3cf746 100644 --- a/include/qpdf/QPDFXRefEntry.hh +++ b/include/qpdf/QPDFXRefEntry.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QTC.hh b/include/qpdf/QTC.hh index 8f6c8f76..048f1794 100644 --- a/include/qpdf/QTC.hh +++ b/include/qpdf/QTC.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh index 2503a475..8edef6e0 100644 --- a/include/qpdf/QUtil.hh +++ b/include/qpdf/QUtil.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/RandomDataProvider.hh b/include/qpdf/RandomDataProvider.hh index bb58f2e6..c3a519aa 100644 --- a/include/qpdf/RandomDataProvider.hh +++ b/include/qpdf/RandomDataProvider.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2018 Jay Berkenbilt +// Copyright (c) 2005-2019 Jay Berkenbilt // // This file is part of qpdf. // diff --git a/include/qpdf/Types.h b/include/qpdf/Types.h index ab4a66be..aa0695f1 100644 --- a/include/qpdf/Types.h +++ b/include/qpdf/Types.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2018 Jay Berkenbilt +/* Copyright (c) 2005-2019 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h index 7fbfa71a..3e526cc8 100644 --- a/include/qpdf/qpdf-c.h +++ b/include/qpdf/qpdf-c.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2018 Jay Berkenbilt +/* Copyright (c) 2005-2019 Jay Berkenbilt * * This file is part of qpdf. * diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 0eb8ef87..d2000974 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -16,7 +16,7 @@ JayBerkenbilt - 2005–2018 + 2005–2019 Jay Berkenbilt diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc index 0250b729..e7d9eab7 100644 --- a/qpdf/qpdf.cc +++ b/qpdf/qpdf.cc @@ -901,7 +901,7 @@ ArgParser::argCopyright() std::cout << whoami << " version " << QPDF::QPDFVersion() << std::endl << std::endl - << "Copyright (c) 2005-2018 Jay Berkenbilt" + << "Copyright (c) 2005-2019 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 11ab7518..1519882a 100755 --- a/qtest/bin/qtest-driver +++ b/qtest/bin/qtest-driver @@ -2,7 +2,7 @@ # # This file is part of qtest. # -# Copyright 1993-2018, Jay Berkenbilt +# Copyright 1993-2019, 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 cec08d35..7029457e 100644 --- a/qtest/module/TestDriver.pm +++ b/qtest/module/TestDriver.pm @@ -2,7 +2,7 @@ # # This file is part of qtest. # -# Copyright 1993-2018, Jay Berkenbilt +# Copyright 1993-2019, Jay Berkenbilt # # QTest is distributed under the terms of version 2.0 of the Artistic # license which may be found in the source distribution.