poppler/CairoOutputDev.cc |    1 +
 poppler/CairoOutputDev.h  |    1 +
 utils/HtmlOutputDev.cc    |    1 +
 utils/pdftocairo.cc       |    1 +
 4 files changed, 4 insertions(+)

New commits:
commit 33c9b192ac32e7e95a825aa3ff4e18561f0dc80b
Author: Albert Astals Cid <[email protected]>
Date:   Mon Nov 1 11:31:49 2021 +0100

    Update (C)
    
    chpe's ones are from the cairo_t commit last month

diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc
index 93975609..5f4780c7 100644
--- a/poppler/CairoOutputDev.cc
+++ b/poppler/CairoOutputDev.cc
@@ -35,6 +35,7 @@
 // Copyright (C) 2020 Michal <[email protected]>
 // Copyright (C) 2020 Oliver Sander <[email protected]>
 // Copyright (C) 2021 Uli Schlachter <[email protected]>
+// Copyright (C) 2021 Christian Persch <[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/CairoOutputDev.h b/poppler/CairoOutputDev.h
index 04e71451..9a3bb7dc 100644
--- a/poppler/CairoOutputDev.h
+++ b/poppler/CairoOutputDev.h
@@ -26,6 +26,7 @@
 // Copyright (C) 2018, 2019, 2021 Albert Astals Cid <[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) 2020 Michal <[email protected]>
+// Copyright (C) 2021 Christian Persch <[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/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc
index 9e832bc8..7564b3e4 100644
--- a/utils/HtmlOutputDev.cc
+++ b/utils/HtmlOutputDev.cc
@@ -45,6 +45,7 @@
 // Copyright (C) 2018-2020 Adam Reichold <[email protected]>
 // Copyright (C) 2019, 2020 Oliver Sander <[email protected]>
 // Copyright (C) 2020 Eddie Kohler <[email protected]>
+// Copyright (C) 2021 Christopher Hasse <[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/utils/pdftocairo.cc b/utils/pdftocairo.cc
index 342ca213..d6ba0e62 100644
--- a/utils/pdftocairo.cc
+++ b/utils/pdftocairo.cc
@@ -38,6 +38,7 @@
 // Copyright (C) 2020 Philipp Knechtges <[email protected]>
 // Copyright (C) 2020 Salvo Miosi <[email protected]>
 // Copyright (C) 2021 Peter Williams <[email protected]>
+// Copyright (C) 2021 Christian Persch <[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

Reply via email to