Updated various copyright notices to 2009. Happy GNU Year.
authorArt Cancro <ajc@citadel.org>
Wed, 31 Dec 2008 20:24:27 +0000 (20:24 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 31 Dec 2008 20:24:27 +0000 (20:24 +0000)
citadel/citadel.c
libcitadel/README.txt
webcit/README.txt
webcit/webserver.c

index 64d4ca1d8783d0cbb9a0f3065b3e813cea7d3524..85f63611421d9b3a1f2b3ea5ad717bab78adf897 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-2008 by the Citadel development team\n");
+    scr_printf("Copyright (C)1987-2009 by the Citadel development team\n");
 }
 
 /*
index 7ae2955dee725752512c52afadb2922bbea79753..d05e98d9e2954552ed8b1b0b8e99550ed59c7925 100644 (file)
@@ -4,7 +4,7 @@ WebCit.  It is not intended to be a general-purpose library for widespread
 use, although there are parts of it that may be useful for that purpose,
 such as the MIME parser and the vCard data type.
 
-Copyright (c) 1987-2008 by the citadel.org development team.
+Copyright (c) 1987-2009 by the citadel.org development team.
 This program is distributed under the terms of the GNU General Public
 License, version 3.
 
index 3be60f70b50f82e3e426e3614387662bef3b60a4..ddfa8c3b778c62d61541e668ab2fbd75d67b323a 100644 (file)
@@ -1,7 +1,7 @@
                         WEBCIT for the Citadel System
                                version 7.37
  
-   Copyright (C) 1996-2008 by the authors.  Portions written by:
+   Copyright (C) 1996-2009 by the authors.  Portions written by:
  
        Art Cancro
        Wilfried Goesgens
index d285f6dbb16c89fb9b37f65ad29615971ecb3d6e..50754dff40d86851eb17479d577f0de69bd03a11 100644 (file)
@@ -5,7 +5,7 @@
  * waiting on the specified port for incoming HTTP connections.  When a
  * connection is established, it calls context_loop() from context_loop.c.
  *
- * Copyright (c) 1996-2008 by the citadel.org developers.
+ * Copyright (c) 1996-2009 by the citadel.org developers.
  * This program is released under the terms of the GNU General Public License v3.
  *
  */
@@ -770,7 +770,7 @@ int main(int argc, char **argv)
 
        /* Tell 'em who's in da house */
        lprintf(1, PACKAGE_STRING "\n");
-       lprintf(1, "Copyright (C) 1996-2008 by the Citadel development team.\n"
+       lprintf(1, "Copyright (C) 1996-2009 by the Citadel development team.\n"
                "This software is distributed under the terms of the "
                "GNU General Public License.\n\n"
        );