poppler/TextOutputDev.cc | 1 + poppler/TextOutputDev.h | 1 + poppler/UTF.cc | 1 + poppler/UTF.h | 1 + qt5/src/poppler-page-private.h | 1 + qt5/src/poppler-page.cc | 1 + qt5/src/poppler-qt5.h | 1 + 7 files changed, 7 insertions(+)
New commits: commit 7565f2366080304bfe4ab5846c90cf4cbc89457b Author: Albert Astals Cid <[email protected]> Date: Sun Dec 9 22:43:20 2018 +0100 Update (C) diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc index 6e745cdc..7a8f180c 100644 --- a/poppler/TextOutputDev.cc +++ b/poppler/TextOutputDev.cc @@ -39,6 +39,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) 2018 Sanchit Anand <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2018 Nelson Benítez León <[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/TextOutputDev.h b/poppler/TextOutputDev.h index 653c8522..e9350881 100644 --- a/poppler/TextOutputDev.h +++ b/poppler/TextOutputDev.h @@ -23,6 +23,7 @@ // Copyright (C) 2013 Thomas Freitag <[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 Sanchit Anand <[email protected]> +// Copyright (C) 2018 Nelson Benítez León <[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/UTF.cc b/poppler/UTF.cc index 13d4bdd3..9a205f30 100644 --- a/poppler/UTF.cc +++ b/poppler/UTF.cc @@ -19,6 +19,7 @@ // Copyright (C) 2016, 2018 Albert Astals Cid <[email protected]> // Copyright (C) 2016 Jason Crain <[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 Nelson Benítez León <[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/UTF.h b/poppler/UTF.h index 36575e5c..566bfb39 100644 --- a/poppler/UTF.h +++ b/poppler/UTF.h @@ -7,6 +7,7 @@ // Copyright (C) 2012, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2016 Jason Crain <[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 Nelson Benítez León <[email protected]> // //======================================================================== diff --git a/qt5/src/poppler-page-private.h b/qt5/src/poppler-page-private.h index 2de0e8bd..d7813124 100644 --- a/qt5/src/poppler-page-private.h +++ b/qt5/src/poppler-page-private.h @@ -3,6 +3,7 @@ * Copyright (C) 2007, 2012, Albert Astals Cid <[email protected]> * Copyright (C) 2008, Pino Toscano <[email protected]> * Copyright (C) 2015 Adam Reichold <[email protected]> + * Copyright (C) 2018 Nelson Benítez León <[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-page.cc b/qt5/src/poppler-page.cc index 46d7e672..eb713cdb 100644 --- a/qt5/src/poppler-page.cc +++ b/qt5/src/poppler-page.cc @@ -22,6 +22,7 @@ * 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 Intevation GmbH <[email protected]> * Copyright (C) 2018, Tobias Deiminger <[email protected]> + * Copyright (C) 2018 Nelson Benítez León <[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 a69d15ba..200119ef 100644 --- a/qt5/src/poppler-qt5.h +++ b/qt5/src/poppler-qt5.h @@ -18,6 +18,7 @@ * Copyright (C) 2016 Jakub Alba <[email protected]> * 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]> * * 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
