]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
updated version to 3.3.1 and updated copyright years
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 5 Dec 2021 18:07:09 +0000 (18:07 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 5 Dec 2021 18:07:09 +0000 (18:07 +0000)
91 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
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 84100c98468cf4306aada01ddb2b5102271c97b6..0c665d835caa418b59ff8168405d3e3e2bd75717 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 08b1114ff6337adf573075b8d86ab9b5ba44ee9b..c7a2c6e9c049ff77eaa3c02e20757c6a00e1feea 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 f7c38b7021637915587c08fae1f4d91835e2c909..7d6cac408ea318d80a057f0e708e924d6eb51f78 100644 (file)
--- a/cl.c
+++ b/cl.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 990750f344876e22a0f83f10e54307451585c940..730ef0a79efcaf5f2a42162d9e201421911af323 100644 (file)
--- a/cl.h
+++ b/cl.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 2517475c7fcddfa68ea206d7f18048a666fabb17..71f139c7cfb84d35dbe85f4cbe286420346734fe 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 b3dd938c88b8eb3eb861128aae75c09cd0ff730d..bcc85c0a67ad3948aa8193522ea2bb85b3838a13 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 7a3e0ceeaec075df645984327a01b84ea2bf7b84..61df7b05f33bf4b36b6362484523f93b1c0af72b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 c634380713dc6932aa4d583ac4027b4ae4dfc9e4..1ad84105a258e60d54985c5778fc0de4769a2d00 100644 (file)
@@ -10,14 +10,14 @@ AC_CONFIG_HEADER(config.h)
 AC_PREREQ(2.57)
 m4_include([m4/ax_lib_readline.m4])
 
-vers="3.3.0"
+vers="3.3.1"
 vers_quoted="\"$vers\""
 AC_DEFINE_UNQUOTED(VERSION, $vers)
 AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
 VERSION="$vers"
 AC_SUBST(VERSION)
 
-copyright_quoted="\"2000-2016\""
+copyright_quoted="\"2000-2021\""
 AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted)
 
 
index 96b7161e31f540c4e982134fd345ad3c2e0346ef..cb5f625b9b8b57d82c51482b638735893796267a 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 210dda3592dcb6925f2a73f33feb9f17dab60929..522fe90a00e5ed8c0fad5248b6bfb9b2e97560cc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 80fffb68ddb301d4d8aae7ff55b682ce3a544de1..2e7d67d1abfb17cac6de3607cf19b5098fb2955f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 9a447f540a273cfc930556b36c1bc6d13b1aa4f8..8b8e496865e4b9cad31140a71cf4a4731ed8ebe9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 7525df6d7d3026a3eb34862c5cec34784c9bdc8c..07a6f1bdb2069e7055c4b06e0f4086c3f57488dd 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 316916a71244a1ffa2d5f5dfef1863852d50743f..50239cdb3b878f79e98e5d5202cdda0d780ad963 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 66815c6add54118a1fdb671c67e586b011a859e1..3ed3e65e092938180ffe108082ae83db1ac2882b 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 6737e4c5dc295da186dea354cd336347fa0cc0ee..5c3ce05866c9cb91c5c1b1298ca986bd9d2755ad 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 460811a1e595835135f50f3720ba401471f966cc..69c25e62a3169b08036d418e4cb4b5199dd7f70d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 6841c2400f3cec2ffcd73aaa969c224f2160f60f..2f207a001a2e35abde1866414e785876ddd96a5e 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 eefbc0b3ff639011309b8238a0e1cc7b788cd0b4..e8201fdea9116aa376feb9b5560aed30e5459613 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 7a03ef4ff9394072728439e8a1e159a05d135e82..f5a20a24d2251f90c4f66b3fd4b1eff272bea841 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 e61a9a3ecb4c810468e8e3628c961d9b5b4483c2..ab7fb1853a34cfd263ec13bcfea601e653597c71 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 870e0db9e53a28bb3ae2ad51baa50b0e087e3853..7845ec3957f39b98adcb1dfe821a2b417a627020 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 a44053f68363c30e5b969f90f76b323f098db060..780278c0eb24966adcdf194e88122e489b5ccd89 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 04cde5a3bae2dff052c6a7c6f74a2da3fbf6ad04..7082773b07c2a7e5e0efbca8ef75eec169af8c9a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 88cdf733361a0872bbbda189ce9e802bcf226bac..a823443217df66848a26f9af0c62c937560b68bf 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 613021147c42eb661da4f748cf22f96664fe6953..9be6af2f9c5130dbbb6765dde7c821b21b4015fa 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 27f2547b839f962b4e15e27ecc973122a22434b7..8cfce8095720885623ab4f7c7e99976d2bf96204 100644 (file)
@@ -7,7 +7,7 @@
 
 <!ENTITY date "@@Date@">
 <!ENTITY version "@@VERSION_QUOTED@">
-<!ENTITY copyrightdate "2000-2016">
+<!ENTITY copyrightdate "2000-2021">
 <!ENTITY emailadr "fcron@free.fr">
 <!ENTITY selinuxadr "russell@coker.com.au">
 <!ENTITY email "<email>&emailadr;</email>">
index 79fdb3a2d517a03ae8fac80b8b07e01d3c6f35cc..aae9f0448b967c10abb20607050e71141722a53d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 5e23634ab6133ad0a8c251be360bb367eb195eae..45df294dfe7d57ce15f8b7e3077984f7571a248a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 0cc776d7c6801d16d573d64669160c8d9e2ca942..fe5abcbcf84a0882fcbd26720cb458e12488cad7 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 1b352ace3032bad700d857ed86b17e3dfe6290a7..91f909f86466316f596dbd7504fcbcd728b9de24 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 db6268290193c57099da3c2322f59a864d675641..70b9aa5b9b4e03aa37c96735dd450ff7a7cb7d5f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 5b8d2de53a9abb1f21a28a773f0da6495657b48c..a0249f1cb98966ac7655b017386f61b7a421852a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 aba022956b1b6343aa4e1c0a079273314c7d1944..4cc2896e2dff0bfb774712f83352b25677ae30e0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 841f08db0d8e3fab12e81b4bd2f393bf50898db9..19235d9153a91e970d7576720dbdb371ddb631fe 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 ed7f1aa495debda9d85869490538b3fa61dc77a6..8d6ea5d6fa27d8ab60fb8a7975b08f90f9541b60 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 e82c38a7f781af7f758cf777ad301d7cb8bab7d3..2e91b620b0daaf8a29f24d3d70e021d18bdd9a61 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 a44053f68363c30e5b969f90f76b323f098db060..780278c0eb24966adcdf194e88122e489b5ccd89 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 fed4dfcc43f369ee00c3bc562e09a8df62358c66..8f3a291992dd7780232dd02c466cc03e15b92b6d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 88cdf733361a0872bbbda189ce9e802bcf226bac..a823443217df66848a26f9af0c62c937560b68bf 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 e4fdb33448dab013eb48f7c1db29c6874ea6e3f1..fa26e547c33de4b783ab314045ef242dfeff6ecb 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2021 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 672c290fd1c9b0f9e2f4fa2293a29ed15003287c..26c0a630c2040f07cb7dd1affafa8dfea1faadb1 100644 (file)
--- a/dyncom.h
+++ b/dyncom.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 7d10c7ee462d6f50ceb0c0e975a550c259b8fd3f..22fa5788c882adf7199dc3e3132bc4bc20e38318 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 1a2a0175eda7f5fb1b238b0484069421bd5923d5..6e055ee1314146176edc61ae20a725bbe4a3b411 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 44ba12270d8c7a8872792ef2eeeaf0069f23e6e7..d201b01f8a58331c3d38001f4fec2e06bcbf4d02 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 a2d70572cd2e57391a3b4bc28f5fc5cd2f8e4258..53c60239c2c5bfa985b965801247484ff1a8bc68 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 c4390ab1527d6438e40e0063a45410af533f168c..2133b9ea30143dd486f8344f18bf7abe0df519f5 100644 (file)
--- a/fcron.c
+++ b/fcron.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 8bdf7eb45c8603b8ce60374d123aa4ade4b994a7..85f94aef857166d930b313e37fbe2e49378fc434 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 71f8b7f18be7893216c1ff4e8af119c7ac943c4d..b19dd31cd6a7cb33ec551be4a88504b1d4cdaf13 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 d85d6dada2451a90a1c182d00deb53d90a1361d5..e97694c5a5be612285000a0d7635de4b6b2f8c9c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 6d876c2b36a7a28a923f1dfa7b93c5a6e694ddc6..4199ac5c30cd5175f79603943234578c97077f82 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 0a39d38eaef2eabb8d0e9cf8dd759058d68261ee..d85aa2e325a8ac59e9597c58843af110a0cb65f5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 64f94aadf0d2e22c9c83a26134261fdbd3834964..9d26d30a859206422bc7f3f4d18b0535be81eb57 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 6a81d2fec5e8245543310b7d5376ef4bfd61cd14..a0ca4bb627b527a97e67ad7e9fa859368245c403 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 c2fd06dafcfe9fd0bf86691b6f0dddb69a007096..2bc1b28110d835720a7e03a5bfc3e1e58410236b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 3fd8724774855788014b29927d3e633775e3b54a..e037683a53a50a6a04a1d8cde7d403f2d1eda0f5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 166c51b0df36d3c94bf4f927ce49258adad398d2..8bb90ff99e9758e83100a72f570eda0945b81749 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 c7fdacccc9b36aff629aabe5b7c288bb9c3f401e..af291d3e26cb1aa3e262217a48ca33df5dc53733 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 5739ab02367903f06cae7c17f18fbe8832497b0b..a8eed5d7e28402df0ff65f14d505d2891dccd365 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 14ee8a3696f8e23431a3a14348499a18bc74100b..abd9ab00f053ad697c0caf36b331640bcabac068 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 975e3541a1c212ef61de79185da800b766e32413..99ee08f011c341aa5b5f49b853fccea8f91abee0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 405209a1820c38e6ee64598851afdca15d6b30d0..965342503cd5301cb2830bf61e955ea546d3ace5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 09de58dd3b446dff9db7e355c132d7c89b98b677..d2d29e758d544d4d238ca8eb5dc22fcc6b303b87 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 c4ec22d6536eef05148b8e717eb43b82357e9651..498d22862d17be400b1d2a753ab8e7289b35f78f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 ea41481f196cac67e73c86cf9b14553b791bd996..6482db78c492dd92a5224471c921c0c7cea6356b 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 e6974f3f0e99fbbc8177204bcc21795a19a4b245..8eaab4a8d97ac5cac2d5f6e6c67b8a45d2938489 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 9421dcf2398eff1235d6310cea434c57935abf27..6409ddc0b779f93ff79bc2f6232232fda858f55a 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 61eaf79dedabeeb11ba944f073a97bf6f343f1c4..584d5f0192493daf943234427e4050578fede862 100644 (file)
--- a/job.c
+++ b/job.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 3da8dd5037e88d6c976a9715e63d35f425c46520..ec135aa26d78604a668ee536b81774eae28bf6e3 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 5cf6b280dce30b5e92322b59be09bff62d4d3cab..1a2a70ca6f730bdfbe7bf2eec56113fb2716bf9b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 d7312a836af3b99f1dbb5ca84514b3de60c5576e..86e44820cbd5e68dae40dec37c6aa2c8b31cdbee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 cddf5cc938a2f1d953fb955e00075b57c039835f..294465168a05afca36908b9428e7b2b463ba3a81 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 71e16ef1843e4c155795540dc60b4bc86e6dd655..2aab386c7d9753c72859a7dfb85ccc585ce46d7b 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 e0df5d192d0eda9f539bcdd3f1732ec1460ecca6..ced6471e232089d0ecdb5d47f4e866406e4c4982 100644 (file)
--- a/mem.c
+++ b/mem.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 5a700f68b17c7fd60eb5513e6161b9798227311a..a72a9561eef35d2bbd67e8e1c2f2eba7c34cfbc8 100644 (file)
--- a/mem.h
+++ b/mem.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 64ce6e2d6812adbe35472b07eda4e5574ef47a17..b7cb431185477aa7527a29ba3493ac85468477cb 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 d53fcc92c170190461b794ebda6e3c4f369f8845..2837fe8e2b25adc66689254639812216cbd2e094 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 81bc9080bd617b122c3dcf0c05f3f96ea491c73d..e3059dc5e57d28665e1d2a8c63c2940b0c57b58e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 6593790cf1026e1fd35d257d367bab3f723cec1b..acfc246f9839855178b1dbb0738727d29ece292e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 c8b4156187f1e5b01161c5ea12640b4fee5dfbce..43b3b52d62607e002b145decb66f2029611c2fe7 100644 (file)
--- a/save.c
+++ b/save.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 0af234d9ebb8f9ec39d8edec1287e1856b1525b8..45877a6d3b88a2517a698e392b699025264738ae 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 80607e7ef3c6324153c1563fe0aad55f393b8295..336802610a75d0a800f99f051b666f3c4e7e897d 100644 (file)
--- a/select.c
+++ b/select.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2014 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 b1c18cca6b431f59649af794a6bc9d0f6f970bd1..64644c0fd5174e7d64d55df2f3e73e6f93786a59 100644 (file)
--- a/select.h
+++ b/select.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2014 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 30bfd736424e34cb6fa0619170e1ce468b5faa88..549904509721f4a4e71118e6e35258ea16006f02 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 815355818479b1c846f93aed51e84bb95914ef7e..3ddd23f8c1d03f1cdd6a26daf7e7ac202ea3420e 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 c41e23b5f3967807103225ecfb30e007b4244569..cc8432a7f1296ce9acf0f8b39be8036c061bc1f4 100644 (file)
--- a/suspend.c
+++ b/suspend.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2014 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 e0651a5d6846b50c8582e5cc88697f17c24e0eb0..1e316164d57f97b8143ab55ad28cc541498312a6 100644 (file)
--- a/suspend.h
+++ b/suspend.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2014 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 c09723b01040f055776cd8f4606b77c1e373fd53..698e32761ab4946dc049afbb945a6aae8d3a80ef 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 46c60f0f4b4376d155dd22aedd1f9b64d4cb1caf..9b8b74aecf1f4278930671b597f41000b8fef653 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 0d542cb18a60ed95632a49acd88f0f30881702da..eb5ae448a8224a2293ae48fb9bc2ef48c4c1d34d 100644 (file)
--- a/u_list.c
+++ b/u_list.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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 cd71251c8b1d4a36ba34c4cb84f30f6a8f42b66d..cb7eb70778d613803a6d84c91ab37aa0eaba6273 100644 (file)
--- a/u_list.h
+++ b/u_list.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2016 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2021 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