Updated copyright notice to 2007
authorArt Cancro <ajc@citadel.org>
Mon, 1 Jan 2007 21:11:21 +0000 (21:11 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 1 Jan 2007 21:11:21 +0000 (21:11 +0000)
citadel/citadel.c
citadel/docs/citadel.html
citadel/serv_imap.c
citadel/server_main.c

index cd7fab30a96f7817e78eecd40f9d128b452b222a..ad24903ac0a448077878425a390014c1cbf6b7a6 100644 (file)
@@ -992,7 +992,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-2006 by the Citadel development team\n");
+    scr_printf("Copyright (C)1987-2007 by the Citadel development team\n");
 }
 
 /*
index a60f7cf67a77b04147fd3fab0ec91f3366c6c400..6059407e8b8116bb81507e5c22bea0a0c409527d 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-2006 by the Citadel development team:<br>
+Copyright &copy;1987-2007 by the Citadel development team:<br>
 <br>
 <table align="center" border="0" cellpadding="2" cellspacing="2">
   <tbody>
index ccb58f430f03cfab9c33ea192209233f328691fe..c241a640798db25c75450fa9305df71f60a72af3 100644 (file)
@@ -2,7 +2,7 @@
  * $Id$ 
  *
  * IMAP server for the Citadel system
- * Copyright (C) 2000-2006 by Art Cancro and others.
+ * Copyright (C) 2000-2007 by Art Cancro and others.
  * This code is released under the terms of the GNU General Public License.
  *
  * WARNING: the IMAP protocol is badly designed.  No implementation of it
index 7c152d74439a047b3ca6b7b8bbdbe91ffd9a5900..3fb00e3c706b54caa96bbcd09ed88177b9f56dce 100644 (file)
@@ -175,7 +175,7 @@ int main(int argc, char **argv)
                "*** Citadel server engine v%d.%02d ***\n",
                (REV_LEVEL/100), (REV_LEVEL%100));
        lprintf(CTDL_NOTICE,
-               "Copyright (C) 1987-2006 by the Citadel development team.\n");
+               "Copyright (C) 1987-2007 by the Citadel development team.\n");
        lprintf(CTDL_NOTICE,
                "This program is distributed under the terms of the GNU "
                "General Public License.\n");