diff urllog.tcl @ 578:14dfb925a64a

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jan 2021 12:00:44 +0200
parents d004944d6afd
children fec0911e9ef9
line wrap: on
line diff
--- a/urllog.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/urllog.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # URLLog v2.5.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2000-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2000-2021 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
 #
@@ -38,7 +38,7 @@
 
 set urllog_name "URLLog"
 set urllog_version "2.5.1"
-set urllog_message "$urllog_name v$urllog_version (C) 2000-2020 ccr/TNSP"
+set urllog_message "$urllog_name v$urllog_version (C) 2000-2021 ccr/TNSP"
 
 
 set urllog_tld_list [split $urllog_tld_list ","]