]> code.citadel.org Git - citadel.git/blobdiff - citadel/server_main.c
* Changed internal version number to 6.10
[citadel.git] / citadel / server_main.c
index 7e05ae9c74682bc94147e948beab59c86e6757da..2cbbcef8e668b072c914296e287bd2f3199ff1e7 100644 (file)
@@ -128,13 +128,13 @@ int main(int argc, char **argv)
 
        /* Tell 'em who's in da house */
        lprintf(1,
-"\n"
-"Citadel/UX messaging server engine v%d.%02d\n"
-"Copyright (C) 1987-2003 by the Citadel/UX development team.\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));
+               "\n*** Citadel/UX messaging server engine v%d.%02d ***\n"
+               "Copyright (C) 1987-2003 by the Citadel/UX development team.\n"
+               "This program is distributed under the terms of the GNU "
+               General Public License.\n\n",
+               (REV_LEVEL/100),
+               (REV_LEVEL%100)
+       );
 
        /* Initialize... */
        init_sysdep();