poppler/Gfx.cc | 1 + qt5/src/poppler-document.cc | 1 + qt5/src/poppler-qt5.h | 1 + utils/pdftocairo.cc | 1 + 4 files changed, 4 insertions(+)
New commits: commit 9429aac41fefdbb8b70d3c3233835875c78283ba Author: Albert Astals Cid <[email protected]> Date: Sun May 24 00:33:20 2020 +0200 Update (C) diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc index c1462c86..2a5b295c 100644 --- a/poppler/Gfx.cc +++ b/poppler/Gfx.cc @@ -44,6 +44,7 @@ // Copyright (C) 2019 LE GARREC Vincent <[email protected]> // Copyright (C) 2019, 2020 Oliver Sander <[email protected]> // Copyright (C) 2019 Volker Krause <[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/qt5/src/poppler-document.cc b/qt5/src/poppler-document.cc index 901fc4e7..a40d4bac 100644 --- a/qt5/src/poppler-document.cc +++ b/qt5/src/poppler-document.cc @@ -15,6 +15,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) 2019 Oliver Sander <[email protected]> * Copyright (C) 2019 Alexander Volkov <[email protected]> + * Copyright (C) 2020 Philipp Knechtges <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/qt5/src/poppler-qt5.h b/qt5/src/poppler-qt5.h index e7d6ccb1..a5902859 100644 --- a/qt5/src/poppler-qt5.h +++ b/qt5/src/poppler-qt5.h @@ -21,6 +21,7 @@ * Copyright (C) 2018 Nelson Benítez León <[email protected]> * Copyright (C) 2019 Jan Grulich <[email protected]> * Copyright (C) 2019 Alexander Volkov <[email protected]> + * Copyright (C) 2020 Philipp Knechtges <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/pdftocairo.cc b/utils/pdftocairo.cc index 553f14c4..4f51d427 100644 --- a/utils/pdftocairo.cc +++ b/utils/pdftocairo.cc @@ -35,6 +35,7 @@ // Copyright (C) 2019, 2020 Oliver Sander <[email protected]> // Copyright (C) 2019 Kris Jurka <[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 _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
