# HG changeset patch # User Matti Hamalainen # Date 1483840625 -7200 # Node ID e5810c52d3767a49a3848fd0fc1d13e420902522 # Parent 825cac46b1cb09ee7f8bc23410c551066e02a946 Bump some copyright years and versions. diff -r 825cac46b1cb -r e5810c52d376 feeds.tcl --- a/feeds.tcl Sun Jan 08 03:55:55 2017 +0200 +++ b/feeds.tcl Sun Jan 08 03:57:05 2017 +0200 @@ -1,7 +1,7 @@ ########################################################################## # -# FeedCheck v1.0 by Matti 'ccr' Hamalainen -# (C) Copyright 2008-2015 Tecnic Software productions (TNSP) +# FeedCheck v1.1 by Matti 'ccr' Hamalainen +# (C) Copyright 2008-2017 Tecnic Software productions (TNSP) # # Requires fetch_feeds.tcl to be run as a cronjob, for example # 15 * * * * /absolute/path/to/fetch_feeds.tcl @@ -29,7 +29,7 @@ package require sqlite3 set feeds_name "FeedCheck" -set feeds_message "$feeds_name v1.0 by ccr/TNSP" +set feeds_message "$feeds_name v1.1 by ccr/TNSP" putlog "$feeds_message" bind pub - !feeds feeds_pubfetch diff -r 825cac46b1cb -r e5810c52d376 fetch_feeds.tcl --- a/fetch_feeds.tcl Sun Jan 08 03:55:55 2017 +0200 +++ b/fetch_feeds.tcl Sun Jan 08 03:57:05 2017 +0200 @@ -4,8 +4,8 @@ # ############################################################################## # -# FeedCheck fetcher v1.0 by Matti 'ccr' Hamalainen -# (C) Copyright 2008-2015 Tecnic Software productions (TNSP) +# FeedCheck fetcher v1.1 by Matti 'ccr' Hamalainen +# (C) Copyright 2008-2017 Tecnic Software productions (TNSP) # # This script is freely distributable under GNU GPL (version 2) license. # diff -r 825cac46b1cb -r e5810c52d376 urllog.tcl --- 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 -# (C) Copyright 2000-2015 Tecnic Software productions (TNSP) +# URLLog v2.4.3 by Matti 'ccr' Hamalainen +# (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