From c72b4543b69f5a80d254a3f408748e19db758947 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 1 Jul 2009 02:08:33 -0500 Subject: Update copyright headers and messages Signed-off-by: Dan McGee --- lib/libalpm/add.c | 3 ++- lib/libalpm/add.h | 3 ++- lib/libalpm/alpm.c | 3 ++- lib/libalpm/alpm.h | 3 ++- lib/libalpm/alpm_list.c | 3 ++- lib/libalpm/alpm_list.h | 3 ++- lib/libalpm/backup.c | 1 + lib/libalpm/backup.h | 3 ++- lib/libalpm/be_package.c | 3 ++- lib/libalpm/cache.c | 3 ++- lib/libalpm/cache.h | 3 ++- lib/libalpm/conflict.c | 3 ++- lib/libalpm/conflict.h | 3 ++- lib/libalpm/db.c | 3 ++- lib/libalpm/db.h | 3 ++- lib/libalpm/delta.c | 3 ++- lib/libalpm/delta.h | 3 ++- lib/libalpm/deps.c | 3 ++- lib/libalpm/deps.h | 3 ++- lib/libalpm/dload.c | 3 ++- lib/libalpm/dload.h | 3 ++- lib/libalpm/error.c | 3 ++- lib/libalpm/graph.h | 3 ++- lib/libalpm/group.c | 3 ++- lib/libalpm/group.h | 3 ++- lib/libalpm/handle.c | 3 ++- lib/libalpm/handle.h | 3 ++- lib/libalpm/log.c | 3 ++- lib/libalpm/log.h | 3 ++- lib/libalpm/package.c | 3 ++- lib/libalpm/package.h | 3 ++- lib/libalpm/po/libalpm.pot | 6 +++--- lib/libalpm/remove.c | 3 ++- lib/libalpm/remove.h | 3 ++- lib/libalpm/sync.c | 3 ++- lib/libalpm/sync.h | 3 ++- lib/libalpm/trans.c | 3 ++- lib/libalpm/trans.h | 3 ++- lib/libalpm/util.c | 3 ++- lib/libalpm/util.h | 3 ++- 40 files changed, 80 insertions(+), 41 deletions(-) (limited to 'lib/libalpm') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 3c0074f5..451a6295 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -1,7 +1,8 @@ /* * add.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/add.h b/lib/libalpm/add.h index 4515d810..6983de9e 100644 --- a/lib/libalpm/add.h +++ b/lib/libalpm/add.h @@ -1,7 +1,8 @@ /* * add.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index ee29d534..6ab65161 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -1,7 +1,8 @@ /* * alpm.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 1b67f8a7..e46942d9 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -1,7 +1,8 @@ /* * alpm.h * - * Copyright (c) 2002-2008 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna diff --git a/lib/libalpm/alpm_list.c b/lib/libalpm/alpm_list.c index 98895032..8b2c7b3e 100644 --- a/lib/libalpm/alpm_list.c +++ b/lib/libalpm/alpm_list.c @@ -1,7 +1,8 @@ /* * alpm_list.c * - * Copyright (c) 2002-2008 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index 8dc8c5ff..f079ecfd 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -1,7 +1,8 @@ /* * alpm_list.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/backup.c b/lib/libalpm/backup.c index f89df55e..e628131f 100644 --- a/lib/libalpm/backup.c +++ b/lib/libalpm/backup.c @@ -1,6 +1,7 @@ /* * backup.c * + * Copyright (c) 2006-2009 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 dc44b1b3..84c574f6 100644 --- a/lib/libalpm/backup.h +++ b/lib/libalpm/backup.h @@ -1,7 +1,8 @@ /* * backup.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/be_package.c b/lib/libalpm/be_package.c index bcb742ca..fef4b469 100644 --- a/lib/libalpm/be_package.c +++ b/lib/libalpm/be_package.c @@ -1,7 +1,8 @@ /* * be_package.c * - * Copyright (c) 2002-2008 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/cache.c b/lib/libalpm/cache.c index 8d18f3ee..091130d4 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -1,7 +1,8 @@ /* * cache.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/cache.h b/lib/libalpm/cache.h index 915896e1..e0132354 100644 --- a/lib/libalpm/cache.h +++ b/lib/libalpm/cache.h @@ -1,7 +1,8 @@ /* * cache.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/conflict.c b/lib/libalpm/conflict.c index 4daa2194..db1656fa 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -1,7 +1,8 @@ /* * conflict.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by David Kimpe * Copyright (c) 2006 by Miklos Vajna diff --git a/lib/libalpm/conflict.h b/lib/libalpm/conflict.h index 1c673728..149c728e 100644 --- a/lib/libalpm/conflict.h +++ b/lib/libalpm/conflict.h @@ -1,7 +1,8 @@ /* * conflict.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/db.c b/lib/libalpm/db.c index 6865cd5a..62c2e0a3 100644 --- a/lib/libalpm/db.c +++ b/lib/libalpm/db.c @@ -1,7 +1,8 @@ /* * db.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe diff --git a/lib/libalpm/db.h b/lib/libalpm/db.h index 1af16355..950ace22 100644 --- a/lib/libalpm/db.h +++ b/lib/libalpm/db.h @@ -1,7 +1,8 @@ /* * db.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 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 de5dd601..599a1b76 100644 --- a/lib/libalpm/delta.c +++ b/lib/libalpm/delta.c @@ -1,7 +1,8 @@ /* * delta.c * - * Copyright (c) 2007-2008 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2007-2006 by Judd Vinet * * 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/lib/libalpm/delta.h b/lib/libalpm/delta.h index 29a2b0c9..4f426cbd 100644 --- a/lib/libalpm/delta.h +++ b/lib/libalpm/delta.h @@ -1,7 +1,8 @@ /* * delta.h * - * Copyright (c) 2007-2008 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2007-2006 by Judd Vinet * * 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/lib/libalpm/deps.c b/lib/libalpm/deps.c index ca2126dc..02a4c7b6 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -1,7 +1,8 @@ /* * deps.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 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 94847d8d..f651ea1f 100644 --- a/lib/libalpm/deps.h +++ b/lib/libalpm/deps.h @@ -1,7 +1,8 @@ /* * deps.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 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 aec0b5ca..c8296f52 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -1,7 +1,8 @@ /* * download.c * - * Copyright (c) 2002-2008 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/dload.h b/lib/libalpm/dload.h index eb642522..64b57d27 100644 --- a/lib/libalpm/dload.h +++ b/lib/libalpm/dload.h @@ -1,7 +1,8 @@ /* * dload.h * - * Copyright (c) 2002-2008 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/error.c b/lib/libalpm/error.c index 47e254e6..81aaa8b1 100644 --- a/lib/libalpm/error.c +++ b/lib/libalpm/error.c @@ -1,7 +1,8 @@ /* * error.c * - * Copyright (c) 2002-2008 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/graph.h b/lib/libalpm/graph.h index 72a7136f..87369f4f 100644 --- a/lib/libalpm/graph.h +++ b/lib/libalpm/graph.h @@ -1,7 +1,8 @@ /* * graph.h - helpful graph structure and setup/teardown methods * - * Copyright (c) 2002-2008 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/group.c b/lib/libalpm/group.c index 3e080a58..a24f4928 100644 --- a/lib/libalpm/group.c +++ b/lib/libalpm/group.c @@ -1,7 +1,8 @@ /* * group.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/group.h b/lib/libalpm/group.h index e261260c..171bcb42 100644 --- a/lib/libalpm/group.h +++ b/lib/libalpm/group.h @@ -1,7 +1,8 @@ /* * group.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/handle.c b/lib/libalpm/handle.c index 813f4399..4d341a8b 100644 --- a/lib/libalpm/handle.c +++ b/lib/libalpm/handle.c @@ -1,7 +1,8 @@ /* * handle.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 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 ad7666dc..2ef94bd2 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -1,7 +1,8 @@ /* * handle.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/log.c b/lib/libalpm/log.c index 3ba5042c..f9a9a90f 100644 --- a/lib/libalpm/log.c +++ b/lib/libalpm/log.c @@ -1,7 +1,8 @@ /* * log.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/log.h b/lib/libalpm/log.h index f15fb4c8..56c85534 100644 --- a/lib/libalpm/log.h +++ b/lib/libalpm/log.h @@ -1,7 +1,8 @@ /* * log.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/package.c b/lib/libalpm/package.c index 8e41456e..002b1c89 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -1,7 +1,8 @@ /* * package.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index 4e4a7b9b..aea3f394 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -1,7 +1,8 @@ /* * package.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by David Kimpe * Copyright (c) 2005, 2006 by Christian Hamar diff --git a/lib/libalpm/po/libalpm.pot b/lib/libalpm/po/libalpm.pot index f2360710..b66c9cf4 100644 --- a/lib/libalpm/po/libalpm.pot +++ b/lib/libalpm/po/libalpm.pot @@ -1,6 +1,6 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Judd Vinet -# This file is distributed under the same license as the PACKAGE package. +# Libalpm messages file +# Copyright (c) 2006-2009 Pacman Development Team +# This file is distributed under the same license as the pacman package. # FIRST AUTHOR , YEAR. # #, fuzzy diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index 62fd3964..fdf8cce1 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -1,7 +1,8 @@ /* * remove.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe diff --git a/lib/libalpm/remove.h b/lib/libalpm/remove.h index 468e1c2c..716fbf72 100644 --- a/lib/libalpm/remove.h +++ b/lib/libalpm/remove.h @@ -1,7 +1,8 @@ /* * remove.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * * 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/lib/libalpm/sync.c b/lib/libalpm/sync.c index aed1a916..85186bbf 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -1,7 +1,8 @@ /* * sync.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna diff --git a/lib/libalpm/sync.h b/lib/libalpm/sync.h index 00985b6f..5d642073 100644 --- a/lib/libalpm/sync.h +++ b/lib/libalpm/sync.h @@ -1,7 +1,8 @@ /* * sync.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 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 fcbb5e2f..bf4a3ebf 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -1,7 +1,8 @@ /* * trans.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h index e25efb35..0537bc72 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -1,7 +1,8 @@ /* * trans.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by Miklos Vajna diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 75f6042d..75f863ab 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -1,7 +1,8 @@ /* * util.c * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index a05a3e5e..e2d44740 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -1,7 +1,8 @@ /* * util.h * - * Copyright (c) 2002-2007 by Judd Vinet + * Copyright (c) 2006-2009 Pacman Development Team + * Copyright (c) 2002-2006 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe -- cgit v1.2.3-24-g4f1b