changeset 385:4244e30530a2

fetch_weather: Bump copyright and version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 08 Feb 2016 13:44:08 +0200
parents a375c276ec4d
children 299744a6c592
files fetch_weather.pl
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Sun Feb 07 21:38:01 2016 +0200
+++ b/fetch_weather.pl	Mon Feb 08 13:44:08 2016 +0200
@@ -1,8 +1,8 @@
 #!/usr/bin/perl -w
 ##########################################################################
 #
-# Fetch Weather v0.6 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2014-2015 Tecnic Software productions (TNSP)
+# Fetch Weather v0.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# (C) Copyright 2014-2016 Tecnic Software productions (TNSP)
 # This script is freely distributable under GNU GPL (version 2) license.
 #
 # Should be ran as a cronjob, and configured properly.
@@ -266,7 +266,7 @@
 my $weatherdata = {};
 
 die(
-"Weather Fetch v0.6 by ccr/TNSP <ccr\@tnsp.org>\n".
+"Weather Fetch v0.7 by ccr/TNSP <ccr\@tnsp.org>\n".
 "Usage: $0 <config file>\n"
 ) unless scalar(@ARGV) >= 1;