Skip to content

Commit

Permalink
Update year in copyright message
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien GODARD <[email protected]>
  • Loading branch information
sysstat committed Jan 29, 2023
1 parent 37556a3 commit 79967b0
Show file tree
Hide file tree
Showing 51 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion activity.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion common.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion count.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion count.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion format.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion iconfig
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion iostat.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion iostat.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion json_stats.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion json_stats.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mpstat.c
Original file line number Diff line number Diff line change
@@ -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.
*
***************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion mpstat.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pcp_def_metrics.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion pcp_def_metrics.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pcp_stats.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion pcp_stats.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pidstat.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion pidstat.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pr_stats.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion pr_stats.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion raw_stats.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion raw_stats.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rd_sensors.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion rd_sensors.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rd_stats.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion rd_stats.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rndr_stats.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion rndr_stats.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sa.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sa1.in
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sa2.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sa_common.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion sa_conv.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion sa_conv.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sa_wrap.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion sadc.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion sadf.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion sadf.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sadf_misc.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion sar.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion svg_stats.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion svg_stats.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysconfig.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysstat.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion systest.c
Original file line number Diff line number Diff line change
@@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion systest.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 79967b0

Please sign in to comment.