[poppler] fofi/FoFiEncodings.cc fofi/FoFiEncodings.h fofi/FoFiType1C.cc poppler/Gfx.cc poppler/Gfx.h poppler/JArithmeticDecoder.cc poppler/JArithmeticDecoder.h poppler/JBIG2Stream.cc poppler/JBIG2Stream.h poppler/PDFDocEncoding.cc poppler/PDFDocEncoding.h poppler/Stream.cc poppler/Stream.h poppler/UnicodeMap.cc poppler/UnicodeMap.h poppler/UnicodeMapTables.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Sep 29 15:40:25 UTC 2019


 fofi/FoFiEncodings.cc         |    1 +
 fofi/FoFiEncodings.h          |    1 +
 fofi/FoFiType1C.cc            |    1 +
 poppler/Gfx.cc                |    1 +
 poppler/Gfx.h                 |    1 +
 poppler/JArithmeticDecoder.cc |   14 ++++++++++++++
 poppler/JArithmeticDecoder.h  |    1 +
 poppler/JBIG2Stream.cc        |    1 +
 poppler/JBIG2Stream.h         |    1 +
 poppler/PDFDocEncoding.cc     |    1 +
 poppler/PDFDocEncoding.h      |    1 +
 poppler/Stream.cc             |    1 +
 poppler/Stream.h              |    1 +
 poppler/UnicodeMap.cc         |    1 +
 poppler/UnicodeMap.h          |    1 +
 poppler/UnicodeMapTables.h    |   14 ++++++++++++++
 16 files changed, 42 insertions(+)

New commits:
commit facb696ee9d7654b2c60f2ebe3e09d71f11d384c
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Sep 29 17:36:25 2019 +0200

    Update (C) from previous commit

diff --git a/fofi/FoFiEncodings.cc b/fofi/FoFiEncodings.cc
index 43a715e9..f16f2f43 100644
--- a/fofi/FoFiEncodings.cc
+++ b/fofi/FoFiEncodings.cc
@@ -14,6 +14,7 @@
 // under GPL version 2 or later
 //
 // Copyright (C) 2016 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/fofi/FoFiEncodings.h b/fofi/FoFiEncodings.h
index 72a438b5..a6392a18 100644
--- a/fofi/FoFiEncodings.h
+++ b/fofi/FoFiEncodings.h
@@ -14,6 +14,7 @@
 // under GPL version 2 or later
 //
 // Copyright (C) 2016 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/fofi/FoFiType1C.cc b/fofi/FoFiType1C.cc
index 03223863..8ecc066a 100644
--- a/fofi/FoFiType1C.cc
+++ b/fofi/FoFiType1C.cc
@@ -17,6 +17,7 @@
 // Copyright (C) 2012 Thomas Freitag <Thomas.Freitag at alfa.de>
 // Copyright (C) 2018 Adam Reichold <adam.reichold at t-online.de>
 // Copyright (C) 2019 Tomoyuki Kubota <himajin100000 at gmail.com>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/Gfx.cc b/poppler/Gfx.cc
index 1288f038..84296e61 100644
--- a/poppler/Gfx.cc
+++ b/poppler/Gfx.cc
@@ -43,6 +43,7 @@
 // Copyright (C) 2018 Denis Onishchenko <denis.onischenko at gmail.com>
 // Copyright (C) 2019 LE GARREC Vincent <legarrec.vincent at gmail.com>
 // Copyright (C) 2019 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/Gfx.h b/poppler/Gfx.h
index df4a2eab..e8ff605f 100644
--- a/poppler/Gfx.h
+++ b/poppler/Gfx.h
@@ -25,6 +25,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 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/JArithmeticDecoder.cc b/poppler/JArithmeticDecoder.cc
index cba1cec5..409f09ea 100644
--- a/poppler/JArithmeticDecoder.cc
+++ b/poppler/JArithmeticDecoder.cc
@@ -6,6 +6,20 @@
 //
 //========================================================================
 
+//========================================================================
+//
+// Modified under the Poppler project - http://poppler.freedesktop.org
+//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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
+//
+//========================================================================
+
 #include <config.h>
 
 #include "Object.h"
diff --git a/poppler/JArithmeticDecoder.h b/poppler/JArithmeticDecoder.h
index 2c9c5258..5842b1ec 100644
--- a/poppler/JArithmeticDecoder.h
+++ b/poppler/JArithmeticDecoder.h
@@ -16,6 +16,7 @@
 // under GPL version 2 or later
 //
 // Copyright (C) 2018 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/JBIG2Stream.cc b/poppler/JBIG2Stream.cc
index f86e9243..09e5b6c8 100644
--- a/poppler/JBIG2Stream.cc
+++ b/poppler/JBIG2Stream.cc
@@ -26,6 +26,7 @@
 // Copyright (C) 2018 Adam Reichold <adam.reichold at t-online.de>
 // Copyright (C) 2019 LE GARREC Vincent <legarrec.vincent at gmail.com>
 // Copyright (C) 2019 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/JBIG2Stream.h b/poppler/JBIG2Stream.h
index b50703dd..89b199aa 100644
--- a/poppler/JBIG2Stream.h
+++ b/poppler/JBIG2Stream.h
@@ -17,6 +17,7 @@
 // Copyright (C) 2013 Adrian Johnson <ajohnson at redneon.com>
 // Copyright (C) 2015 Suzuki Toshiya <mpsuzuki at hiroshima-u.ac.jp>
 // Copyright (C) 2019 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/PDFDocEncoding.cc b/poppler/PDFDocEncoding.cc
index 422a79fe..c9f7807a 100644
--- a/poppler/PDFDocEncoding.cc
+++ b/poppler/PDFDocEncoding.cc
@@ -14,6 +14,7 @@
 // under GPL version 2 or later
 //
 // Copyright (C) 2008 Michael Vrable <mvrable at cs.ucsd.edu>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/PDFDocEncoding.h b/poppler/PDFDocEncoding.h
index e404c125..1d6080e1 100644
--- a/poppler/PDFDocEncoding.h
+++ b/poppler/PDFDocEncoding.h
@@ -14,6 +14,7 @@
 // under GPL version 2 or later
 //
 // Copyright (C) 2007 Adrian Johnson <ajohnson at redneon.com>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/Stream.cc b/poppler/Stream.cc
index 7bd6b2de..bd918efb 100644
--- a/poppler/Stream.cc
+++ b/poppler/Stream.cc
@@ -36,6 +36,7 @@
 // Copyright (C) 2017 Kay Dohmann <k.dohmann at gmx.net>
 // Copyright (C) 2019 Christian Persch <chpe at src.gnome.org>
 // Copyright (C) 2019 LE GARREC Vincent <legarrec.vincent at gmail.com>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/Stream.h b/poppler/Stream.h
index 36bdf530..58246f19 100644
--- a/poppler/Stream.h
+++ b/poppler/Stream.h
@@ -26,6 +26,7 @@
 // Copyright (C) 2013 Peter Breitenlohner <peb at mppmu.mpg.de>
 // Copyright (C) 2013, 2018 Adam Reichold <adamreichold at myopera.com>
 // Copyright (C) 2013 Pino Toscano <pino at kde.org>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/UnicodeMap.cc b/poppler/UnicodeMap.cc
index 09014a6a..6125294b 100644
--- a/poppler/UnicodeMap.cc
+++ b/poppler/UnicodeMap.cc
@@ -19,6 +19,7 @@
 // Copyright (C) 2017 Jean Ghali <jghali at libertysurf.fr>
 // Copyright (C) 2018 Adam Reichold <adam.reichold at t-online.de>
 // Copyright (C) 2019 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/UnicodeMap.h b/poppler/UnicodeMap.h
index 4373c90a..74f6ded0 100644
--- a/poppler/UnicodeMap.h
+++ b/poppler/UnicodeMap.h
@@ -18,6 +18,7 @@
 // Copyright (C) 2017 Adrian Johnson <ajohnson at redneon.com>
 // Copyright (C) 2018 Albert Astals Cid <aacid at kde.org>
 // Copyright (C) 2018 Adam Reichold <adam.reichold at t-online.de>
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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/UnicodeMapTables.h b/poppler/UnicodeMapTables.h
index 3733a63d..e1a879c9 100644
--- a/poppler/UnicodeMapTables.h
+++ b/poppler/UnicodeMapTables.h
@@ -6,6 +6,20 @@
 //
 //========================================================================
 
+//========================================================================
+//
+// Modified under the Poppler project - http://poppler.freedesktop.org
+//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
+// Copyright (C) 2019 Volker Krause <vkrause at kde.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
+//
+//========================================================================
+
 static const UnicodeMapRange latin1UnicodeMapRanges[] = {
   { 0x000a, 0x000a, 0x0a, 1 },
   { 0x000c, 0x000d, 0x0c, 1 },


More information about the poppler mailing list