From: thib Date: Wed, 11 Jan 2006 00:40:16 +0000 (+0000) Subject: updated copyright X-Git-Tag: ver3_0_1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be9b791174c97f61927ba4dbf224b6e039b66830;p=fcron updated copyright --- diff --git a/fcronsighup.c b/fcronsighup.c index ba65fbe..7eea5a2 100644 --- a/fcronsighup.c +++ b/fcronsighup.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2004 Thibault Godouet + * Copyright 2000-2006 Thibault Godouet * * 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,13 +21,13 @@ * `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 \n" + "Copyright " COPYRIGHT_QUOTED " Thibault Godouet \n" "This program is free software distributed WITHOUT ANY WARRANTY.\n" "See the GNU General Public License for more details.\n" "\n" diff --git a/fcronsighup.h b/fcronsighup.h index 09cf5d4..bf4a7af 100644 --- a/fcronsighup.h +++ b/fcronsighup.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2004 Thibault Godouet + * Copyright 2000-2006 Thibault Godouet * * 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__