# HG changeset patch # User Matti Hamalainen # Date 1454931848 -7200 # Node ID 4244e30530a2833097ef8684e2a5cc7b7c92b28a # Parent a375c276ec4dc2db827555030c7a4c8f17eee0ed fetch_weather: Bump copyright and version. diff -r a375c276ec4d -r 4244e30530a2 fetch_weather.pl --- 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 -# (C) Copyright 2014-2015 Tecnic Software productions (TNSP) +# Fetch Weather v0.7 by Matti 'ccr' Hamalainen +# (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 \n". +"Weather Fetch v0.7 by ccr/TNSP \n". "Usage: $0 \n" ) unless scalar(@ARGV) >= 1;