comparison weather.tcl @ 578:14dfb925a64a

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jan 2021 12:00:44 +0200
parents 1fbee4891dbc
children 03d3ec856e4d
comparison
equal deleted inserted replaced
577:e5e4b068d56b 578:14dfb925a64a
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # Weather v2.0.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # Weather v2.0.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2014-2020 Tecnic Software productions (TNSP) 4 # (C) Copyright 2014-2021 Tecnic Software productions (TNSP)
5 # 5 #
6 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl 6 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl
7 # for more information. 7 # for more information.
8 # 8 #
9 # This script is freely distributable under GNU GPL (version 2) license. 9 # This script is freely distributable under GNU GPL (version 2) license.
23 # No need to look below this line 23 # No need to look below this line
24 ########################################################################## 24 ##########################################################################
25 package require textutil::split 25 package require textutil::split
26 26
27 set weather_name "Weather" 27 set weather_name "Weather"
28 set weather_message "$weather_name v2.0.0 (C) 2014-2020 ccr/TNSP" 28 set weather_message "$weather_name v2.0.0 (C) 2014-2021 ccr/TNSP"
29 29
30 30
31 #------------------------------------------------------------------------- 31 #-------------------------------------------------------------------------
32 ### Utility functions 32 ### Utility functions
33 proc weather_log {umsg} { 33 proc weather_log {umsg} {