goo/gfile.cc | 2 +- goo/gfile.h | 2 +- poppler/FDPDFDocBuilder.cc | 1 + poppler/FDPDFDocBuilder.h | 1 + poppler/FILECacheLoader.cc | 1 + poppler/FILECacheLoader.h | 1 + poppler/PDFDocFactory.cc | 1 + poppler/PSOutputDev.cc | 2 +- poppler/PSOutputDev.h | 1 + poppler/Stream.h | 1 + 10 files changed, 10 insertions(+), 3 deletions(-)
New commits: commit 1c3c1b2e85acf7a9d84bd53d696623146c549ace Author: Albert Astals Cid <[email protected]> Date: Fri Nov 19 00:19:25 2021 +0100 Update (C) diff --git a/goo/gfile.cc b/goo/gfile.cc index 98e1a2f9..d93cc244 100644 --- a/goo/gfile.cc +++ b/goo/gfile.cc @@ -27,7 +27,7 @@ // Copyright (C) 2013, 2017 Thomas Freitag <[email protected]> // Copyright (C) 2017 Christoph Cullmann <[email protected]> // Copyright (C) 2018 Mojca Miklavec <[email protected]> -// Copyright (C) 2019 Christian Persch <[email protected]> +// Copyright (C) 2019, 2021 Christian Persch <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/goo/gfile.h b/goo/gfile.h index a3650a4e..f913bb44 100644 --- a/goo/gfile.h +++ b/goo/gfile.h @@ -25,7 +25,7 @@ // Copyright (C) 2017 Christoph Cullmann <[email protected]> // Copyright (C) 2017 Thomas Freitag <[email protected]> // Copyright (C) 2018 Mojca Miklavec <[email protected]> -// Copyright (C) 2019 Christian Persch <[email protected]> +// Copyright (C) 2019, 2021 Christian Persch <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/FDPDFDocBuilder.cc b/poppler/FDPDFDocBuilder.cc index 4be7927b..88ace7f9 100644 --- a/poppler/FDPDFDocBuilder.cc +++ b/poppler/FDPDFDocBuilder.cc @@ -7,6 +7,7 @@ // Copyright 2010 Hib Eris <[email protected]> // Copyright 2010, 2017 Albert Astals Cid <[email protected]> // Copyright 2021 Oliver Sander <[email protected]> +// Copyright 2021 Christian Persch <[email protected]> // //======================================================================== diff --git a/poppler/FDPDFDocBuilder.h b/poppler/FDPDFDocBuilder.h index f4a19bed..d659e05f 100644 --- a/poppler/FDPDFDocBuilder.h +++ b/poppler/FDPDFDocBuilder.h @@ -7,6 +7,7 @@ // Copyright 2010 Hib Eris <[email protected]> // Copyright 2010, 2018 Albert Astals Cid <[email protected]> // Copyright 2021 Oliver Sander <[email protected]> +// Copyright 2021 Christian Persch <[email protected]> // //======================================================================== diff --git a/poppler/FILECacheLoader.cc b/poppler/FILECacheLoader.cc index fcacc2f4..04b3d147 100644 --- a/poppler/FILECacheLoader.cc +++ b/poppler/FILECacheLoader.cc @@ -8,6 +8,7 @@ // Copyright 2010 Albert Astals Cid <[email protected]> // Copyright 2010 Jonathan Liu <[email protected]> // Copyright 2021 Peter Williams <[email protected]> +// Copyright 2021 Christian Persch <[email protected]> // //======================================================================== diff --git a/poppler/FILECacheLoader.h b/poppler/FILECacheLoader.h index 5ce0c150..09167eba 100644 --- a/poppler/FILECacheLoader.h +++ b/poppler/FILECacheLoader.h @@ -6,6 +6,7 @@ // // Copyright 2010 Hib Eris <[email protected]> // Copyright 2010 Albert Astals Cid <[email protected]> +// Copyright 2021 Christian Persch <[email protected]> // //======================================================================== diff --git a/poppler/PDFDocFactory.cc b/poppler/PDFDocFactory.cc index a807ab3f..50c953e8 100644 --- a/poppler/PDFDocFactory.cc +++ b/poppler/PDFDocFactory.cc @@ -9,6 +9,7 @@ // Copyright 2017 Adrian Johnson <[email protected]> // Copyright 2018 Adam Reichold <[email protected]> // Copyright 2019, 2021 Oliver Sander <[email protected]> +// Copyright 2021 Christian Persch <[email protected]> // //======================================================================== diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc index 6c79513b..4e66186c 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -34,7 +34,7 @@ // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2018 Philipp Knechtges <[email protected]> -// Copyright (C) 2019 Christian Persch <[email protected]> +// Copyright (C) 2019, 2021 Christian Persch <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> // Copyright (C) 2020, 2021 Philipp Knechtges <[email protected]> // Copyright (C) 2021 Hubert Figuiere <[email protected]> diff --git a/poppler/PSOutputDev.h b/poppler/PSOutputDev.h index 79769994..ac49fe77 100644 --- a/poppler/PSOutputDev.h +++ b/poppler/PSOutputDev.h @@ -29,6 +29,7 @@ // Copyright (C) 2018, 2020 Philipp Knechtges <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> // Copyright (C) 2021 Hubert Figuiere <[email protected]> +// Copyright (C) 2021 Christian Persch <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/Stream.h b/poppler/Stream.h index 0ab56b6e..303435ed 100644 --- a/poppler/Stream.h +++ b/poppler/Stream.h @@ -31,6 +31,7 @@ // Copyright (C) 2020, 2021 Oliver Sander <[email protected]> // Copyright (C) 2020 Philipp Knechtges <[email protected]> // Copyright (C) 2021 Hubert Figuiere <[email protected]> +// Copyright (C) 2021 Christian Persch <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git
