From: Sebastien GODARD Date: Sat, 3 Jun 2017 08:39:38 +0000 (+0200) Subject: Update year in (C) message X-Git-Tag: v11.5.7~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb325bbeb00a14b2d7169e031059445b215605ef;p=sysstat Update year in (C) message Signed-off-by: Sebastien GODARD --- diff --git a/Makefile.in b/Makefile.in index af65c07..68b2ff3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # Makefile to build sysstat commands -# (C) 1999-2016 Sebastien GODARD (sysstat orange.fr) +# (C) 1999-2017 Sebastien GODARD (sysstat orange.fr) # Version and package name VERSION = @PACKAGE_VERSION@ diff --git a/activity.c b/activity.c index 0f81392..12c5c16 100644 --- a/activity.c +++ b/activity.c @@ -1,6 +1,6 @@ /* * activity.c: Define system activities available for sar/sadc. - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 4df4936..a5a1806 100644 --- a/common.c +++ b/common.c @@ -1,6 +1,6 @@ /* * sar, sadc, sadf, mpstat and iostat common routines. - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 73a5bb0..c115313 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _COMMON_H diff --git a/count.c b/count.c index affca6d..176a4d3 100644 --- a/count.c +++ b/count.c @@ -1,6 +1,6 @@ /* * count.c: Count items for which statistics will be collected. - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 d0c4abe..b70c85d 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-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _COUNT_H diff --git a/format.c b/format.c index 4a90b53..66e4b54 100644 --- a/format.c +++ b/format.c @@ -1,6 +1,6 @@ /* * format.c: Output format definitions for sadf and sar - * (C) 2011-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 2011-2017 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/iostat.c b/iostat.c index e7828a3..ec5350d 100644 --- a/iostat.c +++ b/iostat.c @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1998-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1998-2017 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 9232dd3..26d4149 100644 --- a/iostat.h +++ b/iostat.h @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1999-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _IOSTAT_H diff --git a/json_stats.c b/json_stats.c index 690d87d..209e431 100644 --- a/json_stats.c +++ b/json_stats.c @@ -1,6 +1,6 @@ /* * json_stats.c: Funtions used by sadf to display statistics in JSON format. - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 c5eed2b..7fb8fec 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-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _JSON_STATS_H diff --git a/mpstat.c b/mpstat.c index 2cadc72..b36e908 100644 --- a/mpstat.c +++ b/mpstat.c @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 2000-2017 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 98be407..f51b150 100644 --- a/mpstat.h +++ b/mpstat.h @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 2000-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _MPSTAT_H diff --git a/pidstat.c b/pidstat.c index 9165bdd..9f8d46b 100644 --- a/pidstat.c +++ b/pidstat.c @@ -1,6 +1,6 @@ /* * pidstat: Report statistics for Linux tasks - * (C) 2007-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 2007-2017 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 61d46fb..cbe3c0a 100644 --- a/pidstat.h +++ b/pidstat.h @@ -1,6 +1,6 @@ /* * pidstat: Display per-process statistics. - * (C) 2007-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 2007-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PIDSTAT_H #define _PIDSTAT_H diff --git a/pr_stats.c b/pr_stats.c index 3c38f89..a80f474 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-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 b90b253..05998fc 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-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PR_STATS_H diff --git a/prealloc.in b/prealloc.in index c2f34b5..76c81bc 100644 --- a/prealloc.in +++ b/prealloc.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PREALLOC_H diff --git a/rd_sensors.c b/rd_sensors.c index a69bc8f..e958568 100644 --- a/rd_sensors.c +++ b/rd_sensors.c @@ -1,6 +1,6 @@ /* * rd_sensors.c: Read sensors statistics - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 15214ed..f9d470a 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-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RD_SENSORS_H diff --git a/rd_stats.c b/rd_stats.c index d5675a7..542a0e1 100644 --- a/rd_stats.c +++ b/rd_stats.c @@ -1,6 +1,6 @@ /* * rd_stats.c: Read system statistics - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 9abd3c1..b168a2c 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-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RD_STATS_H diff --git a/rndr_stats.c b/rndr_stats.c index d556486..6f4e29a 100644 --- a/rndr_stats.c +++ b/rndr_stats.c @@ -1,6 +1,6 @@ /* * rndr_stats.c: Funtions used by sadf to display statistics in selected format. - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 a8cf1c2..3db52f2 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-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RNDR_STATS_H diff --git a/sa.h b/sa.h index 9f9b499..7e87b33 100644 --- a/sa.h +++ b/sa.h @@ -1,6 +1,6 @@ /* * sar/sadc: Report system activity - * (C) 1999-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SA_H diff --git a/sa1.in b/sa1.in index 1d9588b..6ba0f26 100644 --- a/sa1.in +++ b/sa1.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa1 -# (C) 1999-2016 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2017 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 a93beaa..69e5021 100644 --- a/sa2.in +++ b/sa2.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa2 -# (C) 1999-2016 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2017 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 f1504a5..5e971e2 100644 --- a/sa_common.c +++ b/sa_common.c @@ -1,6 +1,6 @@ /* * sar and sadf common routines. - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 10a61a8..8475e2a 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-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 eac8c4d..9b65e3b 100644 --- a/sa_conv.h +++ b/sa_conv.h @@ -1,6 +1,6 @@ /* * sa_conv.h: Include file for "sadf -c" command. - * (C) 1999-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SA_CONV_H diff --git a/sa_wrap.c b/sa_wrap.c index ab879fd..f6ed4eb 100644 --- a/sa_wrap.c +++ b/sa_wrap.c @@ -1,6 +1,6 @@ /* * sysstat - sa_wrap.c: Functions used in activity.c - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 016d8f2..7cdbc38 100644 --- a/sadc.c +++ b/sadc.c @@ -1,6 +1,6 @@ /* * sadc: system activity data collector - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 781d4cb..160b485 100644 --- a/sadf.c +++ b/sadf.c @@ -1,6 +1,6 @@ /* * sadf: system activity data formatter - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 2b4e3b6..f6d052a 100644 --- a/sadf.h +++ b/sadf.h @@ -1,6 +1,6 @@ /* * sadf: System activity data formatter - * (C) 1999-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SADF_H diff --git a/sadf_misc.c b/sadf_misc.c index 5a47233..2e00a18 100644 --- a/sadf_misc.c +++ b/sadf_misc.c @@ -1,6 +1,6 @@ /* * sadf_misc.c: Funtions used by sadf to display special records - * (C) 2011-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 2011-2017 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 a8856b0..579e4ac 100644 --- a/sar.c +++ b/sar.c @@ -1,6 +1,6 @@ /* * sar: report system activity - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 58bb9e4..6982e73 100644 --- a/svg_stats.c +++ b/svg_stats.c @@ -1,6 +1,6 @@ /* * svg_stats.c: Funtions used by sadf to display statistics in SVG format. - * (C) 2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 2016-2017 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 0cdbf76..e897a06 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 by Sebastien Godard (sysstat orange.fr) + * (C) 2016-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SVG_STATS_H diff --git a/sysconfig.in b/sysconfig.in index 1157c90..df2297d 100644 --- a/sysconfig.in +++ b/sysconfig.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SYSCONFIG_H diff --git a/sysstat.in b/sysstat.in index 6beb71d..26c4c56 100644 --- a/sysstat.in +++ b/sysstat.in @@ -4,7 +4,7 @@ # description: Reset the system activity logs # # @INIT_DIR@/sysstat -# (C) 2000-2016 Sebastien Godard (sysstat orange.fr) +# (C) 2000-2017 Sebastien Godard (sysstat orange.fr) # ### BEGIN INIT INFO # Provides: sysstat diff --git a/version.in b/version.in index ec7e772..f282689 100644 --- a/version.in +++ b/version.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _VERSION_H diff --git a/xml_stats.c b/xml_stats.c index 36e7c12..ebc285c 100644 --- a/xml_stats.c +++ b/xml_stats.c @@ -1,6 +1,6 @@ /* * xml_stats.c: Funtions used by sadf to display statistics in XML. - * (C) 1999-2016 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2017 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 5642195..1e9c7c0 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-2016 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2017 by Sebastien Godard (sysstat orange.fr) */ #ifndef _XML_STATS_H