Commit 9db5d75b2b40083f339525f7a59b4408cb1b5d2c
1 parent
070ee710
Update copyright to 2024
Showing
71 changed files
with
71 additions
and
71 deletions
NOTICE.md
README-maintainer.md
| ... | ... | @@ -439,7 +439,7 @@ When done, the following should happen: |
| 439 | 439 | * debian package -- search for copyright.*berkenbilt in debian/copyright |
| 440 | 440 | * qtest-driver, TestDriver.pm in qtest source |
| 441 | 441 | |
| 442 | - Copyright last updated: 2023. | |
| 442 | + Copyright last updated: 2024. | |
| 443 | 443 | |
| 444 | 444 | * Take a look at "External Libraries" in TODO to see if we need to |
| 445 | 445 | 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-2023 Jay Berkenbilt | |
| 18 | +QPDF is copyright (c) 2005-2024 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
| ... | ... | @@ -114,7 +114,7 @@ ArgParser::argCopyright() |
| 114 | 114 | << this->ap.getProgname() |
| 115 | 115 | << " version " << QPDF::QPDFVersion() << "\n" |
| 116 | 116 | << "\n" |
| 117 | - << "Copyright (c) 2005-2023 Jay Berkenbilt\n" | |
| 117 | + << "Copyright (c) 2005-2024 Jay Berkenbilt\n" | |
| 118 | 118 | << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");\n" |
| 119 | 119 | << "you may not use this file except in compliance with the License.\n" |
| 120 | 120 | << "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-2023, Jay Berkenbilt' | |
| 16 | +copyright = '2005-2024, Jay Berkenbilt' | |
| 17 | 17 | author = 'Jay Berkenbilt' |
| 18 | 18 | here = os.path.dirname(os.path.realpath(__file__)) |
| 19 | 19 | with open(f'{here}/../CMakeLists.txt') as f: | ... | ... |
qtest/bin/qtest-driver
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | # |
| 3 | 3 | # This file is part of qtest. |
| 4 | 4 | # |
| 5 | -# Copyright 1993-2023, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2024, 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-2023, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2024, 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. | ... | ... |