]> granicus.if.org Git - fcron/commitdiff
updated copyright
authorthib <thib>
Wed, 11 Jan 2006 00:40:16 +0000 (00:40 +0000)
committerthib <thib>
Wed, 11 Jan 2006 00:40:16 +0000 (00:40 +0000)
fcronsighup.c
fcronsighup.h

index ba65fbeabe4effd043f16c66a3d14417b0f421ce..7eea5a298c06b36b959212cb6f481c2f928d6b87 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcronsighup.c,v 1.8 2004-11-13 19:41:55 thib Exp $ */
+ /* $Id: fcronsighup.c,v 1.9 2006-01-11 00:40:16 thib Exp $ */
 
 #include "fcronsighup.h"
 #include "global.h"
 #include "allow.h"
 
-char rcs_info[] = "$Id: fcronsighup.c,v 1.8 2004-11-13 19:41:55 thib Exp $";
+char rcs_info[] = "$Id: fcronsighup.c,v 1.9 2006-01-11 00:40:16 thib Exp $";
 
 void usage(void);
 void sig_daemon(void);
@@ -56,7 +56,7 @@ usage(void)
 {
     fprintf(stderr,
            "fcronsighup "VERSION_QUOTED" - make fcron update its fcrontabs\n"
-           "Copyright 2000-2004 Thibault Godouet <fcron@free.fr>\n"
+           "Copyright " COPYRIGHT_QUOTED " Thibault Godouet <fcron@free.fr>\n"
            "This program is free software distributed WITHOUT ANY WARRANTY.\n"
             "See the GNU General Public License for more details.\n"
            "\n"
index 09cf5d466361b56e2ec55a0e9bf6368978663aa4..bf4a7afd3e5476595f601812dee577ed90c8c736 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcronsighup.h,v 1.2 2003-12-25 22:39:50 thib Exp $ */
+ /* $Id: fcronsighup.h,v 1.3 2006-01-11 00:40:46 thib Exp $ */
 
 #ifndef __FCRONSIGHUP_H__
 #define __FCRONSIGHUP_H__