Skip to content

Commit

Permalink
Automatic year update
Browse files Browse the repository at this point in the history
Update year in copyright message.

Signed-off-by: Sebastien GODARD <[email protected]>
  • Loading branch information
sysstat committed Jan 27, 2024
1 parent 0b0be84 commit 443ade2
Show file tree
Hide file tree
Showing 53 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -544,7 +544,7 @@ copyyear:
catalogs="$(SOURCE_CODE) iconfig do_test README.md sa1.in sa2.in sysconfig.in sysstat.in version.in"; \
for c in $$catalogs; do \
echo "Updating file: $$c"; \
sed 's/-2022/-2023/g' $$c > copyyear.tmp; \
sed 's/-2023/-2024/g' $$c > copyyear.tmp; \
mv copyyear.tmp $$c; \
done
chmod 755 iconfig do_test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
[![Coverity Scan Build Status](https://scan.coverity.com/projects/4040/badge.svg)](https://scan.coverity.com/projects/sysstat-sysstat)
[![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-2023 Sebastien GODARD (sysstat (at) orange (dot) fr)
(C) 1999-2024 Sebastien GODARD (sysstat (at) orange (dot) fr)

### Introduction

Expand Down
2 changes: 1 addition & 1 deletion activity.c
@@ -1,6 +1,6 @@
/*
* activity.c: Define system activities available for sar/sadc.
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* sar, sadc, sadf, mpstat and iostat common routines.
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* sysstat: System performance tools for Linux
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _COMMON_H
Expand Down
2 changes: 1 addition & 1 deletion count.c
@@ -1,6 +1,6 @@
/*
* count.c: Count items for which statistics will be collected.
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,7 +1,7 @@
/*
* count.h: Include file used to count items for which
* statistics will be collected.
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _COUNT_H
Expand Down
2 changes: 1 addition & 1 deletion do_test
@@ -1,6 +1,6 @@
#!/bin/sh
# Script for sysstat simulation test environment
# (C) 2020-2023 Sebastien GODARD (sysstat <at> orange.fr)
# (C) 2020-2024 Sebastien GODARD (sysstat <at> orange.fr)

if [ "$1" = "conf" ]
then
Expand Down
2 changes: 1 addition & 1 deletion format.c
@@ -1,6 +1,6 @@
/*
* format.c: Output format definitions for sadf and sar
* (C) 2011-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2011-2024 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
@@ -1,6 +1,6 @@
#!/bin/sh
#@(#) Configuration script for sysstat
# (C) 2000-2023 Sebastien GODARD (sysstat <at> orange.fr)
# (C) 2000-2024 Sebastien GODARD (sysstat <at> orange.fr)

if [ "$1" = "xlocal" ]
then
Expand Down
2 changes: 1 addition & 1 deletion iostat.c
@@ -1,6 +1,6 @@
/*
* iostat: report CPU and I/O statistics
* (C) 1998-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1998-2024 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
@@ -1,6 +1,6 @@
/*
* iostat: report CPU and I/O statistics
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _IOSTAT_H
Expand Down
2 changes: 1 addition & 1 deletion json_stats.c
@@ -1,6 +1,6 @@
/*
* json_stats.c: Functions used by sadf to display statistics in JSON format.
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* json_stats.h: Include file used to display system statistics in JSON format.
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _JSON_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion mpstat.c
@@ -1,6 +1,6 @@
/*
* mpstat: per-processor statistics
* (C) 2000-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2000-2024 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
@@ -1,6 +1,6 @@
/*
* mpstat: per-processor statistics
* (C) 2000-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2000-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _MPSTAT_H
Expand Down
2 changes: 1 addition & 1 deletion pcp_def_metrics.c
@@ -1,6 +1,6 @@
/*
* pcp_def_metrics.c: Functions used by sadf to define PCP metrics
* (C) 2019-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2019-2024 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
@@ -1,6 +1,6 @@
/*
* pcp_def_metrics.h: Include file used to define PCP metrics.
* (C) 2019-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2019-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _PCP_DEF_METRICS_H
Expand Down
2 changes: 1 addition & 1 deletion pcp_stats.c
@@ -1,6 +1,6 @@
/*
* pcp_stats.c: Functions used by sadf to create PCP archive files.
* (C) 2019-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2019-2024 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
@@ -1,6 +1,6 @@
/*
* pcp_stats.h: Include file used to display system statistics in PCP format.
* (C) 2019-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2019-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _PCP_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion pidstat.c
@@ -1,6 +1,6 @@
/*
* pidstat: Report statistics for Linux tasks
* (C) 2007-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2007-2024 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
@@ -1,6 +1,6 @@
/*
* pidstat: Display per-process statistics.
* (C) 2007-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2007-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _PIDSTAT_H
#define _PIDSTAT_H
Expand Down
2 changes: 1 addition & 1 deletion pr_stats.c
@@ -1,6 +1,6 @@
/*
* pr_stats.c: Functions used by sar to display statistics
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* pr_stats.h: Include file used to display system statistics
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _PR_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion raw_stats.c
@@ -1,6 +1,6 @@
/*
* raw_stats.c: Functions used by sar to display statistics in raw format.
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* raw_stats.h: Include file used to display statistics in raw format.
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RAW_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion rd_sensors.c
@@ -1,6 +1,6 @@
/*
* rd_sensors.c: Read sensors statistics
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* rd_sensors.h: Include file used to read sensors statistics
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RD_SENSORS_H
Expand Down
2 changes: 1 addition & 1 deletion rd_stats.c
@@ -1,6 +1,6 @@
/*
* rd_stats.c: Read system statistics
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* rd_stats.h: Include file used to read system statistics
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RD_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion rndr_stats.c
@@ -1,6 +1,6 @@
/*
* rndr_stats.c: Functions used by sadf to display statistics in selected format.
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* rndr_stats.h: Include file used to display system statistics in selected format.
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RNDR_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion sa.h
@@ -1,6 +1,6 @@
/*
* sar/sadc: Report system activity
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SA_H
Expand Down
2 changes: 1 addition & 1 deletion sa1.in
@@ -1,6 +1,6 @@
#!/bin/sh
# @SA_LIB_DIR@/sa1
# (C) 1999-2023 Sebastien Godard (sysstat <at> orange.fr)
# (C) 1999-2024 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
@@ -1,6 +1,6 @@
#!/bin/sh
# @SA_LIB_DIR@/sa2
# (C) 1999-2023 Sebastien Godard (sysstat <at> orange.fr)
# (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* sar and sadf common routines.
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* sa_conv.c: Convert an old format sa file to the up-to-date format.
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* sa_conv.h: Include file for "sadf -c" command.
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SA_CONV_H
Expand Down
2 changes: 1 addition & 1 deletion sa_wrap.c
@@ -1,6 +1,6 @@
/*
* sysstat - sa_wrap.c: Functions used in activity.c
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* sadc: system activity data collector
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* sadf: system activity data formatter
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* sadf: System activity data formatter
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SADF_H
Expand Down
2 changes: 1 addition & 1 deletion sadf_misc.c
@@ -1,6 +1,6 @@
/*
* sadf_misc.c: Functions used by sadf to display special records
* (C) 2011-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2011-2024 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
@@ -1,6 +1,6 @@
/*
* sar: report system activity
* (C) 1999-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2024 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
@@ -1,6 +1,6 @@
/*
* svg_stats.c: Functions used by sadf to display statistics in SVG format.
* (C) 2016-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2016-2024 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
@@ -1,6 +1,6 @@
/*
* svg_stats.h: Include file used to display system statistics in SVG format.
* (C) 2016-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2016-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SVG_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion sysconfig.in
@@ -1,6 +1,6 @@
/*
* sysstat: System performance tools for Linux
* (C) 1999-2023 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2024 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SYSCONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion sysstat.in
Expand Up @@ -4,7 +4,7 @@
# description: Reset the system activity logs
#
# @INIT_DIR@/sysstat
# (C) 2000-2023 Sebastien Godard (sysstat <at> orange.fr)
# (C) 2000-2024 Sebastien Godard (sysstat <at> orange.fr)
#
### BEGIN INIT INFO
# Provides: sysstat
Expand Down
2 changes: 1 addition & 1 deletion systest.c
@@ -1,6 +1,6 @@
/*
* sysstat test functions.
* (C) 2019-2023 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2019-2024 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down

0 comments on commit 443ade2

Please sign in to comment.