From: Thibault Godouet Date: Thu, 22 Nov 2012 00:25:50 +0000 (+0000) Subject: Updated copyright dates and removed old CVS $id$ which are no longer relevant in git X-Git-Tag: ver3_1_0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb81dbe138a3118425ed6d3ae876bf2bed9ac905;p=thirdparty%2Ffcron.git Updated copyright dates and removed old CVS $id$ which are no longer relevant in git --- diff --git a/Makefile.in b/Makefile.in index d0b13f6..5a927ef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,6 @@ # @configure_input@ -# $Id: Makefile.in,v 1.109 2008-05-11 10:55:39 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined diff --git a/allow.c b/allow.c index daf2766..430bf5f 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: allow.c,v 1.18 2007-06-03 17:53:02 thib Exp $ */ #include "fcrontab.h" diff --git a/allow.h b/allow.h index 9dbfc1c..3b85420 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: allow.h,v 1.6 2007-04-14 18:04:24 thib Exp $ */ #ifndef __ALLOW_H__ #define __ALLOW_H__ diff --git a/conf.c b/conf.c index 8181cb7..e44b7c9 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: conf.c,v 1.74 2007-10-14 14:56:54 thib Exp $ */ #include "fcron.h" diff --git a/conf.h b/conf.h index 8756f0e..f4704a3 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: conf.h,v 1.8 2007-04-14 18:04:17 thib Exp $ */ #ifndef __CONF_H__ #define __CONF_H__ diff --git a/config.h.in b/config.h.in index d823d05..84058a2 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: config.h.in,v 1.64 2008-09-21 17:44:12 thib Exp $ */ /* *********************************************************** */ diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 9e04d9e..8e9b148 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,12 +22,10 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: convert-fcrontab.c,v 1.23 2007-04-14 18:04:21 thib Exp $ */ #include "convert-fcrontab.h" #include "mem.h" -char rcs_info[] = "$Id: convert-fcrontab.c,v 1.23 2007-04-14 18:04:21 thib Exp $"; void info(void); void usage(void); diff --git a/convert-fcrontab.h b/convert-fcrontab.h index b5b181d..6881057 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: convert-fcrontab.h,v 1.5 2007-04-14 18:04:21 thib Exp $ */ #ifndef __CONVERT_FCRONTAB_H__ #define __CONVERT_FCRONTAB_H__ diff --git a/database.c b/database.c index 4008cae..af8117f 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: database.c,v 1.83 2008-05-11 15:05:51 thib Exp $ */ #include "fcron.h" diff --git a/database.h b/database.h index 70751f4..fdbbc72 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: database.h,v 1.10 2007-04-14 18:04:18 thib Exp $ */ #ifndef __DATABASE_H__ #define __DATABASE_H__ diff --git a/doc/Makefile.in b/doc/Makefile.in index e63de79..f118bb1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -4,7 +4,6 @@ # @configure_input@ -# $Id: Makefile.in,v 1.29 2007-10-14 15:07:46 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE: some of the following is also defined diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index e458764..82e7c8e 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -1,6 +1,6 @@ - Changes diff --git a/doc/en/faq.sgml b/doc/en/faq.sgml index 52cc385..648da16 100644 --- a/doc/en/faq.sgml +++ b/doc/en/faq.sgml @@ -1,6 +1,6 @@ - Frequently Asked Questions diff --git a/doc/en/fcron-doc.sgml b/doc/en/fcron-doc.sgml index 9ec9722..232b92a 100644 --- a/doc/en/fcron-doc.sgml +++ b/doc/en/fcron-doc.sgml @@ -7,7 +7,7 @@ - diff --git a/doc/en/fcron.8.sgml b/doc/en/fcron.8.sgml index ada0374..deb181e 100644 --- a/doc/en/fcron.8.sgml +++ b/doc/en/fcron.8.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/en/fcron.conf.5.sgml b/doc/en/fcron.conf.5.sgml index c5de938..4fe6bfd 100644 --- a/doc/en/fcron.conf.5.sgml +++ b/doc/en/fcron.conf.5.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/en/fcrondyn.1.sgml b/doc/en/fcrondyn.1.sgml index d592909..3ec9a23 100644 --- a/doc/en/fcrondyn.1.sgml +++ b/doc/en/fcrondyn.1.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/en/fcrontab.1.sgml b/doc/en/fcrontab.1.sgml index 0162e5a..6c240a0 100644 --- a/doc/en/fcrontab.1.sgml +++ b/doc/en/fcrontab.1.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/en/fcrontab.5.sgml b/doc/en/fcrontab.5.sgml index 862e610..7d871ae 100644 --- a/doc/en/fcrontab.5.sgml +++ b/doc/en/fcrontab.5.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/en/install.sgml b/doc/en/install.sgml index 668ff1e..05a1dd2 100644 --- a/doc/en/install.sgml +++ b/doc/en/install.sgml @@ -1,6 +1,6 @@ - How to install fcron diff --git a/doc/en/manpage-foot.sgml b/doc/en/manpage-foot.sgml index 7b3594a..ac912a8 100644 --- a/doc/en/manpage-foot.sgml +++ b/doc/en/manpage-foot.sgml @@ -1,6 +1,6 @@ - See also diff --git a/doc/en/readme.sgml b/doc/en/readme.sgml index 2c688e4..fa0b545 100644 --- a/doc/en/readme.sgml +++ b/doc/en/readme.sgml @@ -1,6 +1,6 @@ - About fcron diff --git a/doc/en/relnotes.sgml b/doc/en/relnotes.sgml index dccb82d..ebed652 100644 --- a/doc/en/relnotes.sgml +++ b/doc/en/relnotes.sgml @@ -1,6 +1,6 @@ - Release notes: &fcron; &version; diff --git a/doc/en/thanks.sgml b/doc/en/thanks.sgml index 970633f..01c80a1 100644 --- a/doc/en/thanks.sgml +++ b/doc/en/thanks.sgml @@ -1,6 +1,6 @@ - Thanks diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index bd90a23..048d051 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -1,6 +1,6 @@ - Todo diff --git a/doc/fr/changes.sgml b/doc/fr/changes.sgml index 7330567..8ac7c00 100644 --- a/doc/fr/changes.sgml +++ b/doc/fr/changes.sgml @@ -1,6 +1,6 @@ - Changes diff --git a/doc/fr/faq.sgml b/doc/fr/faq.sgml index 1dd30ac..90a8ecb 100644 --- a/doc/fr/faq.sgml +++ b/doc/fr/faq.sgml @@ -1,6 +1,6 @@ - Frequently Asked Questions diff --git a/doc/fr/fcron-doc.sgml b/doc/fr/fcron-doc.sgml index 1805373..6f71470 100644 --- a/doc/fr/fcron-doc.sgml +++ b/doc/fr/fcron-doc.sgml @@ -7,7 +7,7 @@ - diff --git a/doc/fr/fcron.8.sgml b/doc/fr/fcron.8.sgml index 2caefdb..75ffbe5 100644 --- a/doc/fr/fcron.8.sgml +++ b/doc/fr/fcron.8.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/fr/fcron.conf.5.sgml b/doc/fr/fcron.conf.5.sgml index 592e7cb..1ef0729 100644 --- a/doc/fr/fcron.conf.5.sgml +++ b/doc/fr/fcron.conf.5.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/fr/fcrondyn.1.sgml b/doc/fr/fcrondyn.1.sgml index 9c2153b..4ca49ea 100644 --- a/doc/fr/fcrondyn.1.sgml +++ b/doc/fr/fcrondyn.1.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/fr/fcrontab.1.sgml b/doc/fr/fcrontab.1.sgml index 69dccc5..5202f7a 100644 --- a/doc/fr/fcrontab.1.sgml +++ b/doc/fr/fcrontab.1.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/fr/fcrontab.5.sgml b/doc/fr/fcrontab.5.sgml index 31eae32..56dc0bf 100644 --- a/doc/fr/fcrontab.5.sgml +++ b/doc/fr/fcrontab.5.sgml @@ -1,6 +1,6 @@ - diff --git a/doc/fr/install.sgml b/doc/fr/install.sgml index bbe6060..05a1dd2 100644 --- a/doc/fr/install.sgml +++ b/doc/fr/install.sgml @@ -1,6 +1,6 @@ - How to install fcron diff --git a/doc/fr/manpage-foot.sgml b/doc/fr/manpage-foot.sgml index ba3b0af..04b8921 100644 --- a/doc/fr/manpage-foot.sgml +++ b/doc/fr/manpage-foot.sgml @@ -1,6 +1,6 @@ - Voir aussi diff --git a/doc/fr/readme.sgml b/doc/fr/readme.sgml index 4a4c5e8..fa0b545 100644 --- a/doc/fr/readme.sgml +++ b/doc/fr/readme.sgml @@ -1,6 +1,6 @@ - About fcron diff --git a/doc/fr/relnotes.sgml b/doc/fr/relnotes.sgml index 6a143e9..c61d239 100644 --- a/doc/fr/relnotes.sgml +++ b/doc/fr/relnotes.sgml @@ -1,6 +1,6 @@ - Release notes: &fcron; &version; diff --git a/doc/fr/thanks.sgml b/doc/fr/thanks.sgml index 891ad49..01c80a1 100644 --- a/doc/fr/thanks.sgml +++ b/doc/fr/thanks.sgml @@ -1,6 +1,6 @@ - Thanks diff --git a/doc/fr/todo.sgml b/doc/fr/todo.sgml index 507d5e7..33075c9 100644 --- a/doc/fr/todo.sgml +++ b/doc/fr/todo.sgml @@ -1,6 +1,6 @@ - Todo diff --git a/dyncom.h b/dyncom.h index 90872ee..9adc268 100644 --- a/dyncom.h +++ b/dyncom.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: dyncom.h,v 1.7 2007-04-14 18:04:17 thib Exp $ */ /* This file describe the communication protocol between fcron and fcrondyn */ diff --git a/env_list.c b/env_list.c index 11c5586..5ebc5a2 100644 --- a/env_list.c +++ b/env_list.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.c,v 1.6 2007/04/14 18:04:19 thib Exp thib $ */ /* List of jobs currently being executed. * This is a wrapper for an u_list (unordered list) (see u_list.h and u_list.c), diff --git a/env_list.h b/env_list.h index cc4929b..fc4a8f0 100644 --- a/env_list.h +++ b/env_list.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.h,v 1.4 2007/04/14 18:04:20 thib Exp thib $ */ /* List of jobs currently being executed. * This is a wrapper for an u_list (unordered list) (see u_list.h and u_list.c), diff --git a/exe_list.c b/exe_list.c index 0b16e00..e4b6dc1 100644 --- a/exe_list.c +++ b/exe_list.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.c,v 1.6 2007/04/14 18:04:19 thib Exp thib $ */ /* List of jobs currently being executed. * This is a wrapper for an u_list (unordered list) (see u_list.h and u_list.c), diff --git a/exe_list.h b/exe_list.h index fae89b7..546d408 100644 --- a/exe_list.h +++ b/exe_list.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.h,v 1.4 2007/04/14 18:04:20 thib Exp thib $ */ /* List of jobs currently being executed. * This is a wrapper for an u_list (unordered list) (see u_list.h and u_list.c), diff --git a/fcron.c b/fcron.c index c36690e..62edf3d 100644 --- a/fcron.c +++ b/fcron.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.c,v 1.82 2007-11-07 09:15:40 thib Exp $ */ #include "fcron.h" @@ -34,7 +33,6 @@ #include "socket.h" #endif -char rcs_info[] = "$Id: fcron.c,v 1.82 2007-11-07 09:15:40 thib Exp $"; void main_loop(void); void check_signal(void); diff --git a/fcron.h b/fcron.h index 70a65c0..e78fb94 100644 --- a/fcron.h +++ b/fcron.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.h,v 1.35 2007-04-14 18:04:14 thib Exp $ */ #ifndef __FCRON_H__ #define __FCRON_H__ diff --git a/fcronconf.c b/fcronconf.c index 0286128..cbfeb19 100644 --- a/fcronconf.c +++ b/fcronconf.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: subs.c,v 1.29 2008-05-11 11:08:23 thib Exp $ */ #include "global.h" #include "mem.h" diff --git a/fcronconf.h b/fcronconf.h index f36f6a7..d211419 100644 --- a/fcronconf.h +++ b/fcronconf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: subs.h,v 1.11 2007-04-14 18:04:23 thib Exp $ */ #ifndef __FCRONCONF_H__ #define __FCRONCONF_H__ diff --git a/fcrondyn.c b/fcrondyn.c index 5ea8db9..84c3f33 100644 --- a/fcrondyn.c +++ b/fcrondyn.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrondyn.c,v 1.19 2007-04-14 18:04:11 thib Exp $ */ /* fcrondyn : interact dynamically with running fcron process : * - list jobs, with their status, next time of execution, etc @@ -35,7 +34,6 @@ #include "read_string.h" #include "mem.h" -char rcs_info[] = "$Id: fcrondyn.c,v 1.19 2007-04-14 18:04:11 thib Exp $"; void info(void); void usage(void); diff --git a/fcrondyn.h b/fcrondyn.h index 25e61c1..ca63136 100644 --- a/fcrondyn.h +++ b/fcrondyn.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrondyn.h,v 1.7 2007-04-14 18:04:11 thib Exp $ */ #ifndef __FCRONDYN_H__ #define __FCRONDYN_H__ diff --git a/fcronsighup.c b/fcronsighup.c index b2159f7..7c6f603 100644 --- a/fcronsighup.c +++ b/fcronsighup.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,14 +21,12 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcronsighup.c,v 1.14 2008-05-11 10:46:54 thib Exp $ */ #include "fcronsighup.h" #include "global.h" #include "allow.h" #include "fcronconf.h" -char rcs_info[] = "$Id: fcronsighup.c,v 1.14 2008-05-11 10:46:54 thib Exp $"; void usage(void); void sig_daemon(void); diff --git a/fcronsighup.h b/fcronsighup.h index d0c2a98..ae4992f 100644 --- a/fcronsighup.h +++ b/fcronsighup.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcronsighup.h,v 1.5 2007-04-14 18:04:08 thib Exp $ */ #ifndef __FCRONSIGHUP_H__ #define __FCRONSIGHUP_H__ diff --git a/fcrontab.c b/fcrontab.c index 1378c41..bf84e1e 100644 --- a/fcrontab.c +++ b/fcrontab.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.c,v 1.74 2007-06-03 17:49:01 thib Exp $ */ /* * The goal of this program is simple : giving a user interface to fcron @@ -46,7 +45,6 @@ #include "temp_file.h" #include "read_string.h" -char rcs_info[] = "$Id: fcrontab.c,v 1.74 2007-06-03 17:49:01 thib Exp $"; void info(void); void usage(void); diff --git a/fcrontab.h b/fcrontab.h index 0f73334..08a9cdb 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.h,v 1.21 2007-04-14 18:04:13 thib Exp $ */ #ifndef __FCRONTAB_H__ #define __FCRONTAB_H__ diff --git a/fifo_list.c b/fifo_list.c index fa5040e..5509e22 100644 --- a/fifo_list.c +++ b/fifo_list.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.c,v 1.6 2007/04/14 18:04:19 thib Exp thib $ */ /* * 'First in first out' list of generic items diff --git a/fifo_list.h b/fifo_list.h index 2fd9486..947f9e7 100644 --- a/fifo_list.h +++ b/fifo_list.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.h,v 1.4 2007/04/14 18:04:20 thib Exp thib $ */ /* * 'First in first out' list of generic items diff --git a/fileconf.c b/fileconf.c index eecc57e..795812a 100644 --- a/fileconf.c +++ b/fileconf.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fileconf.c,v 1.82 2008-09-21 17:40:34 thib Exp $ */ #include "fcrontab.h" diff --git a/fileconf.h b/fileconf.h index 237ee33..4ef90f5 100644 --- a/fileconf.h +++ b/fileconf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fileconf.h,v 1.7 2007-04-14 18:04:15 thib Exp $ */ #ifndef __FILECONF_H__ #define __FILECONF_H__ diff --git a/getloadavg.c b/getloadavg.c index 31111d5..7f6b6be 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-2010 Thibault Godouet + * Copyright 2000-2012 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/getloadavg.h b/getloadavg.h index dda68de..42afd27 100644 --- a/getloadavg.h +++ b/getloadavg.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: getloadavg.h,v 1.6 2007-04-14 18:04:25 thib Exp $ */ #ifndef __GETLOADAVG_H__ #define __GETLOADAVG_H__ diff --git a/global.h b/global.h index 49f5b2b..eced481 100644 --- a/global.h +++ b/global.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: global.h,v 1.51 2007-06-24 22:01:49 thib Exp $ */ /* diff --git a/job.c b/job.c index 6cd71e9..30b834f 100644 --- a/job.c +++ b/job.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: job.c,v 1.74 2008-05-11 15:04:04 thib Exp $ */ #include "fcron.h" diff --git a/job.h b/job.h index 3ed051b..82658d4 100644 --- a/job.h +++ b/job.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: job.h,v 1.10 2008-05-11 15:05:35 thib Exp $ */ #ifndef __JOB_H__ #define __JOB_H__ diff --git a/lavg_list.c b/lavg_list.c index 2dc5654..bf31e6e 100644 --- a/lavg_list.c +++ b/lavg_list.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.c,v 1.6 2007/04/14 18:04:19 thib Exp thib $ */ /* List of jobs waiting for an appropriate system load average to be executed. * This is a wrapper for an u_list (unordered list) (see u_list.h and u_list.c), diff --git a/lavg_list.h b/lavg_list.h index ab7a78b..ffb133f 100644 --- a/lavg_list.h +++ b/lavg_list.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.h,v 1.4 2007/04/14 18:04:20 thib Exp thib $ */ /* List of jobs waiting for an appropriate system load average to be executed. * This is a wrapper for an u_list (unordered list) (see u_list.h and u_list.c), diff --git a/log.c b/log.c index 0560a2b..d5a8d2e 100644 --- a/log.c +++ b/log.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: log.c,v 1.18 2007-04-14 18:04:09 thib Exp $ */ /* This code is inspired by Anacron's sources of Itai Tzur */ diff --git a/log.h b/log.h index c9a4a62..5bf643a 100644 --- a/log.h +++ b/log.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: log.h,v 1.9 2007-04-14 18:04:10 thib Exp $ */ #ifndef __LOG_H__ #define __LOG_H__ diff --git a/mem.c b/mem.c index 33839c5..db11080 100644 --- a/mem.c +++ b/mem.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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/mem.h b/mem.h index ea24d3f..d8b33fc 100644 --- a/mem.h +++ b/mem.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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/option.h b/option.h index cd5fae9..258ab5c 100644 --- a/option.h +++ b/option.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: option.h,v 1.27 2007-11-07 09:23:50 thib Exp $ */ /* This has been inspired from bitstring(3) : here is the original copyright : */ diff --git a/pam.h b/pam.h index 558dfb9..2a18880 100644 --- a/pam.h +++ b/pam.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: pam.h,v 1.5 2007-04-14 18:04:10 thib Exp $ */ #ifndef __PAM_H__ #define __PAM_H__ diff --git a/read_string.c b/read_string.c index e8d0c9f..3ba92f5 100644 --- a/read_string.c +++ b/read_string.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: read_string.c,v 1.4 2007-04-14 18:04:12 thib Exp $ */ /* read a string (password, etc ...) securely from a tty */ diff --git a/read_string.h b/read_string.h index e2de75f..2470fc5 100644 --- a/read_string.h +++ b/read_string.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: read_string.h,v 1.4 2007-04-14 18:04:12 thib Exp $ */ #ifndef __READ_STRING_H__ #define __READ_STRING_H__ diff --git a/save.c b/save.c index dbe9ecf..6408f16 100644 --- a/save.c +++ b/save.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: save.c,v 1.13 2007-10-14 14:59:01 thib Exp $ */ #include "global.h" #include "save.h" diff --git a/save.h b/save.h index e6846ac..a842591 100644 --- a/save.h +++ b/save.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: save.h,v 1.13 2007-04-14 18:04:22 thib Exp $ */ #ifndef __SAVE_H__ #define __SAVE_H__ diff --git a/script/boot-install b/script/boot-install index d3c9bdb..3aa4a71 100755 --- a/script/boot-install +++ b/script/boot-install @@ -2,7 +2,6 @@ # Install fcron under SysV system. # -# $Id: boot-install,v 1.39 2007-01-01 18:51:53 thib Exp $ # takes 6 arguments : the name of the BSD-like install program (with "-o" and the correct username) # the DESTSBIN directory diff --git a/script/boot-uninstall b/script/boot-uninstall index e94c234..be21f86 100755 --- a/script/boot-uninstall +++ b/script/boot-uninstall @@ -2,7 +2,6 @@ # Uninstall fcron under SysV system. # -# $Id: boot-uninstall,v 1.8 2001-07-10 10:52:27 thib Exp $ PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin" if test -d /usr/ucb; then diff --git a/script/gen-doc b/script/gen-doc index 6d6a4e9..de60966 100755 --- a/script/gen-doc +++ b/script/gen-doc @@ -1,6 +1,5 @@ #!/bin/sh -# $Id: gen-doc,v 1.9 2001-02-25 14:44:31 thib Exp $ PREVIOUS=`cat ./VERSION` diff --git a/script/install-pam-conf b/script/install-pam-conf index 91c1c5f..b9ff21d 100755 --- a/script/install-pam-conf +++ b/script/install-pam-conf @@ -2,7 +2,6 @@ # Install fcron and fcrontab's pam conf files. # -# $Id: install-pam-conf,v 1.3 2003-12-29 15:40:52 thib Exp $ if test $# -ne 5; then echo "Too few/many arguments" diff --git a/script/sysVinit-launcher b/script/sysVinit-launcher index e791c3c..3e96f7c 100755 --- a/script/sysVinit-launcher +++ b/script/sysVinit-launcher @@ -19,7 +19,6 @@ # Description: Fcron job service ### END INIT INFO -# $Id: sysVinit-launcher,v 1.12 2007-11-07 09:26:01 thib Exp $ export PATH="/sbin:/usr/sbin:/bin:/usr/bin" diff --git a/script/user-group b/script/user-group index ab62e5c..0dc36dd 100755 --- a/script/user-group +++ b/script/user-group @@ -4,7 +4,6 @@ # them if necessary. # -# $Id: user-group,v 1.15 2005-06-11 22:53:21 thib Exp $ # take 4 arguments : username # groupname diff --git a/socket.c b/socket.c index 9d1dcb8..9eb62a4 100644 --- a/socket.c +++ b/socket.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: socket.c,v 1.25 2008-05-11 11:09:29 thib Exp $ */ /* This file contains all fcron's code (server) to handle communication with fcrondyn */ diff --git a/socket.h b/socket.h index e2216a7..fcf5f03 100644 --- a/socket.h +++ b/socket.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: socket.h,v 1.6 2007-04-14 18:04:27 thib Exp $ */ /* This file describe the communication protocol between fcron and fcrondyn */ diff --git a/subs.c b/subs.c index 5a44cbe..204e5f5 100644 --- a/subs.c +++ b/subs.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: subs.c,v 1.29 2008-05-11 11:08:23 thib Exp $ */ #include "global.h" #include "subs.h" diff --git a/subs.h b/subs.h index cca1229..606a4bf 100644 --- a/subs.h +++ b/subs.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: subs.h,v 1.11 2007-04-14 18:04:23 thib Exp $ */ #ifndef __SUBS_H__ #define __SUBS_H__ diff --git a/temp_file.c b/temp_file.c index cd00e3c..6994e72 100644 --- a/temp_file.c +++ b/temp_file.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.c,v 1.6 2007-04-14 18:04:19 thib Exp $ */ #include "global.h" #include "temp_file.h" diff --git a/temp_file.h b/temp_file.h index 952d26a..3ab12ee 100644 --- a/temp_file.h +++ b/temp_file.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.h,v 1.4 2007-04-14 18:04:20 thib Exp $ */ #ifndef __TEMP_FILE_H__ #define __TEMP_FILE_H__ diff --git a/u_list.c b/u_list.c index 8199374..2153657 100644 --- a/u_list.c +++ b/u_list.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.c,v 1.6 2007/04/14 18:04:19 thib Exp thib $ */ /* * Unordered list of generic items diff --git a/u_list.h b/u_list.h index 93bb0b6..2d326d2 100644 --- a/u_list.h +++ b/u_list.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2010 Thibault Godouet + * Copyright 2000-2012 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,6 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: temp_file.h,v 1.4 2007/04/14 18:04:20 thib Exp thib $ */ /* * Unordered list of generic items