poppler/OutputDev.h | 1 + poppler/Page.cc | 1 + qt5/src/poppler-page.cc | 1 + qt5/src/poppler-private.h | 1 + 4 files changed, 4 insertions(+)
New commits: commit a628cbb6da948bb3e508f120a4deb76257b96dd3 Author: Albert Astals Cid <[email protected]> Date: Wed Jun 3 00:09:57 2020 +0200 Update (C) diff --git a/poppler/OutputDev.h b/poppler/OutputDev.h index 609fa8d5..5c0ab0bb 100644 --- a/poppler/OutputDev.h +++ b/poppler/OutputDev.h @@ -26,6 +26,7 @@ // Copyright (C) 2017, 2018, 2020 Oliver Sander <[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) 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/Page.cc b/poppler/Page.cc index 2ac178d7..a875f7bd 100644 --- a/poppler/Page.cc +++ b/poppler/Page.cc @@ -32,6 +32,7 @@ // Copyright (C) 2018, 2019 Adam Reichold <[email protected]> // Copyright (C) 2020 Oliver Sander <[email protected]> // Copyright (C) 2020 Nelson Benítez León <[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-page.cc b/qt5/src/poppler-page.cc index e06e88bf..3e67fedd 100644 --- a/qt5/src/poppler-page.cc +++ b/qt5/src/poppler-page.cc @@ -24,6 +24,7 @@ * Copyright (C) 2018, Tobias Deiminger <[email protected]> * Copyright (C) 2018 Nelson Benítez León <[email protected]> * Copyright (C) 2020 Oliver Sander <[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-private.h b/qt5/src/poppler-private.h index 899b4850..163a7202 100644 --- a/qt5/src/poppler-private.h +++ b/qt5/src/poppler-private.h @@ -17,6 +17,7 @@ * Copyright (C) 2019 João Netto <[email protected]> * Copyright (C) 2019 Jan Grulich <[email protected]> * Copyright (C) 2019 Alexander Volkov <[email protected]> + * Copyright (C) 2020 Philipp Knechtges <[email protected]> * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid <[email protected]> * Copyright (C) 2004 by Enrico Ros <[email protected]> _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
