]> code.citadel.org Git - citadel.git/blobdiff - citadel/server_main.c
* If you paid for this software, someone is ripping you off.
[citadel.git] / citadel / server_main.c
index 8cd53e9b7f075a256d7ed0937f4900e3670735b3..d5a6a8eba5f27f503931b4be8c4071921d0449a1 100644 (file)
@@ -128,12 +128,13 @@ int main(int argc, char **argv)
 
        /* Tell 'em who's in da house */
        lprintf(1,
-"\nMultithreaded message server for Citadel/UX\n"
+"\n"
+"Citadel/UX messaging server engine v%d.%02d\n"
 "Copyright (C) 1987-2001 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");
+"Citadel/UX is released under the terms of the GNU General Public License.\n"
+"If you paid for this software, someone is ripping you off.\n\n",
+       (REV_LEVEL/100),
+       (REV_LEVEL%100));
 
        /* Initialize... */
        init_sysdep();