From 6072c017dd22fe2d4e27b212f5a6b5648a3695b8 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 10 Apr 2004 04:32:59 +0000 Subject: [PATCH] * Fixed some version and copyright date oopses --- webcit/ChangeLog | 4 ++++ webcit/README.txt | 4 ++-- webcit/webcit.lsm | 4 ++-- webcit/webserver.c | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index d95c0f1b3..4d60647a1 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 506.1 2004/04/10 04:32:59 ajc +* Fixed some version and copyright date oopses + Revision 506.0 2004/04/10 04:29:30 ajc * THIS IS 5.06 @@ -1755,3 +1758,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/README.txt b/webcit/README.txt index 47e9c6b21..fc445a8f5 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,7 +1,7 @@ WEBCIT for the Citadel/UX System - version 5.01 + version 5.06 - Copyright (C) 1996-2003 by the authors. Portions written by: + Copyright (C) 1996-2004 by the authors. Portions written by: Art Cancro Nathan Bryant Nick Grossman diff --git a/webcit/webcit.lsm b/webcit/webcit.lsm index 6ccfc245b..b5d70d634 100644 --- a/webcit/webcit.lsm +++ b/webcit/webcit.lsm @@ -1,7 +1,7 @@ Begin4 Title: WebCit -Version: 5.04 -Entered-date: Tue Mar 9 15:18:57 EST 2004 +Version: 5.06 +Entered-date: Sat Apr 10 00:32:25 EDT 2004 Description: The Web front-end for Citadel/UX. WebCit provides a high performance Web server for your Citadel/UX server. It does not require any other Web server to operate, and diff --git a/webcit/webserver.c b/webcit/webserver.c index 824d812a8..b6f2d1a8d 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -269,7 +269,7 @@ int main(int argc, char **argv) } /* Tell 'em who's in da house */ lprintf(1, SERVER "\n" -"Copyright (C) 1996-2003 by the Citadel/UX development team.\n" +"Copyright (C) 1996-2004 by the Citadel/UX development team.\n" "This software is distributed under the terms of the GNU General Public\n" "License. If you paid for this software, someone is ripping you off.\n\n"); -- 2.39.2