qt5/src/poppler-fontinfo.cc | 1 + qt5/src/poppler-private.h | 1 + qt5/src/poppler-qt5.h | 1 + 3 files changed, 3 insertions(+)
New commits: commit b7d1374c1eedc32669c1608f6213bea2d7e5fb7b Author: Albert Astals Cid <[email protected]> Date: Thu Aug 8 19:27:09 2019 +0200 Update (C) of last commit diff --git a/qt5/src/poppler-fontinfo.cc b/qt5/src/poppler-fontinfo.cc index 609a83f2..3948a298 100644 --- a/qt5/src/poppler-fontinfo.cc +++ b/qt5/src/poppler-fontinfo.cc @@ -6,6 +6,7 @@ * Copyright (C) 2008, 2009, Pino Toscano <[email protected]> * Copyright (C) 2018, Adam Reichold <[email protected]> * Copyright (C) 2019, Oliver Sander <[email protected]> + * Copyright (C) 2019, Jan Grulich <[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 93195550..28b5ca30 100644 --- a/qt5/src/poppler-private.h +++ b/qt5/src/poppler-private.h @@ -15,6 +15,7 @@ * Copyright (C) 2018 Adam Reichold <[email protected]> * Copyright (C) 2019 Oliver Sander <[email protected]> * Copyright (C) 2019 João Netto <[email protected]> + * Copyright (C) 2019 Jan Grulich <[email protected]> * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid <[email protected]> * Copyright (C) 2004 by Enrico Ros <[email protected]> diff --git a/qt5/src/poppler-qt5.h b/qt5/src/poppler-qt5.h index 6102aa20..847671ea 100644 --- a/qt5/src/poppler-qt5.h +++ b/qt5/src/poppler-qt5.h @@ -19,6 +19,7 @@ * Copyright (C) 2017 Oliver Sander <[email protected]> * Copyright (C) 2017, 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 Nelson Benítez León <[email protected]> + * Copyright (C) 2019 Jan Grulich <[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 _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
