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 --- 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 + 16 files changed, 32 insertions(+), 16 deletions(-) (limited to 'src') 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-24-g4f1b