comparison urllog.tcl @ 122:7e4f2e93b564

Update copyright year.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jan 2012 17:06:42 +0200
parents bec98a9f8695
children 785bf519b4ee
comparison
equal deleted inserted replaced
121:bec98a9f8695 122:7e4f2e93b564
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # URLLog v2.2.2 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # URLLog v2.2.2 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2000-2011 Tecnic Software productions (TNSP) 4 # (C) Copyright 2000-2012 Tecnic Software productions (TNSP)
5 # 5 #
6 # This script is freely distributable under GNU GPL (version 2) license. 6 # This script is freely distributable under GNU GPL (version 2) license.
7 # 7 #
8 ########################################################################## 8 ##########################################################################
9 # 9 #
163 bind pubm - *.* urllog_checkmsg 163 bind pubm - *.* urllog_checkmsg
164 bind topc - *.* urllog_checkmsg 164 bind topc - *.* urllog_checkmsg
165 165
166 166
167 ### Initialization messages 167 ### Initialization messages
168 set urllog_message "$urllog_name v$urllog_version (C) 2000-2011 ccr/TNSP" 168 set urllog_message "$urllog_name v$urllog_version (C) 2000-2012 ccr/TNSP"
169 putlog "$urllog_message" 169 putlog "$urllog_message"
170 170
171 ### HTTP module initialization 171 ### HTTP module initialization
172 ::http::config -useragent "$urllog_name/$urllog_version" 172 ::http::config -useragent "$urllog_name/$urllog_version"
173 if {$http_proxy != 0} { 173 if {$http_proxy != 0} {