From: Thibault Godouet Date: Wed, 21 Jun 2000 13:45:43 +0000 (+0000) Subject: message printed by -V option modified X-Git-Tag: ver2_9_4~666 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcad73b9cfc41c1bbf299597f73906070626f6d0;p=thirdparty%2Ffcron.git message printed by -V option modified --- diff --git a/fcron.c b/fcron.c index cb643b8..6383249 100644 --- a/fcron.c +++ b/fcron.c @@ -21,11 +21,11 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.c,v 1.19 2000-06-21 10:44:15 thib Exp $ */ + /* $Id: fcron.c,v 1.20 2000-06-21 13:45:43 thib Exp $ */ #include "fcron.h" -char rcs_info[] = "$Id: fcron.c,v 1.19 2000-06-21 10:44:15 thib Exp $"; +char rcs_info[] = "$Id: fcron.c,v 1.20 2000-06-21 13:45:43 thib Exp $"; void main_loop(void); void info(void); @@ -75,8 +75,7 @@ info(void) fprintf(stderr, "fcron " VERSION " - periodic command scheduler\n" "Copyright 2000 Thibault Godouet \n" - "This program is free software distributed\n" - "WITHOUT ANY WARRANTY.\n" + "This program is free software distributed WITHOUT ANY WARRANTY.\n" "See the GNU General Public License for more details.\n" );