qt5/demos/viewer.cpp | 1 + qt6/demos/viewer.cpp | 1 + qt6/src/poppler-document.cc | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-)
New commits: commit 3e761a5035d5cdbcb861b3ad126942099d075d0e Author: Albert Astals Cid <[email protected]> Date: Wed Oct 21 00:48:26 2020 +0200 Update (C) diff --git a/qt5/demos/viewer.cpp b/qt5/demos/viewer.cpp index be7dad7a..0b1a8f0e 100644 --- a/qt5/demos/viewer.cpp +++ b/qt5/demos/viewer.cpp @@ -3,6 +3,7 @@ * Copyright (C) 2008, 2019, Albert Astals Cid <[email protected]> * Copyright (C) 2009, Shawn Rutledge <[email protected]> * Copyright (C) 2013, Fabio D'Urso <[email protected]> + * Copyright (C) 2020, Oliver Sander <[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/qt6/demos/viewer.cpp b/qt6/demos/viewer.cpp index 6bba6e04..f1cfc852 100644 --- a/qt6/demos/viewer.cpp +++ b/qt6/demos/viewer.cpp @@ -3,6 +3,7 @@ * Copyright (C) 2008, 2019, 2020, Albert Astals Cid <[email protected]> * Copyright (C) 2009, Shawn Rutledge <[email protected]> * Copyright (C) 2013, Fabio D'Urso <[email protected]> + * Copyright (C) 2020, Oliver Sander <[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/qt6/src/poppler-document.cc b/qt6/src/poppler-document.cc index d014e253..4af90f07 100644 --- a/qt6/src/poppler-document.cc +++ b/qt6/src/poppler-document.cc @@ -13,7 +13,7 @@ * Copyright (C) 2017 Adrian Johnson <[email protected]> * Copyright (C) 2017 Suzuki Toshiya <[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) 2019 Oliver Sander <[email protected]> + * Copyright (C) 2019, 2020 Oliver Sander <[email protected]> * Copyright (C) 2019 Alexander Volkov <[email protected]> * Copyright (C) 2020 Philipp Knechtges <[email protected]> * _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
