Startup notice still had a 2005 copyright on it. Oops.
authorArt Cancro <ajc@citadel.org>
Mon, 30 Oct 2006 22:29:34 +0000 (22:29 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 30 Oct 2006 22:29:34 +0000 (22:29 +0000)
citadel/server_main.c

index 134e564348432a257d4b90bc0427b5be8aed51e5..ef1c9c96efb3c1be1e45a4ae16d87f110c373df5 100644 (file)
@@ -174,7 +174,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-2005 by the Citadel development team.\n");
+               "Copyright (C) 1987-2006 by the Citadel development team.\n");
        lprintf(CTDL_NOTICE,
                "This program is distributed under the terms of the GNU "
                "General Public License.\n");