mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-10 15:20:54 +00:00
Update copyright to 2021
This commit is contained in:
parent
891751f618
commit
bf8fd41fee
@ -1,4 +1,4 @@
|
|||||||
QPDF is copyright (c) 2005-2020 Jay Berkenbilt
|
QPDF is copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||
|
@ -108,9 +108,18 @@ CODING RULES
|
|||||||
|
|
||||||
RELEASE PREPARATION
|
RELEASE PREPARATION
|
||||||
|
|
||||||
* Each year, update copyright notices. Just do a case-insensitive
|
* Each year, update copyright notices. This will find all relevant
|
||||||
search for copyright. Don't forget copyright in manual. Also update
|
places (assuming current copyright is from last year) except the
|
||||||
debian copyright in debian package. Last updated: 2020.
|
manual:
|
||||||
|
|
||||||
|
git --no-pager grep -i -n -P "copyright.*$(expr $(date +%Y) - 1).*berkenbilt"
|
||||||
|
|
||||||
|
Also update the copyright in these places:
|
||||||
|
* manual
|
||||||
|
* debian package -- search for copyright.*berkenbilt in debian/copyright
|
||||||
|
* qtest-driver, TestDriver.pm in qtest source
|
||||||
|
|
||||||
|
Copyright last updated: 2021.
|
||||||
|
|
||||||
* Take a look at "External Libraries" in TODO to see if we need to
|
* Take a look at "External Libraries" in TODO to see if we need to
|
||||||
make any changes. There is still some automation work left to do, so
|
make any changes. There is still some automation work left to do, so
|
||||||
|
@ -14,7 +14,7 @@ The public key used to sign qpdf source distributions has fingerprint `C2C9 6B10
|
|||||||
|
|
||||||
# Copyright, License
|
# Copyright, License
|
||||||
|
|
||||||
QPDF is copyright (c) 2005-2020 Jay Berkenbilt
|
QPDF is copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Copyright (c) 2019-2020 Jay Berkenbilt and Kurt Pfeifle
|
# Copyright (c) 2019-2021 Jay Berkenbilt and Kurt Pfeifle
|
||||||
#
|
#
|
||||||
# This script is used to build an 'AppImage' from GitHub sources of
|
# This script is used to build an 'AppImage' from GitHub sources of
|
||||||
# QPDF (see https://appimage.org/). It is used in CI, but it also
|
# QPDF (see https://appimage.org/). It is used in CI, but it also
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2005-2020 Jay Berkenbilt -->
|
<!-- Copyright 2005-2021 Jay Berkenbilt -->
|
||||||
<component>
|
<component>
|
||||||
<id>org.QPDF.qpdf.desktop</id>
|
<id>org.QPDF.qpdf.desktop</id>
|
||||||
<metadata_license>MIT</metadata_license>
|
<metadata_license>MIT</metadata_license>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (c) 2005-2020 Jay Berkenbilt
|
/* Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
*
|
*
|
||||||
* This file is part of qpdf.
|
* This file is part of qpdf.
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (c) 2005-2020 Jay Berkenbilt
|
/* Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
*
|
*
|
||||||
* This file is part of qpdf.
|
* This file is part of qpdf.
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2005-2020 Jay Berkenbilt
|
// Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
//
|
//
|
||||||
// This file is part of qpdf.
|
// This file is part of qpdf.
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (c) 2005-2020 Jay Berkenbilt
|
/* Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
*
|
*
|
||||||
* This file is part of qpdf.
|
* This file is part of qpdf.
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (c) 2005-2020 Jay Berkenbilt
|
/* Copyright (c) 2005-2021 Jay Berkenbilt
|
||||||
*
|
*
|
||||||
* This file is part of qpdf.
|
* This file is part of qpdf.
|
||||||
*
|
*
|
||||||
|
@ -1165,7 +1165,7 @@ ArgParser::argCopyright()
|
|||||||
std::cout
|
std::cout
|
||||||
<< whoami << " version " << QPDF::QPDFVersion() << std::endl
|
<< whoami << " version " << QPDF::QPDFVersion() << std::endl
|
||||||
<< std::endl
|
<< std::endl
|
||||||
<< "Copyright (c) 2005-2020 Jay Berkenbilt"
|
<< "Copyright (c) 2005-2021 Jay Berkenbilt"
|
||||||
<< std::endl
|
<< std::endl
|
||||||
<< "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");"
|
<< "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");"
|
||||||
<< std::endl
|
<< std::endl
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of qtest.
|
# This file is part of qtest.
|
||||||
#
|
#
|
||||||
# Copyright 1993-2020, Jay Berkenbilt
|
# Copyright 1993-2021, Jay Berkenbilt
|
||||||
#
|
#
|
||||||
# QTest is distributed under the terms of version 2.0 of the Artistic
|
# QTest is distributed under the terms of version 2.0 of the Artistic
|
||||||
# license which may be found in the source distribution.
|
# license which may be found in the source distribution.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of qtest.
|
# This file is part of qtest.
|
||||||
#
|
#
|
||||||
# Copyright 1993-2020, Jay Berkenbilt
|
# Copyright 1993-2021, Jay Berkenbilt
|
||||||
#
|
#
|
||||||
# QTest is distributed under the terms of version 2.0 of the Artistic
|
# QTest is distributed under the terms of version 2.0 of the Artistic
|
||||||
# license which may be found in the source distribution.
|
# license which may be found in the source distribution.
|
||||||
|
Loading…
Reference in New Issue
Block a user