# HG changeset patch # User Matti Hamalainen # Date 1579751308 -7200 # Node ID ace795974e66b0cbb5b938e6d061615ac646e0bd # Parent 172bd0045affe287aae3e5f248ca46d831112f7e urllog: Bump copyright year. diff -r 172bd0045aff -r ace795974e66 urllog.tcl --- a/urllog.tcl Thu Jan 23 05:02:15 2020 +0200 +++ b/urllog.tcl Thu Jan 23 05:48:28 2020 +0200 @@ -1,7 +1,7 @@ ########################################################################## # # URLLog v2.4.3 by Matti 'ccr' Hamalainen -# (C) Copyright 2000-2017 Tecnic Software productions (TNSP) +# (C) Copyright 2000-2020 Tecnic Software productions (TNSP) # # This script is freely distributable under GNU GPL (version 2) license. # @@ -57,7 +57,7 @@ ### Initialization messages -set urllog_message "$urllog_name v$urllog_version (C) 2000-2017 ccr/TNSP" +set urllog_message "$urllog_name v$urllog_version (C) 2000-2020 ccr/TNSP" putlog "$urllog_message" ### Miscellaneous init messages