changeset 407:b05da2077e44

fetch_weather: Bump copyright and version.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jan 2017 05:13:11 +0200
parents 4c3abf052d01
children 8abbdee71cf5
files fetch_weather.pl
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Sat Jan 07 04:15:27 2017 +0200
+++ b/fetch_weather.pl	Sat Jan 07 05:13:11 2017 +0200
@@ -1,8 +1,8 @@
 #!/usr/bin/perl -w
 ##########################################################################
 #
-# Fetch Weather v0.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2014-2016 Tecnic Software productions (TNSP)
+# Fetch Weather v0.8 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# (C) Copyright 2014-2017 Tecnic Software productions (TNSP)
 # This script is freely distributable under GNU GPL (version 2) license.
 #
 # Should be ran as a cronjob, and configured properly.
@@ -274,7 +274,7 @@
 my $weatherdata = {};
 
 die(
-"Weather Fetch v0.7 by ccr/TNSP <ccr\@tnsp.org>\n".
+"Weather Fetch v0.8 by ccr/TNSP <ccr\@tnsp.org>\n".
 "Usage: $0 <config file> [force]\n"
 ) unless scalar(@ARGV) >= 1;