From: Arran Cudbard-Bell Date: Sun, 3 Nov 2024 06:22:45 +0000 (+0200) Subject: Update copyrights on code that was substantially modified during the dictionary fixup... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945941d5e323959cf4ef2a372f8f5d5ae91215fd;p=thirdparty%2Ffreeradius-server.git Update copyrights on code that was substantially modified during the dictionary fixup work --- diff --git a/src/lib/util/dict_ext.c b/src/lib/util/dict_ext.c index 97cd220182d..e64fb640bf0 100644 --- a/src/lib/util/dict_ext.c +++ b/src/lib/util/dict_ext.c @@ -19,7 +19,7 @@ * @file src/lib/util/dict_ext.c * * @copyright 2020 The FreeRADIUS server project - * @copyright 2020 Arran Cudbard-Bell + * @copyright 2020,2024 Arran Cudbard-Bell */ RCSID("$Id$") diff --git a/src/lib/util/dict_ext.h b/src/lib/util/dict_ext.h index ecf03c4cad7..46cd3c5e429 100644 --- a/src/lib/util/dict_ext.h +++ b/src/lib/util/dict_ext.h @@ -20,7 +20,7 @@ * @file src/lib/util/dict_ext.h * * @copyright 2020 The FreeRADIUS server project - * @copyright 2020 Arran Cudbard-Bell + * @copyright 2020,2024 Arran Cudbard-Bell */ RCSIDH(dict_ext_h, "$Id$") diff --git a/src/lib/util/dict_fixup_priv.h b/src/lib/util/dict_fixup_priv.h index 54dd9df4ec0..a52b21943c2 100644 --- a/src/lib/util/dict_fixup_priv.h +++ b/src/lib/util/dict_fixup_priv.h @@ -20,7 +20,7 @@ * @file src/lib/util/dict_fixup_priv.h * * @copyright 2020 The FreeRADIUS server project - * @copyright 2020 Arran Cudbard-Bell + * @copyright 2020,2024 Arran Cudbard-Bell */ RCSIDH(dict_fixup_priv_h, "$Id$") diff --git a/src/lib/util/dict_tokenize.c b/src/lib/util/dict_tokenize.c index 45c341f0a92..5a19e79a1d6 100644 --- a/src/lib/util/dict_tokenize.c +++ b/src/lib/util/dict_tokenize.c @@ -19,6 +19,7 @@ * @file src/lib/util/dict_tokenize.c * * @copyright 2019 The FreeRADIUS server project + * @copyright 2024 Arran Cudbard-Bell (a.cudbardb@freeradius.org) */ RCSID("$Id$") diff --git a/src/lib/util/dict_util.c b/src/lib/util/dict_util.c index 1691f1118c2..a78b3a28910 100644 --- a/src/lib/util/dict_util.c +++ b/src/lib/util/dict_util.c @@ -19,6 +19,7 @@ * @file src/lib/util/dict_util.c * * @copyright 2000,2006 The FreeRADIUS server project + * @copyright 2024 Arran Cudbard-Bell (a.cudbardb@freeradius.org) */ RCSID("$Id$") diff --git a/src/lib/util/dict_validate.c b/src/lib/util/dict_validate.c index 2ac19cadb88..18a6a3a23cb 100644 --- a/src/lib/util/dict_validate.c +++ b/src/lib/util/dict_validate.c @@ -19,6 +19,7 @@ * @file src/lib/util/dict_validate.c * * @copyright 2019 The FreeRADIUS server project + * @copyright 2024 Arran Cudbard-Bell (a.cudbardb@freeradius.org) */ RCSID("$Id$")