poppler/Annot.cc                  |    2 +-
 poppler/Annot.h                   |    2 +-
 poppler/BBoxOutputDev.cc          |    1 +
 poppler/CairoFontEngine.h         |    1 +
 poppler/CairoOutputDev.cc         |    2 +-
 poppler/Gfx.cc                    |    2 +-
 poppler/Gfx.h                     |    2 +-
 poppler/GfxState.cc               |    2 +-
 poppler/GfxState.h                |    2 +-
 poppler/MarkedContentOutputDev.cc |    1 +
 poppler/MarkedContentOutputDev.h  |    1 +
 poppler/PSOutputDev.cc            |    2 +-
 poppler/PreScanOutputDev.cc       |    1 +
 poppler/SplashOutputDev.cc        |    2 +-
 poppler/TextOutputDev.cc          |    2 +-
 poppler/TextOutputDev.h           |    2 +-
 qt5/src/QPainterOutputDev.cc      |    2 +-
 qt6/src/QPainterOutputDev.cc      |    2 +-
 utils/HtmlFonts.cc                |    2 +-
 utils/HtmlFonts.h                 |    1 +
 utils/HtmlOutputDev.cc            |    2 +-
 21 files changed, 21 insertions(+), 15 deletions(-)

New commits:
commit e5bcd52d20fd3451d299a11793231202e7c24f78
Author: Albert Astals Cid <[email protected]>
Date:   Thu Mar 10 14:44:13 2022 +0100

    Update (C) of previous commit

diff --git a/poppler/Annot.cc b/poppler/Annot.cc
index 3102c7cd..5a468255 100644
--- a/poppler/Annot.cc
+++ b/poppler/Annot.cc
@@ -41,7 +41,7 @@
 // Copyright (C) 2018 Adam Reichold <[email protected]>
 // Copyright (C) 2018 Dileep Sankhla <[email protected]>
 // Copyright (C) 2018-2020 Tobias Deiminger <[email protected]>
-// Copyright (C) 2018-2020 Oliver Sander <[email protected]>
+// Copyright (C) 2018-2020, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2019 Umang Malik <[email protected]>
 // Copyright (C) 2019 João Netto <[email protected]>
 // Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, 
<[email protected]>. Work sponsored by Technische Universität Dresden
diff --git a/poppler/Annot.h b/poppler/Annot.h
index a18c6768..51c233ae 100644
--- a/poppler/Annot.h
+++ b/poppler/Annot.h
@@ -29,7 +29,7 @@
 // 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) 2018 Dileep Sankhla <[email protected]>
 // Copyright (C) 2018-2020 Tobias Deiminger <[email protected]>
-// Copyright (C) 2018, 2020 Oliver Sander <[email protected]>
+// Copyright (C) 2018, 2020, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2018 Adam Reichold <[email protected]>
 // Copyright (C) 2019 Umang Malik <[email protected]>
 // Copyright (C) 2019 João Netto <[email protected]>
diff --git a/poppler/BBoxOutputDev.cc b/poppler/BBoxOutputDev.cc
index 1204f00a..ae5b72a0 100644
--- a/poppler/BBoxOutputDev.cc
+++ b/poppler/BBoxOutputDev.cc
@@ -5,6 +5,7 @@
 // This file is licensed under the GPLv2 or later
 //
 // Copyright 2020 sgerwk <[email protected]>
+// Copyright 2022 Oliver Sander <[email protected]>
 //
 //========================================================================
 
diff --git a/poppler/CairoFontEngine.h b/poppler/CairoFontEngine.h
index b7444b13..e156a0ec 100644
--- a/poppler/CairoFontEngine.h
+++ b/poppler/CairoFontEngine.h
@@ -21,6 +21,7 @@
 // Copyright (C) 2008, 2017 Adrian Johnson <[email protected]>
 // Copyright (C) 2013 Thomas Freitag <[email protected]>
 // Copyright (C) 2018 Adam Reichold <[email protected]>
+// Copyright (C) 2022 Oliver Sander <[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.cc b/poppler/CairoOutputDev.cc
index 96e6baa7..402ddcbf 100644
--- a/poppler/CairoOutputDev.cc
+++ b/poppler/CairoOutputDev.cc
@@ -33,7 +33,7 @@
 // Copyright (C) 2018, 2020 Adam Reichold <[email protected]>
 // Copyright (C) 2019, 2020 Marek Kasik <[email protected]>
 // Copyright (C) 2020 Michal <[email protected]>
-// Copyright (C) 2020 Oliver Sander <[email protected]>
+// Copyright (C) 2020, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2021 Uli Schlachter <[email protected]>
 // Copyright (C) 2021 Christian Persch <[email protected]>
 //
diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc
index f70d8931..2e8b2119 100644
--- a/poppler/Gfx.cc
+++ b/poppler/Gfx.cc
@@ -42,7 +42,7 @@
 // Copyright (C) 2018, 2019 Adam Reichold <[email protected]>
 // Copyright (C) 2018 Denis Onishchenko <[email protected]>
 // Copyright (C) 2019 LE GARREC Vincent <[email protected]>
-// Copyright (C) 2019-2021 Oliver Sander <[email protected]>
+// Copyright (C) 2019-2022 Oliver Sander <[email protected]>
 // Copyright (C) 2019 Volker Krause <[email protected]>
 // Copyright (C) 2020 Philipp Knechtges <[email protected]>
 // Copyright (C) 2021 Steve Rosenhamer <[email protected]>
diff --git a/poppler/Gfx.h b/poppler/Gfx.h
index d7c1ca97..fee97a72 100644
--- a/poppler/Gfx.h
+++ b/poppler/Gfx.h
@@ -24,7 +24,7 @@
 // Copyright (C) 2013 Fabio D'Urso <[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) 2018 Adam Reichold <[email protected]>
-// Copyright (C) 2019 Oliver Sander <[email protected]>
+// Copyright (C) 2019, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2019 Volker Krause <[email protected]>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/poppler/GfxState.cc b/poppler/GfxState.cc
index f46e425e..3e68d1a8 100644
--- a/poppler/GfxState.cc
+++ b/poppler/GfxState.cc
@@ -29,7 +29,7 @@
 // Copyright (C) 2013 Fabio D'Urso <[email protected]>
 // Copyright (C) 2015, 2020 Adrian Johnson <[email protected]>
 // Copyright (C) 2016 Marek Kasik <[email protected]>
-// Copyright (C) 2017, 2019 Oliver Sander <[email protected]>
+// Copyright (C) 2017, 2019, 2022 Oliver Sander <[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) 2018 Volker Krause <[email protected]>
 // Copyright (C) 2018, 2019 Adam Reichold <[email protected]>
diff --git a/poppler/GfxState.h b/poppler/GfxState.h
index 0d86d65e..5abcc9ed 100644
--- a/poppler/GfxState.h
+++ b/poppler/GfxState.h
@@ -23,7 +23,7 @@
 // Copyright (C) 2011-2014, 2016, 2020 Thomas Freitag <[email protected]>
 // Copyright (C) 2013 Lu Wang <[email protected]>
 // Copyright (C) 2015, 2017, 2020 Adrian Johnson <[email protected]>
-// Copyright (C) 2017, 2019 Oliver Sander <[email protected]>
+// Copyright (C) 2017, 2019, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2018 Adam Reichold <[email protected]>
 // Copyright (C) 2020, 2021 Philipp Knechtges <[email protected]>
 //
diff --git a/poppler/MarkedContentOutputDev.cc 
b/poppler/MarkedContentOutputDev.cc
index 4c5e42d0..7358977e 100644
--- a/poppler/MarkedContentOutputDev.cc
+++ b/poppler/MarkedContentOutputDev.cc
@@ -7,6 +7,7 @@
 // Copyright 2013 Igalia S.L.
 // Copyright 2018-2020 Albert Astals Cid <[email protected]>
 // Copyright 2021 Adrian Johnson <[email protected]>
+// Copyright 2022 Oliver Sander <[email protected]>
 //
 //========================================================================
 
diff --git a/poppler/MarkedContentOutputDev.h b/poppler/MarkedContentOutputDev.h
index ba2ef07c..68560d2b 100644
--- a/poppler/MarkedContentOutputDev.h
+++ b/poppler/MarkedContentOutputDev.h
@@ -7,6 +7,7 @@
 // Copyright 2013 Igalia S.L.
 // Copyright 2018-2021 Albert Astals Cid <[email protected]>
 // Copyright 2021 Adrian Johnson <[email protected]>
+// Copyright 2022 Oliver Sander <[email protected]>
 //
 //========================================================================
 
diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc
index 4b570af6..45cf1081 100644
--- a/poppler/PSOutputDev.cc
+++ b/poppler/PSOutputDev.cc
@@ -35,7 +35,7 @@
 // Copyright (C) 2018 Adam Reichold <[email protected]>
 // Copyright (C) 2018 Philipp Knechtges <[email protected]>
 // Copyright (C) 2019, 2021 Christian Persch <[email protected]>
-// Copyright (C) 2019, 2021 Oliver Sander <[email protected]>
+// Copyright (C) 2019, 2021, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2020, 2021 Philipp Knechtges <[email protected]>
 // Copyright (C) 2021 Hubert Figuiere <[email protected]>
 //
diff --git a/poppler/PreScanOutputDev.cc b/poppler/PreScanOutputDev.cc
index 9823ac58..76878ff9 100644
--- a/poppler/PreScanOutputDev.cc
+++ b/poppler/PreScanOutputDev.cc
@@ -18,6 +18,7 @@
 // Copyright (C) 2011, 2014 William Bader <[email protected]>
 // Copyright (C) 2011, 2013 Thomas Freitag <[email protected]>
 // Copyright (C) 2011 Adrian Johnson <[email protected]>
+// Copyright (C) 2022 Oliver Sander <[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/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
index 57ac0260..67a1a6a0 100644
--- a/poppler/SplashOutputDev.cc
+++ b/poppler/SplashOutputDev.cc
@@ -42,7 +42,7 @@
 // Copyright (C) 2018, 2019 Stefan Brüns <[email protected]>
 // Copyright (C) 2018 Adam Reichold <[email protected]>
 // Copyright (C) 2019 Christian Persch <[email protected]>
-// Copyright (C) 2020, 2021 Oliver Sander <[email protected]>
+// Copyright (C) 2020-2022 Oliver Sander <[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/TextOutputDev.cc b/poppler/TextOutputDev.cc
index cbfe8bca..061f95fe 100644
--- a/poppler/TextOutputDev.cc
+++ b/poppler/TextOutputDev.cc
@@ -41,7 +41,7 @@
 // Copyright (C) 2018 Adam Reichold <[email protected]>
 // Copyright (C) 2018-2021 Nelson Benítez León <[email protected]>
 // Copyright (C) 2019 Christian Persch <[email protected]>
-// Copyright (C) 2019 Oliver Sander <[email protected]>
+// Copyright (C) 2019, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2019 Dan Shea <[email protected]>
 // Copyright (C) 2021 Peter Williams <[email protected]>
 //
diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h
index bc25f648..af007fa0 100644
--- a/poppler/TextOutputDev.h
+++ b/poppler/TextOutputDev.h
@@ -24,7 +24,7 @@
 // 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) 2018 Sanchit Anand <[email protected]>
 // Copyright (C) 2018, 2020, 2021 Nelson Benítez León <[email protected]>
-// Copyright (C) 2019 Oliver Sander <[email protected]>
+// Copyright (C) 2019, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2019 Dan Shea <[email protected]>
 // Copyright (C) 2020 Suzuki Toshiya <[email protected]>
 //
diff --git a/qt5/src/QPainterOutputDev.cc b/qt5/src/QPainterOutputDev.cc
index 98a3c407..25e4b3d1 100644
--- a/qt5/src/QPainterOutputDev.cc
+++ b/qt5/src/QPainterOutputDev.cc
@@ -23,7 +23,7 @@
 // Copyright (C) 2013 Thomas Freitag <[email protected]>
 // Copyright (C) 2013 Dominik Haumann <[email protected]>
 // Copyright (C) 2013 Mihai Niculescu <[email protected]>
-// Copyright (C) 2017, 2018, 2020, 2021 Oliver Sander 
<[email protected]>
+// Copyright (C) 2017, 2018, 2020-2022 Oliver Sander 
<[email protected]>
 // Copyright (C) 2017 Adrian Johnson <[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) 2018 Adam Reichold <[email protected]>
diff --git a/qt6/src/QPainterOutputDev.cc b/qt6/src/QPainterOutputDev.cc
index 98a3c407..25e4b3d1 100644
--- a/qt6/src/QPainterOutputDev.cc
+++ b/qt6/src/QPainterOutputDev.cc
@@ -23,7 +23,7 @@
 // Copyright (C) 2013 Thomas Freitag <[email protected]>
 // Copyright (C) 2013 Dominik Haumann <[email protected]>
 // Copyright (C) 2013 Mihai Niculescu <[email protected]>
-// Copyright (C) 2017, 2018, 2020, 2021 Oliver Sander 
<[email protected]>
+// Copyright (C) 2017, 2018, 2020-2022 Oliver Sander 
<[email protected]>
 // Copyright (C) 2017 Adrian Johnson <[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) 2018 Adam Reichold <[email protected]>
diff --git a/utils/HtmlFonts.cc b/utils/HtmlFonts.cc
index f17044ba..8836f1a6 100644
--- a/utils/HtmlFonts.cc
+++ b/utils/HtmlFonts.cc
@@ -30,7 +30,7 @@
 // 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) 2018 Steven Boswell <[email protected]>
 // Copyright (C) 2018 Adam Reichold <[email protected]>
-// Copyright (C) 2019 Oliver Sander <[email protected]>
+// Copyright (C) 2019, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2020 Eddie Kohler <[email protected]>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/utils/HtmlFonts.h b/utils/HtmlFonts.h
index 21fb6c35..ca4ae54b 100644
--- a/utils/HtmlFonts.h
+++ b/utils/HtmlFonts.h
@@ -24,6 +24,7 @@
 // Copyright (C) 2012 Igor Slepchin <[email protected]>
 // Copyright (C) 2018 Adam Reichold <[email protected]>
 // Copyright (C) 2020 Eddie Kohler <[email protected]>
+// Copyright (C) 2022 Oliver Sander <[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 28ec64a8..defdd397 100644
--- a/utils/HtmlOutputDev.cc
+++ b/utils/HtmlOutputDev.cc
@@ -43,7 +43,7 @@
 // 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) 2018 Thibaut Brard <[email protected]>
 // Copyright (C) 2018-2020 Adam Reichold <[email protected]>
-// Copyright (C) 2019, 2020 Oliver Sander <[email protected]>
+// Copyright (C) 2019, 2020, 2022 Oliver Sander <[email protected]>
 // Copyright (C) 2020 Eddie Kohler <[email protected]>
 // Copyright (C) 2021 Christopher Hasse <[email protected]>
 //

Reply via email to