poppler/SplashOutputDev.cc | 2 +- splash/SplashClip.cc | 1 + splash/SplashClip.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-)
New commits: commit 498883b5397b3b951b5d41d17641ecf2ffe9b801 Author: Albert Astals Cid <[email protected]> Date: Mon Oct 7 23:25:07 2019 +0200 Update (C) of previous commit diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc index 214302a7..e89e8e85 100644 --- a/poppler/SplashOutputDev.cc +++ b/poppler/SplashOutputDev.cc @@ -39,7 +39,7 @@ // Copyright (C) 2016 Takahiro Hashimoto <[email protected]> // Copyright (C) 2017 Even Rouault <[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 Stefan Brüns <[email protected]> +// Copyright (C) 2018, 2019 Stefan Brüns <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2019 Christian Persch <[email protected]> // diff --git a/splash/SplashClip.cc b/splash/SplashClip.cc index a4c2e73e..0569c144 100644 --- a/splash/SplashClip.cc +++ b/splash/SplashClip.cc @@ -13,6 +13,7 @@ // // Copyright (C) 2010 Albert Astals Cid <[email protected]> // Copyright (C) 2013 Thomas Freitag <[email protected]> +// Copyright (C) 2019 Stefan Brüns <[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/SplashClip.h b/splash/SplashClip.h index 77b5e6c3..f91df1fb 100644 --- a/splash/SplashClip.h +++ b/splash/SplashClip.h @@ -13,6 +13,7 @@ // // Copyright (C) 2010, 2018 Albert Astals Cid <[email protected]> // Copyright (C) 2013 Thomas Freitag <[email protected]> +// Copyright (C) 2019 Stefan Brüns <[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
