cpp/poppler-document-private.h | 1 + qt5/src/poppler-document.cc | 2 +- qt5/src/poppler-private.cc | 1 + qt5/src/poppler-private.h | 1 + 4 files changed, 4 insertions(+), 1 deletion(-)
New commits: commit 2f442c6a54d5dc8941e40c12f814869b93ded400 Author: Albert Astals Cid <[email protected]> Date: Thu Dec 6 20:15:51 2018 +0100 Update (C) diff --git a/cpp/poppler-document-private.h b/cpp/poppler-document-private.h index 901c22ce..661c9774 100644 --- a/cpp/poppler-document-private.h +++ b/cpp/poppler-document-private.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2009-2011, Pino Toscano <[email protected]> * Copyright (C) 2018, Albert Astals Cid <[email protected]> + * Copyright (C) 2018, Adam Reichold <[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-document.cc b/qt5/src/poppler-document.cc index 6dc7c6fb..a76da0aa 100644 --- a/qt5/src/poppler-document.cc +++ b/qt5/src/poppler-document.cc @@ -7,7 +7,7 @@ * Copyright (C) 2012 Koji Otani <[email protected]> * Copyright (C) 2012, 2013 Thomas Freitag <[email protected]> * Copyright (C) 2012 Fabio D'Urso <[email protected]> - * Copyright (C) 2014 Adam Reichold <[email protected]> + * Copyright (C) 2014, 2018 Adam Reichold <[email protected]> * Copyright (C) 2015 William Bader <[email protected]> * Copyright (C) 2016 Jakub Alba <[email protected]> * Copyright (C) 2017 Adrian Johnson <[email protected]> diff --git a/qt5/src/poppler-private.cc b/qt5/src/poppler-private.cc index 4668f51f..333aafe3 100644 --- a/qt5/src/poppler-private.cc +++ b/qt5/src/poppler-private.cc @@ -6,6 +6,7 @@ * Copyright (C) 2013 Adrian Johnson <[email protected]> * Copyright (C) 2016 Jakub Alba <[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]> * 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-private.h b/qt5/src/poppler-private.h index 12a360c6..f3980513 100644 --- a/qt5/src/poppler-private.h +++ b/qt5/src/poppler-private.h @@ -12,6 +12,7 @@ * Copyright (C) 2016 Jakub Alba <[email protected]> * Copyright (C) 2017 Christoph Cullmann <[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]> * 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
