From 05ad2e077198b5ed6ad895d206f78cbed1b39bd5 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 19 Mar 2005 09:01:27 +0000 Subject: [PATCH] Copyright update --- src/pacman/pacman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 0b2b9bab..5e47fe46 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -516,7 +516,7 @@ void version() { printf("\n"); printf(" .--. Pacman v%s\n", PM_VERSION); - printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2003 Judd Vinet \n"); + printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2005 Judd Vinet \n"); printf("\\ '-. '-' '-' '-' \n"); printf(" '--' This program may be freely redistributed under\n"); printf(" the terms of the GNU General Public License\n\n");