poppler/CairoFontEngine.cc | 1 + poppler/CairoOutputDev.cc | 2 +- poppler/CairoOutputDev.h | 2 +- poppler/Gfx.cc | 2 +- poppler/Gfx.h | 2 +- poppler/PopplerCache.cc | 1 + poppler/PopplerCache.h | 1 + 7 files changed, 7 insertions(+), 4 deletions(-)
New commits: commit 0397cf4f193015286464ae70ab202ed400110e30 Author: Albert Astals Cid <[email protected]> Date: Sun Jan 24 19:00:09 2010 +0000 Add and fix copyright years diff --git a/poppler/CairoFontEngine.cc b/poppler/CairoFontEngine.cc index f08d893..6ef5e11 100644 --- a/poppler/CairoFontEngine.cc +++ b/poppler/CairoFontEngine.cc @@ -23,6 +23,7 @@ // Copyright (C) 2008, 2009 Chris Wilson <[email protected]> // Copyright (C) 2008 Adrian Johnson <[email protected]> // Copyright (C) 2009 Darren Kenny <[email protected]> +// Copyright (C) 2010 Suzuki Toshiya <[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/CairoOutputDev.cc b/poppler/CairoOutputDev.cc index 42ac3a8..5658df0 100644 --- a/poppler/CairoOutputDev.cc +++ b/poppler/CairoOutputDev.cc @@ -18,7 +18,7 @@ // Copyright (C) 2005, 2006 Kristian Høgsberg <[email protected]> // Copyright (C) 2005, 2009 Albert Astals Cid <[email protected]> // Copyright (C) 2005 Nickolay V. Shmyrev <[email protected]> -// Copyright (C) 2006-2009 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2006-2010 Carlos Garcia Campos <[email protected]> // Copyright (C) 2008 Carl Worth <[email protected]> // Copyright (C) 2008, 2009 Adrian Johnson <[email protected]> // Copyright (C) 2008 Michael Vrable <[email protected]> diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h index 266f0cb..7adb8d7 100644 --- a/poppler/CairoOutputDev.h +++ b/poppler/CairoOutputDev.h @@ -17,7 +17,7 @@ // Copyright (C) 2005-2008 Jeff Muizelaar <[email protected]> // Copyright (C) 2005, 2006 Kristian Høgsberg <[email protected]> // Copyright (C) 2005 Nickolay V. Shmyrev <[email protected]> -// Copyright (C) 2006-2009 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2006-2010 Carlos Garcia Campos <[email protected]> // Copyright (C) 2008, 2009 Adrian Johnson <[email protected]> // Copyright (C) 2008 Michael Vrable <[email protected]> // diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc index f0241c7..f6b23d5 100644 --- a/poppler/Gfx.cc +++ b/poppler/Gfx.cc @@ -17,7 +17,7 @@ // Copyright (C) 2005-2009 Albert Astals Cid <[email protected]> // Copyright (C) 2006 Thorkild Stray <[email protected]> // Copyright (C) 2006 Kristian Høgsberg <[email protected]> -// Copyright (C) 2006-2009 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2006-2010 Carlos Garcia Campos <[email protected]> // Copyright (C) 2006, 2007 Jeff Muizelaar <[email protected]> // Copyright (C) 2007, 2008 Brad Hards <[email protected]> // Copyright (C) 2007 Adrian Johnson <[email protected]> diff --git a/poppler/Gfx.h b/poppler/Gfx.h index fd4fc6c..3025b6c 100644 --- a/poppler/Gfx.h +++ b/poppler/Gfx.h @@ -16,7 +16,7 @@ // Copyright (C) 2005 Jonathan Blandford <[email protected]> // Copyright (C) 2007 Iñigo MartÃnez <[email protected]> // Copyright (C) 2008 Brad Hards <[email protected]> -// Copyright (C) 2008 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2008, 2010 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 Albert Astals Cid <[email protected]> // Copyright (C) 2009 Thomas Freitag <[email protected]> // diff --git a/poppler/PopplerCache.cc b/poppler/PopplerCache.cc index bb7f850..01bd471 100644 --- a/poppler/PopplerCache.cc +++ b/poppler/PopplerCache.cc @@ -6,6 +6,7 @@ // // Copyright (C) 2009 Koji Otani <[email protected]> // Copyright (C) 2009 Albert Astals Cid <[email protected]> +// Copyright (C) 2010 Carlos Garcia Campos <[email protected]> // //======================================================================== diff --git a/poppler/PopplerCache.h b/poppler/PopplerCache.h index 79c7ce2..d5cc9fb 100644 --- a/poppler/PopplerCache.h +++ b/poppler/PopplerCache.h @@ -6,6 +6,7 @@ // // Copyright (C) 2009 Koji Otani <[email protected]> // Copyright (C) 2009 Albert Astals Cid <[email protected]> +// Copyright (C) 2010 Carlos Garcia Campos <[email protected]> // //========================================================================
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
