From de91bc101d8f6469ffb6fbb5b2728caa7b2ac24d Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Mon, 28 Feb 2022 08:19:15 +0100 Subject: [PATCH] Copyright year: Switch to 2022 Signed-off-by: Sebastien GODARD --- Makefile.in | 2 +- README.md | 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 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/Makefile.in b/Makefile.in index d2b4ee4..db31aad 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/-2020/-2021/g' $$c > copyyear.tmp; \ + sed 's/-2021/-2022/g' $$c > copyyear.tmp; \ mv copyyear.tmp $$c; \ done diff --git a/README.md b/README.md index 4946239..051da57 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Total Alerts](https://img.shields.io/lgtm/alerts/g/sysstat/sysstat.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sysstat/sysstat/alerts) [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=45U6F9R73ESFQ) -(C) 1999-2021 Sebastien GODARD (sysstat (at) orange (dot) fr) +(C) 1999-2022 Sebastien GODARD (sysstat (at) orange (dot) fr) ### Introduction diff --git a/activity.c b/activity.c index 04beaf6..bd6c395 100644 --- a/activity.c +++ b/activity.c @@ -1,6 +1,6 @@ /* * activity.c: Define system activities available for sar/sadc. - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 4f71c93..2ef8039 100644 --- a/common.c +++ b/common.c @@ -1,6 +1,6 @@ /* * sar, sadc, sadf, mpstat and iostat common routines. - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 0835ec7..a72c3a7 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _COMMON_H diff --git a/count.c b/count.c index 0c49be0..f9f2b37 100644 --- a/count.c +++ b/count.c @@ -1,6 +1,6 @@ /* * count.c: Count items for which statistics will be collected. - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 5197ff0..97dc708 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _COUNT_H diff --git a/format.c b/format.c index 9547f30..6fa3d27 100644 --- a/format.c +++ b/format.c @@ -1,6 +1,6 @@ /* * format.c: Output format definitions for sadf and sar - * (C) 2011-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 2011-2022 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 index 973b33d..ff27bcb 100755 --- a/iconfig +++ b/iconfig @@ -1,6 +1,6 @@ #!/bin/sh #@(#) Configuration script for sysstat -# (C) 2000-2021 Sebastien GODARD (sysstat orange.fr) +# (C) 2000-2022 Sebastien GODARD (sysstat orange.fr) ASK="sh build/Ask.sh" diff --git a/iostat.c b/iostat.c index 515d4e6..3739840 100644 --- a/iostat.c +++ b/iostat.c @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1998-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1998-2022 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 6fff0bc..380263c 100644 --- a/iostat.h +++ b/iostat.h @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1999-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _IOSTAT_H diff --git a/json_stats.c b/json_stats.c index a50beaa..e1f21a1 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 555b3f8..7967e1e 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _JSON_STATS_H diff --git a/mpstat.c b/mpstat.c index 3f6944d..5ed9acc 100644 --- a/mpstat.c +++ b/mpstat.c @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 2000-2022 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/mpstat.h b/mpstat.h index 9715da9..4a10a3e 100644 --- a/mpstat.h +++ b/mpstat.h @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 2000-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _MPSTAT_H diff --git a/pcp_def_metrics.c b/pcp_def_metrics.c index eca4662..906cb1c 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 2019-2022 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 a9c70bd..c38b2b1 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 2019-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PCP_DEF_METRICS_H diff --git a/pcp_stats.c b/pcp_stats.c index 8539aa2..29ce4c6 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 2019-2022 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 ae9a3d0..6fa80cb 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 2019-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PCP_STATS_H diff --git a/pidstat.c b/pidstat.c index 78dad1c..a9c197f 100644 --- a/pidstat.c +++ b/pidstat.c @@ -1,6 +1,6 @@ /* * pidstat: Report statistics for Linux tasks - * (C) 2007-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 2007-2022 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 b4f9758..353cc04 100644 --- a/pidstat.h +++ b/pidstat.h @@ -1,6 +1,6 @@ /* * pidstat: Display per-process statistics. - * (C) 2007-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 2007-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PIDSTAT_H #define _PIDSTAT_H diff --git a/pr_stats.c b/pr_stats.c index b73fb78..2cd29fc 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 22427f6..bdb1317 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PR_STATS_H diff --git a/raw_stats.c b/raw_stats.c index 878b5a7..34a4ca6 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 f213127..fee355b 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RAW_STATS_H diff --git a/rd_sensors.c b/rd_sensors.c index 9d2b199..94830d4 100644 --- a/rd_sensors.c +++ b/rd_sensors.c @@ -1,6 +1,6 @@ /* * rd_sensors.c: Read sensors statistics - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 4d464ba..712452e 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RD_SENSORS_H diff --git a/rd_stats.c b/rd_stats.c index 0a398ca..ad3aec1 100644 --- a/rd_stats.c +++ b/rd_stats.c @@ -1,6 +1,6 @@ /* * rd_stats.c: Read system statistics - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 e746393..d79e8f7 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RD_STATS_H diff --git a/rndr_stats.c b/rndr_stats.c index 1367c8a..3a22db5 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 dae420e..b749d3c 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RNDR_STATS_H diff --git a/sa.h b/sa.h index 91c0a2a..8acdf93 100644 --- a/sa.h +++ b/sa.h @@ -1,6 +1,6 @@ /* * sar/sadc: Report system activity - * (C) 1999-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SA_H diff --git a/sa1.in b/sa1.in index 2b0b7ed..793ee1e 100644 --- a/sa1.in +++ b/sa1.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa1 -# (C) 1999-2021 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2022 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 92bce8d..b89b37f 100644 --- a/sa2.in +++ b/sa2.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa2 -# (C) 1999-2021 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2022 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 f4ec555..f965a37 100644 --- a/sa_common.c +++ b/sa_common.c @@ -1,6 +1,6 @@ /* * sar and sadf common routines. - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 a10d016..08778e0 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 9041492..a255281 100644 --- a/sa_conv.h +++ b/sa_conv.h @@ -1,6 +1,6 @@ /* * sa_conv.h: Include file for "sadf -c" command. - * (C) 1999-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SA_CONV_H diff --git a/sa_wrap.c b/sa_wrap.c index cd2971f..a2f86b8 100644 --- a/sa_wrap.c +++ b/sa_wrap.c @@ -1,6 +1,6 @@ /* * sysstat - sa_wrap.c: Functions used in activity.c - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 3cc3959..3458d08 100644 --- a/sadc.c +++ b/sadc.c @@ -1,6 +1,6 @@ /* * sadc: system activity data collector - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 da20a27..0cc1395 100644 --- a/sadf.c +++ b/sadf.c @@ -1,6 +1,6 @@ /* * sadf: system activity data formatter - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 04d3888..b01c33c 100644 --- a/sadf.h +++ b/sadf.h @@ -1,6 +1,6 @@ /* * sadf: System activity data formatter - * (C) 1999-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SADF_H diff --git a/sadf_misc.c b/sadf_misc.c index 2c43c41..8dd804d 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 2011-2022 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 0be2423..1335e13 100644 --- a/sar.c +++ b/sar.c @@ -1,6 +1,6 @@ /* * sar: report system activity - * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 7d8929d..c532d00 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 2016-2022 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 57b6019..a64d2d0 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 2016-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SVG_STATS_H diff --git a/sysconfig.in b/sysconfig.in index 2a231f4..a9c93df 100644 --- a/sysconfig.in +++ b/sysconfig.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SYSCONFIG_H diff --git a/sysstat.in b/sysstat.in index b850d7e..011fcde 100644 --- a/sysstat.in +++ b/sysstat.in @@ -4,7 +4,7 @@ # description: Reset the system activity logs # # @INIT_DIR@/sysstat -# (C) 2000-2021 Sebastien Godard (sysstat orange.fr) +# (C) 2000-2022 Sebastien Godard (sysstat orange.fr) # ### BEGIN INIT INFO # Provides: sysstat diff --git a/systest.c b/systest.c index 4ec1caa..618c4a9 100644 --- a/systest.c +++ b/systest.c @@ -1,6 +1,6 @@ /* * sysstat test functions. - * (C) 2019-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 2019-2022 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 6c1ff3f..d9a4966 100644 --- a/systest.h +++ b/systest.h @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SYSTEST_H diff --git a/version.in b/version.in index 78e3f2c..3812532 100644 --- a/version.in +++ b/version.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _VERSION_H diff --git a/xml_stats.c b/xml_stats.c index 537f740..2b6f627 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-2021 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2022 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 cc014f9..aa1cf69 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-2021 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2022 by Sebastien Godard (sysstat orange.fr) */ #ifndef _XML_STATS_H -- 2.40.0