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 --- contrib/gensync | 4 ++-- doc/index.txt | 7 ++++--- 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 ++- po/pacman.pot | 8 ++++---- scripts/makepkg.sh.in | 6 ++++-- scripts/pacman-optimize.sh.in | 6 ++++-- scripts/rankmirrors.py.in | 6 ++++-- src/pacman/callback.c | 3 ++- src/pacman/callback.h | 3 ++- src/pacman/conf.c | 3 ++- src/pacman/conf.h | 3 ++- src/pacman/deptest.c | 3 ++- src/pacman/package.c | 3 ++- src/pacman/package.h | 3 ++- src/pacman/pacman.c | 5 +++-- src/pacman/pacman.h | 3 ++- src/pacman/query.c | 3 ++- src/pacman/remove.c | 3 ++- src/pacman/sync.c | 3 ++- src/pacman/upgrade.c | 3 ++- src/pacman/util.c | 3 ++- src/pacman/util.h | 3 ++- src/util/vercmp.c | 1 + 62 files changed, 134 insertions(+), 72 deletions(-) diff --git a/contrib/gensync b/contrib/gensync index 51d32ceb..719b91e0 100755 --- a/contrib/gensync +++ b/contrib/gensync @@ -2,7 +2,7 @@ # # gensync # -# Copyright (c) 2002-2007 by Judd Vinet +# 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 @@ -44,7 +44,7 @@ note: The name is important. It must be of the form\n\ version() { printf "gensync (pacman) %s\n" "$myver" printf "\ -Copyright (C) 2002-2007 Judd Vinet .\n\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/doc/index.txt b/doc/index.txt index bfca3acc..2f0141c3 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -185,9 +185,10 @@ Pacman/libalpm frontends: Copyright --------- -pacman is Copyright (C) 2006-2009 Dan McGee and -Copyright (C) 2002-2006 Judd Vinet and is -licensed through the GNU General Public License, version 2 or later. +pacman is Copyright (C) 2006-2009 Pacman Development Team + and Copyright (C) 2002-2006 Judd Vinet + and is licensed through the GNU General Public License, +version 2 or later. ///// vim: set ts=2 sw=2 syntax=asciidoc et: 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 diff --git a/po/pacman.pot b/po/pacman.pot index f4cc3e1a..273cf172 100644 --- a/po/pacman.pot +++ b/po/pacman.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. +# Pacman and related scripts 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 @@ -1214,7 +1214,7 @@ msgid "If -p is not specified, makepkg will look for '%s'" msgstr "" msgid "" -"Copyright (C) 2002-2007 Judd Vinet .\\n\\nThis is free " +"Copyright (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 "" diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 2140ff09..d52398c0 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -3,7 +3,8 @@ # makepkg - make packages compatable for use with pacman # @configure_input@ # -# 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) 2006 by Miklos Vajna # Copyright (c) 2005 by Christian Hamar @@ -1409,7 +1410,8 @@ usage() { version() { printf "makepkg (pacman) %s\n" "$myver" printf "$(gettext "\ -Copyright (C) 2002-2007 Judd Vinet .\n\n\ +Copyright (c) 2006-2009 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 dbb8ed00..e43e946d 100644 --- a/scripts/pacman-optimize.sh.in +++ b/scripts/pacman-optimize.sh.in @@ -3,7 +3,8 @@ # pacman-optimize # @configure_input@ # -# 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 @@ -54,7 +55,8 @@ does not have to move around the disk as much.\n")" version() { printf "pacman-optimize (pacman) %s\n" "$myver" printf "$(gettext "\ -Copyright (C) 2002-2007 Judd Vinet .\n\n\ +Copyright (c) 2006-2009 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/rankmirrors.py.in b/scripts/rankmirrors.py.in index 99ec3fc7..4b253b67 100644 --- a/scripts/rankmirrors.py.in +++ b/scripts/rankmirrors.py.in @@ -3,7 +3,8 @@ # rankmirrors - read a list of mirrors from a file and rank them by speed # @configure_input@ # -# 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 @@ -25,7 +26,8 @@ from string import Template def createOptParser(): usage = "usage: %prog [options] MIRRORFILE | URL" version = "%prog (pacman) @PACKAGE_VERSION@\n" \ - "Copyright (C) 2002-2007 Judd Vinet .\n\n" \ + "Copyright (c) 2006-2009 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." description = "Ranks pacman mirrors by their connection and opening " \ diff --git a/src/pacman/callback.c b/src/pacman/callback.c index e1cad20f..952492f2 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -1,7 +1,8 @@ /* * callback.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/src/pacman/callback.h b/src/pacman/callback.h index 2961be84..522a0a20 100644 --- a/src/pacman/callback.h +++ b/src/pacman/callback.h @@ -1,7 +1,8 @@ /* * callback.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/src/pacman/conf.c b/src/pacman/conf.c index ca5cd123..e25f8b72 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -1,7 +1,8 @@ /* * conf.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/src/pacman/conf.h b/src/pacman/conf.h index 466d9832..39802ca8 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -1,7 +1,8 @@ /* * conf.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/src/pacman/deptest.c b/src/pacman/deptest.c index 2feca5c4..2dcdc5b6 100644 --- a/src/pacman/deptest.c +++ b/src/pacman/deptest.c @@ -1,7 +1,8 @@ /* * deptest.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/src/pacman/package.c b/src/pacman/package.c index da2feb51..328d5bf6 100644 --- a/src/pacman/package.c +++ b/src/pacman/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 * * 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/pacman/package.h b/src/pacman/package.h index aede2a11..c37133ab 100644 --- a/src/pacman/package.h +++ b/src/pacman/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 * * 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/pacman/pacman.c b/src/pacman/pacman.c index 3f5384ca..7f864891 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -1,7 +1,8 @@ /* * pacman.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 @@ -156,7 +157,7 @@ static void version(void) { printf("\n"); printf(" .--. Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, alpm_version()); - printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2008 Dan McGee \n"); + printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2009 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 97d0301e..d7cb50f5 100644 --- a/src/pacman/pacman.h +++ b/src/pacman/pacman.h @@ -1,7 +1,8 @@ /* * pacman.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/src/pacman/query.c b/src/pacman/query.c index 809a5f49..49972028 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -1,7 +1,8 @@ /* * query.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/src/pacman/remove.c b/src/pacman/remove.c index 1968744e..0efbd94e 100644 --- a/src/pacman/remove.c +++ b/src/pacman/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 * * 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/pacman/sync.c b/src/pacman/sync.c index 2e57b011..e644b225 100644 --- a/src/pacman/sync.c +++ b/src/pacman/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 * * 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/pacman/upgrade.c b/src/pacman/upgrade.c index 2c996883..1570f95e 100644 --- a/src/pacman/upgrade.c +++ b/src/pacman/upgrade.c @@ -1,7 +1,8 @@ /* * upgrade.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/src/pacman/util.c b/src/pacman/util.c index 8056fbd9..a02b43cd 100644 --- a/src/pacman/util.c +++ b/src/pacman/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 * * 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/pacman/util.h b/src/pacman/util.h index b159018f..12824221 100644 --- a/src/pacman/util.h +++ b/src/pacman/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 * * 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 1989dd4f..3147e15e 100644 --- a/src/util/vercmp.c +++ b/src/util/vercmp.c @@ -1,6 +1,7 @@ /* * vercmp.c * + * Copyright (c) 2006-2009 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