diff urllog.tcl @ 425:e5810c52d376

Bump some copyright years and versions.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 03:57:05 +0200
parents 825cac46b1cb
children 102dc89488af
line wrap: on
line diff
--- a/urllog.tcl	Sun Jan 08 03:55:55 2017 +0200
+++ b/urllog.tcl	Sun Jan 08 03:57:05 2017 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
-# URLLog v2.4.2 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2000-2015 Tecnic Software productions (TNSP)
+# URLLog v2.4.3 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# (C) Copyright 2000-2017 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
 #
@@ -36,7 +36,7 @@
 # No need to look below this line
 ##########################################################################
 set urllog_name "URLLog"
-set urllog_version "2.4.2"
+set urllog_version "2.4.3"
 
 set urllog_tld_list [split $urllog_tld_list ","]
 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"]
@@ -54,7 +54,7 @@
 
 
 ### Initialization messages
-set urllog_message "$urllog_name v$urllog_version (C) 2000-2015 ccr/TNSP"
+set urllog_message "$urllog_name v$urllog_version (C) 2000-2017 ccr/TNSP"
 putlog "$urllog_message"
 
 ### Miscellaneous init messages