index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-06-08 13:50:01 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-06-08 13:50:01 -0500 |
commit | 0fc538fcdb149141fe25448db5805f2ff790e8fa (patch) | |
tree | 6c829345824d25112d57c6b0d0464b9ed5a93202 /src | |
parent | fcac23763b0cd6242a1e126b5063d95d4a46fd09 (diff) |
-rw-r--r-- | src/pacman/pacman.c | 6 |
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"); } |