* Added function CtdlGetDynamicSymbol() for dynamic symbol allocation
[citadel.git] / citadel / sysdep.c
index fbc42d2ab1924950df03960e5a8cecb74c83d45b..43d6355735da7eef6cf45e1b5bb3eff5a473d522 100644 (file)
@@ -842,9 +842,13 @@ int main(int argc, char **argv)
                }
 
        /* Tell 'em who's in da house */
-       lprintf(1, "Multithreaded message server for %s\n", CITADEL);
-       lprintf(1, "Copyright (C) 1987-1999 by Art Cancro.  ");
-       lprintf(1, "All rights reserved.\n\n");
+       lprintf(1,
+"\nMultithreaded message server for Citadel/UX\n"
+"Copyright (C) 1987-1999 by the Citadel/UX development team.\n"
+"Citadel/UX is free software, covered by the GNU General Public License, and\n"
+"you are welcome to change it and/or distribute copies of it under certain\n"
+"conditions.  There is absolutely no warranty for this software.  Please\n"
+"read the 'COPYING.txt' file for details.\n\n");
 
        /* Initialize... */
        init_sysdep();