Copyright dates are now 2008.
authorArt Cancro <ajc@citadel.org>
Sat, 29 Dec 2007 17:14:05 +0000 (17:14 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 29 Dec 2007 17:14:05 +0000 (17:14 +0000)
citadel/citadel.c
citadel/docs/citadel.html
citadel/server_main.c
webcit/README.txt
webcit/webserver.c

index 522784666464ef41f97e7490def01fb34ae35739..edd981cb3bb773101f87c9cee7af875e7b45d1d6 100644 (file)
@@ -1024,7 +1024,7 @@ void system_info(CtdlIPC *ipc)
     scr_printf("Connected users %d / Active users %d / Highest message #%ld\n", mrtg_users, mrtg_active_users, mrtg_himessage);
     scr_printf("Server uptime: %s\n", mrtg_server_uptime);
     scr_printf("Your system administrator is %s.\n", ipc->ServInfo.sysadm);
-    scr_printf("Copyright (C)1987-2007 by the Citadel development team\n");
+    scr_printf("Copyright (C)1987-2008 by the Citadel development team\n");
 }
 
 /*
index 974ef7ba21b673e937c315257dbe0962566fac9f..89c40b77fbcba47031ead984b0529661394cefd9 100644 (file)
@@ -9,7 +9,7 @@
 <div align="center">
 <h1>C I T A D E L</h1>
 <h2>an open source messaging and collaboration platform</h2>
-Copyright &copy;1987-2007 by the Citadel development team:<br>
+Copyright &copy;1987-2008 by the Citadel development team:<br>
 <br>
 <table align="center" border="0" cellpadding="2" cellspacing="2">
   <tbody>
index 7efb5a6096bc4984f56987f215715bf12118391e..a0d7b31f742a0ed1a19d52d7bd18fdd35a8b3d64 100644 (file)
@@ -211,7 +211,7 @@ int main(int argc, char **argv)
                "*** Citadel server engine v%d.%02d ***\n",
                (REV_LEVEL/100), (REV_LEVEL%100));
        CtdlLogPrintf(CTDL_NOTICE,
-               "Copyright (C) 1987-2007 by the Citadel development team.\n");
+               "Copyright (C) 1987-2008 by the Citadel development team.\n");
        CtdlLogPrintf(CTDL_NOTICE,
                "This program is distributed under the terms of the GNU "
                "General Public License.\n");
index b2f6768423ae67731863f39d56d96c1ba50b6ba6..eec1a2f879c93562fdae27f660fa8e3fae41aa51 100644 (file)
@@ -1,7 +1,7 @@
                         WEBCIT for the Citadel System
                                version 7.23
  
-   Copyright (C) 1996-2007 by the authors.  Portions written by:
+   Copyright (C) 1996-2008 by the authors.  Portions written by:
  
        Art Cancro
        Wilfried Goesgens
index 7eafa289dc3c0e6da84e85dd90dd1e893cae2f79..83554298d54c43164a64996c97adb7ef6ca0ad2c 100644 (file)
@@ -754,7 +754,7 @@ int main(int argc, char **argv)
 
        /** Tell 'em who's in da house */
        lprintf(1, PACKAGE_STRING "\n");
-       lprintf(1, "Copyright (C) 1996-2007 by the Citadel development team.\n"
+       lprintf(1, "Copyright (C) 1996-2008 by the Citadel development team.\n"
                "This software is distributed under the terms of the "
                "GNU General Public License.\n\n"
        );