summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/poppler-document.cpp2
-rw-r--r--poppler/Catalog.cc1
-rw-r--r--poppler/Catalog.h6
-rw-r--r--poppler/PDFDoc.h1
-rw-r--r--qt5/src/poppler-link.cc1
-rw-r--r--utils/HtmlOutputDev.cc2
-rw-r--r--utils/pdfinfo.cc2
7 files changed, 8 insertions, 7 deletions
diff --git a/cpp/poppler-document.cpp b/cpp/poppler-document.cpp
index 1a0d9e6f..6d6cd07c 100644
--- a/cpp/poppler-document.cpp
+++ b/cpp/poppler-document.cpp
@@ -4,7 +4,7 @@
* Copyright (C) 2017, Albert Astals Cid <aacid@kde.org>
* Copyright (C) 2018, 2020, Adam Reichold <adam.reichold@t-online.de>
* Copyright (C) 2019, Masamichi Hosoda <trueroad@trueroad.jp>
- * Copyright (C) 2019, Oliver Sander <oliver.sander@tu-dresden.de>
+ * Copyright (C) 2019, 2020, Oliver Sander <oliver.sander@tu-dresden.de>
*
* 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/poppler/Catalog.cc b/poppler/Catalog.cc
index 064fdcdd..f1afc6e5 100644
--- a/poppler/Catalog.cc
+++ b/poppler/Catalog.cc
@@ -35,6 +35,7 @@
// Copyright (C) 2016 Masamichi Hosoda <trueroad@trueroad.jp>
// Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <info@kdab.com>. Work sponsored by the LiMux project of the city of Munich
// Copyright (C) 2018 Adam Reichold <adam.reichold@t-online.de>
+// Copyright (C) 2020 Oliver Sander <oliver.sander@tu-dresden.de>
//
// 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 921e96d2..3cde9fe1 100644
--- a/poppler/Catalog.h
+++ b/poppler/Catalog.h
@@ -28,6 +28,7 @@
// Copyright (C) 2016 Masamichi Hosoda <trueroad@trueroad.jp>
// Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <info@kdab.com>. Work sponsored by the LiMux project of the city of Munich
// Copyright (C) 2018 Adam Reichold <adam.reichold@t-online.de>
+// Copyright (C) 2020 Oliver Sander <oliver.sander@tu-dresden.de>
//
// 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
@@ -39,20 +40,17 @@
#include "poppler-config.h"
#include "Object.h"
+#include "Link.h"
#include <vector>
#include <memory>
-#include <poppler/Link.h>
-
class PDFDoc;
class XRef;
class Object;
class Page;
class PageAttrs;
struct Ref;
-class LinkDest;
-class LinkAction;
class PageLabelInfo;
class Form;
class OCGs;
diff --git a/poppler/PDFDoc.h b/poppler/PDFDoc.h
index d856744f..7ba64b75 100644
--- a/poppler/PDFDoc.h
+++ b/poppler/PDFDoc.h
@@ -32,6 +32,7 @@
// Copyright (C) 2016 Jakub Alba <jakubalba@gmail.com>
// Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <info@kdab.com>. Work sponsored by the LiMux project of the city of Munich
// Copyright (C) 2018 Evangelos Rigas <erigas@rnd2.org>
+// Copyright (C) 2020 Oliver Sander <oliver.sander@tu-dresden.de>
//
// 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-link.cc b/qt5/src/poppler-link.cc
index 13862a4d..d5aa457c 100644
--- a/qt5/src/poppler-link.cc
+++ b/qt5/src/poppler-link.cc
@@ -6,6 +6,7 @@
* Copyright (C) 2012, Guillermo A. Amaral B. <gamaral@kde.org>
* Copyright (C) 2018 Intevation GmbH <intevation@intevation.de>
* Copyright (C) 2018 Adam Reichold <adam.reichold@t-online.de>
+ * Copyright (C) 2020 Oliver Sander <oliver.sander@tu-dresden.de>
* Adapting code from
* Copyright (C) 2004 by Enrico Ros <eros.kde@email.it>
*
diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc
index ff638ee0..75fb5bbb 100644
--- a/utils/HtmlOutputDev.cc
+++ b/utils/HtmlOutputDev.cc
@@ -43,7 +43,7 @@
// Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <info@kdab.com>. Work sponsored by the LiMux project of the city of Munich
// Copyright (C) 2018 Thibaut Brard <thibaut.brard@gmail.com>
// Copyright (C) 2018, 2019 Adam Reichold <adam.reichold@t-online.de>
-// Copyright (C) 2019 Oliver Sander <oliver.sander@tu-dresden.de>
+// Copyright (C) 2019, 2020 Oliver Sander <oliver.sander@tu-dresden.de>
//
// 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/utils/pdfinfo.cc b/utils/pdfinfo.cc
index 550c1d94..2b5eb02e 100644
--- a/utils/pdfinfo.cc
+++ b/utils/pdfinfo.cc
@@ -26,7 +26,7 @@
// Copyright (C) 2018 Adam Reichold <adam.reichold@t-online.de>
// Copyright (C) 2018 Evangelos Rigas <erigas@rnd2.org>
// Copyright (C) 2019 Christian Persch <chpe@src.gnome.org>
-// Copyright (C) 2019 Oliver Sander <oliver.sander@tu-dresden.de>
+// Copyright (C) 2019, 2020 Oliver Sander <oliver.sander@tu-dresden.de>
// Copyright (C) 2019 Thomas Fischer <fischer@unix-ag.uni-kl.de>
//
// To see a description of the changes please see the Changelog file that