]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Update version to 3.4.1 (with release notes) and copyright years to 2026. master ver3_4_1
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 6 Jun 2026 15:30:56 +0000 (16:30 +0100)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 6 Jun 2026 15:30:56 +0000 (16:30 +0100)
94 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
fcrondyn_svr_priv.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 dfe68533ee751e9672480f7eb1a8ecc3627f00f5..9eea987b2c50de72e017ab16d572d21f9ea39249 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 fd34bc8638a8f0510ce9f97b6ce6fd74023009f4..adf705376c240293a389d4707dbead76f5a490ec 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 cb5e65bb4e90165194d46b01c33c0eadbf1792c5..6d2865d35c9cd3d499e8ac17aaef2aedbc7f5446 100644 (file)
--- a/cl.c
+++ b/cl.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 15286b53d45ad2a3e5bdc22c2dfc61916fa472ab..1c4e99f0fb47a470c204bdc2891bc3cd790ff53c 100644 (file)
--- a/cl.h
+++ b/cl.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 4b096241db4e8d482553a9e6e62b3586fdcc3776..d7386f705459b84e85f08bebe855ceda97741ccc 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 6036ff3b9aad008d1e2273c44ddfcf5066d70292..c936e4d3dc4c791f74d653105528ffed89ed4d8c 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 cc5a67828af65a5d9cf0f3354deec5f15d841fab..2ae564471e90adb66e15de91bf4806bc081ef437 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 80445de3bd3694c8618b11de4fec37ac6e9adfa7..8e57f96510b3d67fb208735c74cf34de2bdacf6b 100644 (file)
@@ -5,7 +5,7 @@ dnl ---------------------------------------------------------------------
 dnl Initial settings
 dnl ---------------------------------------------------------------------
 
-AC_INIT([fcron], [3.4.1pre])
+AC_INIT([fcron], [3.4.1])
 AC_CONFIG_SRCDIR([allow.c])
 AC_CONFIG_HEADERS([config.h])
 AC_PREREQ([2.71])
@@ -13,7 +13,7 @@ m4_include([m4/ax_lib_readline.m4])
 
 AC_DEFINE_UNQUOTED(VERSION_QUOTED, "${PACKAGE_VERSION}")
 
-copyright_quoted="\"2000-2025\""
+copyright_quoted="\"2000-2026\""
 AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted)
 
 
index 4b2f3431b36f731bf3eb46735d77852834398362..0aef24d8ba93f988f8cb2cb3caedd2624e7a8072 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 c2c591eb350f69d62ac74a173983bdbd0d0d090f..64c2054c9d46ffd9a18b7faca3568bebccee3dfc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 ff516e599e04b8b4d36a2b46a9dd421a92d20c81..7635427fdbcd03966faf473f96121abe504d95a8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 9ea6f2b8a0d71aac7aedba1e44c19a42a215036b..4b2cab604d4f480a820cb05aec8e0dbbc4495db2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 8690cc52dc4b48ac947fa601ebf88b461c812f29..c09c81fb1781acc26424e2d9e2428b0d09584e88 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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
@@ -12,6 +12,25 @@ A copy of the license is included in gfdl.sgml.
    <sect1 id="changes">
       <title>Changes</title>
 
+      <itemizedlist>
+            <title>From version 3.4.0 to 3.4.1</title>
+            <listitem>
+               <para>Fixed bug in fcrontab whereby some commands starting with a (double)quote would be incorrectly rejected (thanks D. Ben Knoble).</para>
+            </listitem>
+            <listitem>
+               <para>Use standard autoconf --docdir (thanks Alexey Sokolov).</para>
+            </listitem>
+            <listitem>
+               <para>Small improvements to fcrondyn's output and error messages.</para>
+            </listitem>
+            <listitem>
+               <para>Fixed/improved unit tests.</para>
+            </listitem>
+            <listitem>
+               <para>Added self-links to the HTML doc pages.</para>
+            </listitem>
+      </itemizedlist>
+
       <itemizedlist>
             <title>From version 3.3.3 to 3.4.0</title>
             <listitem>
index 09894406f62de16c2bdba8711783194ac1162e33..7d883dacd9636b03c1c64a966b05d0b85bb61ce6 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 001ed9c1002a3ddacd5e2a110f25c2ae4355d84f..f701a8f19146e863955e70dde95c4ae0c3d90fdc 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 bab628cd6bf2746deef82b63335b57f75522ef3c..ab36e361a872e1d9ec5c01244325a73e3c323930 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 726ca73693327b725d0a64b4f471047fcacc2f1a..75d0607314089c45fe6eb278df5144e5b4af52f4 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 be2006c8eb358dd3d0553384caca37916b2fd273..8dc4d3b168a12d5c89eac95e03ec889184cd4624 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 c1e00f8f151f93f305eea5ffae0d1ecfae81efd7..3e0a5dfbdfd4da763683dec3673a5b9f98db070e 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 fd5a5937e7756bdfaaa9550e855181271bd72a1b..5ade8f3efbebc1d2acbcfa8c236a42041a906aee 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 9d922a4520e370a147494e1e172b27386869017b..f82ec3079f21e582262dc68825b6476e7fb486e4 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 d1a4c28d8619d4e69a031075e64745f2ae47ffb8..80e1ec98e82dd73c6926eceb792465bb684fea01 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 2924a2a70c91b44140801822796f14eea4ff129e..4b6476e97621056d5c686a56b16fdfe2cb41e701 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 b2f489023f67135f1176decb12b9d85da9ed9115..f7bef48f2deaa4c8fd2afbf0db2c9117c43bceb8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 dede519599783fd5b72969a6a48b76839c53c25f..11a016a442804bb23075a354e1e022e609e32ae0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 0986b934706a1737d9324ecf52f8c529308af42d..83608cb18ff893b00dcbfb7081af53d30efa055a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 b62f29ba8b2828191e4380f4e750d5bf2cbd1798..0a8e19bdf5263a17504c53b365379aed3eeac647 100644 (file)
@@ -7,7 +7,7 @@
 
 <!ENTITY date "@@Date@">
 <!ENTITY version "@@VERSION_QUOTED@">
-<!ENTITY copyrightdate "2000-2025">
+<!ENTITY copyrightdate "2000-2026">
 <!ENTITY emailadr "fcron@free.fr">
 <!ENTITY selinuxadr "russell@coker.com.au">
 <!ENTITY email "<email>&emailadr;</email>">
index 8456906ee5fe6a952d657b71652016165013efe7..88da308f8960e72d4b9400737c383bc7d8a4a45a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 df7f75e6b1cfd16f66dc954bce2cc06c2db3eeaa..6d0609c986b00c2cfad04abe6c285f959b1ebdae 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 1fb8ff61e28e4fab8bd893dc5b5af02d30ca3b04..cf1ff9cdca168f31d295b2a9fbf91b437f848133 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 c1a84de83fc5f73a3cdff149fa74dd396e6a0482..9d423330c25e2eb0a6d04fa40031f8e5461a3ce4 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 7273bbae99c4c162decb5d459f6e7371b4ca1f12..0c0e75e97794b673cd6b58057d11b6f49aa2a7b2 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 767ec6ba2f4ca75df36fc202fd54322d10089c65..7482f0780bc7a44f58bda610ccca3ce38f83f62f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 e1133d61a169f3959af18e330925b1a714184a03..6db40935135a5d94c449e791a70ef931ece24447 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 21ad705a77385465720529a1837f7ca035e77d42..e59d58e78e95c1d7dc462215de115aed906ba878 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 69b80d99d4d452b9349bf2503703df533778adae..26c2cee299609dd0a8506977afdbafb901e24bb0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 27a113ef2d9edba08fbe8c3160d07e0ddd20b99f..beef45288ed6655304c5e94c778688d7bea693c3 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 c68e2d211dc5b8b1da3a73de0d6fb47730326a74..3de0242ce94c52b5ae772749dc24392d961c2dee 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 a1013394d7765c7db4fafd4965c70fc3010ad7fd..34ce6b6c5dc83edc34596a0a035c6db7b2a2b79a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 dede519599783fd5b72969a6a48b76839c53c25f..11a016a442804bb23075a354e1e022e609e32ae0 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 178bec88b798365e975f24c3f7d3dcd64976977f..92fc6d8048bc48109529e4bde73a2cb4100d9775 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2026 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 419abb70c30c5929729a25dca626a0f5b926d493..1a0ceca8d029d2c4197baced103b2aba78dfd72e 100644 (file)
--- a/dyncom.h
+++ b/dyncom.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 cc56a992fd87d03bf674b1df0507f9a0d8b8236a..705cec38ca889bd020a694760bc99e2b2a01392c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 9f67eecedc67e1201ac0e0a3ea7701219cb13dca..4d313ab5782f6afd97df97db6d38b9550918f985 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 9e4ce531be5aa22593954bc8e2802beaf045db41..c0912f3b34bc2336271f7ed54ceade7412576761 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 6356bbb78ba1edd3c44051db14002554117d1ccb..d238b6975c811002e2dada0231d95aecfe60bb49 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 0be26047ca46138e07795af49bd2e0934ddf471f..0494e3a5c358442af69a491131afefa7bcb0dad4 100644 (file)
--- a/fcron.c
+++ b/fcron.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 6f06c53b87c46cbd1a5411200d757aa91ea122e0..4d3c51d17791d830f13850511e5a9d3919b0d6ad 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 346d36d9c8afd4403ae474754033549395fdeb18..36b57fe4d46fca9c90567fb5c5191de6bb08d4b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 56831cfb7666c47493abd299771843b6bfb4baa8..6f026a6cb61ddd6eb3f880cbd9e6dbdb3e4fe6b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 54b430f9da60b4e145bb5a1bf4e2e768053adf19..ec4559de860043c438c89d9e7710bbaf8b138289 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 2156dadb8f1318f3218f55f5e910cea6287160be..dcde5a24f014b8d53e6369b044039219ada8b2a7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 dfc6e48d53a6ec193cb79872bdd608040c33fa4e..1cb6caf27aa0ed01085d197aea16ee630f82a3a4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 5d2e1dc5d10a3ecf204769349b490c3a7d1e9259..409a6a3dd22781d701a3db129d08bc9040808d34 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 31d55d4a711fcc20d6bdc4e35b6689cda654d9c2..5129aaf6b14dcf36b2521e59890ebb9f6c446860 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 dc14df3b0d72172ecba0ddfa811d1de7b59477f6..db1786f1d40caa37462ec855876a2874f0740f31 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 5fee3af3faa82ba35b4881f5e1f3238320ed96d2..10ef9cf2119ea210a69ebd97a0d5e66b7a52921e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 042584efce49e907f9adbc133e4f47c90f415351..1a942be368fafd7b8777db39c266562fe6448869 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 352af48532a138e485be3347185b9247ee64064b..c3cb85f306db40aba8f0603acb2f8185d9124963 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 937304684ec6d97077a676b6f4fddaadc27a052f..3c3f57df852d78adc2918ea72a576e792a510f31 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 f155c44c64ae90c02560a52db1b86e56d58120f6..bbb283ecaf71e9dde95f3e16c80805a78cafe971 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 f6855a3071a9c9e38f2cd53660d989925deac243..991a1ad618cb775064e9101c8efa6ce4e396fdb7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 13eef5f771c23677db14e1a7082f4740951cf284..2cfdb80f6cad97de341e6afe613aae0a0ffd117e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 5a4b0c8f3cfcce1f45877709325161ff1d5cdae8..962c06583e14a7d42893161ee70c189b97b83106 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 3c1ae8f3aa88f6ab0b5a1f5d283e1a69e683d2dd..8f2ed468c8eacbe1a1c6fd0d553af1e0745820e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 05ea6831fcc63d8544bc28751ef87445fe782e34..c436afb12668e69af447b22888bb670373814c02 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 697c2393271a0cad2eb89e7582c429b5204d99ef..c8e7198459a749bce8e0ac7af677d0e2a5c7eb57 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 468bcd9fb37057b4671c7f4254c20b8b3545d056..12094edc3439b41b840564585f972026ef276a5d 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 ef8b653fea9b7890510adef7ded3c637f84aedaf..ea351d2ed8e787b1053f7dafec161b964be0474d 100644 (file)
--- a/job.c
+++ b/job.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 3118a160467e775fec76364f7206179f8ec7a87c..acc604f4429c6918ad0df4b7a273fb0eb0a242ed 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 e85d1f68eb845db27aadb7a77c5696048c49c87f..c716fd71d35057142b4341d6bef866566775d5c3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 f331d37fbefae01c2ac612cba99a8115b002becd..8ac373f64f44ee10664360d6804fc32cb8650d31 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 f8ab3222738eba2bab1f9e2afda802a32e75e436..37c2a65527fdf37304eb990ce849265b7c93edd3 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 66ae899fdca4e17d07483ebda844baad7cb14980..7092016632babf75e43ec558c8c1bb5fd2efebc7 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 1d4e42326e9739df6701146fac89aa49160e152c..739a8e17f294b054d4aa7a2669a6b32198fcbbaa 100644 (file)
--- a/mail.c
+++ b/mail.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 13dcffd4db84108bc75156ebb27d693109818763..a64560e15f960a4cdc00d307b95d8309fbbd7ff2 100644 (file)
--- a/mail.h
+++ b/mail.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 41f2747fdafe53511cb049a642b86ca09ff54cca..e3735f427fa9fa2a31265d0872ab2c7cb4f9daf3 100644 (file)
--- a/mem.c
+++ b/mem.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 7c98e81342d069c6e0082b9b685aa0534c1f2539..57ebf407f0c3565fd8f0e3b16cda14e5728ecfe2 100644 (file)
--- a/mem.h
+++ b/mem.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 6976e5352f54968c34b144c8787277af11cbd807..d4725435ba765502dd75f58ccb35aaf2f7edb1e3 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 94e9c985bb59c6ae17eed48b801cd30b9e8e1bbf..7f43b0f98a638a7779bd3cc1d6f7391fabcaff99 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 9cde1dd11c3298c0b0f626185177a040c3df2bc6..1b1fc16bd584809e37b62e2e8af12e84379eb25a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 fa63d60cf3ee38ac30cce20d0db6aee9b6325847..30132d8deadccd930514780130762992a7c685e7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 36a082e2c9540f3be7b27546d93f68313fb4ab28..d1104e1528f4ef11b6f7ae5243f0f139bb7bdeca 100644 (file)
--- a/save.c
+++ b/save.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 45861659f16c4d9016ecbe3b46037daff6367b88..927342f3844fb6fa5c4cff20b4b1c713d11df649 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 e62fef0d1efcb5e6015b8c6e30b64f675151a2ff..23f5e1a5903f94592959e71f61cf871c8d385368 100644 (file)
--- a/select.c
+++ b/select.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 ace522c6c3dbcbb8fb77f8465358293d862a9ad2..7cce867fa3dd97b6593e691ec2b1b1912918721c 100644 (file)
--- a/select.h
+++ b/select.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 9a0a00b009adf6631a5aceb6a434ed448e73a188..0936ebe383c28d7340a4feda8200f8208851de08 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 688c1426b9fc97aae474f67ebee5206e97756537..07e74d5775f5aa2edd166af9483f88daa6cbe964 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 6ec3858b50143287e7281c059847923d260eab0d..6cbe17de1345084032c36218cef0896ba9faea9d 100644 (file)
--- a/suspend.c
+++ b/suspend.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 1559a9fc97d26890aab4c7605699723455f1f969..0afe8823a26e2914df7964d43f5169433aa27d11 100644 (file)
--- a/suspend.h
+++ b/suspend.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 4cbd64e0c7549869bc8d6db4a1f723d948aafec2..104be1b7ef747b6cd76b82499b81693260f84c0a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 2543010fde898935cd32ed425bde4b0bbef34a34..0acd92706ea0009d0d6b646b1387910369e69e24 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 4f991ea7307cb6a10e7bcb135c25476482cc3b1e..874051b542704e810eeb1d5d70f430f708a524da 100644 (file)
--- a/u_list.c
+++ b/u_list.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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 fe57a094808a9da1c2001fba9801cf6dcfe870da..ba3606294c2f062d51719dda5c3e254ef92d8d21 100644 (file)
--- a/u_list.h
+++ b/u_list.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2025 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2026 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