Commit c99a1ecd4f9897d69bc5b343ae7c716a24eb6908
1 parent
78f7dc9f
Update copyright to 2023
Showing
71 changed files
with
71 additions
and
71 deletions
NOTICE.md
README-maintainer
| ... | ... | @@ -290,7 +290,7 @@ RELEASE PREPARATION |
| 290 | 290 | * debian package -- search for copyright.*berkenbilt in debian/copyright |
| 291 | 291 | * qtest-driver, TestDriver.pm in qtest source |
| 292 | 292 | |
| 293 | - Copyright last updated: 2022. | |
| 293 | + Copyright last updated: 2023. | |
| 294 | 294 | |
| 295 | 295 | * Take a look at "External Libraries" in TODO to see if we need to |
| 296 | 296 | make any changes. There is still some automation work left to do, so | ... | ... |
README.md
| ... | ... | @@ -15,7 +15,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10 |
| 15 | 15 | |
| 16 | 16 | # Copyright, License |
| 17 | 17 | |
| 18 | -QPDF is copyright (c) 2005-2022 Jay Berkenbilt | |
| 18 | +QPDF is copyright (c) 2005-2023 Jay Berkenbilt | |
| 19 | 19 | |
| 20 | 20 | 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 |
| 21 | 21 | ... | ... |
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/PDFVersion.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_Function.hh
include/qpdf/Pl_OStream.hh
include/qpdf/Pl_QPDFTokenizer.hh
include/qpdf/Pl_RunLength.hh
include/qpdf/Pl_StdioFile.hh
include/qpdf/Pl_String.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/QPDFLogger.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/qpdf-c.h
include/qpdf/qpdfjob-c.h
include/qpdf/qpdflogger-c.h
libqpdf/QPDFJob_argv.cc
| ... | ... | @@ -122,7 +122,7 @@ ArgParser::argCopyright() |
| 122 | 122 | << this->ap.getProgname() |
| 123 | 123 | << " version " << QPDF::QPDFVersion() << "\n" |
| 124 | 124 | << "\n" |
| 125 | - << "Copyright (c) 2005-2022 Jay Berkenbilt\n" | |
| 125 | + << "Copyright (c) 2005-2023 Jay Berkenbilt\n" | |
| 126 | 126 | << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");\n" |
| 127 | 127 | << "you may not use this file except in compliance with the License.\n" |
| 128 | 128 | << "You may obtain a copy of the License at\n" | ... | ... |
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-2022, Jay Berkenbilt' | |
| 16 | +copyright = '2005-2023, 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 = '11.3.0' | ... | ... |
qtest/bin/qtest-driver
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | # |
| 3 | 3 | # This file is part of qtest. |
| 4 | 4 | # |
| 5 | -# Copyright 1993-2022, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2023, 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-2022, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2023, 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. | ... | ... |