summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-03-07 21:29:28 +0100
committerAaron Griffin <aaron@archlinux.org>2007-03-07 21:29:28 +0100
commitabcb5494bc8dd2ff9df42ee0f80506e8ec9593e7 (patch)
tree19564a8e732c725623ab3e0bd9a783263f5e4b90
parentdddf7590043d504ae348d4ca8f2f8b6d79a6129d (diff)
downloadpacman-abcb5494bc8dd2ff9df42ee0f80506e8ec9593e7.tar.gz
pacman-abcb5494bc8dd2ff9df42ee0f80506e8ec9593e7.tar.xz
* Updated -V output to include the 2007 copyright date.
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
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 <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"));