From a7d4899abd925ee17185af9ae29c7433448b15f3 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 20 Dec 2001 04:54:27 +0000 Subject: [PATCH] * If you paid for this software, someone is ripping you off. --- citadel/ChangeLog | 4 +++- citadel/server_main.c | 11 ++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 142e9498a..f06b487f2 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 590.15 2001/12/20 04:54:26 ajc + * If you paid for this software, someone is ripping you off. + Revision 590.14 2001/12/18 08:24:56 nbryant more lovely configure tweaks (include paths for db) @@ -2992,4 +2995,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import - diff --git a/citadel/server_main.c b/citadel/server_main.c index 8cd53e9b7..d5a6a8eba 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -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(); -- 2.39.2