[poppler] poppler/Annot.cc poppler/Annot.h poppler/Catalog.cc poppler/Catalog.h poppler/Outline.cc poppler/Outline.h poppler/PDFDoc.cc qt5/src qt6/src
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Jul 6 23:06:14 UTC 2021
poppler/Annot.cc | 1 +
poppler/Annot.h | 1 +
poppler/Catalog.cc | 1 +
poppler/Catalog.h | 1 +
poppler/Outline.cc | 1 +
poppler/Outline.h | 1 +
poppler/PDFDoc.cc | 1 +
qt5/src/poppler-pdf-converter.cc | 1 +
qt6/src/poppler-pdf-converter.cc | 1 +
9 files changed, 9 insertions(+)
New commits:
commit 1d23101ccebe14261c6afc024ea14f29d209e760
Author: Albert Astals Cid <aacid at kde.org>
Date: Wed Jul 7 01:05:57 2021 +0200
Update (C)
diff --git a/poppler/Annot.cc b/poppler/Annot.cc
index 66db4a32..9f19e22f 100644
--- a/poppler/Annot.cc
+++ b/poppler/Annot.cc
@@ -49,6 +49,7 @@
// Copyright (C) 2020 Thorsten Behrens <Thorsten.Behrens at CIB.de>
// Copyright (C) 2020 Nelson Benítez León <nbenitezl at gmail.com>
// Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>.
+// Copyright (C) 2021 Zachary Travis <ztravis at everlaw.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/Annot.h b/poppler/Annot.h
index de4ce74c..0ab8c535 100644
--- a/poppler/Annot.h
+++ b/poppler/Annot.h
@@ -38,6 +38,7 @@
// Copyright (C) 2020 Katarina Behrens <Katarina.Behrens at cib.de>
// Copyright (C) 2020 Thorsten Behrens <Thorsten.Behrens at CIB.de>
// Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>.
+// Copyright (C) 2021 Zachary Travis <ztravis at everlaw.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/Catalog.cc b/poppler/Catalog.cc
index aa1dbf48..53fdfb5a 100644
--- a/poppler/Catalog.cc
+++ b/poppler/Catalog.cc
@@ -39,6 +39,7 @@
// Copyright (C) 2020 Katarina Behrens <Katarina.Behrens at cib.de>
// 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 RM <rm+git at arcsin.org>
//
// 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/Catalog.h b/poppler/Catalog.h
index 254ea0d3..6d568b75 100644
--- a/poppler/Catalog.h
+++ b/poppler/Catalog.h
@@ -31,6 +31,7 @@
// Copyright (C) 2020 Oliver Sander <oliver.sander at tu-dresden.de>
// Copyright (C) 2020 Katarina Behrens <Katarina.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 RM <rm+git at arcsin.org>
//
// 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/Outline.cc b/poppler/Outline.cc
index 6e45b626..aa6b4ef9 100644
--- a/poppler/Outline.cc
+++ b/poppler/Outline.cc
@@ -21,6 +21,7 @@
// Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>. Work sponsored by the LiMux project of the city of Munich
// Copyright (C) 2018 Adam Reichold <adam.reichold at t-online.de>
// Copyright (C) 2019, 2020 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2021 RM <rm+git at arcsin.org>
//
// 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/Outline.h b/poppler/Outline.h
index 8e0e7a48..9fc85e24 100644
--- a/poppler/Outline.h
+++ b/poppler/Outline.h
@@ -16,6 +16,7 @@
// Copyright (C) 2005 Marco Pesenti Gritti <mpg at redhat.com>
// Copyright (C) 2016, 2018, 2021 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2019, 2020 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2021 RM <rm+git at arcsin.org>
//
// 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.cc b/poppler/PDFDoc.cc
index 941f7a51..7646fb89 100644
--- a/poppler/PDFDoc.cc
+++ b/poppler/PDFDoc.cc
@@ -48,6 +48,7 @@
// 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>
+// Copyright (C) 2021 RM <rm+git at arcsin.org>
//
// 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/src/poppler-pdf-converter.cc b/qt5/src/poppler-pdf-converter.cc
index 379312f6..7e25d23e 100644
--- a/qt5/src/poppler-pdf-converter.cc
+++ b/qt5/src/poppler-pdf-converter.cc
@@ -4,6 +4,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, Zachary Travis <ztravis at everlaw.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-pdf-converter.cc b/qt6/src/poppler-pdf-converter.cc
index 19933c41..4046fc11 100644
--- a/qt6/src/poppler-pdf-converter.cc
+++ b/qt6/src/poppler-pdf-converter.cc
@@ -4,6 +4,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, Zachary Travis <ztravis at everlaw.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