poppler/PSOutputDev.h | 2 +- poppler/Stream.cc | 1 + poppler/Stream.h | 1 + utils/pdftops.cc | 1 + 4 files changed, 4 insertions(+), 1 deletion(-)
New commits: commit 6e2177d24c5a320ce32029a7062089422f6ada21 Author: Albert Astals Cid <[email protected]> Date: Mon Nov 2 22:52:28 2020 +0100 Update (C) diff --git a/poppler/PSOutputDev.h b/poppler/PSOutputDev.h index e33125dd..c51b10a1 100644 --- a/poppler/PSOutputDev.h +++ b/poppler/PSOutputDev.h @@ -26,7 +26,7 @@ // Copyright (C) 2012 Fabio D'Urso <[email protected]> // 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) 2018, 2020 Philipp Knechtges <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> // // To see a description of the changes please see the Changelog file that diff --git a/poppler/Stream.cc b/poppler/Stream.cc index ab850a91..83c5f75e 100644 --- a/poppler/Stream.cc +++ b/poppler/Stream.cc @@ -38,6 +38,7 @@ // Copyright (C) 2019 LE GARREC Vincent <[email protected]> // Copyright (C) 2019 Volker Krause <[email protected]> // Copyright (C) 2019 Alexander Volkov <[email protected]> +// Copyright (C) 2020 Philipp Knechtges <[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 720811ba..72a40fb9 100644 --- a/poppler/Stream.h +++ b/poppler/Stream.h @@ -29,6 +29,7 @@ // Copyright (C) 2019 Volker Krause <[email protected]> // Copyright (C) 2019 Alexander Volkov <[email protected]> // Copyright (C) 2020 Oliver Sander <[email protected]> +// Copyright (C) 2020 Philipp Knechtges <[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/utils/pdftops.cc b/utils/pdftops.cc index 73f00de2..5b844444 100644 --- a/utils/pdftops.cc +++ b/utils/pdftops.cc @@ -26,6 +26,7 @@ // Copyright (C) 2014, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2020 Philipp Knechtges <[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 _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
