Copyright update

This commit is contained in:
Aurelien Foret 2005-03-19 09:01:27 +00:00
parent 0709c15543
commit 05ad2e0771

View file

@ -516,7 +516,7 @@ void version()
{ {
printf("\n"); printf("\n");
printf(" .--. Pacman v%s\n", PM_VERSION); printf(" .--. Pacman v%s\n", PM_VERSION);
printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2003 Judd Vinet <jvinet@zeroflux.org>\n"); printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2005 Judd Vinet <jvinet@zeroflux.org>\n");
printf("\\ '-. '-' '-' '-' \n"); printf("\\ '-. '-' '-' '-' \n");
printf(" '--' This program may be freely redistributed under\n"); printf(" '--' This program may be freely redistributed under\n");
printf(" the terms of the GNU General Public License\n\n"); printf(" the terms of the GNU General Public License\n\n");