poppler/CairoOutputDev.cc | 2 +- poppler/CairoRescaleBox.cc | 1 + qt5/src/ArthurOutputDev.cc | 2 +- utils/ImageOutputDev.cc | 2 +- utils/pdftocairo.cc | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-)
New commits: commit 2c5fadd7e1c1b896ee23a3ba694f5f19430b6720 Author: Albert Astals Cid <[email protected]> Date: Wed Feb 6 19:45:09 2019 +0100 Update (C) of last commit diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc index 30c9f57a..d2769a22 100644 --- a/poppler/CairoOutputDev.cc +++ b/poppler/CairoOutputDev.cc @@ -16,7 +16,7 @@ // // Copyright (C) 2005-2008 Jeff Muizelaar <[email protected]> // Copyright (C) 2005, 2006 Kristian Høgsberg <[email protected]> -// Copyright (C) 2005, 2009, 2012, 2017, 2018 Albert Astals Cid <[email protected]> +// Copyright (C) 2005, 2009, 2012, 2017-2019 Albert Astals Cid <[email protected]> // Copyright (C) 2005 Nickolay V. Shmyrev <[email protected]> // Copyright (C) 2006-2011, 2013, 2014, 2017, 2018 Carlos Garcia Campos <[email protected]> // Copyright (C) 2008 Carl Worth <[email protected]> diff --git a/poppler/CairoRescaleBox.cc b/poppler/CairoRescaleBox.cc index 838d6348..b8371a5b 100644 --- a/poppler/CairoRescaleBox.cc +++ b/poppler/CairoRescaleBox.cc @@ -33,6 +33,7 @@ // Copyright (C) 2012 Hib Eris <[email protected]> // Copyright (C) 2012, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2019 Albert Astals Cid <[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 deb44514..3eec3eb3 100644 --- a/qt5/src/ArthurOutputDev.cc +++ b/qt5/src/ArthurOutputDev.cc @@ -14,7 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2005 Brad Hards <[email protected]> -// Copyright (C) 2005-2009, 2011, 2012, 2014, 2015, 2018 Albert Astals Cid <[email protected]> +// Copyright (C) 2005-2009, 2011, 2012, 2014, 2015, 2018, 2019 Albert Astals Cid <[email protected]> // Copyright (C) 2008, 2010 Pino Toscano <[email protected]> // Copyright (C) 2009, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 Petr Gajdos <[email protected]> diff --git a/utils/ImageOutputDev.cc b/utils/ImageOutputDev.cc index 16719384..850eb102 100644 --- a/utils/ImageOutputDev.cc +++ b/utils/ImageOutputDev.cc @@ -13,7 +13,7 @@ // All changes made under the Poppler project to this file are licensed // under GPL version 2 or later // -// Copyright (C) 2005, 2007, 2011, 2018 Albert Astals Cid <[email protected]> +// Copyright (C) 2005, 2007, 2011, 2018, 2019 Albert Astals Cid <[email protected]> // Copyright (C) 2006 Rainer Keller <[email protected]> // Copyright (C) 2008 Timothy Lee <[email protected]> // Copyright (C) 2008 Vasile Gaburici <[email protected]> diff --git a/utils/pdftocairo.cc b/utils/pdftocairo.cc index e6d22f34..7bdbb679 100644 --- a/utils/pdftocairo.cc +++ b/utils/pdftocairo.cc @@ -18,7 +18,7 @@ // Copyright (C) 2009 Michael K. Johnson <[email protected]> // Copyright (C) 2009 Shen Liang <[email protected]> // Copyright (C) 2009 Stefan Thomas <[email protected]> -// Copyright (C) 2009, 2010, 2017, 2018 Albert Astals Cid <[email protected]> +// Copyright (C) 2009, 2010, 2017-2019 Albert Astals Cid <[email protected]> // Copyright (C) 2010, 2011-2017 Adrian Johnson <[email protected]> // Copyright (C) 2010, 2014 Hib Eris <[email protected]> // Copyright (C) 2010 Jonathan Liu <[email protected]> _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
