]> granicus.if.org Git - fcron/commitdiff
Updated copyright dates and removed old CVS $id$ which are no longer relevant in git
authorThibault Godouet <fcron@free.fr>
Thu, 22 Nov 2012 00:25:50 +0000 (00:25 +0000)
committerThibault Godouet <fcron@free.fr>
Thu, 22 Nov 2012 00:29:45 +0000 (00:29 +0000)
89 files changed:
Makefile.in
allow.c
allow.h
conf.c
conf.h
config.h.in
convert-fcrontab.c
convert-fcrontab.h
database.c
database.h
doc/Makefile.in
doc/en/changes.sgml
doc/en/faq.sgml
doc/en/fcron-doc.sgml
doc/en/fcron.8.sgml
doc/en/fcron.conf.5.sgml
doc/en/fcrondyn.1.sgml
doc/en/fcrontab.1.sgml
doc/en/fcrontab.5.sgml
doc/en/install.sgml
doc/en/manpage-foot.sgml
doc/en/readme.sgml
doc/en/relnotes.sgml
doc/en/thanks.sgml
doc/en/todo.sgml
doc/fr/changes.sgml
doc/fr/faq.sgml
doc/fr/fcron-doc.sgml
doc/fr/fcron.8.sgml
doc/fr/fcron.conf.5.sgml
doc/fr/fcrondyn.1.sgml
doc/fr/fcrontab.1.sgml
doc/fr/fcrontab.5.sgml
doc/fr/install.sgml
doc/fr/manpage-foot.sgml
doc/fr/readme.sgml
doc/fr/relnotes.sgml
doc/fr/thanks.sgml
doc/fr/todo.sgml
dyncom.h
env_list.c
env_list.h
exe_list.c
exe_list.h
fcron.c
fcron.h
fcronconf.c
fcronconf.h
fcrondyn.c
fcrondyn.h
fcronsighup.c
fcronsighup.h
fcrontab.c
fcrontab.h
fifo_list.c
fifo_list.h
fileconf.c
fileconf.h
getloadavg.c
getloadavg.h
global.h
job.c
job.h
lavg_list.c
lavg_list.h
log.c
log.h
mem.c
mem.h
option.h
pam.h
read_string.c
read_string.h
save.c
save.h
script/boot-install
script/boot-uninstall
script/gen-doc
script/install-pam-conf
script/sysVinit-launcher
script/user-group
socket.c
socket.h
subs.c
subs.h
temp_file.c
temp_file.h
u_list.c
u_list.h

index d0b13f66aac7c454c4efac7d57bf1f783ed7ca19..5a927ef64cff3b3fc373b1440e11bc83482cca31 100644 (file)
@@ -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 daf2766051c2e0fea5e1b94c5bc4f60ab1ec23c9..430bf5f1934c2263d7fcbccab9dd0a58d5f40cad 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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
@@ -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 9dbfc1c8420c202abeb6024cdb75e7dcf0f3cd47..3b854200980fe0d1a620239b880c1cf9a11fb71d 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 8181cb737285e2540f650390e2b48770b3a9079b..e44b7c91c57cc7027d2df0bccb93f8c88c8a47d6 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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
@@ -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 8756f0edb9b3290e0f1ac7b8008ab03b9d97796e..f4704a3a7b77b676d1e32fd38e6eaf0996820352 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index d823d05199bf1e689fdb2087ec9d7667ea6dd0ed..84058a226a4e83d863d2e0f81b9a3cdfad64e2a5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,6 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.64 2008-09-21 17:44:12 thib Exp $ */
 
 
 /* *********************************************************** */
index 9e04d9e733005929983c6b3839c650070989296a..8e9b148088d90fbb7ed6dde014fbc0675b4234c4 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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: 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);
index b5b181d20a4a1637675c304ce35180adc7cc236a..6881057c2c46d4d11a664e91fda70226bc566b65 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index 4008cae5d570bcdd31b66e65dcc93fcd2e828f68..af8117f0e2fbd5013a563475dea98ca8b4c8e255 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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"
 
index 70751f4b63220e7dd51937b873892ac7979d0857..fdbbc72ddeca16f17e467bb16a130630b4fdd6c2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index e63de79c5a100bb229828f0277cb59844a874aa3..f118bb13cc9fac134fd86f4d2d837f02c65fd97a 100644 (file)
@@ -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
index e458764deaa58b3a3f7218db9d69a1c8b0802e3e..82e7c8e799c8b0234758280cda6091d8afcfe364 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.59 2008-09-21 17:46:45 thib Exp $ -->
 
    <sect1 id="changes">
       <title>Changes</title>
index 52cc3858805e25ff4e00d4478a92d7b8cad592c4..648da161b4d6aa23098ab0668d9bb458a2fdadcd 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: faq.sgml,v 1.17 2007-04-14 18:04:31 thib Exp $ -->
 
 <sect1 id="faq">
     <title>Frequently Asked Questions</title>
index 9ec972232c6c457c9aec5daffd12df7eb3f39fcc..232b92a48da127508fd4829a145f52420468c4a5 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -15,7 +15,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcron-doc.sgml,v 1.10 2007-04-14 18:04:27 thib Exp $ -->
 
 <book lang="en" id="fcron-doc">
     <bookinfo id="bookinfo">
index ada03749e67ec395686b9cd0a9fddd2dfa84032a..deb181e3a0360e1de899ef5b20e2222815604d76 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcron.8.sgml,v 1.10 2007-04-14 18:04:34 thib Exp $ -->
 
 <refentry id="fcron.8">
     <refmeta>
index c5de938e50aa7455159f5769fd1c10ac8e26de6f..4fe6bfd37488bc1edf69bfb5bbe7690a93346b0b 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcron.conf.5.sgml,v 1.12 2007-04-14 18:04:30 thib Exp $ -->
 
 <refentry id="fcron.conf.5">
     <refmeta>
index d592909a8100b95f6899e0ff84214243489fe9be..3ec9a236f820400dc2eb074950f66902cfeb491a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrondyn.1.sgml,v 1.15 2007-04-14 18:04:33 thib Exp $ -->
 
 <refentry id="fcrondyn.1">
     <refmeta>
index 0162e5ac63181526b39e90b88d498c0b15d28189..6c240a0c424739acdf167d13df82832f519a10b6 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrontab.1.sgml,v 1.12 2007-04-14 18:04:35 thib Exp $ -->
 
    <refentry id="fcrontab.1">
       <refmeta>
index 862e6107f7d84cf34fba09afdb707e966af647ec..7d871ae3d5326258ccf8bb35abd3d022cd935f30 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrontab.5.sgml,v 1.22 2007-11-07 09:24:43 thib Exp $ -->
 
 <refentry id="fcrontab.5">
     <refmeta>
index 668ff1e8bc3fb7f11c2f618f9be5f2f630af7974..05a1dd29c64ce2ff9b84b7f4b040a0f9b89d6395 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: install.sgml,v 1.10 2007-04-14 18:04:32 thib Exp $ -->
 
 <sect1 id="install">
     <title>How to install fcron</title>
index 7b3594a00dd0182310ac7feec65585b6b76512e8..ac912a889b5a99a2dcc6a769b9ad570635993689 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: manpage-foot.sgml,v 1.4 2007-04-14 18:04:34 thib Exp $ -->
 
     <refsect1>
        <title>See also</title>
index 2c688e4fe6f3704856b16a55ca8a6ca8290ca8f7..fa0b545b0a17c6b29a272b01b062e70c190dd79b 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: readme.sgml,v 1.9 2007-04-14 18:04:36 thib Exp $ -->
 
 <sect1 id="readme">
     <title>About fcron</title>
index dccb82d088a6c757c78bb846c2b368de41135ce8..ebed652bcbd8cec3df5571305034c585347b77d8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: relnotes.sgml,v 1.10 2007-06-03 21:41:38 thib Exp $ -->
 
 <sect1 id="relnotes">
     <title>Release notes: &fcron; &version;</title>
index 970633ffc8392549a88f1f4b0fdb707502ef75f0..01c80a1c5d79f24e34e418c76908ab82fd5f765c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: thanks.sgml,v 1.8 2007-04-14 18:04:30 thib Exp $ -->
 
 <sect1 id="thanks">
     <title>Thanks</title>
index bd90a2304319567009fe75ac8e72a70b82991924..048d051c5edc8946b6e4b5847c33fe6829ad66b2 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.46 2007-11-07 09:24:38 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
index 73305670ca2d4c8fdf8b93df0788474c11822ba8..8ac7c00db8865606fd71afc9bad4e21bcb739234 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.1 2006-02-05 19:26:16 thib Exp $ -->
 
    <sect1 id="changes">
       <title>Changes</title>
index 1dd30ac0b1da6ab5659ec539e70b91d7014816e2..90a8ecb254bc456904d3e667ab2284554f9eea47 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: faq.sgml,v 1.1 2006-02-05 19:25:46 thib Exp $ -->
 
 <sect1 id="faq">
     <title>Frequently Asked Questions</title>
index 1805373838c73cc7d52ee6c31ce997355fb6f32f..6f714701e5bb44ecb7d1976df73dd63866097c75 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -15,7 +15,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcron-doc.sgml,v 1.2 2006-02-05 20:59:46 thib Exp $ -->
 
 <book lang="en" id="fcron-doc">
     <bookinfo id="bookinfo">
index 2caefdbdb8a84c89313157bb2f51a11cd715b39e..75ffbe5345ec4d1b6b134f61370696873523a63a 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcron.8.sgml,v 1.3 2007-01-01 18:53:45 thib Exp $ -->
 
 <refentry id="fcron.8">
   <refmeta>
index 592e7cbddbe3a1ab0452ac764d161dc316eb0bc5..1ef0729a615b01d337ce3b0cf5e71c0f8f87bebe 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcron.conf.5.sgml,v 1.2 2006-02-06 18:35:03 thib Exp $ -->
 
 <refentry id="fcron.conf.5">
   <refmeta>
index 9c2153b749f2cdd7a50954ee5f7d36b4e6028b2f..4ca49ea79f57e77bf493404beda6a92bd06804e5 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrondyn.1.sgml,v 1.2 2006-02-06 18:35:11 thib Exp $ -->
 
 <refentry id="fcrondyn.1">
   <refmeta>
index 69dccc56a2cc470c08e87a3706c0b806bff25caf..5202f7a551ab7364231f380ed90a7b0c78d0b751 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrontab.1.sgml,v 1.3 2007-01-01 18:53:46 thib Exp $ -->
 
   <refentry id="fcrontab.1">
     <refmeta>
index 31eae32610697a6ada7a3ca1e504ef0c9290163b..56dc0bfe878d4607495b7ebdfdb9328d92208156 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrontab.5.sgml,v 1.6 2007-11-07 09:28:45 thib Exp $ -->
 
 <refentry id="fcrontab.5">
   <refmeta>
index bbe6060c1c58ff3a459699073e2d596d8fd41a7c..05a1dd29c64ce2ff9b84b7f4b040a0f9b89d6395 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: install.sgml,v 1.1 2006-02-05 19:25:54 thib Exp $ -->
 
 <sect1 id="install">
     <title>How to install fcron</title>
index ba3b0af5ae273effd53a6bb536df43c8feb728b7..04b8921abd5b354aeb9f0aa0ab9922ed84145999 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: manpage-foot.sgml,v 1.2 2006-02-06 18:35:17 thib Exp $ -->
 
   <refsect1>
     <title>Voir aussi</title>
index 4a4c5e88a912ad10b56f7c5661d335f339e311ce..fa0b545b0a17c6b29a272b01b062e70c190dd79b 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: readme.sgml,v 1.1 2006-02-05 19:26:35 thib Exp $ -->
 
 <sect1 id="readme">
     <title>About fcron</title>
index 6a143e9fe39784dc46bb229a0d059f1e29b9ce9d..c61d2391fd22c807cd40001da18b41fd01b74629 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: relnotes.sgml,v 1.1 2006-02-05 19:25:50 thib Exp $ -->
 
 <sect1 id="relnotes">
     <title>Release notes: &fcron; &version;</title>
index 891ad49a9e6b916314ec174ec1a6a301425e87f0..01c80a1c5d79f24e34e418c76908ab82fd5f765c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: thanks.sgml,v 1.1 2006-02-05 19:25:27 thib Exp $ -->
 
 <sect1 id="thanks">
     <title>Thanks</title>
index 507d5e77c86efd7f60c8b430e88c3a46ee2bd9f6..33075c93ee38807ac04ea456477e2fe7ee9edf30 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,6 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.1 2006-02-05 19:25:58 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
index 90872eea1833f3673cd0604b0a7c8a5c9b541410..9adc268bb9536d596bb3c971d795be9f86f3b4e6 100644 (file)
--- a/dyncom.h
+++ b/dyncom.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 */
 
index 11c558627e5a77ab3fc8bb11f789c2f9664d112c..5ebc5a25ee541fe90a01f3b2c99ef68eb914582c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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),
index cc4929bc7a71c73d90d40ee36a7927a28dd8c908..fc4a8f0dd475c3362b78830833a7e2666b5d16e7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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),
index 0b16e009a985b6ca927c9a09c677b6c7e6d14ad9..e4b6dc1c9f788b2a06d1e7e12e24475527ebe1db 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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),
index fae89b791be48e1f64343886dbc82976a153c404..546d40827432f14be15f3e96467a13a97fc8e2d9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 c36690e050da07b179847d1509dff297988b692d..62edf3dd84f07978514996c89817334c15be77ff 100644 (file)
--- a/fcron.c
+++ b/fcron.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 70a65c0bb7ce98abc8e1f00da330d2bc05f439c8..e78fb9476db0120b1eafffdb7f7b066d9f220344 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index 028612872743c4b1c207915af46422f2b2811205..cbfeb190f24322a8653becfb7ea1560a31c0fb0f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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"
index f36f6a7eedf7c77aac88ddfc3b2f5a1f40985292..d211419a8f24f065269dbe72c9f49cc468dfe296 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index 5ea8db9b27d70f0c472048f733c324dd000d569f..84c3f33a1da2e2157b85e2318d231e1be4db9492 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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);
index 25e61c188228059df7bed6173e6b83c7434ffd98..ca63136b61e6a29dcee3ca898f53251f177af1e0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index b2159f7804dcf1b87e2e7eed95ddc02c14ff32e7..7c6f603b519bd9afcbd4566130071cc848c497e9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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.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);
index d0c2a9849548e0b071fee1f107595a2b73488693..ae4992f1fc257f5cac0e49475e22f35b6b33afb6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index 1378c41a7a470b04fef0b09af0312691b46adc4e..bf84e1e71b2b790ac4291c052fe614359c33f7c1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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);
index 0f73334acf534ca8a673cfff85d0c2e17abc83b7..08a9cdbd9a9c7f514cd3b062c57566a6a5aefd9b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index fa5040e0c039fd9608abd07a16830b1e65be5b27..5509e225b54fbaee10fed8e98a90a6fd8c113d42 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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
index 2fd948653caf06f67092edf159691022d9e9b29d..947f9e7948f8ce8aa0fa50d0272a94e9b7fdc571 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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
index eecc57e4d7dbe15468be7f0c892e1235baee5aad..795812a993ada8e22480c92bdcb34e371737dd6e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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"
 
index 237ee33979b06e0b5cad17923e62827bafcfeddf..4ef90f52d2bad382efc75e9b170775a81101c2f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index 31111d52f40c515b212c82371e0db3db775d02b3..7f6b6be9b2a135d37882ef73f4f1eeeeef3a4a29 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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
index dda68de35c88bd70aceb3262ef369f58ce60075d..42afd2769e11b4941a992d2f9444e349436622aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index 49f5b2b6e36d329cbf750b9b657d48d05ab7f265..eced4812b48e0a272b37367ae094770148e6d5ce 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 6cd71e9f8adbd1f9a5da169947c955f0eb3ce8ad..30b834fba30fc1b1141ada3912e23ba39ecaf49d 100644 (file)
--- a/job.c
+++ b/job.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 3ed051b69286b1be39afbb2473050b058489ae43..82658d424d5f51bb934b7256da58a434b818349d 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index 2dc5654a789fd19947d2d1460e9efd76989a31f5..bf31e6ea45b82f3a85500951a62cb24b4d703281 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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),
index ab7a78b9a265a995462a746833f393c296d1c9c0..ffb133f3d74449355bf981e2e046cec839246f93 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 0560a2bd705a4c15a906ab693b67922a2bdc6b62..d5a8d2e58d50c88a159415d7e08540b6dcc06b1b 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 <itzur@actcom.co.il> */
diff --git a/log.h b/log.h
index c9a4a629903a719dc9dd44d34eddaf780627244a..5bf643a1e04b88382ab4f163422ba9433649c675 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 33839c56f7de0c8fbf90e4b2953d91a66a0071ed..db11080ad63ada6c61dd9b321a898d5434fafd43 100644 (file)
--- a/mem.c
+++ b/mem.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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
diff --git a/mem.h b/mem.h
index ea24d3f89de9f5e10ed6ea7ecfb280302d9874e1..d8b33fc91c86a780daff0451966f19a8dfceefc3 100644 (file)
--- a/mem.h
+++ b/mem.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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
index cd5fae9417e5567a66cf5c224ad20aedca18fcf4..258ab5cd4ba3e99b92c2d0ff26a1157ec089e90c 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 558dfb94ad56ee98507bd1b0057dd6aadd6275df..2a18880fd88e54326472f9eaae3afb6f116f7fe1 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index e8d0c9fce8dc0fca148bd5fccd5f2c25d36de612..3ba92f5658eb2c3894e78013cfa4d4a681ef3493 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 */
index e2de75f33f99f5f18cc6814d1ecd4ce27cbe78da..2470fc5b2f41ef9ab61901f09524bba6d1294027 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 dbe9ecf5a6bd1d625723c285f4450de72dbc323a..6408f16eb218fd6f16194ebc979b04ba196d967d 100644 (file)
--- a/save.c
+++ b/save.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 e6846aca62cb3bb6c6ef3b3e3086562b7ca730eb..a842591802a9ad0dcb5d199b3159a4bc92cd9c60 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index d3c9bdbcdac3cca730e8bea01cf3ec25155104ea..3aa4a7135314a84d11aae78caa48ab63b49ddb4a 100755 (executable)
@@ -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
index e94c234b576a26fe4408efea3226a5023aef6e83..be21f86403601699b6b53bec06b0e6db986e6aa3 100755 (executable)
@@ -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
index 6d6a4e9336e57271915c25428c251586a52e20b7..de609660edd7f6e6c250b879bcf53f0eb47d2f82 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh
 
-# $Id: gen-doc,v 1.9 2001-02-25 14:44:31 thib Exp $
 
 PREVIOUS=`cat ./VERSION`
 
index 91c1c5f1d8dffa997caf8441d690c456400bf341..b9ff21d1a202d7aa259edea158a3a6d0c9b84e48 100755 (executable)
@@ -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"
index e791c3c45fb72e925f07a145be0bf7bd4a42a0d5..3e96f7cbd5d3f441255c2a6f1d6c77a64f16ca5f 100755 (executable)
@@ -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"
 
index ab62e5c8abe6fa8d9aa2a17c7a999de86ea5b247..0dc36ddc08658246c848b4d01987a98cf3ac153f 100755 (executable)
@@ -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
index 9d1dcb888a5028fe72804a1342f5536baac136bd..9eb62a42210c3e3f0447378e813997a9968888c2 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 */
 
index e2216a755f6f301b3477984ed288441bc4b0ea7e..fcf5f03ecb9f79fcabcf7c9e2cd7b0330564bd43 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 5a44cbec36da932de899406a899e8932c15da83e..204e5f58d7e3057e8d2bfe7d3f5f0d0de114af5b 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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 cca1229026d5328eac49acd1453f8de203867669..606a4bf2bce42f5a517e7d1ad4c6e34751396bd6 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index cd00e3c5eb32807930e321da2b298b7bfc24c7c9..6994e724af10b70ba3bbcbecc90b40ab2d08c167 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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"
index 952d26a02ba2a9598b8225a47cc18c7953647cad..3ab12ee2636b466cac3105b435bdda9de076305a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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__
index 8199374b1d6cbcd2bcb4460da51a2ba37a3d281c..21536573cb2f625fa6fdc5ca2e17eb91efe17584 100644 (file)
--- a/u_list.c
+++ b/u_list.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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
index 93bb0b66de18151b481802b1d4432c23c53fb58f..2d326d2af025a6eab8b4f884f57353705280b662 100644 (file)
--- a/u_list.h
+++ b/u_list.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2010 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2012 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,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