From ccba35d097dd1c5a5d497cb1ab367ced5c9c7f02 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 4 Feb 2006 03:42:10 +0000 Subject: [PATCH] Changed the copyright date in the startup banner --- webcit/configure.in | 2 +- webcit/webserver.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/configure.in b/webcit/configure.in index 701754ef3..625b547b7 100644 --- a/webcit/configure.in +++ b/webcit/configure.in @@ -4,7 +4,7 @@ AC_INIT(webserver.c) PACKAGE=webcit -VERSION=6.40 +VERSION=6.72 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AC_SUBST(PACKAGE) diff --git a/webcit/webserver.c b/webcit/webserver.c index b308ceef6..4824d5a95 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -544,7 +544,7 @@ int main(int argc, char **argv) } /** Tell 'em who's in da house */ lprintf(1, SERVER "\n"); - lprintf(1, "Copyright (C) 1996-2005 by the Citadel development team.\n" + lprintf(1, "Copyright (C) 1996-2006 by the Citadel development team.\n" "This software is distributed under the terms of the " "GNU General Public License.\n\n" ); -- 2.39.2