diff 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
line wrap: on
line diff
--- a/weather.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/weather.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # Weather v2.0.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2014-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2014-2021 Tecnic Software productions (TNSP)
 #
 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl
 # for more information.
@@ -25,7 +25,7 @@
 package require textutil::split
 
 set weather_name "Weather"
-set weather_message "$weather_name v2.0.0 (C) 2014-2020 ccr/TNSP"
+set weather_message "$weather_name v2.0.0 (C) 2014-2021 ccr/TNSP"
 
 
 #-------------------------------------------------------------------------