]> granicus.if.org Git - sysstat/commitdiff
Update year in copyright message
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 29 Jan 2023 08:35:19 +0000 (09:35 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 29 Jan 2023 08:35:19 +0000 (09:35 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
51 files changed:
Makefile.in
activity.c
common.c
common.h
count.c
count.h
format.c
iconfig [changed mode: 0755->0644]
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 1f0ea2d9d2a9bbf68d2eb3aa574428de755b90ee..3dfc526b80495f656d75f3b277de1999ed47d2e8 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/-2021/-2022/g' $$c > copyyear.tmp; \
+               sed 's/-2022/-2023/g' $$c > copyyear.tmp; \
                mv copyyear.tmp $$c; \
        done
 
index de7e12d8c1d0cd5df50a878b1b2d11ff00d890f3..b30a823002b56d93ce8072388617aba380c517df 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * activity.c: Define system activities available for sar/sadc.
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 89a080528c09b084a73c86097ddc1725497f56e2..725b64085472b934d3dc2e2b92092654a553df9f 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index e4cf46a730d56e6cfa2a23a4ce27b173943c06e6..189aa1b472e980b1ed0ef1bf74148060eb0e99f3 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _COMMON_H
diff --git a/count.c b/count.c
index 744761c3cd8da73f541b4d0df4f6b10843d541d9..49df90b3463bb3921ea800b2028fc144670f1d9e 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 1999-2023 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 b4fa26ebabe6e32eae897eb3d47e80ebd0bfb8af..642b10159c60d76570dc7435c043f2bb0f247a0b 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-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _COUNT_H
index 2a391c4ee703f179e240af63d60f87b4d8ae1b67..1589f46c989bf733fb98c7bc156fb27f8972cf58 100644 (file)
--- 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 <at> orange.fr)
+ * (C) 2011-2023 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
old mode 100755 (executable)
new mode 100644 (file)
index 32a5a6f..e844c5e
--- a/iconfig
+++ b/iconfig
@@ -1,6 +1,6 @@
 #!/bin/sh
 #@(#) Configuration script for sysstat
-# (C) 2000-2022 Sebastien GODARD (sysstat <at> orange.fr)
+# (C) 2000-2023 Sebastien GODARD (sysstat <at> orange.fr)
 
 if [ "$1" = "xlocal" ]
 then
index 5631326f4e0746274433a270965cf141fc5d3e94..1d7ea3ccfa41c4e59017cdb84a275a4621d23b27 100644 (file)
--- a/iostat.c
+++ b/iostat.c
@@ -1,6 +1,6 @@
 /*
  * iostat: report CPU and I/O statistics
- * (C) 1998-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1998-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 26eed2315a41b299954541ed198173ab68c5dcef..e3511324277ebbf0028c60efeca4a53b0b79f23a 100644 (file)
--- a/iostat.h
+++ b/iostat.h
@@ -1,6 +1,6 @@
 /*
  * iostat: report CPU and I/O statistics
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _IOSTAT_H
index 7b1a1db6079b21ed82b7086b0924e546ac70ffbd..8812d058a0e7ff659fad172e7ee0a7319d13eea8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * json_stats.c: Functions used by sadf to display statistics in JSON format.
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index c73ef2260324f76a3e132100de0fbf78656fcac5..58032d9b2f5de6a5176455929bb9afbac4fdb5e3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * json_stats.h: Include file used to display system statistics in JSON format.
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _JSON_STATS_H
index cd4f8e269d09d7cfecade6ae0a62665110c8378e..90d62260d5bbc7d0bad39e5614d758f89424bd59 100644 (file)
--- a/mpstat.c
+++ b/mpstat.c
@@ -1,6 +1,6 @@
 /*
  * mpstat: per-processor statistics
- * (C) 2000-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2000-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  * Copyright (C) 2022 Oracle and/or its affiliates.
  *
  ***************************************************************************
index 4d8685ab68787d420846251f0264d8abcabfcc23..c647c4d5541448b5f9e4e982a6e3ac37eee81ea6 100644 (file)
--- a/mpstat.h
+++ b/mpstat.h
@@ -1,6 +1,6 @@
 /*
  * mpstat: per-processor statistics
- * (C) 2000-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2000-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _MPSTAT_H
index f5cf37d9b755de8736a440e022800b0deed3b2a9..7217a8d2137cfcb302a18040691a250ad16d7dd7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pcp_def_metrics.c: Functions used by sadf to define PCP metrics
- * (C) 2019-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2019-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index e60a4c375c9d0599b7174c39205c45d6688b8ca2..db2dc18fc1f06ca1e619ad43af87ee99841baec4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pcp_def_metrics.h: Include file used to define PCP metrics.
- * (C) 2019-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2019-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PCP_DEF_METRICS_H
index 4fcabe9dd01deaf0d0d12481716a1a64b6cb21b3..e0a953345950ea20a325ebda5e5581525d4eed20 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pcp_stats.c: Functions used by sadf to create PCP archive files.
- * (C) 2019-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2019-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index fa7c57b143c94d786fc19e61373df402ebdb8edd..11dc7778cd7a4872129d564f3be2f15d530f59e4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pcp_stats.h: Include file used to display system statistics in PCP format.
- * (C) 2019-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2019-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PCP_STATS_H
index 6725d752d1b93e9172652ad0715fab2f030f7110..21fed6cc89399ba3c6a9601d5166014cbbb53224 100644 (file)
--- a/pidstat.c
+++ b/pidstat.c
@@ -1,6 +1,6 @@
 /*
  * pidstat: Report statistics for Linux tasks
- * (C) 2007-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2007-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 353cc04c918a3c8d8b170fc9f5f968a33c70e504..31a149c17466117fa3e4f202cb175b28b18caa97 100644 (file)
--- a/pidstat.h
+++ b/pidstat.h
@@ -1,6 +1,6 @@
 /*
  * pidstat: Display per-process statistics.
- * (C) 2007-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2007-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 #ifndef _PIDSTAT_H
 #define _PIDSTAT_H
index 087a86f1f818154d9ae4cbbf4bdbdaa462333518..665ada16ec40e2df30cdb266b84207df0cbbf2e2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pr_stats.c: Functions used by sar to display statistics
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 40ff93f5dc2825eaf06a7850fa2350df14dcde09..91b1082c6d37788475cfcfd2a5aeea4c9fb35330 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pr_stats.h: Include file used to display system statistics
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PR_STATS_H
index 77cdf37aa0106c84a9e1d9cf5f09e5025cc846bd..3813ccc5e8a0d266ff37d2faa479f0ca23765142 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * raw_stats.c: Functions used by sar to display statistics in raw format.
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 6c21afdb30d54a3aa7b392993dda83019da55567..71c2758f4c347a92a59b03023dfd42d267aa7bf6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * raw_stats.h: Include file used to display statistics in raw format.
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RAW_STATS_H
index 15d7ce55e2954cc589637b9426edf9cee3e14ff9..c1758b85b4d1772cbd7c9d3bf6779b3265648842 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_sensors.c: Read sensors statistics
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 712452e3caeab8121f49f38b4ab13f06a14c2029..5960e34ce180398a8067f79d5d69d29c2aa55059 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_sensors.h: Include file used to read sensors statistics
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RD_SENSORS_H
index 716723b3875dadaf9ef2e25d35bd013479ec931e..c325dfe5581e461e742c35c25918929d692b3a5f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_stats.c: Read system statistics
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 0699aff9822445e85a2a8ee88567dfbad3d5d2df..d23fb755d26e296a66b1c52c01ef23a94dffda46 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_stats.h: Include file used to read system statistics
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RD_STATS_H
index 8674cec2e44546f93b3e81297eeca09715d0d920..9bf1bf9eeef4d05237b654be081734a9454f8935 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rndr_stats.c: Functions used by sadf to display statistics in selected format.
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 23cbe106d4bfc495905d5a82e0fa96e3acf6f50a..ba8551bea2380d08b4d59ec593f8dab0206d7cc9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rndr_stats.h: Include file used to display system statistics in selected format.
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RNDR_STATS_H
diff --git a/sa.h b/sa.h
index 3d13b0874e5b85e96355b52ba7ebd6fe06c1de49..fa12f12c161a60363c0b66df882b8b485fa807c5 100644 (file)
--- a/sa.h
+++ b/sa.h
@@ -1,6 +1,6 @@
 /*
  * sar/sadc: Report system activity
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SA_H
diff --git a/sa1.in b/sa1.in
index 793ee1ee8aa38ceda333d0b5fa89a732cb7b6c1a..9a4059ea835d9d5b0619c6b3f6272a5a6f62ad11 100644 (file)
--- a/sa1.in
+++ b/sa1.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 # @SA_LIB_DIR@/sa1
-# (C) 1999-2022 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 1999-2023 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 d676ee492686f124921b7cb8b616700ef2a0ef2b..eb3ed6684cf3bcc29185e34d2685748c472acd89 100644 (file)
--- a/sa2.in
+++ b/sa2.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 # @SA_LIB_DIR@/sa2
-# (C) 1999-2022 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 1999-2023 Sebastien Godard (sysstat <at> orange.fr)
 #
 #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
 #@(#) sa2: Write a daily report
index d96a1b99d954e6cada5c585ab89317d389d49d80..44d9d6152627e186edf12edddc7e39aca2740ad3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sar and sadf common routines.
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 1995da0f57ae1fca1e301aa67a3de7150bf03a76..397ec149ce8c99f5f0558faf538734b6d78db201 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-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index b503eb6efa369709c73a558ace18926b55c72d08..6a813304ab5fb898c44ff3ad2723fff9dc7b2ecd 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-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SA_CONV_H
index 4d8cb0c2f440dcaa09ee898d22443f06a2d075b1..076f8097d06cd42e49a710f8553d252539abd787 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-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 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 479fd11004b373e22ddde55c35c4b7838cd6f8cc..b113163aaa4c18d0dd2faec79c0decdb42d71aea 100644 (file)
--- a/sadc.c
+++ b/sadc.c
@@ -1,6 +1,6 @@
 /*
  * sadc: system activity data collector
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 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 f65be7469b87bc66759c0832cd93087b0d56a50e..855b79bfb9359562eac7ea5a3c3c8e1c4dda30ba 100644 (file)
--- a/sadf.c
+++ b/sadf.c
@@ -1,6 +1,6 @@
 /*
  * sadf: system activity data formatter
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 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 b4fed5b9d7dadd2c096ec012ccf8bd87a230fe38..74af461e1b607ef3386186637adc1b0c33c599a6 100644 (file)
--- a/sadf.h
+++ b/sadf.h
@@ -1,6 +1,6 @@
 /*
  * sadf: System activity data formatter
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SADF_H
index eb273d2f7ef2bdfb8d36696eb30acd448dd9e736..1dea64f291b2719d5c30c3b35cf06681c986623d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sadf_misc.c: Functions used by sadf to display special records
- * (C) 2011-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2011-2023 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 6ecb24401764f5cff687b2ae04e04d8ae5c64e3b..27eb203ca0299c3f195a4a86f36af30decceed94 100644 (file)
--- a/sar.c
+++ b/sar.c
@@ -1,6 +1,6 @@
 /*
  * sar: report system activity
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index d6bf5a4512b1c319b90a4b4bc49d6c4b9779b671..e1196a60e10477071d404db6c0a84777db832c5f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * svg_stats.c: Functions used by sadf to display statistics in SVG format.
- * (C) 2016-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2016-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index ee53d3438ab096cdc95a216f45f5f191228d3469..22f9b186da55707862df29e5e308fc186aa8277c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * svg_stats.h: Include file used to display system statistics in SVG format.
- * (C) 2016-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2016-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SVG_STATS_H
index a9c93df79bb8de85e591c845095939de2e8faa79..f4b3f28a9c8e742d1377c61045a4570f2ff71df7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SYSCONFIG_H
index 011fcdeef6a0928ff23253dd6629562150818184..97f0abb5c605fc833fa4ec172d8fb962ffb8ce3e 100644 (file)
@@ -4,7 +4,7 @@
 # description: Reset the system activity logs
 #
 # @INIT_DIR@/sysstat
-# (C) 2000-2022 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 2000-2023 Sebastien Godard (sysstat <at> orange.fr)
 #
 ### BEGIN INIT INFO
 # Provides:            sysstat
index 618c4a93715d3c4f0c9c714734b558d1b9ed609b..a64f87d9dc739f75abe005a322f0a93b17fcd511 100644 (file)
--- a/systest.c
+++ b/systest.c
@@ -1,6 +1,6 @@
 /*
  * sysstat test functions.
- * (C) 2019-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2019-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index d9a4966576dfe2fc4f7c771f9d0cbabe04037536..c8ff2de931377bcd187ef4d050b5bb80b7c08894 100644 (file)
--- a/systest.h
+++ b/systest.h
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SYSTEST_H
index 3812532c94cb86ebab47583caaaf18832de8e250..7f7dc84107288704b0245a1860a08b75bbeb6ce2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _VERSION_H
index 635c78eb07a9c9a4c772cc6fa1f9b64e0b3cc68e..62bf3a1aaf929275ceb533ee08979eca00c0d7ad 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * xml_stats.c: Functions used by sadf to display statistics in XML.
- * (C) 1999-2022 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 6c7c2f360cd5127a4f25688dffa05199d72c9f41..9d2b7aa1be0a7e95e2366ae09c4849c7135b7387 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * xml_stats.h: Include file used to display system statistics in XML.
- * (C) 1999-2022 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _XML_STATS_H