/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
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])
AC_DEFINE_UNQUOTED(VERSION_QUOTED, "${PACKAGE_VERSION}")
-copyright_quoted="\"2000-2025\""
+copyright_quoted="\"2000-2026\""
AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted)
/*
* 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
/*
* 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
/*
* 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
/*
* 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
<!--
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
<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>
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!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>">
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
<!--
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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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