changeset 233:dc1afa011883

weather: Bump version, copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 01 Jan 2015 12:25:43 +0200
parents 0dc95d66ba8d
children dda0a236e8cf
files fetch_weather.pl weather.tcl
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Wed Dec 10 15:34:48 2014 +0200
+++ b/fetch_weather.pl	Thu Jan 01 12:25:43 2015 +0200
@@ -1,8 +1,8 @@
 #!/usr/bin/perl -w
 ##########################################################################
 #
-# Fetch Weather v0.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2014 Tecnic Software productions (TNSP)
+# Fetch Weather v0.2 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# (C) Copyright 2014-2015 Tecnic Software productions (TNSP)
 # This script is freely distributable under GNU GPL (version 2) license.
 #
 # Should be ran as a cronjob, and configured properly.
--- a/weather.tcl	Wed Dec 10 15:34:48 2014 +0200
+++ b/weather.tcl	Thu Jan 01 12:25:43 2015 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # Weather v0.8 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2014 Tecnic Software productions (TNSP)
+# (C) Copyright 2014-2015 Tecnic Software productions (TNSP)
 #
 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl
 # for more information.