Updated copyright notice to 2007
authorArt Cancro <ajc@citadel.org>
Mon, 1 Jan 2007 21:14:08 +0000 (21:14 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 1 Jan 2007 21:14:08 +0000 (21:14 +0000)
webcit/README.txt
webcit/webserver.c

index 20b9ef8cd24eccf336dd7e441c11e2800abb3099..f98af93e74760ebe3b19617f263789b22d31039a 100644 (file)
@@ -1,7 +1,7 @@
                         WEBCIT for the Citadel System
                                version 7.02
  
-   Copyright (C) 1996-2006 by the authors.  Portions written by:
+   Copyright (C) 1996-2007 by the authors.  Portions written by:
        Art Cancro
        Nathan Bryant
        Alessandro Fulciniti
@@ -39,7 +39,7 @@
  INTRODUCTION
  ------------
  
- Citadel is a sophisticated groupware and BBS package which allows multiple
+ Citadel is a sophisticated groupware platform which allows multiple
 users to simultaneously access the system using a variety of user interfaces.
 This package (WebCit) is a "middleware" package which presents an HTML/HTTP
 user interface to the Citadel system.
index 3af120551b000f134d629af500c46f8453c6fcf9..99820909ddd939bd2ef8c8ec5a9ef97a9c2a9039 100644 (file)
@@ -711,7 +711,7 @@ int main(int argc, char **argv)
 
        /** Tell 'em who's in da house */
        lprintf(1, SERVER "\n");
-       lprintf(1, "Copyright (C) 1996-2006 by the Citadel development team.\n"
+       lprintf(1, "Copyright (C) 1996-2007 by the Citadel development team.\n"
                "This software is distributed under the terms of the "
                "GNU General Public License.\n\n"
        );