changeset 176:eda776bcb7ed

urllog: Bump copyright, and version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2014 13:06:13 +0300
parents bbab8c79dd95
children 7298af94e9c4 9b8ec700ede4
files urllog.tcl
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Tue Jun 03 13:04:45 2014 +0300
+++ b/urllog.tcl	Tue Jun 03 13:06:13 2014 +0300
@@ -1,7 +1,7 @@
 ##########################################################################
 #
-# URLLog v2.2.5 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2000-2012 Tecnic Software productions (TNSP)
+# URLLog v2.2.6 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+# (C) Copyright 2000-2014 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
 #
@@ -137,7 +137,7 @@
 # No need to look below this line
 ##########################################################################
 set urllog_name "URLLog"
-set urllog_version "2.2.5"
+set urllog_version "2.2.6"
 
 set urllog_tlds [split $urllog_tlds ","]
 set urllog_httprep [split "\@|%40|{|%7B|}|%7D|\[|%5B|\]|%5D" "|"] 
@@ -167,7 +167,7 @@
 
 
 ### Initialization messages
-set urllog_message "$urllog_name v$urllog_version (C) 2000-2012 ccr/TNSP"
+set urllog_message "$urllog_name v$urllog_version (C) 2000-2014 ccr/TNSP"
 putlog "$urllog_message"
 
 ### HTTP module initialization