poppler/PDFDoc.cc | 1 + poppler/PDFDoc.h | 1 + poppler/XRef.cc | 1 + poppler/XRef.h | 1 + qt5/demos/viewer.cpp | 1 + qt5/demos/viewer.h | 1 + qt5/src/poppler-document.cc | 1 + qt5/src/poppler-private.cc | 1 + qt5/src/poppler-private.h | 1 + qt5/src/poppler-qt5.h | 1 + qt6/demos/viewer.cpp | 1 + qt6/demos/viewer.h | 1 + qt6/src/poppler-document.cc | 1 + qt6/src/poppler-private.cc | 1 + qt6/src/poppler-private.h | 1 + qt6/src/poppler-qt6.h | 1 + 16 files changed, 16 insertions(+)
New commits: commit a89965b44f6a8b1bdf05d36380b9f883877fbdd2 Author: Albert Astals Cid <[email protected]> Date: Sat May 15 00:26:42 2021 +0200 Update (C) diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc index 56b929be..90de9b8b 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -47,6 +47,7 @@ // Copyright (C) 2020 Thorsten Behrens <[email protected]> // Copyright (C) 2020 Adam Sampson <[email protected]> // Copyright (C) 2021 Oliver Sander <[email protected]> +// Copyright (C) 2021 Mahmoud Khalil <[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/PDFDoc.h b/poppler/PDFDoc.h index 2cd4b35d..a2d0098b 100644 --- a/poppler/PDFDoc.h +++ b/poppler/PDFDoc.h @@ -34,6 +34,7 @@ // Copyright (C) 2018 Evangelos Rigas <[email protected]> // Copyright (C) 2020, 2021 Oliver Sander <[email protected]> // Copyright (C) 2020 Nelson Benítez León <[email protected]> +// Copyright (C) 2021 Mahmoud Khalil <[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/XRef.cc b/poppler/XRef.cc index c7a509fb..3350f6e9 100644 --- a/poppler/XRef.cc +++ b/poppler/XRef.cc @@ -30,6 +30,7 @@ // Copyright (C) 2019 LE GARREC Vincent <[email protected]> // Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden // Copyright (C) 2010 William Bader <[email protected]> +// Copyright (C) 2021 Mahmoud Khalil <[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/XRef.h b/poppler/XRef.h index 2b30b509..81151dc5 100644 --- a/poppler/XRef.h +++ b/poppler/XRef.h @@ -25,6 +25,7 @@ // Copyright (C) 2016 Jakub Alba <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2018 Marek Kasik <[email protected]> +// Copyright (C) 2021 Mahmoud Khalil <[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/demos/viewer.cpp b/qt5/demos/viewer.cpp index 72c83f64..fd41320e 100644 --- a/qt5/demos/viewer.cpp +++ b/qt5/demos/viewer.cpp @@ -4,6 +4,7 @@ * Copyright (C) 2009, Shawn Rutledge <[email protected]> * Copyright (C) 2013, Fabio D'Urso <[email protected]> * Copyright (C) 2020, Oliver Sander <[email protected]> + * Copyright (C) 2021, Mahmoud Khalil <[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/demos/viewer.h b/qt5/demos/viewer.h index 3e3d422d..8f2ee3a2 100644 --- a/qt5/demos/viewer.h +++ b/qt5/demos/viewer.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2008, Pino Toscano <[email protected]> + * Copyright (C) 2021, Mahmoud Khalil <[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 74dbd959..574f2431 100644 --- a/qt5/src/poppler-document.cc +++ b/qt5/src/poppler-document.cc @@ -18,6 +18,7 @@ * Copyright (C) 2020 Philipp Knechtges <[email protected]> * Copyright (C) 2020 Katarina Behrens <[email protected]> * Copyright (C) 2020 Thorsten Behrens <[email protected]> + * Copyright (C) 2021 Mahmoud Khalil <[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.cc b/qt5/src/poppler-private.cc index 4896c29d..db2fac73 100644 --- a/qt5/src/poppler-private.cc +++ b/qt5/src/poppler-private.cc @@ -10,6 +10,7 @@ * Copyright (C) 2019, 2020 Oliver Sander <[email protected]> * Copyright (C) 2019 João Netto <[email protected]> * Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]> + * Copyright (C) 2021 Mahmoud Khalil <[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 11302dd0..ed358bf5 100644 --- a/qt5/src/poppler-private.h +++ b/qt5/src/poppler-private.h @@ -18,6 +18,7 @@ * Copyright (C) 2019 Jan Grulich <[email protected]> * Copyright (C) 2019 Alexander Volkov <[email protected]> * Copyright (C) 2020 Philipp Knechtges <[email protected]> + * Copyright (C) 2021 Mahmoud Khalil <[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 5a375d6b..a55fb9a4 100644 --- a/qt5/src/poppler-qt5.h +++ b/qt5/src/poppler-qt5.h @@ -26,6 +26,7 @@ * Copyright (C) 2020 Thorsten Behrens <[email protected]> * Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden * Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. + * Copyright (C) 2021 Mahmoud Khalil <[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 7e5dedef..b2a9c1b3 100644 --- a/qt6/demos/viewer.cpp +++ b/qt6/demos/viewer.cpp @@ -4,6 +4,7 @@ * Copyright (C) 2009, Shawn Rutledge <[email protected]> * Copyright (C) 2013, Fabio D'Urso <[email protected]> * Copyright (C) 2020, Oliver Sander <[email protected]> + * Copyright (C) 2021, Mahmoud Khalil <[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.h b/qt6/demos/viewer.h index 3e3d422d..8f2ee3a2 100644 --- a/qt6/demos/viewer.h +++ b/qt6/demos/viewer.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2008, Pino Toscano <[email protected]> + * Copyright (C) 2021, Mahmoud Khalil <[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 d53269dd..66817c1b 100644 --- a/qt6/src/poppler-document.cc +++ b/qt6/src/poppler-document.cc @@ -18,6 +18,7 @@ * Copyright (C) 2020 Philipp Knechtges <[email protected]> * Copyright (C) 2020 Katarina Behrens <[email protected]> * Copyright (C) 2020 Thorsten Behrens <[email protected]> + * Copyright (C) 2021 Mahmoud Khalil <[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-private.cc b/qt6/src/poppler-private.cc index 01ae79e5..0250e13b 100644 --- a/qt6/src/poppler-private.cc +++ b/qt6/src/poppler-private.cc @@ -10,6 +10,7 @@ * Copyright (C) 2019, 2020 Oliver Sander <[email protected]> * Copyright (C) 2019 João Netto <[email protected]> * Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]> + * Copyright (C) 2021 Mahmoud Khalil <[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/qt6/src/poppler-private.h b/qt6/src/poppler-private.h index 5ee724aa..b99b03c1 100644 --- a/qt6/src/poppler-private.h +++ b/qt6/src/poppler-private.h @@ -18,6 +18,7 @@ * Copyright (C) 2019 Jan Grulich <[email protected]> * Copyright (C) 2019 Alexander Volkov <[email protected]> * Copyright (C) 2020 Philipp Knechtges <[email protected]> + * Copyright (C) 2021 Mahmoud Khalil <[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/qt6/src/poppler-qt6.h b/qt6/src/poppler-qt6.h index 565c2c19..099bc6db 100644 --- a/qt6/src/poppler-qt6.h +++ b/qt6/src/poppler-qt6.h @@ -26,6 +26,7 @@ * Copyright (C) 2020 Thorsten Behrens <[email protected]> * Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden * Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. + * Copyright (C) 2021 Mahmoud Khalil <[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
