From: Thibault Godouet Date: Wed, 1 Jan 2025 16:54:33 +0000 (+0000) Subject: Update copyright to 2025. X-Git-Tag: ver3_3_3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2af77a133004e4a23f821e492f14beabfed5e0e9;p=thirdparty%2Ffcron.git Update copyright to 2025. --- diff --git a/allow.c b/allow.c index 2fe10ca..dfe6853 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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 13be617..fd34bc8 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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 1480382..cb5e65b 100644 --- a/cl.c +++ b/cl.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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 5bc1ad7..15286b5 100644 --- a/cl.h +++ b/cl.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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 87c00be..4b09624 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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 eb025bb..6036ff3 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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/config.h.in b/config.h.in index 56d956d..cc5a678 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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/configure.in b/configure.in index 4fd7fc6..d2c2fed 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted) VERSION="$vers" AC_SUBST(VERSION) -copyright_quoted="\"2000-2024\"" +copyright_quoted="\"2000-2025\"" AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted) diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 75f9ff4..4b2f343 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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/convert-fcrontab.h b/convert-fcrontab.h index 4a326bc..c2c591e 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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/database.c b/database.c index d73d092..fa54fe7 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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/database.h b/database.h index 017e3cc..9ea6f2b 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2024 Thibault Godouet + * Copyright 2000-2025 Thibault Godouet * * This 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/doc/en/changes.sgml b/doc/en/changes.sgml index 8c4c81d..1e638e6 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -1,6 +1,6 @@