Commit e5cc065598cba386c381d24206c3350ef070a2a9
1 parent
57c01ef8
Update copyright to 2020
Showing
57 changed files
with
57 additions
and
57 deletions
NOTICE.md
| 1 | -QPDF is copyright (c) 2005-2019 Jay Berkenbilt | 1 | +QPDF is copyright (c) 2005-2020 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
| @@ -97,7 +97,7 @@ RELEASE PREPARATION | @@ -97,7 +97,7 @@ RELEASE PREPARATION | ||
| 97 | 97 | ||
| 98 | * Each year, update copyright notices. Just do a case-insensitive | 98 | * Each year, update copyright notices. Just do a case-insensitive |
| 99 | search for copyright. Don't forget copyright in manual. Also update | 99 | search for copyright. Don't forget copyright in manual. Also update |
| 100 | - debian copyright in debian package. Last updated: 2019. | 100 | + debian copyright in debian package. Last updated: 2020. |
| 101 | 101 | ||
| 102 | * Check for open fuzz crashes at https://oss-fuzz.com | 102 | * Check for open fuzz crashes at https://oss-fuzz.com |
| 103 | 103 |
README.md
| @@ -12,7 +12,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10 | @@ -12,7 +12,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10 | ||
| 12 | 12 | ||
| 13 | # Copyright, License | 13 | # Copyright, License |
| 14 | 14 | ||
| 15 | -QPDF is copyright (c) 2005-2019 Jay Berkenbilt | 15 | +QPDF is copyright (c) 2005-2020 Jay Berkenbilt |
| 16 | 16 | ||
| 17 | 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 | 17 | 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 |
| 18 | 18 |
appimage/build-appimage
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | -# Copyright (c) 2019 Jay Berkenbilt and Kurt Pfeifle | 3 | +# Copyright (c) 2019-2020 Jay Berkenbilt and Kurt Pfeifle |
| 4 | # | 4 | # |
| 5 | # This script is mainly meant to build an 'AppImage' from GitHub | 5 | # This script is mainly meant to build an 'AppImage' from GitHub |
| 6 | # sources of QPDF via Travis CI on an Ubuntu Trusty (14.04) LTS system | 6 | # sources of QPDF via Travis CI on an Ubuntu Trusty (14.04) LTS system |
appimage/qpdf.appdata.xml
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | -<!-- Copyright 2005-2019 Jay Berkenbilt --> | 2 | +<!-- Copyright 2005-2020 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
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/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_QPDFTokenizer.hh
include/qpdf/Pl_RunLength.hh
include/qpdf/Pl_StdioFile.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/QPDFExc.hh
include/qpdf/QPDFFormFieldObjectHelper.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/QPDFSystemError.hh
include/qpdf/QPDFTokenizer.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
manual/qpdf-manual.xml
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | <firstname>Jay</firstname><surname>Berkenbilt</surname> | 16 | <firstname>Jay</firstname><surname>Berkenbilt</surname> |
| 17 | </author> | 17 | </author> |
| 18 | <copyright> | 18 | <copyright> |
| 19 | - <year>2005–2019</year> | 19 | + <year>2005–2020</year> |
| 20 | <holder>Jay Berkenbilt</holder> | 20 | <holder>Jay Berkenbilt</holder> |
| 21 | </copyright> | 21 | </copyright> |
| 22 | </bookinfo> | 22 | </bookinfo> |
qpdf/qpdf.cc
| @@ -1132,7 +1132,7 @@ ArgParser::argCopyright() | @@ -1132,7 +1132,7 @@ ArgParser::argCopyright() | ||
| 1132 | std::cout | 1132 | std::cout |
| 1133 | << whoami << " version " << QPDF::QPDFVersion() << std::endl | 1133 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 1134 | << std::endl | 1134 | << std::endl |
| 1135 | - << "Copyright (c) 2005-2019 Jay Berkenbilt" | 1135 | + << "Copyright (c) 2005-2020 Jay Berkenbilt" |
| 1136 | << std::endl | 1136 | << std::endl |
| 1137 | << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" | 1137 | << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" |
| 1138 | << std::endl | 1138 | << std::endl |
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-2019, Jay Berkenbilt | 5 | +# Copyright 1993-2020, 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-2019, Jay Berkenbilt | 5 | +# Copyright 1993-2020, 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. |