]> granicus.if.org Git - fcron/commitdiff
Changed copyright dates to 2000-2008 (was actually not included in previous commit)
authorThibault Godouet <thib@storm.(none)>
Sun, 21 Sep 2008 21:20:14 +0000 (22:20 +0100)
committerThibault Godouet <thib@storm.(none)>
Sun, 21 Sep 2008 21:20:14 +0000 (22:20 +0100)
69 files changed:
allow.c
allow.h
conf.c
conf.h
config.h.in
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 e3c6a8d8ccadf0306002e4857719815bc73712c5..315d49f42ef537e33ac81a2444b595835985da4a 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 a715ff0f25674b1cdbbd6c07e50420e440ebfabf..8c9def4a91f08d3a4de5cd14533ec23956ef5941 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 9873f5c794a920dfa1d3deab4f578d2b99a7f405..af05798deea30695d3b12c5a130f354cb9c60ec9 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 dd8ae708259d5512378627a2db1051c552391e0f..fb011750fbf2dfab7db030b1df724a990383a89d 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 c2cda8779c68fdd1614ed81c47bad4ff45b2438d..370d8d4126b443d8b57239236abf5181bc9fe93e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 a533c3c89e668d076b6c73da1648a0f710125c3e..6e1e757efe45e978ae789d1571675b56ba7365f6 100644 (file)
@@ -16,7 +16,7 @@ AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
 VERSION="$vers"
 AC_SUBST(VERSION)
 
-copyright_quoted="\"2000-2007\""
+copyright_quoted="\"2000-2008\""
 AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted)
 
 
index cc89615e45d787e2c7e8dfc28d71d5f86b9275d9..adb081f14e76b5f575aed881c6b4daedd3d6a494 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 b0b43495ce99b4e359282424f634fc0fb51f1314..2a49867f8d2984e2c415c3913f3535cad7667786 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 28bc3d698627ecc8b676a6f015c2356e0bae946b..a2b71b5f6e7047427ec158b747cf4bbe935737c5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 e8f15fe9cf412fb30d293280b5664fbf8b1c95e4..6b8c1e2fe62bc3ecd9d8d694a3467ebaf8148672 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 29acdcfa75c39781e0aa1e6cdfe7c5b332cd2fe8..e69bd6b9a0fe67557ac2fa220816d245f016b3a9 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 fc2b8bbf627a982e908a6affd33cadfc6910dc51..b22e9f6212f684f39236dd58ce5c2dac0fd8be3e 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 b55e8fc1de15b444563ccdb4a68b8a0f7f53deb1..3041fa3794e2155e64d7f0e3cf636dbf5f38e2fb 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 4f553720cbd7cece9fd9ea49fd5a18fc715f9b33..4508fae9974421aba48663b78c8d4f74512c9e73 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 cc1afdc1b142fa43ece0ec452d8740877d29e459..2525187b4694586ae8f15a52de78cb67ffb83ba4 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 0cd914a3bbef55ef711a835aa408c86399e06092..fe072ffc9b8a161340a8f9a94291a19cf7f48f0d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 bb00ea8aff130462c16e3afd2f5d20c8fc1e8d8a..78555dfff6ea8a8e0d7fb33c7ac818af2f79d9f1 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 0f56b9912c9c5603a812c917f6d8791ceb043c74..579a318906765e896d63d6cf1a658d54608bf492 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 72e4ab0e000c61ef89440510e9097417c785fe21..41d4aae2e77e17bc6343c17c0180f45e458175d1 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 a1ad2f97f9df570641c5ff83211d9832e36b7f76..5b1f7efaa3b9d557903a89ff5ec5eab5ed1621ec 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 95f6a493c38bdecd5ddafd78eabb31f00d664bc8..8b39abeb7f64e076197083b64787ea2b833fbfbd 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 d1b3e6084172fb5cac99986fd31f6c281b12574c..18a4e900e70099d09e3868fa9d6770aff2ea69d8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 4c81d5bd04b226dbaca3c3993a3ee8f286981a3e..c9ab9c4d3aa50b9ccdb443bbba7edbe2db74d36b 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 5c6e770d96bec4042670b3c9f4fb6410aaff71de..61dc90a62e704baa4fffc8b7e60aa9354ace19d2 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 b3279934ec75cd4cddc151bc51ec9fb1ba6883a7..40c4fa288c55718e7848ae1edcfc771053a4c612 100644 (file)
@@ -5,7 +5,7 @@
 
 <!ENTITY date "@@Date@">
 <!ENTITY version "@@VERSION_QUOTED@">
-<!ENTITY copyrightdate "2000-2007">
+<!ENTITY copyrightdate "2000-2008">
 <!ENTITY emailadr "fcron@free.fr">
 <!ENTITY selinuxadr "russell@coker.com.au">
 <!ENTITY email "<email>&emailadr;</email>">
index 6d4884aff72d4d3b1b39a3ea29a75fe327e147bc..8bb82564b3db90c34c41d346d9f82fe31970e4e5 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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
@@ -1043,4 +1043,4 @@ mode: sgml
 sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "")
 End:
 -->
-   
\ No newline at end of file
+   
index 1819a0082458dcf0eda7f7a045ecb59fe16259d4..f4ee82d1a69f8d9c5105518c7fdefd903bddd52a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 3d4912c75793b85f24eb939365b90ba328c3964a..691a9545b7a7412e87cfe70aa80f9f5a7529deef 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 6924e5ece444eb5f914fe0131628e8fde7dbb2fc..6fc732553345c7091330c5eac78730a84e178256 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 7c3c7a97e77602f3c073218dc0e1dfb2e61ce857..338c28e46c18b669d3ddfa1e4ad1dd35c63fa339 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 0ae5af91c2f2cb8b1e2b951194cba083b40cf795..a5a6b8a42eeab203c182985bb7aebe601811ce5e 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 af24cf40ce4d43f1f6f7d8305fac2d20ab5e658b..270e669ae7b8b4dc35e3538d708eea8f2bb6b5ab 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 d3b6e5f64b5bf7272da0a193936c8e13f0b8dc09..d3409b317a5e53ae84b120a549f1815e625c1671 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 030f851b2b62110bb8809593d1996324a61dc7fc..3d549643193bbc794a4e34dbd7c28d99092de6a3 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 38e3fad957c3da8d5d092dda306047981a83ad53..a31d8e76c2d8b1d01fefb0750b89df5d73e4501c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 d3e07ed82e300099eaa9e2dc35c2c85af67dacdd..46129c39be184edf829b7e1884f9a34e228a3c74 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 5260e5896f5a1d62a00cb61e97857b78e9926993..77afcb683e1665a162333c67f63f95034edcf51c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 39f38b19a549b2d391154177cbb72812e143832d..0887cf3533e65eb426c6a69ca28154226b294181 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 8dbddac8ce53dc32d60a79b3c07be1a380e43f68..77c25b325a67b11ef5a2684c544374f67ac016fa 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2008 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 6cd48760c52c20ee08f07a79c2214adf14f58116..004df850dc9140b53d6a468ec22c4733734fb3b2 100644 (file)
--- a/dyncom.h
+++ b/dyncom.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 dffbe85489812409c1e2413d7cd9abb25cb655f4..e77b56f5023a23af3eb7842359f6d3ed91222e7b 100644 (file)
--- a/fcron.c
+++ b/fcron.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 763924e909285582979697181b024ed71ff245b4..f21b0df0b388591469a6658dc226e5c330f059bf 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 4bf0098ae02cf3672d7e2d3506fc74f59049d4ec..8dd211ee8f6a6e14a9a9f0ec812f75ae8ce38f7e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 8c7bb5af1cee9469d124b425bd063aa3329ee5f3..2feb46ddeebf661935ab36d68c3596aaa3c750ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 6b90f1f05c4fbf2ba8c7406426a404b13edcde94..66362378ef21d6aa7204c3c457d283d63adf9b49 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 f3c19d8fc233b86f7d2a8be036bc14892d05e3ac..a5e498d10e3844cc88efedc9c06e157b7e3f4f72 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 a36af0438905473524d89c85c68e26c0c5736af2..d435ec240c4fe334ce36e77d8331ddee3b309878 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 af11ba692ecd4515fcbcbf53129de07cb08f1944..9e992a0c7714ba79785e2813428dba067afb58f7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 157a1e41a032bdb05c682c4899e28d2db86f5dea..f9721ecdba9fb4be57592e3f10b62b06346505fe 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 1506b4f73035bd9626ef4a521a38556ef7961f50..55c5a7eb19476f13ebab3129dbf1c9df044191a9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 48ba00bfe88d86130f2f81e11b86a868d6ef7a11..f6ceced774b1edf025e09f54b392d1abe3b07ab2 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 5f44c78defbadde9ddceb00c182d1aecf92f9be3..39e5a6261f7774af777deaf71ac4ba54d52e651a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 171667352fd3248f1b8fc693e7e5685567a190bb..6f746cec2978cee6e589b6556054217db1abccd7 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 2bc7b8806c282647fb034358178a00b32f4eec96..1610e5d9d3e3fef0a8f19c9f1127e3a949a6890d 100644 (file)
--- a/job.c
+++ b/job.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 a27ac0298a739a49dd340fa4637a2c41d3e8ef49..c0ebd3f11ed5b36e8f3dca415efbffb6e260c196 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 add27834f3d50ebf00e0db3b14dbae808a0e406f..de8f53e2f7b121867abcf74ac8e874dbdf7750fb 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 246cca2342e4162b9266168cda1c0fa76f4f8a4b..ad28245e306f0c26db03fbe3cc5e414865705d93 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 4eee8d56a2a5f2608a2405e28b86a1017f8ff673..1c274822a48e18677741dd8f7e5a99b04bd90e0a 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 cbc70df38358379f6c2dcc38d374abe025bae30a..6a6786cb659585db917784172376a42018438f73 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 39607520b33a2edbb5651ecdb4784869140e6e31..29045c94381b1f0da107408feb1a38c4f6fd56b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 d6f545b35159f938de347089c5928eb774942f47..7957b42d460c3a4cde12de45717a4b8bd82e2b44 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 3d593cea99756852e1362fc0642699f4675641a2..69c7e72283fe24398593c3d7175357d20d53f98d 100644 (file)
--- a/save.c
+++ b/save.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 fc70a52dbd8e765e56155fb311f47c871fc5a42f..8ce52753f973e9ed1631b340a1e0f6aa48951e41 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 cd606928c7d16773d2fd33347a5c6267402c05d0..65adeb5414b120a2d998493056b6724e98d73e2f 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 cadafb4f0bc738df934b080d6861aae0c19d15d2..4d9b34c34b0f69d8ba4b4fb39361eb1c5571f14d 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 395c0972a24d57fca4c2f867d248f6af69352e6f..f49c1c5dbae3074eb04f6eb431a3ad245cff84f7 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 0c5c19e5725863e43a777ef252a9db525ce63c36..ab4a1096dfd5c1beda9648778655f552c148acce 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 fdce4e386078a5183fb50636de560181a64aa7c2..0e4ffbe8b1cfaedd2ef05b834fc97a9205277c2e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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 5885436ffabbcf7f368a269c517eeb8a1938fd57..35faefc638e53586ddcde1092ac9c2020fc49b57 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2008 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