comparison fetch_weather.pl @ 476:ba50359871b7

fetch_weather: Bump copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Dec 2018 04:16:22 +0200
parents 4075cf3e094c
children 6773d97a3de2
comparison
equal deleted inserted replaced
475:4075cf3e094c 476:ba50359871b7
1 #!/usr/bin/perl -w 1 #!/usr/bin/perl -w
2 ########################################################################## 2 ##########################################################################
3 # 3 #
4 # Fetch Weather v1.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 4 # Fetch Weather v1.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
5 # (C) Copyright 2014-2017 Tecnic Software productions (TNSP) 5 # (C) Copyright 2014-2018 Tecnic Software productions (TNSP)
6 # This script is freely distributable under GNU GPL (version 2) license. 6 # This script is freely distributable under GNU GPL (version 2) license.
7 # 7 #
8 # Should be ran as a cronjob, and configured properly. 8 # Should be ran as a cronjob, and configured properly.
9 # */10 * * * * perl -w /absolute/path/to/fetch_weather.pl /path/to/configfile 9 # */10 * * * * perl -w /absolute/path/to/fetch_weather.pl /path/to/configfile
10 # 10 #