]> granicus.if.org Git - fcron/commitdiff
Updated copyright years to 2010
authorThibault Godouet <fcron@free.fr>
Fri, 24 Sep 2010 12:56:01 +0000 (13:56 +0100)
committerThibault Godouet <fcron@free.fr>
Fri, 24 Sep 2010 12:56:01 +0000 (13:56 +0100)
81 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
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
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
u_list.c
u_list.h

diff --git a/allow.c b/allow.c
index d9ed1835bb099c431a27bb965061df7d90c42ae4..a573ad6269a5709ae3814c4988dfeb20aa6f56a6 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 8808e2d7aaa405a167e36b895c15792ebcdbc66e..9dbfc1c8420c202abeb6024cdb75e7dcf0f3cd47 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 dd0191f7ede6316aa4bac4cebb817825b3795387..ff885fda5d0f1cd2c278c9fc80c231d93ef2c312 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 c8d8d7c3c29110c499d7ff68d7f84fb2993619ce..8756f0edb9b3290e0f1ac7b8008ab03b9d97796e 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 16a0d0532ceb5dd7320d63a5fa63cf263619e373..72dbffce4312465981ab8f23530eca0e99e5932e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 86da65b2d7dd0a3e881f7ca91012e110063e4f48..1261a89887503356000a0e5ada682aef4e0d1842 100644 (file)
@@ -16,7 +16,7 @@ AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
 VERSION="$vers"
 AC_SUBST(VERSION)
 
-copyright_quoted="\"2000-2009\""
+copyright_quoted="\"2000-2010\""
 AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted)
 
 
index 1fd3f7aa40e548c22b15d2dbaf8639ba62124aa8..7fae425be8f7f2d9d58758b5b468d1fda5f95697 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 0ff63e652eaa0de430f218c00bfffc424044923d..b5b181d20a4a1637675c304ce35180adc7cc236a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 95a4e44d8646f2a504a2dd247967d0e89fb3c6a1..c48687ed579dcd6a473c4465f97759f4f8923787 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 394e2da469533eb24d6a407f638ba6461716c90b..70751f4b63220e7dd51937b873892ac7979d0857 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 0b5306c86a541ec098f663fdeb499459593a689e..fb44b26a0bb01a69fb9d3a05db3dc5ebe7f745a4 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 1ad52493114dc834dae954b7649c86e641a0ff78..375de75b0cebffc075592d59833b296846b2bae4 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 e1535e2bd8e6034c70ab542ace4c3e2f97c2094d..9ec972232c6c457c9aec5daffd12df7eb3f39fcc 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 5f29744a23c4c1552a09051413f008a53f22f962..ada03749e67ec395686b9cd0a9fddd2dfa84032a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 f193fc0af384554535363b7c09ff5217bbdcd092..c5de938e50aa7455159f5769fd1c10ac8e26de6f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 2e144dbd5408a4f792477a37bdb1cca8198dc06d..d592909a8100b95f6899e0ff84214243489fe9be 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 dec4d6c9cde9c4a00a7fb381d8ada77a526c560a..0162e5ac63181526b39e90b88d498c0b15d28189 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 5146cc8b7656e9fdb8f3f5d2cf3e7e521e831c62..3da0cb05a329c6f4c47140111d1bb2adb6f63ba0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 89e26d9e63441af921f51e4330443e7e98e3a252..668ff1e8bc3fb7f11c2f618f9be5f2f630af7974 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 5ee242bfd5b73c941acbc3e215d8c8622f5e974c..9449a508c017a0558fc9a6e7a07ca811a02aeca3 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 1f7721a300076a2c22f664f40079458e7ea94044..2c688e4fe6f3704856b16a55ca8a6ca8290ca8f7 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 f7515edcae64c74860b4d8252c1fe38f4c7fb03e..dccb82d088a6c757c78bb846c2b368de41135ce8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 ec2923b393cec21209706bfb949f50263c2b6fe5..970633ffc8392549a88f1f4b0fdb707502ef75f0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 34656cdaa2e15a529ac4e335d58e744538197926..e587fde4ea3c9127d2b2979637bd849e636a6993 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 cc3750544efbcc5b19cd32830d0a43af9d5b4476..c02826206ab7e70ffc180c140d07fb9177e500d5 100644 (file)
@@ -7,7 +7,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 f2316157fbd3e3db80c3b3e4877ab7a0e9428242..73305670ca2d4c8fdf8b93df0788474c11822ba8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 a8c41cd8026a1a0b65132e457433d48c46af778b..1dd30ac0b1da6ab5659ec539e70b91d7014816e2 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 fcde2c141d3aa8f6d792461c7bd578fecc5f92d1..1805373838c73cc7d52ee6c31ce997355fb6f32f 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 610707b61512970e8f8937f2e6b733ebad8d4a9e..2caefdbdb8a84c89313157bb2f51a11cd715b39e 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2009 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 9840a0f457a72ee663e63f8dc1afde7e3b03446c..592e7cbddbe3a1ab0452ac764d161dc316eb0bc5 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 f32b7131dceddbf1bf95e31fd06805e2b9da258b..9c2153b749f2cdd7a50954ee5f7d36b4e6028b2f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 5c6ac309c3f0ae3209470631d08d569d5f5bf7e6..69dccc56a2cc470c08e87a3706c0b806bff25caf 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 d8a9e4895a331e8cf872b7c94d71c04cc52ec4d4..31eae32610697a6ada7a3ca1e504ef0c9290163b 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2009 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 b633acf4b1141f7326b9f3b64f39bfc4c779cebf..bbe6060c1c58ff3a459699073e2d596d8fd41a7c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 25ba2bb3c521daea2688c910cecacee952ed30d6..e4bbc805ff58e7d9d372e52a0cb579d7b4c66498 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 d239c1ceacce331f97e458f152b0ee0bb3181841..4a4c5e88a912ad10b56f7c5661d335f339e311ce 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 0f941741c12d87d5a5719d2831b830bdc9fd14c8..6a143e9fe39784dc46bb229a0d059f1e29b9ce9d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 2fb660ce3a20d20d5cfe3e550ab3a18d9f8072da..891ad49a9e6b916314ec174ec1a6a301425e87f0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 7e7504e8a39ced8035bb7a8dca03313b19263f2f..4182be6578ab46a43ac6a614ec4a4184b74aafc4 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2009 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 872dbbdbde7346034ab352cb959c0861bdc005db..90872eea1833f3673cd0604b0a7c8a5c9b541410 100644 (file)
--- a/dyncom.h
+++ b/dyncom.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 e3c57ee7d1bda78128fea67d21b92e272df7ac0c..8a768d0f147e6e3e5bbc67b27497de1ca6fba67a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2009 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 4df3070a150de5adf5f69926c67a650c89334c97..cc4929bc7a71c73d90d40ee36a7927a28dd8c908 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2009 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 e21d5f922693ba632ffb70e1d710bea21f050221..0b16e009a985b6ca927c9a09c677b6c7e6d14ad9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 4eccbdfdae491b68c1793f0c0dd1ded5e7f0ce6b..fae89b791be48e1f64343886dbc82976a153c404 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 6a72d00336eb869d8b5259b5367e03714f51d3af..77ec1d678567d24c199d04eaaf98a69d2459b2ca 100644 (file)
--- a/fcron.c
+++ b/fcron.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 b3e491e4b496193d45ed26ae2efea039f3dc231b..d2abe88b28e9c04a5289029b64cef7a93dcf0706 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 f043f64f9ccbae16c787c0942ba350c03bebfe7d..ae46636b8ccea032cbc448a6554a15e44f9f54c6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2009 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 ede75af1f84baf126b56ee168cb33bc235827d89..f36f6a7eedf7c77aac88ddfc3b2f5a1f40985292 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2009 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 c37f685b97c7ef6b8e52efe103b5e4c5677e401a..981cd3c4c82a20d20b827a1661ad5996df1c711d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 be2bd1d629bac81b89fdfc73066aedccf47894cf..25e61c188228059df7bed6173e6b83c7434ffd98 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 f198999b9599cde481d160c56d2664292671c3d7..b2159f7804dcf1b87e2e7eed95ddc02c14ff32e7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 36c61e709f75db0aa5a89359e850189d8867f527..f62a42d5bd289685921e1b4d58c38d995635d1ae 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 3b29c049161572762f9c334d36ce50c280800d2c..3645137bf02a7e03cfb9af1ed00de52e0a294b4a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 9e752f132807d6ec1e4e1f86d8a61013233103aa..5e0636f4e057dddfc49225051a1f313a78822b48 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 1304a2f5d97832ea7f7020f2303141c66e6c0793..6839b7aa2deb1824bc632f31804ad4cb6be14fa9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 be0d9111cb72ca09872a2d296be2b31a1fc76b79..2fd948653caf06f67092edf159691022d9e9b29d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 aa16a1b167c42e9835e4eb30dd64141038847ead..062f39c337a9d0a1a764fc3d7e58e9ba05668fb4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 cf0148f3b54d5619221a46f8da2f5523c02b0f5a..3a34c5f749dc8ad919ebe3bfc6a24726214d0593 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 7c20153d34f454ac38ab351267bf91184bcdb6ac..31111d52f40c515b212c82371e0db3db775d02b3 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2009 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 3890d684b069910de5f8a1eebb21094534ee79d1..dda68de35c88bd70aceb3262ef369f58ce60075d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 7410b1c8cd2e385524ab37fbc07d60986ab332a9..25e631615e15459d716ac5d394e3f116beb99780 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 2364e4ad47ded6694264b485bbc3c35583141523..5815609e7e4d6f7800924dbaf5d63b6783de43f8 100644 (file)
--- a/job.c
+++ b/job.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 cd76661d08c55f769493fdd42df7856a8d564304..ff90a19839d15c83590fe5961f6d2fe6e5d8bf5c 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 cb9d9f1b1012651ee2c68efba8324f68deb06765..2dc5654a789fd19947d2d1460e9efd76989a31f5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 c046b7c16b22f684768a4ba3ec5b21b5656aa9c5..ab7a78b9a265a995462a746833f393c296d1c9c0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 7356f33870e72a80dd24eb1b1fdfe5442e85d9e5..bbf16c3f5e2899cb50de049ba170fa9e9fb07e96 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 3377de8810730a08375d9153f6abec22799d9143..c9a4a629903a719dc9dd44d34eddaf780627244a 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 3b47c00a3da8672ebc6eea2a08a295e305f30e4b..cd5fae9417e5567a66cf5c224ad20aedca18fcf4 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 d624e18d878baf82a8c7529f2d923436f82bf3a6..558dfb94ad56ee98507bd1b0057dd6aadd6275df 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 ad33356eded74be8f5b380f78b10b86e52e16e43..d5665eda0aad77076ad3e347f876b7378c7575c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 c5c1796b8a8e38fca928deef532300d3ae36a42c..e2de75f33f99f5f18cc6814d1ecd4ce27cbe78da 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 3faa43c24fc8b70a897c255f202d5718867131c9..2707b20923ec99587be7903f5f2746459d423866 100644 (file)
--- a/save.c
+++ b/save.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 e6ca454a714e4e2852d300ed0f339f12e5f9de40..e6846aca62cb3bb6c6ef3b3e3086562b7ca730eb 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 efb8a6f19fd8968f272dd68395f117e4f8b83816..08429b1629262838f4cb60582eb556a973735726 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 778eccf34e76991f644643121487d1622cabf5a1..e2216a755f6f301b3477984ed288441bc4b0ea7e 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 fdb19cf9a5f935b19ded079f3227998a8b1afd4a..4a79dd2a4dada82d2d2bf0f3411ca237feafd90c 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 b41405ac3db41cd6c79307a85f96222c2954e3af..d94ca34c4055624d7714ab83fb5441957dbe5033 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 f7a82cd02ea8af1665ae7a3f5d02e469e2be3539..0fdf059521b4a129d098c519939fe1d11825ea3b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 f60d3e23dbbf93cf9844695e1807f436d44ba5a3..952d26a02ba2a9598b8225a47cc18c7953647cad 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 3e1a4db084cf0c6743ffd361283f993eccdd9b55..69085bbdebea826d5384c4eb32f6f77197fbc9b7 100644 (file)
--- a/u_list.c
+++ b/u_list.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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 e58296cf4be5927be1d0d520892ab400c88f84f9..93bb0b66de18151b481802b1d4432c23c53fb58f 100644 (file)
--- a/u_list.h
+++ b/u_list.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2009 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