# HG changeset patch # User Matti Hamalainen # Date 1420107943 -7200 # Node ID dc1afa01188337abda460f71317fd01d57fa5fde # Parent 0dc95d66ba8d22e85d8fa086df17b5c9a6167ed1 weather: Bump version, copyright. diff -r 0dc95d66ba8d -r dc1afa011883 fetch_weather.pl --- 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 -# (C) Copyright 2014 Tecnic Software productions (TNSP) +# Fetch Weather v0.2 by Matti 'ccr' Hamalainen +# (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. diff -r 0dc95d66ba8d -r dc1afa011883 weather.tcl --- 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 -# (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.