Commit c7a47caf8f379958c63d50fed54661bd76f5d172
1 parent
542a4282
Update copyrights
Showing
75 changed files
with
140 additions
and
76 deletions
NOTICE.md
| 1 | -QPDF is copyright (c) 2005-2024 Jay Berkenbilt | |
| 1 | +QPDF is copyright (c) 2005-2021 Jay Berkenbilt, 2022-2025 Jay Berkenbilt and Manfred Holger | |
| 2 | 2 | |
| 3 | 3 | 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 |
| 4 | 4 | ... | ... |
README-maintainer.md
| ... | ... | @@ -468,7 +468,7 @@ When done, the following should happen: |
| 468 | 468 | * debian package -- search for copyright.*berkenbilt in debian/copyright |
| 469 | 469 | * qtest-driver, TestDriver.pm in qtest source |
| 470 | 470 | |
| 471 | - Copyright last updated: 2024. | |
| 471 | + Copyright last updated: 2025. | |
| 472 | 472 | |
| 473 | 473 | * Take a look at "External Libraries" in TODO to see if we need to |
| 474 | 474 | make any changes. There is still some automation work left to do, so | ... | ... |
README.md
| ... | ... | @@ -21,7 +21,7 @@ downloaded from a public key server. |
| 21 | 21 | |
| 22 | 22 | # Copyright, License |
| 23 | 23 | |
| 24 | -qpdf is copyright (c) 2005-2024 Jay Berkenbilt | |
| 24 | +qpdf is copyright (c) 2005-2021 Jay Berkenbilt, 2022-2025 Jay Berkenbilt and Manfred Holger | |
| 25 | 25 | |
| 26 | 26 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the |
| 27 | 27 | License. You may obtain a copy of the License at | ... | ... |
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/QPDFObjectHandle_future.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
| ... | ... | @@ -115,7 +115,8 @@ ArgParser::argCopyright() |
| 115 | 115 | << this->ap.getProgname() |
| 116 | 116 | << " version " << QPDF::QPDFVersion() << "\n" |
| 117 | 117 | << "\n" |
| 118 | - << "Copyright (c) 2005-2024 Jay Berkenbilt\n" | |
| 118 | + << "Copyright (c) 2005-2021 Jay Berkenbilt\n" | |
| 119 | + << "Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger\n" | |
| 119 | 120 | << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");\n" |
| 120 | 121 | << "you may not use this file except in compliance with the License.\n" |
| 121 | 122 | << "You may obtain a copy of the License at\n" | ... | ... |
libqpdf/QPDF_json.cc
| ... | ... | @@ -267,10 +267,10 @@ class QPDF::JSONReactor: public JSON::Reactor |
| 267 | 267 | struct StackFrame |
| 268 | 268 | { |
| 269 | 269 | StackFrame(state_e state) : |
| 270 | - state(state) {}; | |
| 270 | + state(state){}; | |
| 271 | 271 | StackFrame(state_e state, QPDFObjectHandle&& object) : |
| 272 | 272 | state(state), |
| 273 | - object(object) {}; | |
| 273 | + object(object){}; | |
| 274 | 274 | state_e state; |
| 275 | 275 | QPDFObjectHandle object; |
| 276 | 276 | }; | ... | ... |
libqpdf/qpdf/qpdf-c_impl.hh
libqpdf/qpdf/rijndael.h
| ... | ... | @@ -2,8 +2,8 @@ |
| 2 | 2 | #define RIJNDAEL_H |
| 3 | 3 | |
| 4 | 4 | #include <qpdf/qpdf-config.h> |
| 5 | -#include <cstdint> | |
| 6 | 5 | #include <cstddef> |
| 6 | +#include <cstdint> | |
| 7 | 7 | |
| 8 | 8 | unsigned int rijndaelSetupEncrypt(uint32_t* rk, const unsigned char* key, size_t keybits); |
| 9 | 9 | unsigned int rijndaelSetupDecrypt(uint32_t* rk, const unsigned char* key, size_t keybits); | ... | ... |
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-2024, Jay Berkenbilt' | |
| 16 | +copyright = '2005-2021 Jay Berkenbilt, 2022-2025 Jay Berkenbilt and Manfred Holger' | |
| 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-2024, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2025, 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-2024, Jay Berkenbilt | |
| 5 | +# Copyright 1993-2025, 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. | ... | ... |