From 79967b0ff2db2ddcf388f56bf7c58528c2657c2b Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 29 Jan 2023 09:35:19 +0100 Subject: [PATCH] Update year in copyright message Signed-off-by: Sebastien GODARD --- Makefile.in | 2 +- activity.c | 2 +- common.c | 2 +- common.h | 2 +- count.c | 2 +- count.h | 2 +- format.c | 2 +- iconfig | 2 +- iostat.c | 2 +- iostat.h | 2 +- json_stats.c | 2 +- json_stats.h | 2 +- mpstat.c | 2 +- mpstat.h | 2 +- pcp_def_metrics.c | 2 +- pcp_def_metrics.h | 2 +- pcp_stats.c | 2 +- pcp_stats.h | 2 +- pidstat.c | 2 +- pidstat.h | 2 +- pr_stats.c | 2 +- pr_stats.h | 2 +- raw_stats.c | 2 +- raw_stats.h | 2 +- rd_sensors.c | 2 +- rd_sensors.h | 2 +- rd_stats.c | 2 +- rd_stats.h | 2 +- rndr_stats.c | 2 +- rndr_stats.h | 2 +- sa.h | 2 +- sa1.in | 2 +- sa2.in | 2 +- sa_common.c | 2 +- sa_conv.c | 2 +- sa_conv.h | 2 +- sa_wrap.c | 2 +- sadc.c | 2 +- sadf.c | 2 +- sadf.h | 2 +- sadf_misc.c | 2 +- sar.c | 2 +- svg_stats.c | 2 +- svg_stats.h | 2 +- sysconfig.in | 2 +- sysstat.in | 2 +- systest.c | 2 +- systest.h | 2 +- version.in | 2 +- xml_stats.c | 2 +- xml_stats.h | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) mode change 100755 => 100644 iconfig diff --git a/Makefile.in b/Makefile.in index 1f0ea2d..3dfc526 100644 --- a/Makefile.in +++ b/Makefile.in @@ -539,7 +539,7 @@ copyyear: catalogs="$(SOURCE_CODE) iconfig README.md sa1.in sa2.in sysconfig.in sysstat.in version.in"; \ for c in $$catalogs; do \ echo "Updating file: $$c"; \ - sed 's/-2021/-2022/g' $$c > copyyear.tmp; \ + sed 's/-2022/-2023/g' $$c > copyyear.tmp; \ mv copyyear.tmp $$c; \ done diff --git a/activity.c b/activity.c index de7e12d..b30a823 100644 --- a/activity.c +++ b/activity.c @@ -1,6 +1,6 @@ /* * activity.c: Define system activities available for sar/sadc. - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/common.c b/common.c index 89a0805..725b640 100644 --- a/common.c +++ b/common.c @@ -1,6 +1,6 @@ /* * sar, sadc, sadf, mpstat and iostat common routines. - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/common.h b/common.h index e4cf46a..189aa1b 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _COMMON_H diff --git a/count.c b/count.c index 744761c..49df90b 100644 --- a/count.c +++ b/count.c @@ -1,6 +1,6 @@ /* * count.c: Count items for which statistics will be collected. - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/count.h b/count.h index b4fa26e..642b101 100644 --- a/count.h +++ b/count.h @@ -1,7 +1,7 @@ /* * count.h: Include file used to count items for which * statistics will be collected. - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _COUNT_H diff --git a/format.c b/format.c index 2a391c4..1589f46 100644 --- a/format.c +++ b/format.c @@ -1,6 +1,6 @@ /* * format.c: Output format definitions for sadf and sar - * (C) 2011-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 2011-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/iconfig b/iconfig old mode 100755 new mode 100644 index 32a5a6f..e844c5e --- a/iconfig +++ b/iconfig @@ -1,6 +1,6 @@ #!/bin/sh #@(#) Configuration script for sysstat -# (C) 2000-2022 Sebastien GODARD (sysstat orange.fr) +# (C) 2000-2023 Sebastien GODARD (sysstat orange.fr) if [ "$1" = "xlocal" ] then diff --git a/iostat.c b/iostat.c index 5631326..1d7ea3c 100644 --- a/iostat.c +++ b/iostat.c @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1998-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1998-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/iostat.h b/iostat.h index 26eed23..e351132 100644 --- a/iostat.h +++ b/iostat.h @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _IOSTAT_H diff --git a/json_stats.c b/json_stats.c index 7b1a1db..8812d05 100644 --- a/json_stats.c +++ b/json_stats.c @@ -1,6 +1,6 @@ /* * json_stats.c: Functions used by sadf to display statistics in JSON format. - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/json_stats.h b/json_stats.h index c73ef22..58032d9 100644 --- a/json_stats.h +++ b/json_stats.h @@ -1,6 +1,6 @@ /* * json_stats.h: Include file used to display system statistics in JSON format. - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _JSON_STATS_H diff --git a/mpstat.c b/mpstat.c index cd4f8e2..90d6226 100644 --- a/mpstat.c +++ b/mpstat.c @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 2000-2023 by Sebastien GODARD (sysstat orange.fr) * Copyright (C) 2022 Oracle and/or its affiliates. * *************************************************************************** diff --git a/mpstat.h b/mpstat.h index 4d8685a..c647c4d 100644 --- a/mpstat.h +++ b/mpstat.h @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 2000-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _MPSTAT_H diff --git a/pcp_def_metrics.c b/pcp_def_metrics.c index f5cf37d..7217a8d 100644 --- a/pcp_def_metrics.c +++ b/pcp_def_metrics.c @@ -1,6 +1,6 @@ /* * pcp_def_metrics.c: Functions used by sadf to define PCP metrics - * (C) 2019-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 2019-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/pcp_def_metrics.h b/pcp_def_metrics.h index e60a4c3..db2dc18 100644 --- a/pcp_def_metrics.h +++ b/pcp_def_metrics.h @@ -1,6 +1,6 @@ /* * pcp_def_metrics.h: Include file used to define PCP metrics. - * (C) 2019-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 2019-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PCP_DEF_METRICS_H diff --git a/pcp_stats.c b/pcp_stats.c index 4fcabe9..e0a9533 100644 --- a/pcp_stats.c +++ b/pcp_stats.c @@ -1,6 +1,6 @@ /* * pcp_stats.c: Functions used by sadf to create PCP archive files. - * (C) 2019-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 2019-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/pcp_stats.h b/pcp_stats.h index fa7c57b..11dc777 100644 --- a/pcp_stats.h +++ b/pcp_stats.h @@ -1,6 +1,6 @@ /* * pcp_stats.h: Include file used to display system statistics in PCP format. - * (C) 2019-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 2019-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PCP_STATS_H diff --git a/pidstat.c b/pidstat.c index 6725d75..21fed6c 100644 --- a/pidstat.c +++ b/pidstat.c @@ -1,6 +1,6 @@ /* * pidstat: Report statistics for Linux tasks - * (C) 2007-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 2007-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/pidstat.h b/pidstat.h index 353cc04..31a149c 100644 --- a/pidstat.h +++ b/pidstat.h @@ -1,6 +1,6 @@ /* * pidstat: Display per-process statistics. - * (C) 2007-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 2007-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PIDSTAT_H #define _PIDSTAT_H diff --git a/pr_stats.c b/pr_stats.c index 087a86f..665ada1 100644 --- a/pr_stats.c +++ b/pr_stats.c @@ -1,6 +1,6 @@ /* * pr_stats.c: Functions used by sar to display statistics - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/pr_stats.h b/pr_stats.h index 40ff93f..91b1082 100644 --- a/pr_stats.h +++ b/pr_stats.h @@ -1,6 +1,6 @@ /* * pr_stats.h: Include file used to display system statistics - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PR_STATS_H diff --git a/raw_stats.c b/raw_stats.c index 77cdf37..3813ccc 100644 --- a/raw_stats.c +++ b/raw_stats.c @@ -1,6 +1,6 @@ /* * raw_stats.c: Functions used by sar to display statistics in raw format. - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/raw_stats.h b/raw_stats.h index 6c21afd..71c2758 100644 --- a/raw_stats.h +++ b/raw_stats.h @@ -1,6 +1,6 @@ /* * raw_stats.h: Include file used to display statistics in raw format. - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RAW_STATS_H diff --git a/rd_sensors.c b/rd_sensors.c index 15d7ce5..c1758b8 100644 --- a/rd_sensors.c +++ b/rd_sensors.c @@ -1,6 +1,6 @@ /* * rd_sensors.c: Read sensors statistics - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/rd_sensors.h b/rd_sensors.h index 712452e..5960e34 100644 --- a/rd_sensors.h +++ b/rd_sensors.h @@ -1,6 +1,6 @@ /* * rd_sensors.h: Include file used to read sensors statistics - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RD_SENSORS_H diff --git a/rd_stats.c b/rd_stats.c index 716723b..c325dfe 100644 --- a/rd_stats.c +++ b/rd_stats.c @@ -1,6 +1,6 @@ /* * rd_stats.c: Read system statistics - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/rd_stats.h b/rd_stats.h index 0699aff..d23fb75 100644 --- a/rd_stats.h +++ b/rd_stats.h @@ -1,6 +1,6 @@ /* * rd_stats.h: Include file used to read system statistics - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RD_STATS_H diff --git a/rndr_stats.c b/rndr_stats.c index 8674cec..9bf1bf9 100644 --- a/rndr_stats.c +++ b/rndr_stats.c @@ -1,6 +1,6 @@ /* * rndr_stats.c: Functions used by sadf to display statistics in selected format. - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/rndr_stats.h b/rndr_stats.h index 23cbe10..ba8551b 100644 --- a/rndr_stats.h +++ b/rndr_stats.h @@ -1,6 +1,6 @@ /* * rndr_stats.h: Include file used to display system statistics in selected format. - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RNDR_STATS_H diff --git a/sa.h b/sa.h index 3d13b08..fa12f12 100644 --- a/sa.h +++ b/sa.h @@ -1,6 +1,6 @@ /* * sar/sadc: Report system activity - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SA_H diff --git a/sa1.in b/sa1.in index 793ee1e..9a4059e 100644 --- a/sa1.in +++ b/sa1.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa1 -# (C) 1999-2022 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2023 Sebastien Godard (sysstat orange.fr) # #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@ #@(#) sa1: Collect and store binary data in system activity data file. diff --git a/sa2.in b/sa2.in index d676ee4..eb3ed66 100644 --- a/sa2.in +++ b/sa2.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa2 -# (C) 1999-2022 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2023 Sebastien Godard (sysstat orange.fr) # #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@ #@(#) sa2: Write a daily report diff --git a/sa_common.c b/sa_common.c index d96a1b9..44d9d61 100644 --- a/sa_common.c +++ b/sa_common.c @@ -1,6 +1,6 @@ /* * sar and sadf common routines. - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sa_conv.c b/sa_conv.c index 1995da0..397ec14 100644 --- a/sa_conv.c +++ b/sa_conv.c @@ -1,6 +1,6 @@ /* * sa_conv.c: Convert an old format sa file to the up-to-date format. - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sa_conv.h b/sa_conv.h index b503eb6..6a81330 100644 --- a/sa_conv.h +++ b/sa_conv.h @@ -1,6 +1,6 @@ /* * sa_conv.h: Include file for "sadf -c" command. - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SA_CONV_H diff --git a/sa_wrap.c b/sa_wrap.c index 4d8cb0c..076f809 100644 --- a/sa_wrap.c +++ b/sa_wrap.c @@ -1,6 +1,6 @@ /* * sysstat - sa_wrap.c: Functions used in activity.c - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sadc.c b/sadc.c index 479fd11..b113163 100644 --- a/sadc.c +++ b/sadc.c @@ -1,6 +1,6 @@ /* * sadc: system activity data collector - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sadf.c b/sadf.c index f65be74..855b79b 100644 --- a/sadf.c +++ b/sadf.c @@ -1,6 +1,6 @@ /* * sadf: system activity data formatter - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sadf.h b/sadf.h index b4fed5b..74af461 100644 --- a/sadf.h +++ b/sadf.h @@ -1,6 +1,6 @@ /* * sadf: System activity data formatter - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SADF_H diff --git a/sadf_misc.c b/sadf_misc.c index eb273d2..1dea64f 100644 --- a/sadf_misc.c +++ b/sadf_misc.c @@ -1,6 +1,6 @@ /* * sadf_misc.c: Functions used by sadf to display special records - * (C) 2011-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 2011-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sar.c b/sar.c index 6ecb244..27eb203 100644 --- a/sar.c +++ b/sar.c @@ -1,6 +1,6 @@ /* * sar: report system activity - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/svg_stats.c b/svg_stats.c index d6bf5a4..e1196a6 100644 --- a/svg_stats.c +++ b/svg_stats.c @@ -1,6 +1,6 @@ /* * svg_stats.c: Functions used by sadf to display statistics in SVG format. - * (C) 2016-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 2016-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/svg_stats.h b/svg_stats.h index ee53d34..22f9b18 100644 --- a/svg_stats.h +++ b/svg_stats.h @@ -1,6 +1,6 @@ /* * svg_stats.h: Include file used to display system statistics in SVG format. - * (C) 2016-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 2016-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SVG_STATS_H diff --git a/sysconfig.in b/sysconfig.in index a9c93df..f4b3f28 100644 --- a/sysconfig.in +++ b/sysconfig.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SYSCONFIG_H diff --git a/sysstat.in b/sysstat.in index 011fcde..97f0abb 100644 --- a/sysstat.in +++ b/sysstat.in @@ -4,7 +4,7 @@ # description: Reset the system activity logs # # @INIT_DIR@/sysstat -# (C) 2000-2022 Sebastien Godard (sysstat orange.fr) +# (C) 2000-2023 Sebastien Godard (sysstat orange.fr) # ### BEGIN INIT INFO # Provides: sysstat diff --git a/systest.c b/systest.c index 618c4a9..a64f87d 100644 --- a/systest.c +++ b/systest.c @@ -1,6 +1,6 @@ /* * sysstat test functions. - * (C) 2019-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 2019-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/systest.h b/systest.h index d9a4966..c8ff2de 100644 --- a/systest.h +++ b/systest.h @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SYSTEST_H diff --git a/version.in b/version.in index 3812532..7f7dc84 100644 --- a/version.in +++ b/version.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _VERSION_H diff --git a/xml_stats.c b/xml_stats.c index 635c78e..62bf3a1 100644 --- a/xml_stats.c +++ b/xml_stats.c @@ -1,6 +1,6 @@ /* * xml_stats.c: Functions used by sadf to display statistics in XML. - * (C) 1999-2022 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2023 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/xml_stats.h b/xml_stats.h index 6c7c2f3..9d2b7aa 100644 --- a/xml_stats.h +++ b/xml_stats.h @@ -1,6 +1,6 @@ /* * xml_stats.h: Include file used to display system statistics in XML. - * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2023 by Sebastien Godard (sysstat orange.fr) */ #ifndef _XML_STATS_H -- 2.40.0