]> granicus.if.org Git - sysstat/commitdiff
Copyright year: Switch to 2022
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 28 Feb 2022 07:19:15 +0000 (08:19 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 28 Feb 2022 07:19:15 +0000 (08:19 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
52 files changed:
Makefile.in
README.md
activity.c
common.c
common.h
count.c
count.h
format.c
iconfig
iostat.c
iostat.h
json_stats.c
json_stats.h
mpstat.c
mpstat.h
pcp_def_metrics.c
pcp_def_metrics.h
pcp_stats.c
pcp_stats.h
pidstat.c
pidstat.h
pr_stats.c
pr_stats.h
raw_stats.c
raw_stats.h
rd_sensors.c
rd_sensors.h
rd_stats.c
rd_stats.h
rndr_stats.c
rndr_stats.h
sa.h
sa1.in
sa2.in
sa_common.c
sa_conv.c
sa_conv.h
sa_wrap.c
sadc.c
sadf.c
sadf.h
sadf_misc.c
sar.c
svg_stats.c
svg_stats.h
sysconfig.in
sysstat.in
systest.c
systest.h
version.in
xml_stats.c
xml_stats.h

index d2b4ee449198da3cdb231a9dd19930219c63747a..db31aadd3b3fd6780be72576826683b1040d5847 100644 (file)
@@ -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
 
index 494623931ff933354d912a547833b51923bfc358..051da57ae192ec07fe0b3ce86dc614f7a7260bc8 100644 (file)
--- 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
 
index 04beaf64a461a572dcaa833883a8c713cb52ade1..bd6c3950adcf2b47cd5cd174ff32c855434fa522 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * activity.c: Define system activities available for sar/sadc.
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 4f71c9334befca5a79da7fcb4adbbe99d7267b42..2ef80398804c194ff6ab9464a429a372acefaac6 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 0835ec7d0daf954509981d81d980d2995be0c5ba..a72c3a7cbe690e8eb433fe1a2299f1271833cace 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _COMMON_H
diff --git a/count.c b/count.c
index 0c49be0eb0cff36e62f83de78f71663f1c7eb189..f9f2b37592a13a0dc0e1fdf80a361613cce1888f 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
diff --git a/count.h b/count.h
index 5197ff00442de82d5411aea7950b9d834ba7af27..97dc708ac33c97166214aa669cf7cbaf3e84aecd 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _COUNT_H
index 9547f30ed7b52273ae68234271c746e71a2eac6d..6fa3d27def94e460174206cc605382d5872c6aa8 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 2011-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
diff --git a/iconfig b/iconfig
index 973b33d98f38e7aa5b19472e4dfa062ad74d46b9..ff27bcb6ccc72f9f23244ef8de7717b372fdfeac 100755 (executable)
--- a/iconfig
+++ b/iconfig
@@ -1,6 +1,6 @@
 #!/bin/sh
 #@(#) Configuration script for sysstat
-# (C) 2000-2021 Sebastien GODARD (sysstat <at> orange.fr)
+# (C) 2000-2022 Sebastien GODARD (sysstat <at> orange.fr)
 
 ASK="sh build/Ask.sh"
 
index 515d4e6b58d640edd20df543aa24bc48ef6bd7d2..37398401ea87edca710c7ac064e1b25f75c564a2 100644 (file)
--- a/iostat.c
+++ b/iostat.c
@@ -1,6 +1,6 @@
 /*
  * iostat: report CPU and I/O statistics
- * (C) 1998-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1998-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 6fff0bce30f5e41b84dc4000f5c162ba0d6d88a0..380263c2eba33df85e602916015a0c6e210cc4b2 100644 (file)
--- a/iostat.h
+++ b/iostat.h
@@ -1,6 +1,6 @@
 /*
  * iostat: report CPU and I/O statistics
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _IOSTAT_H
index a50beaa4cfa75c86f16cfb7a9f795d5269e58baa..e1f21a14b1ce50e204313b536a9b3d8f46422be4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * json_stats.c: Functions used by sadf to display statistics in JSON format.
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 555b3f8a313bf49f7b7cbed33de3b4d5fbaa89bf..7967e1e779edc3571fbc96f86878a9f6bdf0b838 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * json_stats.h: Include file used to display system statistics in JSON format.
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _JSON_STATS_H
index 3f6944d46e87769b235d0d922f43897ec2b7131e..5ed9acc17fadc48a960bb92997ab0fdd30da3137 100644 (file)
--- a/mpstat.c
+++ b/mpstat.c
@@ -1,6 +1,6 @@
 /*
  * mpstat: per-processor statistics
- * (C) 2000-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2000-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 9715da9b207997ed506bc43de7d013106ab92d03..4a10a3e9465e326ee58ef049a8cb48f5d4d09b10 100644 (file)
--- a/mpstat.h
+++ b/mpstat.h
@@ -1,6 +1,6 @@
 /*
  * mpstat: per-processor statistics
- * (C) 2000-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2000-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _MPSTAT_H
index eca466217e59c6a4f1d81abea0056b2e822b1334..906cb1c2592fc8f769ac6e2de83d6c7c0bc91019 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pcp_def_metrics.c: Functions used by sadf to define PCP metrics
- * (C) 2019-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2019-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index a9c70bd1f0aa3a2cc101f355e40db6a7f333c127..c38b2b1ff3b12ba896337c036b9b55fcd9826850 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pcp_def_metrics.h: Include file used to define PCP metrics.
- * (C) 2019-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2019-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PCP_DEF_METRICS_H
index 8539aa2f0dfb452f275aa9cc3976ef89763fc51e..29ce4c67fd5ffcbe0a93098aad3920c9e941d296 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pcp_stats.c: Functions used by sadf to create PCP archive files.
- * (C) 2019-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2019-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index ae9a3d0d8b593788a5c9a5e608446e0060be7c37..6fa80cbd8cbb2f8f8d0e20ef74d088897117d3a7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pcp_stats.h: Include file used to display system statistics in PCP format.
- * (C) 2019-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2019-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PCP_STATS_H
index 78dad1cf10e1dfc30170524919fcea2a88013627..a9c197f7c1f5f728e91ebb98b54b0725474f746c 100644 (file)
--- a/pidstat.c
+++ b/pidstat.c
@@ -1,6 +1,6 @@
 /*
  * pidstat: Report statistics for Linux tasks
- * (C) 2007-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2007-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index b4f9758561ff1c4d7791069768f3fc445bd702c2..353cc04c918a3c8d8b170fc9f5f968a33c70e504 100644 (file)
--- a/pidstat.h
+++ b/pidstat.h
@@ -1,6 +1,6 @@
 /*
  * pidstat: Display per-process statistics.
- * (C) 2007-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2007-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 #ifndef _PIDSTAT_H
 #define _PIDSTAT_H
index b73fb78edae280377c0a14f78192e6197a8c7072..2cd29fc65eade17cf736052eecfc199b277e2211 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pr_stats.c: Functions used by sar to display statistics
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 22427f665460308d7c203ea194ac0c979de6f2bf..bdb1317f2f32716431d5a670911fb5bd73259fff 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pr_stats.h: Include file used to display system statistics
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PR_STATS_H
index 878b5a785b9ba97fceac98e912d1891de45e2407..34a4ca684a923f9c7b9b89bbc3c07fbd453913a9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * raw_stats.c: Functions used by sar to display statistics in raw format.
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index f213127efbef9f383a2182c73e4134ed199777ef..fee355bc256c5ea2fc03bb32b04bff99a9de213d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * raw_stats.h: Include file used to display statistics in raw format.
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RAW_STATS_H
index 9d2b1992d347737352b9cbeb5bbedc610ee920f5..94830d4d359c6d9cd0c7f777323836baafbdc67d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_sensors.c: Read sensors statistics
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 4d464ba937ad7b57313820048db349c4c4a2c78d..712452e3caeab8121f49f38b4ab13f06a14c2029 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_sensors.h: Include file used to read sensors statistics
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RD_SENSORS_H
index 0a398cae6b1159db99a26f64c307ba27dad48157..ad3aec125950d7413831287383d8e66a344c83da 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_stats.c: Read system statistics
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index e746393734c49f2da53a528d585c9adc74d9af9e..d79e8f7bad55718da32e4d73136d8804269067ab 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_stats.h: Include file used to read system statistics
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RD_STATS_H
index 1367c8a9cb1a0115d0dd7aa0b2ab5c13cddab21b..3a22db564cd27949029a0c215c9a00f66ef2884a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rndr_stats.c: Functions used by sadf to display statistics in selected format.
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index dae420eb308dffeda43cff9573ae1a62daaa3395..b749d3ca815b4dbec3182ad3809e84f8802cf6de 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rndr_stats.h: Include file used to display system statistics in selected format.
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RNDR_STATS_H
diff --git a/sa.h b/sa.h
index 91c0a2ab1454c7636fa5a30bb8cdd58706149248..8acdf9371a0dbb379f13966e6115db67a4f0fece 100644 (file)
--- a/sa.h
+++ b/sa.h
@@ -1,6 +1,6 @@
 /*
  * sar/sadc: Report system activity
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SA_H
diff --git a/sa1.in b/sa1.in
index 2b0b7edd327c7fd9751388bd9045e2d21b012ee4..793ee1ee8aa38ceda333d0b5fa89a732cb7b6c1a 100644 (file)
--- a/sa1.in
+++ b/sa1.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 # @SA_LIB_DIR@/sa1
-# (C) 1999-2021 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 1999-2022 Sebastien Godard (sysstat <at> 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 92bce8d92ca8e9f5c7035399b1c72c2a82448f21..b89b37f95ad3c08ea2cc05a4ae6ea62508061381 100644 (file)
--- a/sa2.in
+++ b/sa2.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 # @SA_LIB_DIR@/sa2
-# (C) 1999-2021 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 1999-2022 Sebastien Godard (sysstat <at> orange.fr)
 #
 #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
 #@(#) sa2: Write a daily report
index f4ec55540ba2f1c42d4d7b0bb87bee2ac8046a58..f965a37ae346d7230f7c1c8d266394d69daecd51 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sar and sadf common routines.
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index a10d0165e09205893bf2ec368b4b1d0dfebd2b57..08778e09452da84b032d475e7dc5d157d0730072 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 9041492bf88502dd9c1b937bf471db6944f45671..a255281eac25dc34356acda10edc95bf1d1caae9 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SA_CONV_H
index cd2971f405496347cd3b5d0047a09553d99ff839..a2f86b8080fc9e53fe0e1bfeca978e609c12abd2 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
diff --git a/sadc.c b/sadc.c
index 3cc39599355443e5db39ff6feda63c3e486bdaca..3458d0890d307792dd4010bcadbc6fc8fbab0ac9 100644 (file)
--- a/sadc.c
+++ b/sadc.c
@@ -1,6 +1,6 @@
 /*
  * sadc: system activity data collector
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
diff --git a/sadf.c b/sadf.c
index da20a27fd1e3c5617a3edc4046860ec3845813e7..0cc1395f10ba063a1def65535ad1fc451fe6193b 100644 (file)
--- a/sadf.c
+++ b/sadf.c
@@ -1,6 +1,6 @@
 /*
  * sadf: system activity data formatter
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
diff --git a/sadf.h b/sadf.h
index 04d3888535e290dbfb0fb56bc2fb4c8b5ecfe19a..b01c33cdbafeb119b6eb15f2ccd48f5e11621e45 100644 (file)
--- a/sadf.h
+++ b/sadf.h
@@ -1,6 +1,6 @@
 /*
  * sadf: System activity data formatter
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SADF_H
index 2c43c41f06f27405ec31dafeed36e50305e0d61a..8dd804debd24e8abdd619f9baa935ee4af778d9a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sadf_misc.c: Functions used by sadf to display special records
- * (C) 2011-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2011-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
diff --git a/sar.c b/sar.c
index 0be24235d6b0c566f5442e073090e948f37fd008..1335e13d2844a09b1e15bdc21e0e6f3fb6165ade 100644 (file)
--- a/sar.c
+++ b/sar.c
@@ -1,6 +1,6 @@
 /*
  * sar: report system activity
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 7d8929d0725db25d94510695bd85636df4017f74..c532d00858d9fe2efab3732b23ec2516e7c65ed1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * svg_stats.c: Functions used by sadf to display statistics in SVG format.
- * (C) 2016-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2016-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 57b6019d9a76abd2e0684ad29020ff393f8b5328..a64d2d0456e6c5731d3f2a5dc8acac482ba9ad22 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * svg_stats.h: Include file used to display system statistics in SVG format.
- * (C) 2016-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2016-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SVG_STATS_H
index 2a231f492ac20bf3aa4ed72831e2ed85b970d804..a9c93df79bb8de85e591c845095939de2e8faa79 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SYSCONFIG_H
index b850d7ecd6385ea43bf049c6f379838ddd822283..011fcdeef6a0928ff23253dd6629562150818184 100644 (file)
@@ -4,7 +4,7 @@
 # description: Reset the system activity logs
 #
 # @INIT_DIR@/sysstat
-# (C) 2000-2021 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 2000-2022 Sebastien Godard (sysstat <at> orange.fr)
 #
 ### BEGIN INIT INFO
 # Provides:            sysstat
index 4ec1caa0bdf266e7bc3c7ed960bab3dc6df1d4bc..618c4a93715d3c4f0c9c714734b558d1b9ed609b 100644 (file)
--- a/systest.c
+++ b/systest.c
@@ -1,6 +1,6 @@
 /*
  * sysstat test functions.
- * (C) 2019-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2019-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 6c1ff3f4de4fb07de699618df007225c77e3bd0c..d9a4966576dfe2fc4f7c771f9d0cbabe04037536 100644 (file)
--- a/systest.h
+++ b/systest.h
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SYSTEST_H
index 78e3f2cd43982099c66f58e86e90648d3e7e9d12..3812532c94cb86ebab47583caaaf18832de8e250 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _VERSION_H
index 537f740bcc3c7bea44d727df852f22845f0b66ac..2b6f627b50e7e7d71adffae3de8e9716a01b6daf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * xml_stats.c: Functions used by sadf to display statistics in XML.
- * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index cc014f9dcecf5dff6c0fa8e3baf01fda810683cf..aa1cf69c10e310b0450453554ad3c824651b6c3a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * xml_stats.h: Include file used to display system statistics in XML.
- * (C) 1999-2021 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _XML_STATS_H