summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-06-08 20:50:01 +0200
committerDan McGee <dan@archlinux.org>2008-06-08 20:50:01 +0200
commit0fc538fcdb149141fe25448db5805f2ff790e8fa (patch)
tree6c829345824d25112d57c6b0d0464b9ed5a93202 /src
parentfcac23763b0cd6242a1e126b5063d95d4a46fd09 (diff)
downloadpacman-0fc538fcdb149141fe25448db5805f2ff790e8fa.tar.gz
pacman-0fc538fcdb149141fe25448db5805f2ff790e8fa.tar.xz
Various updates needed prior to a new release
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c6
1 files changed, 3 insertions, 3 deletions
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 <jvinet@zeroflux.org>\n");
- printf("\\ '-. '-' '-' '-'\n");
+ printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2008 Dan McGee <dan@archlinux.org>\n");
+ printf("\\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>\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");
}