Commit 3472f6c98472ec07826b3bfd2de85e3b011d96da

Authored by Jay Berkenbilt
1 parent 0bf0f45e

Update copyrights for 2019

Showing 54 changed files with 54 additions and 54 deletions
NOTICE.md
1 -QPDF is copyright (c) 2005-2018 Jay Berkenbilt 1 +QPDF is copyright (c) 2005-2019 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
@@ -30,7 +30,7 @@ RELEASE PREPARATION @@ -30,7 +30,7 @@ RELEASE PREPARATION
30 30
31 * Each year, update copyright notices. Just do a case-insensitive 31 * Each year, update copyright notices. Just do a case-insensitive
32 search for copyright. Don't forget copyright in manual. Also update 32 search for copyright. Don't forget copyright in manual. Also update
33 - debian copyright in debian package. Last updated: 2018. 33 + debian copyright in debian package. Last updated: 2019.
34 34
35 * Check all open issues in the sourceforge trackers and on github. 35 * Check all open issues in the sourceforge trackers and on github.
36 36
README.md
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 7
8 This is the QPDF package. Information about it can be found at http://qpdf.sourceforge.net. The source code repository is hosted at github: https://github.com/qpdf/qpdf. 8 This is the QPDF package. Information about it can be found at http://qpdf.sourceforge.net. The source code repository is hosted at github: https://github.com/qpdf/qpdf.
9 9
10 -QPDF is copyright (c) 2005-2018 Jay Berkenbilt 10 +QPDF is copyright (c) 2005-2019 Jay Berkenbilt
11 11
12 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 12 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
13 13
appimage/build-appimage
1 #!/bin/bash 1 #!/bin/bash
2 2
3 -# Copyright (c) 2018 Jay Berkenbilt and Kurt Pfeifle 3 +# Copyright (c) 2019 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-2018 Jay Berkenbilt --> 2 +<!-- Copyright 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +/* Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +/* Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +// Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +/* Copyright (c) 2005-2019 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-2018 Jay Berkenbilt 1 +/* Copyright (c) 2005-2019 Jay Berkenbilt
2 * 2 *
3 * This file is part of qpdf. 3 * This file is part of qpdf.
4 * 4 *
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&ndash;2018</year> 19 + <year>2005&ndash;2019</year>
20 <holder>Jay Berkenbilt</holder> 20 <holder>Jay Berkenbilt</holder>
21 </copyright> 21 </copyright>
22 </bookinfo> 22 </bookinfo>
qpdf/qpdf.cc
@@ -901,7 +901,7 @@ ArgParser::argCopyright() @@ -901,7 +901,7 @@ ArgParser::argCopyright()
901 std::cout 901 std::cout
902 << whoami << " version " << QPDF::QPDFVersion() << std::endl 902 << whoami << " version " << QPDF::QPDFVersion() << std::endl
903 << std::endl 903 << std::endl
904 - << "Copyright (c) 2005-2018 Jay Berkenbilt" 904 + << "Copyright (c) 2005-2019 Jay Berkenbilt"
905 << std::endl 905 << std::endl
906 << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");" 906 << "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");"
907 << std::endl 907 << 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-2018, Jay Berkenbilt 5 +# Copyright 1993-2019, 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-2018, Jay Berkenbilt 5 +# Copyright 1993-2019, 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.