From: Thibault Godouet Date: Fri, 12 Jan 2001 21:37:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4a060c96ddaca69d9a3ba9bfcb1ce296591458;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/allow.c b/allow.c index 8ce3da0..9169334 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000 Thibault Godouet + * Copyright 2000-2001 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 @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: allow.c,v 1.4 2000-12-15 17:48:24 thib Exp $ */ + /* $Id: allow.c,v 1.5 2001-01-12 21:37:52 thib Exp $ */ #include "fcrontab.h" diff --git a/fcrontab.h b/fcrontab.h index ad82b98..23c93ce 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000 Thibault Godouet + * Copyright 2000-2001 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: fcrontab.h,v 1.4 2000-06-18 13:12:17 thib Exp $ */ + /* $Id: fcrontab.h,v 1.5 2001-01-12 21:42:12 thib Exp $ */ #ifndef __FCRONTABH__ #define __FCRONTABH__ diff --git a/getloadavg.c b/getloadavg.c index a2d7e84..7af3334 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -1,7 +1,7 @@ /* * gloadavg.c - get load average for Linux * Copyright (C) 1993 Thomas Koenig - * Copyright 2000 Thibault Godouet + * Copyright 2000-2001 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 diff --git a/global.h b/global.h index 0d56e05..0e82691 100644 --- a/global.h +++ b/global.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000 Thibault Godouet + * Copyright 2000-2001 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: global.h,v 1.21 2000-12-04 20:17:48 thib Exp $ */ + /* $Id: global.h,v 1.22 2001-01-12 21:43:35 thib Exp $ */ /* diff --git a/job.c b/job.c index 628c774..a81d28f 100644 --- a/job.c +++ b/job.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000 Thibault Godouet + * Copyright 2000-2001 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 @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: job.c,v 1.28 2000-12-30 13:00:46 thib Exp $ */ + /* $Id: job.c,v 1.29 2001-01-12 21:44:30 thib Exp $ */ #include "fcron.h" diff --git a/log.c b/log.c index 722b60b..9cf8e64 100644 --- a/log.c +++ b/log.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000 Thibault Godouet + * Copyright 2000-2001 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 @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: log.c,v 1.3 2000-05-30 19:27:32 thib Exp $ */ + /* $Id: log.c,v 1.4 2001-01-12 21:42:44 thib Exp $ */ /* This code is inspired by Anacron's sources of Itai Tzur ( thanks to him ) */ diff --git a/subs.c b/subs.c index 5267e0b..843fcca 100644 --- a/subs.c +++ b/subs.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000 Thibault Godouet + * Copyright 2000-2001 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 @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: subs.c,v 1.4 2000-06-18 13:14:16 thib Exp $ */ + /* $Id: subs.c,v 1.5 2001-01-12 21:42:48 thib Exp $ */ #include "global.h"