From 0fc538fcdb149141fe25448db5805f2ff790e8fa Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 8 Jun 2008 13:50:01 -0500 Subject: Various updates needed prior to a new release Signed-off-by: Dan McGee --- src/pacman/pacman.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 7aa1bf69..813a7284 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -153,11 +153,11 @@ static void version(void) { printf("\n"); printf(" .--. Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, alpm_version()); - printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2008 Judd Vinet \n"); - printf("\\ '-. '-' '-' '-'\n"); + printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2008 Dan McGee \n"); + printf("\\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet \n"); printf(" '--'\n"); printf(_(" This program may be freely redistributed under\n" - " the terms of the GNU General Public License\n")); + " the terms of the GNU General Public License.\n")); printf("\n"); } -- cgit v1.2.3-54-g00ecf