poppler/CairoOutputDev.cc | 2 +- poppler/CairoOutputDev.h | 2 +- qt4/src/poppler-private.cc | 2 +- qt4/tests/check_strings.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 6cb8965fb8bce6da2a4460e86f592c1ea3a84a5c Author: Albert Astals Cid <[email protected]> Date: Fri Jan 21 18:43:21 2011 +0000 fix (C) years diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc index bc0bfb9..03e6c06 100644 --- a/poppler/CairoOutputDev.cc +++ b/poppler/CairoOutputDev.cc @@ -20,7 +20,7 @@ // Copyright (C) 2005 Nickolay V. Shmyrev <[email protected]> // Copyright (C) 2006-2010 Carlos Garcia Campos <[email protected]> // Copyright (C) 2008 Carl Worth <[email protected]> -// Copyright (C) 2008-2010 Adrian Johnson <[email protected]> +// Copyright (C) 2008-2011 Adrian Johnson <[email protected]> // Copyright (C) 2008 Michael Vrable <[email protected]> // Copyright (C) 2008, 2009 Chris Wilson <[email protected]> // Copyright (C) 2008 Hib Eris <[email protected]> diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h index 30acf81..72ca6a0 100644 --- a/poppler/CairoOutputDev.h +++ b/poppler/CairoOutputDev.h @@ -18,7 +18,7 @@ // Copyright (C) 2005, 2006 Kristian Høgsberg <[email protected]> // Copyright (C) 2005 Nickolay V. Shmyrev <[email protected]> // Copyright (C) 2006-2010 Carlos Garcia Campos <[email protected]> -// Copyright (C) 2008, 2009 Adrian Johnson <[email protected]> +// Copyright (C) 2008, 2009, 2011 Adrian Johnson <[email protected]> // Copyright (C) 2008 Michael Vrable <[email protected]> // Copyright (C) 2010 Thomas Freitag <[email protected]> // diff --git a/qt4/src/poppler-private.cc b/qt4/src/poppler-private.cc index 9599af4..da19e98 100644 --- a/qt4/src/poppler-private.cc +++ b/qt4/src/poppler-private.cc @@ -1,7 +1,7 @@ /* poppler-private.cc: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. * Copyright (C) 2006 by Albert Astals Cid <[email protected]> - * Copyright (C) 2008, 2010 by Pino Toscano <[email protected]> + * Copyright (C) 2008, 2010, 2011 by Pino Toscano <[email protected]> * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid <[email protected]> * Copyright (C) 2004 by Enrico Ros <[email protected]> diff --git a/qt4/tests/check_strings.cpp b/qt4/tests/check_strings.cpp index 1569a17..700ae9c 100644 --- a/qt4/tests/check_strings.cpp +++ b/qt4/tests/check_strings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, Pino Toscano <[email protected]> + * Copyright (C) 2010, 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
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
