poppler/GfxState.cc | 3 ++- poppler/GfxState.h | 3 ++- poppler/PSOutputDev.cc | 3 ++- poppler/PSOutputDev.h | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-)
New commits: commit 12dea6841940ce31630d60fa7c892da4597393aa Author: Albert Astals Cid <[email protected]> Date: Thu May 21 23:53:07 2020 +0200 Update (C) diff --git a/poppler/GfxState.cc b/poppler/GfxState.cc index 105ef1dc..bd0f0de5 100644 --- a/poppler/GfxState.cc +++ b/poppler/GfxState.cc @@ -27,13 +27,14 @@ // Copyright (C) 2013 Lu Wang <[email protected]> // Copyright (C) 2013 Hib Eris <[email protected]> // Copyright (C) 2013 Fabio D'Urso <[email protected]> -// Copyright (C) 2015 Adrian Johnson <[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) 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]> // Copyright (C) 2019 LE GARREC Vincent <[email protected]> +// Copyright (C) 2020 Philipp Knechtges <[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/GfxState.h b/poppler/GfxState.h index e07cd2a8..8119898d 100644 --- a/poppler/GfxState.h +++ b/poppler/GfxState.h @@ -22,9 +22,10 @@ // Copyright (C) 2011 Andrea Canciani <[email protected]> // Copyright (C) 2011-2014, 2016 Thomas Freitag <[email protected]> // Copyright (C) 2013 Lu Wang <[email protected]> -// Copyright (C) 2015, 2017 Adrian Johnson <[email protected]> +// Copyright (C) 2015, 2017, 2020 Adrian Johnson <[email protected]> // Copyright (C) 2017, 2019 Oliver Sander <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2020 Philipp Knechtges <[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/PSOutputDev.cc b/poppler/PSOutputDev.cc index f2df0d66..16ff64c4 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -25,7 +25,7 @@ // Copyright (C) 2009 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009, 2011, 2012, 2014-2017, 2019 William Bader <[email protected]> // Copyright (C) 2009 Kovid Goyal <[email protected]> -// Copyright (C) 2009-2011, 2013-2015, 2017 Adrian Johnson <[email protected]> +// Copyright (C) 2009-2011, 2013-2015, 2017, 2020 Adrian Johnson <[email protected]> // Copyright (C) 2012, 2014 Fabio D'Urso <[email protected]> // Copyright (C) 2012 Lu Wang <[email protected]> // Copyright (C) 2014 Till Kamppeter <[email protected]> @@ -36,6 +36,7 @@ // Copyright (C) 2018 Philipp Knechtges <[email protected]> // Copyright (C) 2019 Christian Persch <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2020 Philipp Knechtges <[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/PSOutputDev.h b/poppler/PSOutputDev.h index 8641d14e..757e3a06 100644 --- a/poppler/PSOutputDev.h +++ b/poppler/PSOutputDev.h @@ -22,7 +22,7 @@ // Copyright (C) 2009 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009, 2011, 2015-2017 William Bader <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> -// Copyright (C) 2011, 2014, 2017 Adrian Johnson <[email protected]> +// Copyright (C) 2011, 2014, 2017, 2020 Adrian Johnson <[email protected]> // Copyright (C) 2012 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]> _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
