[poppler] poppler/PDFDoc.cc poppler/PDFDoc.h poppler/XRef.cc poppler/XRef.h qt5/demos qt5/src qt6/demos qt6/src

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri May 14 22:33:20 UTC 2021


 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 <aacid at kde.org>
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 <Thorsten.Behrens at CIB.de>
 // Copyright (C) 2020 Adam Sampson <ats at offog.org>
 // Copyright (C) 2021 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
 //
 // 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 <erigas at rnd2.org>
 // Copyright (C) 2020, 2021 Oliver Sander <oliver.sander at tu-dresden.de>
 // Copyright (C) 2020 Nelson Benítez León <nbenitezl at gmail.com>
+// Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
 //
 // 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 <legarrec.vincent at gmail.com>
 // Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>. Work sponsored by Technische Universität Dresden
 // Copyright (C) 2010 William Bader <william at newspapersystems.com>
+// Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
 //
 // 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 <jakubalba at gmail.com>
 // Copyright (C) 2018 Adam Reichold <adam.reichold at t-online.de>
 // Copyright (C) 2018 Marek Kasik <mkasik at redhat.com>
+// Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
 //
 // 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 <shawn.t.rutledge at gmail.com>
  * Copyright (C) 2013, Fabio D'Urso <fabiodurso at hotmail.it>
  * Copyright (C) 2020, Oliver Sander <oliver.sander at tu-dresden.de>
+ * Copyright (C) 2021, Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  *
  * 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 <pino at kde.org>
+ * Copyright (C) 2021, Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  *
  * 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 <philipp-dev at knechtges.com>
  * Copyright (C) 2020 Katarina Behrens <Katarina.Behrens at cib.de>
  * Copyright (C) 2020 Thorsten Behrens <Thorsten.Behrens at CIB.de>
+ * Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  *
  * 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 <oliver.sander at tu-dresden.de>
  * Copyright (C) 2019 João Netto <joaonetto901 at gmail.com>
  * Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>
+ * Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  * Inspired on code by
  * Copyright (C) 2004 by Albert Astals Cid <tsdgeos at terra.es>
  * Copyright (C) 2004 by Enrico Ros <eros.kde at email.it>
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 <jgrulich at redhat.com>
  * Copyright (C) 2019 Alexander Volkov <a.volkov at rusbitech.ru>
  * Copyright (C) 2020 Philipp Knechtges <philipp-dev at knechtges.com>
+ * Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  * Inspired on code by
  * Copyright (C) 2004 by Albert Astals Cid <tsdgeos at terra.es>
  * Copyright (C) 2004 by Enrico Ros <eros.kde at email.it>
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 <Thorsten.Behrens at CIB.de>
  * Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>. Work sponsored by Technische Universität Dresden
  * Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>.
+ * Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  *
  * 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 <shawn.t.rutledge at gmail.com>
  * Copyright (C) 2013, Fabio D'Urso <fabiodurso at hotmail.it>
  * Copyright (C) 2020, Oliver Sander <oliver.sander at tu-dresden.de>
+ * Copyright (C) 2021, Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  *
  * 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 <pino at kde.org>
+ * Copyright (C) 2021, Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  *
  * 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 <philipp-dev at knechtges.com>
  * Copyright (C) 2020 Katarina Behrens <Katarina.Behrens at cib.de>
  * Copyright (C) 2020 Thorsten Behrens <Thorsten.Behrens at CIB.de>
+ * Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  *
  * 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 <oliver.sander at tu-dresden.de>
  * Copyright (C) 2019 João Netto <joaonetto901 at gmail.com>
  * Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>
+ * Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  * Inspired on code by
  * Copyright (C) 2004 by Albert Astals Cid <tsdgeos at terra.es>
  * Copyright (C) 2004 by Enrico Ros <eros.kde at email.it>
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 <jgrulich at redhat.com>
  * Copyright (C) 2019 Alexander Volkov <a.volkov at rusbitech.ru>
  * Copyright (C) 2020 Philipp Knechtges <philipp-dev at knechtges.com>
+ * Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  * Inspired on code by
  * Copyright (C) 2004 by Albert Astals Cid <tsdgeos at terra.es>
  * Copyright (C) 2004 by Enrico Ros <eros.kde at email.it>
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 <Thorsten.Behrens at CIB.de>
  * Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>. Work sponsored by Technische Universität Dresden
  * Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>.
+ * Copyright (C) 2021 Mahmoud Khalil <mahmoudkhalil11 at gmail.com>
  *
  * 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


More information about the poppler mailing list