]> granicus.if.org Git - fcron/commitdiff
Updated copyright to 2008-2010
authorthib <thib@berseker.(none)>
Sun, 28 Feb 2010 23:16:47 +0000 (23:16 +0000)
committerthib <thib@berseker.(none)>
Sun, 28 Feb 2010 23:16:47 +0000 (23:16 +0000)
Updated changes

70 files changed:
allow.c
allow.h
conf.c
conf.h
config.h.in
configure
configure.in
convert-fcrontab.c
convert-fcrontab.h
database.c
database.h
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/fcron-doc.mod.in
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
fcron.c
fcron.h
fcrondyn.c
fcrondyn.h
fcronsighup.c
fcronsighup.h
fcrontab.c
fcrontab.h
fileconf.c
fileconf.h
getloadavg.c
getloadavg.h
global.h
job.c
job.h
log.c
log.h
option.h
pam.h
read_string.c
read_string.h
save.c
save.h
socket.c
socket.h
subs.c
subs.h
temp_file.c
temp_file.h

diff --git a/allow.c b/allow.c
index 315d49f42ef537e33ac81a2444b595835985da4a..a573ad6269a5709ae3814c4988dfeb20aa6f56a6 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/allow.h b/allow.h
index 8c9def4a91f08d3a4de5cd14533ec23956ef5941..9dbfc1c8420c202abeb6024cdb75e7dcf0f3cd47 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/conf.c b/conf.c
index af05798deea30695d3b12c5a130f354cb9c60ec9..63c27ee6bd87b8f86e710e797ce9f97fd20cb3ec 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/conf.h b/conf.h
index fb011750fbf2dfab7db030b1df724a990383a89d..db22983440eb74f60eed485039ece921c6ea5753 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 370d8d4126b443d8b57239236abf5181bc9fe93e..4a538476e9115c7e8cea4c8aef0e31129c976ee3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 819d1b32641f4037f05e6b417c7ad71b88c871d4..119403463a182e2f8a1a51e4fc1c6131f5ca29d9 100755 (executable)
--- a/configure
+++ b/configure
@@ -2450,7 +2450,7 @@ _ACEOF
 VERSION="$vers"
 
 
-copyright_quoted="\"2000-2008\""
+copyright_quoted="\"2000-2010\""
 cat >>confdefs.h <<_ACEOF
 #define COPYRIGHT_QUOTED $copyright_quoted
 _ACEOF
index 6e1e757efe45e978ae789d1571675b56ba7365f6..01f1f9f1b048a3c815c823f3b39f1be945c57d57 100644 (file)
@@ -16,7 +16,7 @@ AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
 VERSION="$vers"
 AC_SUBST(VERSION)
 
-copyright_quoted="\"2000-2008\""
+copyright_quoted="\"2000-2010\""
 AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted)
 
 
index adb081f14e76b5f575aed881c6b4daedd3d6a494..d3ee1c63313bd628cfa4b95e09b673a6f3d16c4a 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 2a49867f8d2984e2c415c3913f3535cad7667786..b5b181d20a4a1637675c304ce35180adc7cc236a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 a2b71b5f6e7047427ec158b747cf4bbe935737c5..d5b8cef152abee25cf8b3a1e444617bb3f7c809e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 6b8c1e2fe62bc3ecd9d8d694a3467ebaf8148672..61d6f8b302b7adba99fa74ed3d94346e88cf69b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 e69bd6b9a0fe67557ac2fa220816d245f016b3a9..cfbaaea982ce657bddd44df629713c05335a36c5 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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,9 +15,18 @@ A copy of the license is included in gfdl.sgml.
 
       <itemizedlist>
         <title>From version 3.0.4 to 3.0.5</title>
+        <listitem>
+           <para>Security issue: fixed security issue that allowed malicious user to read any file readable by group 'fcron' (in particular fcron's config files and the fcrontabs of non-root users). On systems without seteuid() (i.e. quite exotic systems) then the bug is harder to exploit but any file could be read.</para>
+        </listitem>
+        <listitem>
+           <para>Improved general security of fcrontab and fcrondyn by dropping more privileges.</para>
+        </listitem>
         <listitem>
            <para>Work on portability (aix, hpux, irix, tru64 unix, solaris). Thanks Peter O'Gorman for his patch!</para>
         </listitem>
+        <listitem>
+           <para>Patched startup script to make it more compliant to the LSB.</para>
+        </listitem>
         <listitem>
            <para>Increased maximum number of fcrontab entries from 256 to 1024.</para>
         </listitem>
@@ -27,6 +36,9 @@ A copy of the license is included in gfdl.sgml.
         <listitem>
            <para>bug fix: fcrontab used to accept MAXENTRIES+1 fcrontab entries</para>
         </listitem>
+        <listitem>
+           <para>chdir to /tmp before executing the editor (as some editor needs to be able to read information on the current folder).</para>
+        </listitem>
       </itemizedlist>
 
       <itemizedlist>
@@ -1151,4 +1163,4 @@ mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
 End:
 -->
-   
\ No newline at end of file
+   
index b22e9f6212f684f39236dd58ce5c2dac0fd8be3e..44accafa4c855ef539efa9434e3cb3c2a5d28740 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 3041fa3794e2155e64d7f0e3cf636dbf5f38e2fb..9ec972232c6c457c9aec5daffd12df7eb3f39fcc 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 4508fae9974421aba48663b78c8d4f74512c9e73..8954373312a5cd592b49adcd56058ef93134cb24 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 2525187b4694586ae8f15a52de78cb67ffb83ba4..c5de938e50aa7455159f5769fd1c10ac8e26de6f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index fe072ffc9b8a161340a8f9a94291a19cf7f48f0d..d592909a8100b95f6899e0ff84214243489fe9be 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 78555dfff6ea8a8e0d7fb33c7ac818af2f79d9f1..0162e5ac63181526b39e90b88d498c0b15d28189 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 579a318906765e896d63d6cf1a658d54608bf492..963f2f805184cddbe07896fddeaa666a2cca0d03 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 41d4aae2e77e17bc6343c17c0180f45e458175d1..668ff1e8bc3fb7f11c2f618f9be5f2f630af7974 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 5b1f7efaa3b9d557903a89ff5ec5eab5ed1621ec..7b3594a00dd0182310ac7feec65585b6b76512e8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
@@ -35,4 +35,4 @@ Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "refentry" "")
 End:
--->
\ No newline at end of file
+-->
index 8b39abeb7f64e076197083b64787ea2b833fbfbd..2c688e4fe6f3704856b16a55ca8a6ca8290ca8f7 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 18a4e900e70099d09e3868fa9d6770aff2ea69d8..dccb82d088a6c757c78bb846c2b368de41135ce8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index c9ab9c4d3aa50b9ccdb443bbba7edbe2db74d36b..970633ffc8392549a88f1f4b0fdb707502ef75f0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 61dc90a62e704baa4fffc8b7e60aa9354ace19d2..d75b9e4897494d4de7ce5636d785a5b904cd34a9 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
@@ -129,4 +129,4 @@ mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
 End:
 -->
-   
\ No newline at end of file
+   
index 40c4fa288c55718e7848ae1edcfc771053a4c612..0633435f397f4708590b25e3ce5abb12a98448f6 100644 (file)
@@ -5,7 +5,7 @@
 
 <!ENTITY date "@@Date@">
 <!ENTITY version "@@VERSION_QUOTED@">
-<!ENTITY copyrightdate "2000-2008">
+<!ENTITY copyrightdate "2000-2010">
 <!ENTITY emailadr "fcron@free.fr">
 <!ENTITY selinuxadr "russell@coker.com.au">
 <!ENTITY email "<email>&emailadr;</email>">
index 8bb82564b3db90c34c41d346d9f82fe31970e4e5..73305670ca2d4c8fdf8b93df0788474c11822ba8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index f4ee82d1a69f8d9c5105518c7fdefd903bddd52a..1dd30ac0b1da6ab5659ec539e70b91d7014816e2 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 691a9545b7a7412e87cfe70aa80f9f5a7529deef..1805373838c73cc7d52ee6c31ce997355fb6f32f 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 6fc732553345c7091330c5eac78730a84e178256..2caefdbdb8a84c89313157bb2f51a11cd715b39e 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 338c28e46c18b669d3ddfa1e4ad1dd35c63fa339..592e7cbddbe3a1ab0452ac764d161dc316eb0bc5 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index a5a6b8a42eeab203c182985bb7aebe601811ce5e..9c2153b749f2cdd7a50954ee5f7d36b4e6028b2f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 270e669ae7b8b4dc35e3538d708eea8f2bb6b5ab..69dccc56a2cc470c08e87a3706c0b806bff25caf 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index d3409b317a5e53ae84b120a549f1815e625c1671..31eae32610697a6ada7a3ca1e504ef0c9290163b 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 3d549643193bbc794a4e34dbd7c28d99092de6a3..bbe6060c1c58ff3a459699073e2d596d8fd41a7c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index a31d8e76c2d8b1d01fefb0750b89df5d73e4501c..ba3b0af5ae273effd53a6bb536df43c8feb728b7 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
@@ -35,4 +35,4 @@ Local variables:
 mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "refentry" "")
 End:
--->
\ No newline at end of file
+-->
index 46129c39be184edf829b7e1884f9a34e228a3c74..4a4c5e88a912ad10b56f7c5661d335f339e311ce 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 77afcb683e1665a162333c67f63f95034edcf51c..6a143e9fe39784dc46bb229a0d059f1e29b9ce9d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 0887cf3533e65eb426c6a69ca28154226b294181..891ad49a9e6b916314ec174ec1a6a301425e87f0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
index 77c25b325a67b11ef5a2684c544374f67ac016fa..f302ff76d9e60e2f294a26f936d3fa8deb062023 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2010 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
@@ -126,4 +126,4 @@ mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
 End:
 -->
-   
\ No newline at end of file
+   
index 004df850dc9140b53d6a468ec22c4733734fb3b2..90872eea1833f3673cd0604b0a7c8a5c9b541410 100644 (file)
--- a/dyncom.h
+++ b/dyncom.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/fcron.c b/fcron.c
index e77b56f5023a23af3eb7842359f6d3ed91222e7b..9133753547205b9e8f263d00923e2918b0528f01 100644 (file)
--- a/fcron.c
+++ b/fcron.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/fcron.h b/fcron.h
index f21b0df0b388591469a6658dc226e5c330f059bf..e70aeddc57139b22d238a2b2d4e128a62683d093 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 c43fd7811bf6d65329fe9c081ba8fbdd53b16f8d..0a54d346525ed7905452ae7d3719425828a5ef73 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 2feb46ddeebf661935ab36d68c3596aaa3c750ff..b17d16bdf30c7ab6ebb10fe39d27b6b307d158d7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 66362378ef21d6aa7204c3c457d283d63adf9b49..fc919e1eec4c54f3eac6871ab8e5c6662f1c81a3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 a5e498d10e3844cc88efedc9c06e157b7e3f4f72..f62a42d5bd289685921e1b4d58c38d995635d1ae 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 82cb85a5f58e632652282377c6befdf57b3ebe64..bd57a61ff80fb7e17486c380d97f1b2bc72e35e1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 9e992a0c7714ba79785e2813428dba067afb58f7..bc4315e9d5450a483eda927785249178281234ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 5314bf2f4f5c9b333481db1e753dd73f84034eb9..574fdc80159b968dc6045a1b93def7be60fc047e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 1a19b87470d23d4716a43724feec02b249d9b778..237ee33979b06e0b5cad17923e62827bafcfeddf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 f6ceced774b1edf025e09f54b392d1abe3b07ab2..31111d52f40c515b212c82371e0db3db775d02b3 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 39e5a6261f7774af777deaf71ac4ba54d52e651a..dda68de35c88bd70aceb3262ef369f58ce60075d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 6f746cec2978cee6e589b6556054217db1abccd7..888ecf0d768d3eaa153a7d64daa9ea8c3e5b6ca5 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/job.c b/job.c
index 1610e5d9d3e3fef0a8f19c9f1127e3a949a6890d..0edc4bd35b7cb3df2b979ccd303a331034c9f67a 100644 (file)
--- a/job.c
+++ b/job.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/job.h b/job.h
index c0ebd3f11ed5b36e8f3dca415efbffb6e260c196..86fc6885c95a6614429cc99d7bdae498fe03bc5e 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/log.c b/log.c
index de8f53e2f7b121867abcf74ac8e874dbdf7750fb..2a5f8729fad0d69daca61b32c8c225ba0c8fc920 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/log.h b/log.h
index ad28245e306f0c26db03fbe3cc5e414865705d93..0df511f5a8e28660b7ce68eab59e81aba922ea1c 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 1c274822a48e18677741dd8f7e5a99b04bd90e0a..6bc1edebc3b8874ee7a8040189a153f8a0b1fbd9 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/pam.h b/pam.h
index 6a6786cb659585db917784172376a42018438f73..558dfb94ad56ee98507bd1b0057dd6aadd6275df 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 ab7c1304018e1a6f8444c910af115bbc6aa23f17..e0333bb609b6c508ca5c3a5d18088d6628a4682f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 7957b42d460c3a4cde12de45717a4b8bd82e2b44..e2de75f33f99f5f18cc6814d1ecd4ce27cbe78da 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/save.c b/save.c
index 39a83caf1154d47e4c4bd1f8186cc8b3261ff722..de44576be7ff102c36e8b2cd3a99c3becde1e88a 100644 (file)
--- a/save.c
+++ b/save.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/save.h b/save.h
index 8ce52753f973e9ed1631b340a1e0f6aa48951e41..200edde0668cfedf72b9f7b1e4e7c487f8ec9974 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 65adeb5414b120a2d998493056b6724e98d73e2f..ef04ebe34653d9fac5183ac11ff81de64fd7bae0 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 4d9b34c34b0f69d8ba4b4fb39361eb1c5571f14d..e2216a755f6f301b3477984ed288441bc4b0ea7e 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/subs.c b/subs.c
index 2c63495f2ca100519ae6d31a2eba2bef6a42b971..83949e6c08062752f1f1ecd41b27d7b04835e04c 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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/subs.h b/subs.h
index d4e38931830fb748c8648972295df552613658e6..15e6961793e5fa47b95cc80b5cdcdb7a6ef699e5 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 0e4ffbe8b1cfaedd2ef05b834fc97a9205277c2e..1a5f99b87a8325ebe02b672e59f18193dc842d2a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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 35faefc638e53586ddcde1092ac9c2020fc49b57..952d26a02ba2a9598b8225a47cc18c7953647cad 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2008 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2010 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