poppler/Annot.cc | 2 +- poppler/Annot.h | 2 +- poppler/ArthurOutputDev.cc | 2 +- poppler/ArthurOutputDev.h | 2 +- poppler/FontInfo.cc | 1 + poppler/Form.cc | 4 ++-- poppler/Form.h | 3 ++- poppler/GlobalParams.cc | 1 + poppler/GlobalParams.h | 1 + poppler/Link.cc | 2 +- poppler/Link.h | 2 +- poppler/OutputDev.h | 2 +- poppler/PDFDoc.cc | 2 +- poppler/Page.cc | 2 +- poppler/Page.h | 2 +- poppler/TextOutputDev.cc | 2 +- poppler/TextOutputDev.h | 2 +- qt4/src/poppler-form.cc | 2 +- qt4/src/poppler-link-extractor-private.h | 2 +- qt4/src/poppler-link-extractor.cc | 2 +- qt4/src/poppler-page.cc | 2 +- qt4/src/poppler-private.h | 2 +- utils/HtmlOutputDev.cc | 2 +- utils/HtmlOutputDev.h | 4 ++-- 24 files changed, 27 insertions(+), 23 deletions(-)
New commits: commit ec2643d311e0ce55f0ff5309c0c420140d053a50 Author: Albert Astals Cid <[email protected]> Date: Tue Mar 1 19:50:55 2011 +0000 fix copyright years diff --git a/poppler/Annot.cc b/poppler/Annot.cc index 5bc999c..53aa647 100644 --- a/poppler/Annot.cc +++ b/poppler/Annot.cc @@ -19,7 +19,7 @@ // Copyright (C) 2007-2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2007, 2008 Iñigo MartÃnez <[email protected]> // Copyright (C) 2007 Jeff Muizelaar <[email protected]> -// Copyright (C) 2008 Pino Toscano <[email protected]> +// Copyright (C) 2008, 2011 Pino Toscano <[email protected]> // Copyright (C) 2008 Michael Vrable <[email protected]> // Copyright (C) 2008 Hugo Mercier <[email protected]> // Copyright (C) 2009 Ilya Gorenbein <[email protected]> diff --git a/poppler/Annot.h b/poppler/Annot.h index 8df1c67..ebce276 100644 --- a/poppler/Annot.h +++ b/poppler/Annot.h @@ -15,7 +15,7 @@ // // Copyright (C) 2006 Scott Turner <[email protected]> // Copyright (C) 2007, 2008 Julien Rebetez <[email protected]> -// Copyright (C) 2007-2010 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2007-2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2007, 2008 Iñigo MartÃnez <[email protected]> // Copyright (C) 2008 Michael Vrable <[email protected]> // Copyright (C) 2008 Hugo Mercier <[email protected]> diff --git a/poppler/ArthurOutputDev.cc b/poppler/ArthurOutputDev.cc index bfec690..eb7f2d2 100644 --- a/poppler/ArthurOutputDev.cc +++ b/poppler/ArthurOutputDev.cc @@ -16,7 +16,7 @@ // Copyright (C) 2005 Brad Hards <[email protected]> // Copyright (C) 2005-2009 Albert Astals Cid <[email protected]> // Copyright (C) 2008, 2010 Pino Toscano <[email protected]> -// Copyright (C) 2009 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2009, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 Petr Gajdos <[email protected]> // Copyright (C) 2010 Matthias Fauconneau <[email protected]> // Copyright (C) 2011 Andreas Hartmetz <[email protected]> diff --git a/poppler/ArthurOutputDev.h b/poppler/ArthurOutputDev.h index 984f95e..ed631a0 100644 --- a/poppler/ArthurOutputDev.h +++ b/poppler/ArthurOutputDev.h @@ -15,7 +15,7 @@ // // Copyright (C) 2005 Brad Hards <[email protected]> // Copyright (C) 2005 Albert Astals Cid <[email protected]> -// Copyright (C) 2009 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2009, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2010 Pino Toscano <[email protected]> // Copyright (C) 2011 Andreas Hartmetz <[email protected]> // diff --git a/poppler/FontInfo.cc b/poppler/FontInfo.cc index ecf26fb..440e6f5 100644 --- a/poppler/FontInfo.cc +++ b/poppler/FontInfo.cc @@ -10,6 +10,7 @@ // Copyright (C) 2010 Hib Eris <[email protected]> // Copyright (C) 2010 Adrian Johnson <[email protected]> // Copyright (C) 2010 Thomas Freitag <[email protected]> +// Copyright (C) 2011 Carlos Garcia Campos <[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/Form.cc b/poppler/Form.cc index 3f85d10..9f83063 100644 --- a/poppler/Form.cc +++ b/poppler/Form.cc @@ -6,10 +6,10 @@ // // Copyright 2006-2008 Julien Rebetez <[email protected]> // Copyright 2007-2010 Albert Astals Cid <[email protected]> -// Copyright 2007-2008 Carlos Garcia Campos <[email protected]> +// Copyright 2007-2008, 2011 Carlos Garcia Campos <[email protected]> // Copyright 2007 Adrian Johnson <[email protected]> // Copyright 2007 Iñigo MartÃnez <[email protected]> -// Copyright 2008 Pino Toscano <[email protected]> +// Copyright 2008, 2011 Pino Toscano <[email protected]> // Copyright 2008 Michael Vrable <[email protected]> // Copyright 2009 Matthias Drochner <[email protected]> // Copyright 2009 KDAB via Guillermo Amaral <[email protected]> diff --git a/poppler/Form.h b/poppler/Form.h index 833fa27..26fad52 100644 --- a/poppler/Form.h +++ b/poppler/Form.h @@ -5,9 +5,10 @@ // This file is licensed under the GPLv2 or later // // Copyright 2006 Julien Rebetez <[email protected]> -// Copyright 2007, 2008 Carlos Garcia Campos <[email protected]> +// Copyright 2007, 2008, 2011 Carlos Garcia Campos <[email protected]> // Copyright 2007-2010 Albert Astals Cid <[email protected]> // Copyright 2010 Mark Riedesel <[email protected]> +// Copyright 2011 Pino Toscano <[email protected]> // //======================================================================== diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc index f4adf83..1e0cdc4 100644 --- a/poppler/GlobalParams.cc +++ b/poppler/GlobalParams.cc @@ -25,6 +25,7 @@ // Copyright (C) 2010 Hib Eris <[email protected]> // Copyright (C) 2010 Patrick Spendrin <[email protected]> // Copyright (C) 2010 Jakub Wilk <[email protected]> +// Copyright (C) 2011 Pino Toscano <[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/GlobalParams.h b/poppler/GlobalParams.h index de990a0..5fff49d 100644 --- a/poppler/GlobalParams.h +++ b/poppler/GlobalParams.h @@ -22,6 +22,7 @@ // Copyright (C) 2009 Petr Gajdos <[email protected]> // Copyright (C) 2009, 2011 William Bader <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> +// Copyright (C) 2011 Pino Toscano <[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/Link.cc b/poppler/Link.cc index d281212..971accf 100644 --- a/poppler/Link.cc +++ b/poppler/Link.cc @@ -14,7 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2006, 2008 Pino Toscano <[email protected]> -// Copyright (C) 2007,2010 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2007, 2010, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2008 Hugo Mercier <[email protected]> // Copyright (C) 2008-2010 Albert Astals Cid <[email protected]> // Copyright (C) 2009 Kovid Goyal <[email protected]> diff --git a/poppler/Link.h b/poppler/Link.h index a5dbfab..84e5801 100644 --- a/poppler/Link.h +++ b/poppler/Link.h @@ -15,7 +15,7 @@ // // Copyright (C) 2006, 2008 Pino Toscano <[email protected]> // Copyright (C) 2008 Hugo Mercier <[email protected]> -// Copyright (C) 2010 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2010, 2011 Carlos Garcia Campos <[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/OutputDev.h b/poppler/OutputDev.h index 31767d0..065a4a2 100644 --- a/poppler/OutputDev.h +++ b/poppler/OutputDev.h @@ -18,7 +18,7 @@ // Copyright (C) 2007 Jeff Muizelaar <[email protected]> // Copyright (C) 2007, 2011 Adrian Johnson <[email protected]> // Copyright (C) 2009, 2010 Thomas Freitag <[email protected]> -// Copyright (C) 2009 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2009, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 Albert Astals Cid <[email protected]> // Copyright (C) 2010 Christian Feuersänger <[email protected]> // diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc index cf5cde9..adbaebe 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -17,7 +17,7 @@ // Copyright (C) 2005, 2007-2009 Albert Astals Cid <[email protected]> // Copyright (C) 2008 Julien Rebetez <[email protected]> // Copyright (C) 2008, 2010 Pino Toscano <[email protected]> -// Copyright (C) 2008, 2010 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2008, 2010, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 Eric Toombs <[email protected]> // Copyright (C) 2009 Kovid Goyal <[email protected]> // Copyright (C) 2009 Axel Struebing <[email protected]> diff --git a/poppler/Page.cc b/poppler/Page.cc index 5c7edf4..6c0d8c2 100644 --- a/poppler/Page.cc +++ b/poppler/Page.cc @@ -19,7 +19,7 @@ // Copyright (C) 2006-2008 Pino Toscano <[email protected]> // Copyright (C) 2006 Nickolay V. Shmyrev <[email protected]> // Copyright (C) 2006 Scott Turner <[email protected]> -// Copyright (C) 2006-2010 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2006-2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2007 Julien Rebetez <[email protected]> // Copyright (C) 2008 Iñigo MartÃnez <[email protected]> // Copyright (C) 2008 Brad Hards <[email protected]> diff --git a/poppler/Page.h b/poppler/Page.h index 6db9049..1ab69f3 100644 --- a/poppler/Page.h +++ b/poppler/Page.h @@ -16,7 +16,7 @@ // Copyright (C) 2005 Kristian Høgsberg <[email protected]> // Copyright (C) 2005 Jeff Muizelaar <[email protected]> // Copyright (C) 2006 Pino Toscano <[email protected]> -// Copyright (C) 2006 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2006, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2007 Julien Rebetez <[email protected]> // Copyright (C) 2008 Iñigo MartÃnez <[email protected]> // diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc index 428cdb3..13c67c6 100644 --- a/poppler/TextOutputDev.cc +++ b/poppler/TextOutputDev.cc @@ -12,7 +12,7 @@ // // Copyright (C) 2005-2007 Kristian Høgsberg <[email protected]> // Copyright (C) 2005 Nickolay V. Shmyrev <[email protected]> -// Copyright (C) 2006-2008 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2006-2008, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2006, 2007 Ed Catmur <[email protected]> // Copyright (C) 2006 Jeff Muizelaar <[email protected]> // Copyright (C) 2007, 2008 Adrian Johnson <[email protected]> diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h index 5bbcdfb..b6b6952 100644 --- a/poppler/TextOutputDev.h +++ b/poppler/TextOutputDev.h @@ -12,7 +12,7 @@ // // Copyright (C) 2005-2007 Kristian Høgsberg <[email protected]> // Copyright (C) 2006 Ed Catmur <[email protected]> -// Copyright (C) 2007-2008 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2007, 2008, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2007 Adrian Johnson <[email protected]> // Copyright (C) 2008, 2010 Albert Astals Cid <[email protected]> // Copyright (C) 2010 Brian Ewins <[email protected]> diff --git a/qt4/src/poppler-form.cc b/qt4/src/poppler-form.cc index 5c54681..77afcca 100644 --- a/qt4/src/poppler-form.cc +++ b/qt4/src/poppler-form.cc @@ -1,5 +1,5 @@ /* poppler-form.h: qt4 interface to poppler - * Copyright (C) 2007-2008, Pino Toscano <[email protected]> + * Copyright (C) 2007-2008, 2011, Pino Toscano <[email protected]> * Copyright (C) 2008, Albert Astals Cid <[email protected]> * * This program is free software; you can redistribute it and/or modify diff --git a/qt4/src/poppler-link-extractor-private.h b/qt4/src/poppler-link-extractor-private.h index 234ff6b..1d6351d 100644 --- a/qt4/src/poppler-link-extractor-private.h +++ b/qt4/src/poppler-link-extractor-private.h @@ -1,5 +1,5 @@ /* poppler-link-extractor_p.h: qt interface to poppler - * Copyright (C) 2007-2008, Pino Toscano <[email protected]> + * Copyright (C) 2007, 2008, 2011, Pino Toscano <[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/qt4/src/poppler-link-extractor.cc b/qt4/src/poppler-link-extractor.cc index f10a16a..91373b2 100644 --- a/qt4/src/poppler-link-extractor.cc +++ b/qt4/src/poppler-link-extractor.cc @@ -1,5 +1,5 @@ /* poppler-link-extractor_p.h: qt interface to poppler - * Copyright (C) 2007-2008, Pino Toscano <[email protected]> + * Copyright (C) 2007, 2008, 2011, Pino Toscano <[email protected]> * Copyright (C) 2008, Albert Astals Cid <[email protected]> * * This program is free software; you can redistribute it and/or modify diff --git a/qt4/src/poppler-page.cc b/qt4/src/poppler-page.cc index 16e2621..79f01bf 100644 --- a/qt4/src/poppler-page.cc +++ b/qt4/src/poppler-page.cc @@ -3,7 +3,7 @@ * Copyright (C) 2005, Brad Hards <[email protected]> * Copyright (C) 2005-2010, Albert Astals Cid <[email protected]> * Copyright (C) 2005, Stefan Kebekus <[email protected]> - * Copyright (C) 2006-2010, Pino Toscano <[email protected]> + * Copyright (C) 2006-2011, Pino Toscano <[email protected]> * Copyright (C) 2008 Carlos Garcia Campos <[email protected]> * Copyright (C) 2009 Shawn Rutledge <[email protected]> * Copyright (C) 2010, Guillermo Amaral <[email protected]> diff --git a/qt4/src/poppler-private.h b/qt4/src/poppler-private.h index 105b9aa..7d0b1a3 100644 --- a/qt4/src/poppler-private.h +++ b/qt4/src/poppler-private.h @@ -2,7 +2,7 @@ * Copyright (C) 2005, Net Integration Technologies, Inc. * Copyright (C) 2005, 2008, Brad Hards <[email protected]> * Copyright (C) 2006-2009, 2011 by Albert Astals Cid <[email protected]> - * Copyright (C) 2007-2009 by Pino Toscano <[email protected]> + * Copyright (C) 2007-2009, 2011 by Pino Toscano <[email protected]> * Copyright (C) 2011 Andreas Hartmetz <[email protected]> * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid <[email protected]> diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc index 19c1e5f..4f065ea 100644 --- a/utils/HtmlOutputDev.cc +++ b/utils/HtmlOutputDev.cc @@ -23,7 +23,7 @@ // Copyright (C) 2008 Haruyuki Kawabe <[email protected]> // Copyright (C) 2008 Tomas Are Haavet <[email protected]> // Copyright (C) 2009 Warren Toomey <[email protected]> -// Copyright (C) 2009 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2009, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 Reece Dunn <[email protected]> // Copyright (C) 2010 Adrian Johnson <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> diff --git a/utils/HtmlOutputDev.h b/utils/HtmlOutputDev.h index e6be587..c268ce7 100644 --- a/utils/HtmlOutputDev.h +++ b/utils/HtmlOutputDev.h @@ -15,8 +15,8 @@ // under GPL version 2 or later // // Copyright (C) 2006, 2007, 2009 Albert Astals Cid <[email protected]> -// Copyright (C) 2008-2009 Warren Toomey <[email protected]> -// Copyright (C) 2009 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2008, 2009 Warren Toomey <[email protected]> +// Copyright (C) 2009, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 Kovid Goyal <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> //
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
