* Fixed some version and copyright date oopses
authorArt Cancro <ajc@citadel.org>
Sat, 10 Apr 2004 04:32:59 +0000 (04:32 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 10 Apr 2004 04:32:59 +0000 (04:32 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.lsm
webcit/webserver.c

index d95c0f1b397d70c26743f0f82f1bf8293e2b2ee4..4d60647a15d7c60110adac5d0196ddfc4417d572 100644 (file)
@@ -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 <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 47e9c6b21803e003201bb7778515bddc1301e509..fc445a8f5ed2b12d46dadec164763d674cc4be69 100644 (file)
@@ -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
index 6ccfc245b966f7856cd1d89d0cef145863e122dc..b5d70d634361f68ed897cb47287ff569ef33373a 100644 (file)
@@ -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
index 824d812a8ed2f4328a68574e4163349361808f41..b6f2d1a8da169bab1d18c3a93826e25d3e472a27 100644 (file)
@@ -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");