comparison fetch_weather.pl @ 578:14dfb925a64a

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jan 2021 12:00:44 +0200
parents e5e4b068d56b
children 053d5662bb16
comparison
equal deleted inserted replaced
577:e5e4b068d56b 578:14dfb925a64a
1 #!/usr/bin/perl -w 1 #!/usr/bin/perl -w
2 ########################################################################## 2 ##########################################################################
3 # 3 #
4 # Fetch Weather v1.2.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 4 # Fetch Weather v1.2.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
5 # (C) Copyright 2014-2020 Tecnic Software productions (TNSP) 5 # (C) Copyright 2014-2021 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 #