cpp/poppler-image.cpp | 1 + poppler/GfxState.cc | 1 + poppler/JBIG2Stream.cc | 1 + qt5/src/ArthurOutputDev.cc | 1 + splash/SplashPath.cc | 1 + 5 files changed, 5 insertions(+)
New commits: commit 4f039c57fee4413a500a9e36bf8350eae1130442 Author: Albert Astals Cid <[email protected]> Date: Sat Sep 1 01:05:02 2018 +0200 Update (C) from last commits diff --git a/cpp/poppler-image.cpp b/cpp/poppler-image.cpp index 7c9bdad7..eab37a2a 100644 --- a/cpp/poppler-image.cpp +++ b/cpp/poppler-image.cpp @@ -4,6 +4,7 @@ * Copyright (C) 2017, 2018, Albert Astals Cid <[email protected]> * Copyright (C) 2017, Jeroen Ooms <[email protected]> * Copyright (C) 2018, Zsombor Hollay-Horvath <[email protected]> + * Copyright (C) 2018, Adam Reichold <[email protected]> * * 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/GfxState.cc b/poppler/GfxState.cc index 90e0d6a0..c2ff6d02 100644 --- a/poppler/GfxState.cc +++ b/poppler/GfxState.cc @@ -32,6 +32,7 @@ // Copyright (C) 2017 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 Adam Reichold <[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/JBIG2Stream.cc b/poppler/JBIG2Stream.cc index 79fab19e..2acbc915 100644 --- a/poppler/JBIG2Stream.cc +++ b/poppler/JBIG2Stream.cc @@ -23,6 +23,7 @@ // Copyright (C) 2013 Adrian Johnson <[email protected]> // Copyright (C) 2013, 2014 Fabio D'Urso <[email protected]> // Copyright (C) 2015 Suzuki Toshiya <[email protected]> +// Copyright (C) 2018 Adam Reichold <[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/qt5/src/ArthurOutputDev.cc b/qt5/src/ArthurOutputDev.cc index 521c4ae0..e9722238 100644 --- a/qt5/src/ArthurOutputDev.cc +++ b/qt5/src/ArthurOutputDev.cc @@ -26,6 +26,7 @@ // Copyright (C) 2017, 2018 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]> // // 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/splash/SplashPath.cc b/splash/SplashPath.cc index 1de0dc97..ba463fc6 100644 --- a/splash/SplashPath.cc +++ b/splash/SplashPath.cc @@ -13,6 +13,7 @@ // // Copyright (C) 2018 Stefan Brüns <[email protected]> // Copyright (C) 2018 Albert Astals Cid <[email protected]> +// Copyright (C) 2018 Adam Reichold <[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 _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
