goo/PNGWriter.cc | 2 +- goo/PNGWriter.h | 2 +- goo/TiffWriter.cc | 2 +- goo/TiffWriter.h | 2 +- poppler/GfxState.h | 2 +- utils/ImageOutputDev.cc | 2 +- utils/ImageOutputDev.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-)
New commits: commit 411c963a9fe7d0d51bc96f046792688a020bfc66 Author: Albert Astals Cid <[email protected]> Date: Sun Mar 19 12:40:37 2017 +0100 Update (C) diff --git a/goo/PNGWriter.cc b/goo/PNGWriter.cc index 99be021d..ed06edb3 100644 --- a/goo/PNGWriter.cc +++ b/goo/PNGWriter.cc @@ -8,7 +8,7 @@ // Copyright (C) 2009 Shen Liang <[email protected]> // Copyright (C) 2009, 2011 Albert Astals Cid <[email protected]> // Copyright (C) 2009 Stefan Thomas <[email protected]> -// Copyright (C) 2010, 2011, 2013 Adrian Johnson <[email protected]> +// Copyright (C) 2010, 2011, 2013, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2011 Thomas Klausner <[email protected]> // Copyright (C) 2012 Pino Toscano <[email protected]> // diff --git a/goo/PNGWriter.h b/goo/PNGWriter.h index 452501c4..93f54369 100644 --- a/goo/PNGWriter.h +++ b/goo/PNGWriter.h @@ -8,7 +8,7 @@ // Copyright (C) 2009 Shen Liang <[email protected]> // Copyright (C) 2009, 2011-2013 Albert Astals Cid <[email protected]> // Copyright (C) 2009 Stefan Thomas <[email protected]> -// Copyright (C) 2010, 2011, 2013 Adrian Johnson <[email protected]> +// Copyright (C) 2010, 2011, 2013, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2012 Pino Toscano <[email protected]> // //======================================================================== diff --git a/goo/TiffWriter.cc b/goo/TiffWriter.cc index ef2f1691..142842a0 100644 --- a/goo/TiffWriter.cc +++ b/goo/TiffWriter.cc @@ -6,7 +6,7 @@ // // Copyright (C) 2010, 2012 William Bader <[email protected]> // Copyright (C) 2012 Albert Astals Cid <[email protected]> -// Copyright (C) 2012 Adrian Johnson <[email protected]> +// Copyright (C) 2012, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2012 Pino Toscano <[email protected]> // Copyright (C) 2014 Steven Lee <[email protected]> // diff --git a/goo/TiffWriter.h b/goo/TiffWriter.h index d0df8a50..9126e884 100644 --- a/goo/TiffWriter.h +++ b/goo/TiffWriter.h @@ -6,7 +6,7 @@ // // Copyright (C) 2010, 2012 William Bader <[email protected]> // Copyright (C) 2011, 2012 Albert Astals Cid <[email protected]> -// Copyright (C) 2012 Adrian Johnson <[email protected]> +// Copyright (C) 2012, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2012 Pino Toscano <[email protected]> // //======================================================================== diff --git a/poppler/GfxState.h b/poppler/GfxState.h index 50ecdb0b..7bcedf2a 100644 --- a/poppler/GfxState.h +++ b/poppler/GfxState.h @@ -22,7 +22,7 @@ // 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 Adrian Johnson <[email protected]> +// Copyright (C) 2015, 2017 Adrian Johnson <[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/utils/ImageOutputDev.cc b/utils/ImageOutputDev.cc index 798595c1..00b5a679 100644 --- a/utils/ImageOutputDev.cc +++ b/utils/ImageOutputDev.cc @@ -20,7 +20,7 @@ // Copyright (C) 2009 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 William Bader <[email protected]> // Copyright (C) 2010 Jakob Voss <[email protected]> -// Copyright (C) 2012, 2013 Adrian Johnson <[email protected]> +// Copyright (C) 2012, 2013, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2013 Thomas Fischer <[email protected]> // Copyright (C) 2013 Hib Eris <[email protected]> // diff --git a/utils/ImageOutputDev.h b/utils/ImageOutputDev.h index 2c940372..22954cf0 100644 --- a/utils/ImageOutputDev.h +++ b/utils/ImageOutputDev.h @@ -17,7 +17,7 @@ // Copyright (C) 2008 Timothy Lee <[email protected]> // Copyright (C) 2009 Carlos Garcia Campos <[email protected]> // Copyright (C) 2010 Jakob Voss <[email protected]> -// Copyright (C) 2012, 2013 Adrian Johnson <[email protected]> +// Copyright (C) 2012, 2013, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2013 Thomas Freitag <[email protected]> // // To see a description of the changes please see the Changelog file that _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
