From abcb5494bc8dd2ff9df42ee0f80506e8ec9593e7 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 7 Mar 2007 20:29:28 +0000 Subject: * Updated -V output to include the 2007 copyright date. --- 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 a26d34c7..de1b860e 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -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 \n"); + printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2007 Judd Vinet \n"); printf("\\ '-. '-' '-' '-'\n"); printf(" '--' \n"); printf(_(" This program may be freely redistributed under\n")); -- cgit v1.2.3-24-g4f1b