1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

* Updated -V output to include the 2007 copyright date.

This commit is contained in:
Aaron Griffin 2007-03-07 20:29:28 +00:00
parent dddf759004
commit abcb5494bc

View File

@ -167,7 +167,7 @@ static void version()
{
printf("\n");
printf(" .--. Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, LIB_VERSION);
printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>\n");
printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2007 Judd Vinet <jvinet@zeroflux.org>\n");
printf("\\ '-. '-' '-' '-'\n");
printf(" '--' \n");
printf(_(" This program may be freely redistributed under\n"));