Commit cfaa2de804f91b8130486848ced44d0aa283acef

Authored by Jay Berkenbilt
1 parent 2229e37e

Update copyright for 2022

Showing 66 changed files with 67 additions and 69 deletions
NOTICE.md
1 -QPDF is copyright (c) 2005-2021 Jay Berkenbilt 1 +QPDF is copyright (c) 2005-2022 Jay Berkenbilt
2 2
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 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
@@ -184,17 +184,15 @@ When done, the following should happen: @@ -184,17 +184,15 @@ When done, the following should happen:
184 RELEASE PREPARATION 184 RELEASE PREPARATION
185 185
186 * Each year, update copyright notices. This will find all relevant 186 * Each year, update copyright notices. This will find all relevant
187 - places (assuming current copyright is from last year) except the  
188 - manual: 187 + places (assuming current copyright is from last year):
189 188
190 git --no-pager grep -i -n -P "copyright.*$(expr $(date +%Y) - 1).*berkenbilt" 189 git --no-pager grep -i -n -P "copyright.*$(expr $(date +%Y) - 1).*berkenbilt"
191 190
192 Also update the copyright in these places: 191 Also update the copyright in these places:
193 - * manual/conf.py  
194 * debian package -- search for copyright.*berkenbilt in debian/copyright 192 * debian package -- search for copyright.*berkenbilt in debian/copyright
195 * qtest-driver, TestDriver.pm in qtest source 193 * qtest-driver, TestDriver.pm in qtest source
196 194
197 - Copyright last updated: 2021. 195 + Copyright last updated: 2022.
198 196
199 * Take a look at "External Libraries" in TODO to see if we need to 197 * Take a look at "External Libraries" in TODO to see if we need to
200 make any changes. There is still some automation work left to do, so 198 make any changes. There is still some automation work left to do, so
README.md
@@ -19,7 +19,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10 @@ -19,7 +19,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10
19 19
20 # Copyright, License 20 # Copyright, License
21 21
22 -QPDF is copyright (c) 2005-2021 Jay Berkenbilt 22 +QPDF is copyright (c) 2005-2022 Jay Berkenbilt
23 23
24 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 24 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
25 25
appimage/build-appimage
1 #!/bin/bash 1 #!/bin/bash
2 2
3 -# Copyright (c) 2019-2021 Jay Berkenbilt and Kurt Pfeifle 3 +# Copyright (c) 2019-2022 Jay Berkenbilt and Kurt Pfeifle
4 # 4 #
5 # This script is used to build an 'AppImage' from GitHub sources of 5 # This script is used to build an 'AppImage' from GitHub sources of
6 # QPDF (see https://appimage.org/). It is used in CI, but it also 6 # QPDF (see https://appimage.org/). It is used in CI, but it also
appimage/qpdf.appdata.xml
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<!-- Copyright 2005-2021 Jay Berkenbilt --> 2 +<!-- Copyright 2005-2022 Jay Berkenbilt -->
3 <component> 3 <component>
4 <id>org.QPDF.qpdf.desktop</id> 4 <id>org.QPDF.qpdf.desktop</id>
5 <metadata_license>MIT</metadata_license> 5 <metadata_license>MIT</metadata_license>
include/qpdf/Buffer.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/BufferInputSource.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/ClosedFileInputSource.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Constants.h
1 -/* Copyright (c) 2005-2021 Jay Berkenbilt 1 +/* Copyright (c) 2005-2022 Jay Berkenbilt
2 * 2 *
3 * This file is part of qpdf. 3 * This file is part of qpdf.
4 * 4 *
include/qpdf/DLL.h
1 -/* Copyright (c) 2005-2021 Jay Berkenbilt 1 +/* Copyright (c) 2005-2022 Jay Berkenbilt
2 * 2 *
3 * This file is part of qpdf. 3 * This file is part of qpdf.
4 * 4 *
include/qpdf/FileInputSource.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/InputSource.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/JSON.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pipeline.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pl_Buffer.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pl_Concatenate.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pl_Count.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pl_DCT.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pl_Discard.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pl_Flate.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pl_QPDFTokenizer.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pl_RunLength.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Pl_StdioFile.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/PointerHolder.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QIntC.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDF.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFAcroFormDocumentHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFAnnotationObjectHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFCryptoImpl.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFCryptoProvider.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFDocumentHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFEFStreamObjectHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFEmbeddedFileDocumentHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFExc.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFFileSpecObjectHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFFormFieldObjectHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFJob.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFMatrix.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFNameTreeObjectHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFNumberTreeObjectHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFObjGen.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFObject.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFObjectHandle.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFObjectHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFOutlineDocumentHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFOutlineObjectHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFPageDocumentHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFPageLabelDocumentHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFPageObjectHelper.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFStreamFilter.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFSystemError.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFTokenizer.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFUsage.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFWriter.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QPDFXRefEntry.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QTC.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/QUtil.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/RandomDataProvider.hh
1 -// Copyright (c) 2005-2021 Jay Berkenbilt 1 +// Copyright (c) 2005-2022 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. 3 // This file is part of qpdf.
4 // 4 //
include/qpdf/Types.h
1 -/* Copyright (c) 2005-2021 Jay Berkenbilt 1 +/* Copyright (c) 2005-2022 Jay Berkenbilt
2 * 2 *
3 * This file is part of qpdf. 3 * This file is part of qpdf.
4 * 4 *
include/qpdf/Version.h
1 -/* Copyright (c) 2005-2021 Jay Berkenbilt 1 +/* Copyright (c) 2005-2022 Jay Berkenbilt
2 * 2 *
3 * This file is part of qpdf. 3 * This file is part of qpdf.
4 * 4 *
include/qpdf/qpdf-c.h
1 -/* Copyright (c) 2005-2021 Jay Berkenbilt 1 +/* Copyright (c) 2005-2022 Jay Berkenbilt
2 * 2 *
3 * This file is part of qpdf. 3 * This file is part of qpdf.
4 * 4 *
include/qpdf/qpdfjob-c.h
1 -/* Copyright (c) 2005-2021 Jay Berkenbilt 1 +/* Copyright (c) 2005-2022 Jay Berkenbilt
2 * 2 *
3 * This file is part of qpdf. 3 * This file is part of qpdf.
4 * 4 *
libqpdf/QPDFJob_argv.cc
@@ -123,7 +123,7 @@ ArgParser::argCopyright() @@ -123,7 +123,7 @@ ArgParser::argCopyright()
123 << this->ap.getProgname() 123 << this->ap.getProgname()
124 << " version " << QPDF::QPDFVersion() << std::endl 124 << " version " << QPDF::QPDFVersion() << std::endl
125 << std::endl 125 << std::endl
126 - << "Copyright (c) 2005-2021 Jay Berkenbilt" 126 + << "Copyright (c) 2005-2022 Jay Berkenbilt"
127 << std::endl 127 << std::endl
128 << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" 128 << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");"
129 << std::endl 129 << std::endl
manual/conf.py
@@ -13,7 +13,7 @@ import sys @@ -13,7 +13,7 @@ import sys
13 sys.path.append(os.path.abspath("./_ext")) 13 sys.path.append(os.path.abspath("./_ext"))
14 14
15 project = 'QPDF' 15 project = 'QPDF'
16 -copyright = '2005-2021, Jay Berkenbilt' 16 +copyright = '2005-2022, Jay Berkenbilt'
17 author = 'Jay Berkenbilt' 17 author = 'Jay Berkenbilt'
18 # make_dist and the CI build lexically find the release version from this file. 18 # make_dist and the CI build lexically find the release version from this file.
19 release = '10.5.0' 19 release = '10.5.0'
qtest/bin/qtest-driver
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 # 2 #
3 # This file is part of qtest. 3 # This file is part of qtest.
4 # 4 #
5 -# Copyright 1993-2021, Jay Berkenbilt 5 +# Copyright 1993-2022, Jay Berkenbilt
6 # 6 #
7 # QTest is distributed under the terms of version 2.0 of the Artistic 7 # QTest is distributed under the terms of version 2.0 of the Artistic
8 # license which may be found in the source distribution. 8 # license which may be found in the source distribution.
qtest/module/TestDriver.pm
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 # 2 #
3 # This file is part of qtest. 3 # This file is part of qtest.
4 # 4 #
5 -# Copyright 1993-2021, Jay Berkenbilt 5 +# Copyright 1993-2022, Jay Berkenbilt
6 # 6 #
7 # QTest is distributed under the terms of version 2.0 of the Artistic 7 # QTest is distributed under the terms of version 2.0 of the Artistic
8 # license which may be found in the source distribution. 8 # license which may be found in the source distribution.