X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysdep.c;h=43d6355735da7eef6cf45e1b5bb3eff5a473d522;hb=7eda06f15186213bc85e7fa448a48e25011ba8f5;hp=fbc42d2ab1924950df03960e5a8cecb74c83d45b;hpb=141e6923590a8099d7403b5b8d7a5fac5710ed5c;p=citadel.git diff --git a/citadel/sysdep.c b/citadel/sysdep.c index fbc42d2ab..43d635573 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -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();