From 2e6e8f11e10777d462d1ff3d5896d625294ee896 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wolfgang=20St=C3=B6ggl?= Date: Thu, 14 Feb 2019 01:19:14 +0100 Subject: [PATCH] Update year in COPYRIGHT and win32/*.rc files --- COPYRIGHT | 2 +- win32/librrd-4.rc | 2 +- win32/rrdcgi.rc | 2 +- win32/rrdtool.rc | 2 +- win32/rrdupdate.rc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 48eaf8b0..97ad8580 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,7 +2,7 @@ RRDTOOL - Round Robin Database Tool A tool for fast logging of numerical data graphical display of this data. -Copyright (c) 1997-2015 Tobias Oetiker +Copyright (c) 1997-2019 Tobias Oetiker All rights reserved. GNU GPL License diff --git a/win32/librrd-4.rc b/win32/librrd-4.rc index 90742adf..c4b75fe0 100644 --- a/win32/librrd-4.rc +++ b/win32/librrd-4.rc @@ -19,7 +19,7 @@ BEGIN BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/" - VALUE "LegalCopyright", "Copyright (c) 1998-2017 Tobias Oetiker" + VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" VALUE "FileVersion", PACKAGE_VERSION diff --git a/win32/rrdcgi.rc b/win32/rrdcgi.rc index 97202417..2b29a8c5 100644 --- a/win32/rrdcgi.rc +++ b/win32/rrdcgi.rc @@ -19,7 +19,7 @@ BEGIN BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/" - VALUE "LegalCopyright", "Copyright (c) 1998-2017 Tobias Oetiker" + VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" VALUE "FileVersion", PACKAGE_VERSION diff --git a/win32/rrdtool.rc b/win32/rrdtool.rc index 0d987b94..5e973e40 100644 --- a/win32/rrdtool.rc +++ b/win32/rrdtool.rc @@ -19,7 +19,7 @@ BEGIN BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/" - VALUE "LegalCopyright", "Copyright (c) 1998-2017 Tobias Oetiker" + VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" VALUE "FileVersion", PACKAGE_VERSION diff --git a/win32/rrdupdate.rc b/win32/rrdupdate.rc index 7933791b..ea95dc84 100644 --- a/win32/rrdupdate.rc +++ b/win32/rrdupdate.rc @@ -19,7 +19,7 @@ BEGIN BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/" - VALUE "LegalCopyright", "Copyright (c) 1998-2017 Tobias Oetiker" + VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" VALUE "FileVersion", PACKAGE_VERSION -- 2.47.2