From a36ff9404b59b249b436282f5b69d8ed136a7c8d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 14 Mar 2010 19:46:59 -0500 Subject: Bump copyright dates to 2010 Signed-off-by: Dan McGee --- doc/index.txt | 2 +- lib/libalpm/add.c | 2 +- lib/libalpm/add.h | 2 +- lib/libalpm/alpm.c | 2 +- lib/libalpm/alpm.h | 2 +- lib/libalpm/alpm_list.c | 2 +- lib/libalpm/alpm_list.h | 2 +- lib/libalpm/backup.c | 2 +- lib/libalpm/backup.h | 2 +- lib/libalpm/be_package.c | 2 +- lib/libalpm/cache.c | 2 +- lib/libalpm/cache.h | 2 +- lib/libalpm/conflict.c | 2 +- lib/libalpm/conflict.h | 2 +- lib/libalpm/db.c | 2 +- lib/libalpm/db.h | 2 +- lib/libalpm/delta.c | 2 +- lib/libalpm/delta.h | 2 +- lib/libalpm/deps.c | 2 +- lib/libalpm/deps.h | 2 +- lib/libalpm/dload.c | 2 +- lib/libalpm/dload.h | 2 +- lib/libalpm/error.c | 2 +- lib/libalpm/graph.h | 2 +- lib/libalpm/group.c | 2 +- lib/libalpm/group.h | 2 +- lib/libalpm/handle.c | 2 +- lib/libalpm/handle.h | 2 +- lib/libalpm/log.c | 2 +- lib/libalpm/log.h | 2 +- lib/libalpm/package.c | 2 +- lib/libalpm/package.h | 2 +- lib/libalpm/po/cs.po | 2 +- lib/libalpm/po/de.po | 2 +- lib/libalpm/po/el.po | 2 +- lib/libalpm/po/en_GB.po | 2 +- lib/libalpm/po/fr.po | 2 +- lib/libalpm/po/hu.po | 2 +- lib/libalpm/po/it.po | 2 +- lib/libalpm/po/kk.po | 2 +- lib/libalpm/po/nb_NO.po | 2 +- lib/libalpm/po/pl.po | 2 +- lib/libalpm/po/pt_BR.po | 2 +- lib/libalpm/po/ro.po | 2 +- lib/libalpm/po/ru.po | 2 +- lib/libalpm/po/sv_SE.po | 2 +- lib/libalpm/po/tr.po | 2 +- lib/libalpm/po/uk.po | 2 +- lib/libalpm/po/zh_CN.po | 2 +- lib/libalpm/remove.c | 2 +- lib/libalpm/remove.h | 2 +- lib/libalpm/sync.c | 2 +- lib/libalpm/sync.h | 2 +- lib/libalpm/trans.c | 2 +- lib/libalpm/trans.h | 2 +- lib/libalpm/util.c | 2 +- lib/libalpm/util.h | 2 +- po/ca.po | 4 ++-- po/cs.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 4 ++-- po/en_GB.po | 6 +++--- po/es.po | 4 ++-- po/fr.po | 6 +++--- po/hu.po | 6 +++--- po/it.po | 6 +++--- po/kk.po | 4 ++-- po/nb_NO.po | 4 ++-- po/pacman.pot | 2 +- po/pl.po | 6 +++--- po/pt_BR.po | 4 ++-- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sv_SE.po | 4 ++-- po/tr.po | 4 ++-- po/uk.po | 6 +++--- po/zh_CN.po | 4 ++-- scripts/makepkg.sh.in | 4 ++-- scripts/pacman-optimize.sh.in | 4 ++-- src/pacman/callback.c | 2 +- src/pacman/callback.h | 2 +- src/pacman/conf.c | 2 +- src/pacman/conf.h | 2 +- src/pacman/deptest.c | 2 +- src/pacman/package.c | 2 +- src/pacman/package.h | 2 +- src/pacman/pacman.c | 4 ++-- src/pacman/pacman.h | 2 +- src/pacman/query.c | 2 +- src/pacman/remove.c | 2 +- src/pacman/sync.c | 2 +- src/pacman/upgrade.c | 2 +- src/pacman/util.c | 2 +- src/pacman/util.h | 2 +- src/util/cleanupdelta.c | 2 +- src/util/vercmp.c | 2 +- 96 files changed, 128 insertions(+), 128 deletions(-) diff --git a/doc/index.txt b/doc/index.txt index 646a5dce..72b23f2d 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -189,7 +189,7 @@ Pacman/libalpm frontends: Copyright --------- -pacman is Copyright (C) 2006-2009 Pacman Development Team +pacman is Copyright (C) 2006-2010 Pacman Development Team and Copyright (C) 2002-2006 Judd Vinet and is licensed through the GNU General Public License, version 2 or later. diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index dc565ac6..f39a0ecf 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -1,7 +1,7 @@ /* * add.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/add.h b/lib/libalpm/add.h index b0467507..eb37dc78 100644 --- a/lib/libalpm/add.h +++ b/lib/libalpm/add.h @@ -1,7 +1,7 @@ /* * add.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 82502562..51b9e25b 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -1,7 +1,7 @@ /* * alpm.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index b0805068..0a2ee846 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -1,7 +1,7 @@ /* * alpm.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/lib/libalpm/alpm_list.c b/lib/libalpm/alpm_list.c index a395540e..80aa558d 100644 --- a/lib/libalpm/alpm_list.c +++ b/lib/libalpm/alpm_list.c @@ -1,7 +1,7 @@ /* * alpm_list.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index 48e91173..fcab3014 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -1,7 +1,7 @@ /* * alpm_list.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/backup.c b/lib/libalpm/backup.c index a0c6b7fc..2ef65a2b 100644 --- a/lib/libalpm/backup.c +++ b/lib/libalpm/backup.c @@ -1,7 +1,7 @@ /* * backup.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2005 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/lib/libalpm/backup.h b/lib/libalpm/backup.h index 84c574f6..25469b90 100644 --- a/lib/libalpm/backup.h +++ b/lib/libalpm/backup.h @@ -1,7 +1,7 @@ /* * backup.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/be_package.c b/lib/libalpm/be_package.c index c1a43438..38cf357a 100644 --- a/lib/libalpm/be_package.c +++ b/lib/libalpm/be_package.c @@ -1,7 +1,7 @@ /* * be_package.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/cache.c b/lib/libalpm/cache.c index 091130d4..a9a7edd9 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -1,7 +1,7 @@ /* * cache.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/cache.h b/lib/libalpm/cache.h index e0132354..6ddcd186 100644 --- a/lib/libalpm/cache.h +++ b/lib/libalpm/cache.h @@ -1,7 +1,7 @@ /* * cache.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c index 85db83ba..e36844a8 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -1,7 +1,7 @@ /* * conflict.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by David Kimpe diff --git a/lib/libalpm/conflict.h b/lib/libalpm/conflict.h index 73a6e959..e60e5b3b 100644 --- a/lib/libalpm/conflict.h +++ b/lib/libalpm/conflict.h @@ -1,7 +1,7 @@ /* * conflict.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/db.c b/lib/libalpm/db.c index dca5452a..6e266501 100644 --- a/lib/libalpm/db.c +++ b/lib/libalpm/db.c @@ -1,7 +1,7 @@ /* * db.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/lib/libalpm/db.h b/lib/libalpm/db.h index a540d02d..9b78ad42 100644 --- a/lib/libalpm/db.h +++ b/lib/libalpm/db.h @@ -1,7 +1,7 @@ /* * db.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by Miklos Vajna diff --git a/lib/libalpm/delta.c b/lib/libalpm/delta.c index 0fc37d97..3aa7d5e2 100644 --- a/lib/libalpm/delta.c +++ b/lib/libalpm/delta.c @@ -1,7 +1,7 @@ /* * delta.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2007-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/delta.h b/lib/libalpm/delta.h index 4f426cbd..76283380 100644 --- a/lib/libalpm/delta.h +++ b/lib/libalpm/delta.h @@ -1,7 +1,7 @@ /* * delta.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2007-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 46699ac6..7dc734de 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -1,7 +1,7 @@ /* * deps.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Miklos Vajna diff --git a/lib/libalpm/deps.h b/lib/libalpm/deps.h index f651ea1f..6681c590 100644 --- a/lib/libalpm/deps.h +++ b/lib/libalpm/deps.h @@ -1,7 +1,7 @@ /* * deps.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by Miklos Vajna diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index 6bf9b4db..cff5cc5d 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -1,7 +1,7 @@ /* * download.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/dload.h b/lib/libalpm/dload.h index ee800244..e60174e4 100644 --- a/lib/libalpm/dload.h +++ b/lib/libalpm/dload.h @@ -1,7 +1,7 @@ /* * dload.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/error.c b/lib/libalpm/error.c index ae19786e..8d8d0458 100644 --- a/lib/libalpm/error.c +++ b/lib/libalpm/error.c @@ -1,7 +1,7 @@ /* * error.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/graph.h b/lib/libalpm/graph.h index 87369f4f..c82e6811 100644 --- a/lib/libalpm/graph.h +++ b/lib/libalpm/graph.h @@ -1,7 +1,7 @@ /* * graph.h - helpful graph structure and setup/teardown methods * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/group.c b/lib/libalpm/group.c index a24f4928..061bb0e4 100644 --- a/lib/libalpm/group.c +++ b/lib/libalpm/group.c @@ -1,7 +1,7 @@ /* * group.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/group.h b/lib/libalpm/group.h index 171bcb42..5d8cf775 100644 --- a/lib/libalpm/group.h +++ b/lib/libalpm/group.h @@ -1,7 +1,7 @@ /* * group.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/handle.c b/lib/libalpm/handle.c index 5cbf363a..aa34cf45 100644 --- a/lib/libalpm/handle.c +++ b/lib/libalpm/handle.c @@ -1,7 +1,7 @@ /* * handle.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Miklos Vajna diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index a87d0fb2..1834994e 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -1,7 +1,7 @@ /* * handle.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/log.c b/lib/libalpm/log.c index f9a9a90f..86bb8257 100644 --- a/lib/libalpm/log.c +++ b/lib/libalpm/log.c @@ -1,7 +1,7 @@ /* * log.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h index 56c85534..d358733f 100644 --- a/lib/libalpm/log.h +++ b/lib/libalpm/log.h @@ -1,7 +1,7 @@ /* * log.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c index ef0f63a2..742d0f59 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -1,7 +1,7 @@ /* * package.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Christian Hamar diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index b003b410..c8946448 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -1,7 +1,7 @@ /* * package.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by David Kimpe diff --git a/lib/libalpm/po/cs.po b/lib/libalpm/po/cs.po index 116c4fc4..7930dc15 100644 --- a/lib/libalpm/po/cs.po +++ b/lib/libalpm/po/cs.po @@ -1,5 +1,5 @@ # translation of cs.po to Čeština -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Vojtěch Gondžala , 2007, 2008, 2009. diff --git a/lib/libalpm/po/de.po b/lib/libalpm/po/de.po index 267ed1ec..7f6d6742 100644 --- a/lib/libalpm/po/de.po +++ b/lib/libalpm/po/de.po @@ -1,6 +1,6 @@ # translation of de.po to German # German translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Marcus Habermehl , 2006. diff --git a/lib/libalpm/po/el.po b/lib/libalpm/po/el.po index c32c78f1..f5c86e54 100644 --- a/lib/libalpm/po/el.po +++ b/lib/libalpm/po/el.po @@ -1,5 +1,5 @@ # Greek translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Christos Nouskas , 2009. diff --git a/lib/libalpm/po/en_GB.po b/lib/libalpm/po/en_GB.po index 4f139b76..3427079c 100644 --- a/lib/libalpm/po/en_GB.po +++ b/lib/libalpm/po/en_GB.po @@ -1,5 +1,5 @@ # English (British) translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Jeff Bailes , 2007, 2009. diff --git a/lib/libalpm/po/fr.po b/lib/libalpm/po/fr.po index 0b0498cb..4147bbeb 100644 --- a/lib/libalpm/po/fr.po +++ b/lib/libalpm/po/fr.po @@ -1,5 +1,5 @@ # French translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. msgid "" msgstr "" diff --git a/lib/libalpm/po/hu.po b/lib/libalpm/po/hu.po index b542d7be..53a5a005 100644 --- a/lib/libalpm/po/hu.po +++ b/lib/libalpm/po/hu.po @@ -1,5 +1,5 @@ # Hungarian translations for libalpm package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Miklos Vajna , 2006. # diff --git a/lib/libalpm/po/it.po b/lib/libalpm/po/it.po index 854e5ad2..3548ab0f 100644 --- a/lib/libalpm/po/it.po +++ b/lib/libalpm/po/it.po @@ -1,5 +1,5 @@ # Italian translation of libalpm. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Giovanni 'voidnull' Scafora , 2007, 2008, 2009 # Andrea 'bash' Scarpino , 2008 diff --git a/lib/libalpm/po/kk.po b/lib/libalpm/po/kk.po index 9c1a624d..0b05cc2a 100644 --- a/lib/libalpm/po/kk.po +++ b/lib/libalpm/po/kk.po @@ -1,5 +1,5 @@ # Kazakh translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Baurzhan Muftakhidinov 2009 # diff --git a/lib/libalpm/po/nb_NO.po b/lib/libalpm/po/nb_NO.po index a8f07f05..685c4034 100644 --- a/lib/libalpm/po/nb_NO.po +++ b/lib/libalpm/po/nb_NO.po @@ -1,5 +1,5 @@ # Language libalpm translations for PACKAGE package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # , 2009. # diff --git a/lib/libalpm/po/pl.po b/lib/libalpm/po/pl.po index ebc43b42..36106fe7 100644 --- a/lib/libalpm/po/pl.po +++ b/lib/libalpm/po/pl.po @@ -1,6 +1,6 @@ # Polish translations for Pacman package manager package # Polskie tłumaczenia dla pakietu Pacman package manager. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Mateusz Jędrasik , 2007. # Mateusz Herych , 2008-2009. diff --git a/lib/libalpm/po/pt_BR.po b/lib/libalpm/po/pt_BR.po index 24faa1c3..1b33397a 100644 --- a/lib/libalpm/po/pt_BR.po +++ b/lib/libalpm/po/pt_BR.po @@ -1,6 +1,6 @@ # translation of pt_BR.po to Português do Brasil # Portuguese translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Lincoln de Sousa , 2007. # Hugo Doria , 2007-2008. diff --git a/lib/libalpm/po/ro.po b/lib/libalpm/po/ro.po index 0a468bb3..f0dbaf4d 100644 --- a/lib/libalpm/po/ro.po +++ b/lib/libalpm/po/ro.po @@ -1,5 +1,5 @@ # libalpm Romanian translation. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Volodia Macovei , 2009. # diff --git a/lib/libalpm/po/ru.po b/lib/libalpm/po/ru.po index d477f330..d5df8aa3 100644 --- a/lib/libalpm/po/ru.po +++ b/lib/libalpm/po/ru.po @@ -1,5 +1,5 @@ # Russian translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # <4rayven@gmail.com>, 2007. 2008 # diff --git a/lib/libalpm/po/sv_SE.po b/lib/libalpm/po/sv_SE.po index 9e9958c1..7fe0f7a6 100644 --- a/lib/libalpm/po/sv_SE.po +++ b/lib/libalpm/po/sv_SE.po @@ -1,5 +1,5 @@ # Northern Sami translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # , 2009. # diff --git a/lib/libalpm/po/tr.po b/lib/libalpm/po/tr.po index f8174723..5d5ecf97 100644 --- a/lib/libalpm/po/tr.po +++ b/lib/libalpm/po/tr.po @@ -1,5 +1,5 @@ # Turkish translation for libalpm. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Samed BEYRİBEY , 2008. # diff --git a/lib/libalpm/po/uk.po b/lib/libalpm/po/uk.po index 038516c0..1437e308 100644 --- a/lib/libalpm/po/uk.po +++ b/lib/libalpm/po/uk.po @@ -1,4 +1,4 @@ -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Ivan Kovnatsky , 2008. # Roman Kyrylych , 2008, 2009. diff --git a/lib/libalpm/po/zh_CN.po b/lib/libalpm/po/zh_CN.po index a9e93896..c9447c49 100644 --- a/lib/libalpm/po/zh_CN.po +++ b/lib/libalpm/po/zh_CN.po @@ -1,5 +1,5 @@ # Chinese/Simplified translation of Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # 甘露(Lu.Gan) , 2008. # diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index 80eec67f..dfaba03a 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -1,7 +1,7 @@ /* * remove.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/lib/libalpm/remove.h b/lib/libalpm/remove.h index fbbaa169..55858909 100644 --- a/lib/libalpm/remove.h +++ b/lib/libalpm/remove.h @@ -1,7 +1,7 @@ /* * remove.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 2cdcd47b..49969204 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -1,7 +1,7 @@ /* * sync.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/lib/libalpm/sync.h b/lib/libalpm/sync.h index b432b69e..000a09cc 100644 --- a/lib/libalpm/sync.h +++ b/lib/libalpm/sync.h @@ -1,7 +1,7 @@ /* * sync.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Miklos Vajna diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index 4879d236..49fc0f67 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -1,7 +1,7 @@ /* * trans.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h index ca1e141a..51136423 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -1,7 +1,7 @@ /* * trans.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index d290e71c..32eaa442 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -1,7 +1,7 @@ /* * util.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 37893c8b..8a3154a7 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -1,7 +1,7 @@ /* * util.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar diff --git a/po/ca.po b/po/ca.po index b8bc37c2..e13f4aff 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,5 +1,5 @@ # Translation of pacman.po to Catalan -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the Pacman package. # # Manuel Tortosa , 2009. @@ -1374,7 +1374,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Si no s'ha especificat -p, makepkg cercarà '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/cs.po b/po/cs.po index 1e5744ea..1efad952 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1,5 +1,5 @@ # translation of cs.po to Čeština -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Vojtěch Gondžala , 2007, 2008, 2009. @@ -1351,12 +1351,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Když není zadáno -p, makepkg bude hledat '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (C) 2006-2009 Pacman Development Team ." +"Copyright (C) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nToto je " "svobodný software; více o podmínkách použití naleznete\\nve zdrojovém kódu." "Ze zákona nejsou poskytovány ŽÁDNÉ ZÁRUKY.\\n" diff --git a/po/de.po b/po/de.po index 58dfb85e..83999e46 100644 --- a/po/de.po +++ b/po/de.po @@ -1,6 +1,6 @@ # translation of de.po to German # German translations for pacman package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Marcus Habermehl , 2006. @@ -1400,12 +1400,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Wenn -p nicht spezifiziert ist, wird makepkg nach '%s' suchen" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (C) 2006-2009 Pacman Development Team ." +"Copyright (C) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2007-2008 Dan McGee .\\n\\nDies ist " "freie Software, siehe Quellcode für Kopierbedingungen.\\nEs gibt KEINERLEI " "GARANTIE, soweit das Gesetz dies erlaubt.\\n" diff --git a/po/el.po b/po/el.po index c4a057ed..5aaaebcb 100644 --- a/po/el.po +++ b/po/el.po @@ -1,5 +1,5 @@ # Greek translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Christos Nouskas , 2009. @@ -1360,7 +1360,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Χωρίς την επιλογή '-p', το makepkg θα αναζητήσει το '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/en_GB.po b/po/en_GB.po index 3114bade..b1a158f8 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -1,5 +1,5 @@ # English (British) translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Jeff Bailes , 2007, 2009. @@ -1349,12 +1349,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "If -p is not specified, makepkg will look for '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/es.po b/po/es.po index f48b6f28..33013ce7 100644 --- a/po/es.po +++ b/po/es.po @@ -1,5 +1,5 @@ # Spanish translation for pacman package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Imanol Celaya , 2008. @@ -1411,7 +1411,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Si no se especifica -p, makepkg buscará '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/fr.po b/po/fr.po index d88a4794..15968d08 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,5 +1,5 @@ # French translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Enda , 2006 # @@ -1425,12 +1425,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Si -p n'est pas spécifié, makepkg regardera seulement '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nCeci est " "un logiciel libre; voyez la source pour les conditions.\\nIl n'y a AUCUNE " "GARANTIE, autant que permis par la loi.\\n" diff --git a/po/hu.po b/po/hu.po index 52905ed6..ca3793dd 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,5 +1,5 @@ # Hungarian translations for pacman package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Miklos Vajna , 2006. # @@ -1367,12 +1367,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Ha a -p nincs megadva, a makepkg a '%s'-et fogja keresni" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/it.po b/po/it.po index c3359d75..d52b8bf4 100644 --- a/po/it.po +++ b/po/it.po @@ -1,5 +1,5 @@ # Italian translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Giovanni 'voidnull' Scafora , 2007, 2008, 2009 # Andrea 'bash' Scarpino , 2008 @@ -1388,12 +1388,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Se -p non è stato specificato, makepkg cercherà '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/kk.po b/po/kk.po index 1f1376c1..beee8003 100644 --- a/po/kk.po +++ b/po/kk.po @@ -1,5 +1,5 @@ # Pacman Kazakh Translation -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Baurzhan Muftakhidinov 2009 msgid "" @@ -1365,7 +1365,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Егер -p опциясы көрсетілмесе, makepkg '%s' іздейді" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/nb_NO.po b/po/nb_NO.po index b8327b95..27293abe 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,5 +1,5 @@ # Norwegian translations for PACKAGE package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # , 2009. # @@ -1359,7 +1359,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Hvis -p ikke er spesifisert vil makepkg se etter '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/pacman.pot b/po/pacman.pot index de4c80b4..191d12ed 100644 --- a/po/pacman.pot +++ b/po/pacman.pot @@ -1296,7 +1296,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/pl.po b/po/pl.po index fd449d12..cd7dde9c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,7 +1,7 @@ # translation of pl.po to Polski # Polish translations for Pacman package manager package # Polskie tłumaczenia dla pakietu Pacman package manager. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Mateusz Jędrasik , 2007. @@ -1368,12 +1368,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Jeżeli nie użytko -p, makepkg będzie szukać '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet . \\n\\nTo jest " "wolne oprogramowanie; warunki dystrybucji znajdziesz w źródłach\\nBRAK " "GWARANCJI, na ile pozwala prawo.\\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index f0b16baf..9888bd10 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,6 +1,6 @@ # translation of pt_BR.po to Brazillian Portuguese # Brazilian Portuguese translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # @@ -1400,7 +1400,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Se -p não estiver especificado, makepkg irá procurar por '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/ro.po b/po/ro.po index b9417a59..6cca8411 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1,5 +1,5 @@ # pacman Romanian translation -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Volodia Macovei , 2009. @@ -1384,12 +1384,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Dacă -p nu este specificat, makepkg va căuta după '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (c) 2006-2009 Pacman Development Team . " +"Copyright (c) 2006-2010 Pacman Development Team . " "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nAcesta " "este software gratuit; vedeţi sursa, pentru condiţiile de copiere.\\nNU " "EXISTĂ GARANŢIE, în măsura permisă de lege.\\n" diff --git a/po/ru.po b/po/ru.po index 02ff3bdb..3544f2b4 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,5 +1,5 @@ # Pacman Russian Translation -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Vladimir Bayrakovskiy <4rayven@gmail.com> 2008 # Vitaly Dolgov , Sergey Tereschenko 2009 @@ -1371,12 +1371,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Если параметр -p не указан, makepkg будет искать '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nЭто " "свободное программное обеспечение; посмотрите условия копирования в исходном " "коде.\\nНа него не дается НИКАКИХ ГАРАНТИЙ, в той степени, в которой это " diff --git a/po/sv_SE.po b/po/sv_SE.po index f3ec6b7f..9bb01cc1 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -1,5 +1,5 @@ # Northern Sami translations for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # , 2009. # @@ -1362,7 +1362,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Om -p inte är specifierad, så kommer makepkg leta efter '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/tr.po b/po/tr.po index d313eeb6..e3896964 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,5 +1,5 @@ # translation of pacman.po to Türkçe -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # # Samed BEYRİBEY , 2009. @@ -1368,7 +1368,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Eğer -p kullanılmamışsa, makepkg '%s' dosyasını arayacaktır" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/uk.po b/po/uk.po index 8206533b..f1caf65d 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,5 +1,5 @@ # Ukrainian translation for pacman package manager. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # Ivan Kovnatsky , 2008. # Roman Kyrylych , 2008, 2009. @@ -1372,12 +1372,12 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "Якщо -p не вказано, makepkg буде шукати '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" msgstr "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 5f64e23f..94558a94 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,5 +1,5 @@ # Chinese/Simplified translation for Pacman package manager package. -# Copyright (C) 2009 Pacman Development Team +# Copyright (C) 2010 Pacman Development Team # This file is distributed under the same license as the pacman package manager package. # 甘露(Gan Lu) , 2008, 2009. # @@ -1315,7 +1315,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "如果没有指定 -p ,makepkg将寻找 '%s'" msgid "" -"Copyright (c) 2006-2009 Pacman Development Team ." +"Copyright (c) 2006-2010 Pacman Development Team ." "\\nCopyright (C) 2002-2006 Judd Vinet .\\n\\nThis is " "free software; see the source for copying conditions.\\nThere is NO " "WARRANTY, to the extent permitted by law.\\n" diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 71352381..131519f6 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -3,7 +3,7 @@ # makepkg - make packages compatible for use with pacman # @configure_input@ # -# Copyright (c) 2006-2009 Pacman Development Team +# Copyright (c) 2006-2010 Pacman Development Team # Copyright (c) 2002-2006 by Judd Vinet # Copyright (c) 2005 by Aurelien Foret # Copyright (c) 2006 by Miklos Vajna @@ -1493,7 +1493,7 @@ usage() { version() { printf "makepkg (pacman) %s\n" "$myver" printf "$(gettext "\ -Copyright (c) 2006-2009 Pacman Development Team .\n\ +Copyright (c) 2006-2010 Pacman Development Team .\n\ Copyright (C) 2002-2006 Judd Vinet .\n\n\ This is free software; see the source for copying conditions.\n\ There is NO WARRANTY, to the extent permitted by law.\n")" diff --git a/scripts/pacman-optimize.sh.in b/scripts/pacman-optimize.sh.in index d9f1ca2e..78b2345b 100644 --- a/scripts/pacman-optimize.sh.in +++ b/scripts/pacman-optimize.sh.in @@ -3,7 +3,7 @@ # pacman-optimize # @configure_input@ # -# Copyright (c) 2006-2009 Pacman Development Team +# Copyright (c) 2006-2010 Pacman Development Team # Copyright (c) 2002-2006 by Judd Vinet # # This program is free software; you can redistribute it and/or modify @@ -55,7 +55,7 @@ does not have to move around the disk as much.\n")" version() { printf "pacman-optimize (pacman) %s\n" "$myver" printf "$(gettext "\ -Copyright (c) 2006-2009 Pacman Development Team .\n\ +Copyright (c) 2006-2010 Pacman Development Team .\n\ Copyright (C) 2002-2006 Judd Vinet .\n\n\ This is free software; see the source for copying conditions.\n\ There is NO WARRANTY, to the extent permitted by law.\n")" diff --git a/src/pacman/callback.c b/src/pacman/callback.c index b021d9db..f572dc87 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -1,7 +1,7 @@ /* * callback.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/callback.h b/src/pacman/callback.h index 522a0a20..c56eaa74 100644 --- a/src/pacman/callback.h +++ b/src/pacman/callback.h @@ -1,7 +1,7 @@ /* * callback.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/conf.c b/src/pacman/conf.c index a8da49c5..71e8dd80 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -1,7 +1,7 @@ /* * conf.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 6ded522d..1520c3b4 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -1,7 +1,7 @@ /* * conf.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/deptest.c b/src/pacman/deptest.c index 2dcdc5b6..f043c201 100644 --- a/src/pacman/deptest.c +++ b/src/pacman/deptest.c @@ -1,7 +1,7 @@ /* * deptest.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/package.c b/src/pacman/package.c index 3b145164..060bd438 100644 --- a/src/pacman/package.c +++ b/src/pacman/package.c @@ -1,7 +1,7 @@ /* * package.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/package.h b/src/pacman/package.h index c37133ab..5b0e02c9 100644 --- a/src/pacman/package.h +++ b/src/pacman/package.h @@ -1,7 +1,7 @@ /* * package.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 4559f8c6..d32d4d15 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -1,7 +1,7 @@ /* * pacman.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify @@ -162,7 +162,7 @@ static void version(void) { printf("\n"); printf(" .--. Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, alpm_version()); - printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2009 Pacman Development Team\n"); + printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2010 Pacman Development Team\n"); printf("\\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet\n"); printf(" '--'\n"); printf(_(" This program may be freely redistributed under\n" diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h index d7cb50f5..964fe7d8 100644 --- a/src/pacman/pacman.h +++ b/src/pacman/pacman.h @@ -1,7 +1,7 @@ /* * pacman.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/query.c b/src/pacman/query.c index 6b6a25db..6010fd0d 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -1,7 +1,7 @@ /* * query.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/remove.c b/src/pacman/remove.c index 4a5d9bfb..1e2cadaf 100644 --- a/src/pacman/remove.c +++ b/src/pacman/remove.c @@ -1,7 +1,7 @@ /* * remove.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 0ec7732f..3b4adaaa 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -1,7 +1,7 @@ /* * sync.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/upgrade.c b/src/pacman/upgrade.c index 5e4234b1..1442eb56 100644 --- a/src/pacman/upgrade.c +++ b/src/pacman/upgrade.c @@ -1,7 +1,7 @@ /* * upgrade.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/util.c b/src/pacman/util.c index e421e9d5..5099237e 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -1,7 +1,7 @@ /* * util.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/pacman/util.h b/src/pacman/util.h index 0fed4901..bbf43827 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -1,7 +1,7 @@ /* * util.h * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2006 by Judd Vinet * * This program is free software; you can redistribute it and/or modify diff --git a/src/util/cleanupdelta.c b/src/util/cleanupdelta.c index 4b9ddd79..ffcfaba5 100644 --- a/src/util/cleanupdelta.c +++ b/src/util/cleanupdelta.c @@ -1,7 +1,7 @@ /* * cleanupdelta.c : return list of unused delta in a given sync database * - * Copyright (c) 2009 Pacman Development Team + * Copyright (c) 2010 Pacman Development Team * * 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/src/util/vercmp.c b/src/util/vercmp.c index 3147e15e..778ac55a 100644 --- a/src/util/vercmp.c +++ b/src/util/vercmp.c @@ -1,7 +1,7 @@ /* * vercmp.c * - * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2006-2010 Pacman Development Team * Copyright (c) 2002-2005 by Judd Vinet * * This program is free software; you can redistribute it and/or modify -- cgit v1.2.3-24-g4f1b