]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Update copyright to 2024. ver3_3_2
authorThibault Godouet <yo8192@users.noreply.github.com>
Thu, 26 Dec 2024 10:35:18 +0000 (10:35 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Thu, 26 Dec 2024 10:35:18 +0000 (10:35 +0000)
93 files changed:
allow.c
allow.h
cl.c
cl.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
fcrondyn_svr.c
fcrondyn_svr.h
fcronsighup.c
fcronsighup.h
fcrontab.c
fcrontab.h
fifo_list.c
fifo_list.h
fileconf.c
fileconf.h
filesubs.c
filesubs.h
getloadavg.c
getloadavg.h
global.h
job.c
job.h
lavg_list.c
lavg_list.h
log.c
log.h
mail.c
mail.h
mem.c
mem.h
option.h
pam.h
read_string.c
read_string.h
save.c
save.h
select.c
select.h
subs.c
subs.h
suspend.c
suspend.h
temp_file.c
temp_file.h
u_list.c
u_list.h

diff --git a/allow.c b/allow.c
index 0c665d835caa418b59ff8168405d3e3e2bd75717..2fe10ca5ecb4d51f9449bf5f43c54995eb7d64e6 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 c7a2c6e9c049ff77eaa3c02e20757c6a00e1feea..13be6170e0278df381a5a5a96af658ea35847db5 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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/cl.c b/cl.c
index 7d6cac408ea318d80a057f0e708e924d6eb51f78..1b6178c8d42b88ed1374a0208661974799bc86fc 100644 (file)
--- a/cl.c
+++ b/cl.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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/cl.h b/cl.h
index 730ef0a79efcaf5f2a42162d9e201421911af323..5bc1ad798d900288f3bdc8206b91dea634e607b1 100644 (file)
--- a/cl.h
+++ b/cl.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 71f139c7cfb84d35dbe85f4cbe286420346734fe..18f9569ebad88a56dd988f9f37633fa4dc8841b7 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 bcc85c0a67ad3948aa8193522ea2bb85b3838a13..eb025bb55fb4df795576e4c3abb3afe226f06c41 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 e2e0985ab8daf4145fe4ee96100175ba95e9d7e0..9a13927d60031bb7a79b5c617ee9845e40f20b3a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 60854cd079120fb159e358129ef2e106e1d88715..5fef1692f0978fa410c40b6617d86495efee3598 100644 (file)
@@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
 VERSION="$vers"
 AC_SUBST(VERSION)
 
-copyright_quoted="\"2000-2021\""
+copyright_quoted="\"2000-2024\""
 AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted)
 
 
index cb5f625b9b8b57d82c51482b638735893796267a..6b799f7829ed9dab237a1d0c8d316b7fbc493ed0 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 522fe90a00e5ed8c0fad5248b6bfb9b2e97560cc..4a326bcce49a36f375f3e6c51743d011209bb06c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 6a06995f601cb899ad36c7ed0a96e93278e472f8..fca6e76fd5063dabbd1b094ea5216fc4a636bb99 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 8b8e496865e4b9cad31140a71cf4a4731ed8ebe9..017e3cc6e4001e7c887af7dbada65ecbd0de5970 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 bb67e40c075bf082c35fff178e75fc1c14815fea..a9b9570c8ae152ae3c902c39f31542579e3dba73 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 50239cdb3b878f79e98e5d5202cdda0d780ad963..c05823b3f2187f765e827ddce8f6c384ea82fdcf 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 3ed3e65e092938180ffe108082ae83db1ac2882b..797933d2eebca58bbd272f315be5082a9e91a8b7 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 653e8a2236cc2e72db60ff45ef7789739a7a2ecd..bef943447963bc59e66842b8a46a8ae6763efc21 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 efb099053e3e7035f575ae09d7980d7dce3dc09b..475cd1fc69f8e6b6fd9f1331dc59ecb5634badf3 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 3f762e1dd0e0815487c30c18671e70738b525de5..fb2635a16abee526caea3de2843266dfb1aa372b 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 9b53f28c8ce363e8af76453e07ad98408c5f9817..fe77185f5d09b7f4587973cb1e5df5a319c997f0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 a4fd450dad2a783a4b34bb81e6e0e773f7af7db5..1d6eca5d933cc75987c08c1872b237b4c308a68b 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 ab7fb1853a34cfd263ec13bcfea601e653597c71..faf0255e48ba81918874eee92293ec13b817f4ea 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 7845ec3957f39b98adcb1dfe821a2b417a627020..a3e88c116a5a1cb495811b934f4f000b028b752d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 e0a6fdc1902c4f658a03faf928741ab25f14c1a5..759cd8e71143137784767a86c34692b624892b5c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 7082773b07c2a7e5e0efbca8ef75eec169af8c9a..13a93cb4395bc6adb00afc9639ff1ed6af582e65 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 a823443217df66848a26f9af0c62c937560b68bf..f0800211c50acc558c000b3d73b393aea1a4d5dd 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 9be6af2f9c5130dbbb6765dde7c821b21b4015fa..fbc55a3ad03b259beb06bdd3e65f1b0d635d8da8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 8a5b21aa5765df3179ada27c8c3c85ddf6538970..ecc21e7d3b7e79f418c6ffaea8e63e3d39a18ac6 100644 (file)
@@ -7,7 +7,7 @@
 
 <!ENTITY date "@@Date@">
 <!ENTITY version "@@VERSION_QUOTED@">
-<!ENTITY copyrightdate "2000-2021">
+<!ENTITY copyrightdate "2000-2024">
 <!ENTITY emailadr "fcron@free.fr">
 <!ENTITY selinuxadr "russell@coker.com.au">
 <!ENTITY email "<email>&emailadr;</email>">
index aae9f0448b967c10abb20607050e71141722a53d..3ce63a284d5a50a556bedd09ce2d500e5b9628f2 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 45df294dfe7d57ce15f8b7e3077984f7571a248a..41ccadde12e9315c75a42035acbbd01185751a79 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 fe5abcbcf84a0882fcbd26720cb458e12488cad7..72122f7e4a31f1fee5d19e14f79699c3f9ac5509 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 91f909f86466316f596dbd7504fcbcd728b9de24..a9bff6a62add8ba3a921d21f51d0665782b92b58 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 70b9aa5b9b4e03aa37c96735dd450ff7a7cb7d5f..dd6c5d70e8a7d742ee0dc0db894f75b37bee4dc3 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 a0249f1cb98966ac7655b017386f61b7a421852a..33b9dc16b5b381ac9f985efba0a1b56dc0f5c1b6 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 4cc2896e2dff0bfb774712f83352b25677ae30e0..7acce4a8f832f1c557af38fa0f1d48a990c6fd8c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 19235d9153a91e970d7576720dbdb371ddb631fe..0d7499fba404c32916a038a711dc5773b211f65a 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 8d6ea5d6fa27d8ab60fb8a7975b08f90f9541b60..7631d6c88267f80ac8cac0a0336e4ffde9d1d1f5 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 2e91b620b0daaf8a29f24d3d70e021d18bdd9a61..5f41b19ea3ac4fde907132a3fc093d870c809a89 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 780278c0eb24966adcdf194e88122e489b5ccd89..e2bdc3148293597c5de4b0bb76d020f61ffbb2eb 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 8f3a291992dd7780232dd02c466cc03e15b92b6d..c8dba26df879f8172f496604aaaa67c6a99be2da 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 a823443217df66848a26f9af0c62c937560b68bf..f0800211c50acc558c000b3d73b393aea1a4d5dd 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 fa26e547c33de4b783ab314045ef242dfeff6ecb..67ba1f1dd978dc665a0ca82363b7b13e510e8639 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2024 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 26c0a630c2040f07cb7dd1affafa8dfea1faadb1..441487817d06e4975cad53857838e61fdf15caf4 100644 (file)
--- a/dyncom.h
+++ b/dyncom.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 22fa5788c882adf7199dc3e3132bc4bc20e38318..2ad71dbf581dd7ded58cf052186ba16469b261d7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 6e055ee1314146176edc61ae20a725bbe4a3b411..4374f096c6c4fb0990e5809fbfdc547f3740d9e8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 d201b01f8a58331c3d38001f4fec2e06bcbf4d02..8cf03b3735393ea2fb1f5387e9484f56c8eb2c8d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 53c60239c2c5bfa985b965801247484ff1a8bc68..01d94c8ad337c6f9f696aba102cbb6ca0d5b1ebd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 1b2fdb7b386fa28b7a7a9e12b4f1572022fb988d..d7f83664b34220f8e93284edb0fda2189a77581e 100644 (file)
--- a/fcron.c
+++ b/fcron.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 85f94aef857166d930b313e37fbe2e49378fc434..7c742fc8266620772407997b5034cb04032cd791 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 bf3271149199b441ace4b8c8f0bfb61ac851d980..e503b72fc64d262dd7da6aaf904cb46beb6698ce 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 d9a93e60f5083df86d0dc3f49edd07108f3f2b61..64492af0ea19206732cb99c407e9f19223e30245 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 e18a009255c98af2355aaae5689b95420fbbdfb2..e04e0aeaccd9dd0f094003bbbda2e1760bbce5f0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 d85aa2e325a8ac59e9597c58843af110a0cb65f5..a3736e01981b8235f51424afaf2491ce3367d9ec 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 6c44d75ff751154344812f12f6feaac3d7bc8e72..36dfbe04bd13da035de5d034180215a7c454915a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 a0ca4bb627b527a97e67ad7e9fa859368245c403..da535500d42ea3935b6a99745942b17dee21562b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 c75041b4b6ee5aee1ad2c16900ee29dbe8c76339..89eabb05fbacbbedd9b56fc980bdf8f4580fc073 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 e037683a53a50a6a04a1d8cde7d403f2d1eda0f5..91c467548ab154ad79f92ee9cfaf8636894465d5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 8bb90ff99e9758e83100a72f570eda0945b81749..9a544f2ea608c15c3087e939087cebebc9f6c267 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 af291d3e26cb1aa3e262217a48ca33df5dc53733..4f0a00ddb7379256cf74dcd9a8b45474d88297e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 a8eed5d7e28402df0ff65f14d505d2891dccd365..589616b178e3c738f8d652ac36a1dd7d30f576a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 abd9ab00f053ad697c0caf36b331640bcabac068..6321e22cc13091594c0e1ac2c1b896327cf7b897 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 f7c6539b3176ab4cd5bfba75020ab674544d56cb..b6e6eaf29068dfeb23d228d478b300cf34bb09db 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 965342503cd5301cb2830bf61e955ea546d3ace5..c57d0ab35a3289e609fe88d5bab26d36971cace6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 d2d29e758d544d4d238ca8eb5dc22fcc6b303b87..bc601f1985dfdf5955a17c0585be166491d14c85 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 498d22862d17be400b1d2a753ab8e7289b35f78f..c8b1e8161848c74ec3bb2a0abd0806c422355d28 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 6482db78c492dd92a5224471c921c0c7cea6356b..bb09701c8415fd46a633fcbd2fd13b2eccbcd6f1 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 8eaab4a8d97ac5cac2d5f6e6c67b8a45d2938489..a637e11422b6e85ac74d952f424c5ffe590d6b86 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 9cd0e6cf7c72ceac39648ed492884eaefade807b..1e328fdff403b26b1575ea84ed01e0b8bcae79d0 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 f814a519061439e098155296b093eb43f4d9983e..d60a7dbe497fc95f4be2f1fd3bae7ff4e6a5ab83 100644 (file)
--- a/job.c
+++ b/job.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 046e2478aa4b19668aac3c8c564b06969a3451e7..612e87d4ae63c3906d6a48b9fa069dd56737c149 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 1a2a70ca6f730bdfbe7bf2eec56113fb2716bf9b..02fe0aa0e5c572069016811c1d14f2156a92fa8e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 86e44820cbd5e68dae40dec37c6aa2c8b31cdbee..86057b065a13e9923e3d2d0c9c30485f453cb8ea 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 294465168a05afca36908b9428e7b2b463ba3a81..4796aa7eaa12fc66d726d27326080bc63b48e0d4 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 2aab386c7d9753c72859a7dfb85ccc585ce46d7b..dc35d9c3016a472f2597c073d580ffe9eff575a3 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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/mail.c b/mail.c
index 9596861e16f5a68bf748c97ad3879a2a7bc45ebf..3428a05e23e10141952ec30e7d63d8a63a3183aa 100644 (file)
--- a/mail.c
+++ b/mail.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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/mail.h b/mail.h
index d9157a2ceb03f9d2d755119e339c5c1bb95c7fdb..4dd5cfa579816172f5804db6bbad4577592ad72e 100644 (file)
--- a/mail.h
+++ b/mail.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/mem.c b/mem.c
index ced6471e232089d0ecdb5d47f4e866406e4c4982..be5fedadf552719215cb4f3bb9d5d4a6887ae173 100644 (file)
--- a/mem.c
+++ b/mem.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/mem.h b/mem.h
index a72a9561eef35d2bbd67e8e1c2f2eba7c34cfbc8..7182d9b884e48c895119c74a6ce0269240877ab5 100644 (file)
--- a/mem.h
+++ b/mem.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 b7cb431185477aa7527a29ba3493ac85468477cb..e41ea7ee8cbc66882cb02b1827a3fa419c861196 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 2837fe8e2b25adc66689254639812216cbd2e094..20083bc49d6c75997a21e4b9c6360ebe1543846d 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 e3059dc5e57d28665e1d2a8c63c2940b0c57b58e..d47728e2bf2e4b843b00fc9823212ead226a62df 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 acfc246f9839855178b1dbb0738727d29ece292e..d4be0aa697440169404e9966dec2e46ce9d8d0ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 43b3b52d62607e002b145decb66f2029611c2fe7..05f81b7db6eefdd107969c9a8b1bf3cff8828d98 100644 (file)
--- a/save.c
+++ b/save.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 45877a6d3b88a2517a698e392b699025264738ae..e9571bfa45d91eb09edfb9d7b7b1bbd03345af91 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 336802610a75d0a800f99f051b666f3c4e7e897d..a81b10cf3976d5a27757e133970338e1d7c88b04 100644 (file)
--- a/select.c
+++ b/select.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 64644c0fd5174e7d64d55df2f3e73e6f93786a59..e723b49b7ed4ebb0a0f9a16535aebddd7aa1958d 100644 (file)
--- a/select.h
+++ b/select.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 549904509721f4a4e71118e6e35258ea16006f02..905ceed2f5cef0d10df13238b4e2105cd35d8c08 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 3ddd23f8c1d03f1cdd6a26daf7e7ac202ea3420e..26799940016b4ce2955333bb2d02cafc6be611ea 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 cc8432a7f1296ce9acf0f8b39be8036c061bc1f4..e2bb9add33450871739563605850f433c85bbebc 100644 (file)
--- a/suspend.c
+++ b/suspend.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 1e316164d57f97b8143ab55ad28cc541498312a6..820524d1748e4d2e849e6ab43e62666cffa1e71a 100644 (file)
--- a/suspend.h
+++ b/suspend.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 698e32761ab4946dc049afbb945a6aae8d3a80ef..901e79548c40f38d41f9f8835120b11bf1b95b68 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 9b8b74aecf1f4278930671b597f41000b8fef653..e63c7579d609b22385617f5fd18ff1f823f200f3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 eb5ae448a8224a2293ae48fb9bc2ef48c4c1d34d..addbbfea1e1c797eef5d4a3bf9e02f7f6185cfff 100644 (file)
--- a/u_list.c
+++ b/u_list.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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 cb7eb70778d613803a6d84c91ab37aa0eaba6273..98a3c4c87f1b43f1c1f4271117fcd090468bc530 100644 (file)
--- a/u_list.h
+++ b/u_list.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2021 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2024 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