changeset 578:14dfb925a64a

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jan 2021 12:00:44 +0200
parents e5e4b068d56b
children fec0911e9ef9
files calc.tcl feeds.tcl fetch_feeds.tcl fetch_weather.pl quotedb.tcl tj.tcl urllog.tcl utilcreate.tcl utillib.tcl weather.tcl
diffstat 10 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/calc.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/calc.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # Calc v0.4 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2008-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2008-2021 Tecnic Software productions (TNSP)
 #
 # A simple calculator for Eggdrop.
 #
--- a/feeds.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/feeds.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # FeedCheck v2.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2008-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2008-2021 Tecnic Software productions (TNSP)
 #
 # Requires fetch_feeds.tcl to be run as a cronjob, for example
 # 15 * * * *     /absolute/path/to/fetch_feeds.tcl
--- a/fetch_feeds.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/fetch_feeds.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -5,7 +5,7 @@
 ##############################################################################
 #
 # FeedCheck fetcher v1.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2008-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2008-2021 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
 #
--- a/fetch_weather.pl	Wed Dec 30 09:13:49 2020 +0200
+++ b/fetch_weather.pl	Mon Jan 04 12:00:44 2021 +0200
@@ -2,7 +2,7 @@
 ##########################################################################
 #
 # Fetch Weather v1.2.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2014-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2014-2021 Tecnic Software productions (TNSP)
 # This script is freely distributable under GNU GPL (version 2) license.
 #
 # Should be ran as a cronjob, and configured properly.
--- a/quotedb.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/quotedb.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # QuoteDB v2.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2003-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2003-2021 Tecnic Software productions (TNSP)
 #
 # This script was made for my own use, any questions about it or any
 # problems you may have with it can be sent to /dev/null.
@@ -25,7 +25,7 @@
 package require sqlite3
 
 set qdb_name "QuoteDB"
-set qdb_message "$qdb_name v2.7 (C) 2003-2020 ccr/TNSP"
+set qdb_message "$qdb_name v2.7 (C) 2003-2021 ccr/TNSP"
 
 
 #-------------------------------------------------------------------------
--- a/tj.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/tj.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # TJ (Army Mornings Left-counter) v0.70 by ccr/TNSP <ccr@tnsp.org>
-# (C) Copyright 2000,2009,2011 Tecnic Software productions (TNSP)
+# (C) Copyright 2000,2009,2011,2021 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
 #
--- a/urllog.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/urllog.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # URLLog v2.5.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2000-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2000-2021 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
 #
@@ -38,7 +38,7 @@
 
 set urllog_name "URLLog"
 set urllog_version "2.5.1"
-set urllog_message "$urllog_name v$urllog_version (C) 2000-2020 ccr/TNSP"
+set urllog_message "$urllog_name v$urllog_version (C) 2000-2021 ccr/TNSP"
 
 
 set urllog_tld_list [split $urllog_tld_list ","]
--- a/utilcreate.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/utilcreate.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # TCL functions library by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2015-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2015-2021 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
 #
--- a/utillib.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/utillib.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # TCL functions library by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2015-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2015-2021 Tecnic Software productions (TNSP)
 #
 # This script is freely distributable under GNU GPL (version 2) license.
 #
--- a/weather.tcl	Wed Dec 30 09:13:49 2020 +0200
+++ b/weather.tcl	Mon Jan 04 12:00:44 2021 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # Weather v2.0.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2014-2020 Tecnic Software productions (TNSP)
+# (C) Copyright 2014-2021 Tecnic Software productions (TNSP)
 #
 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl
 # for more information.
@@ -25,7 +25,7 @@
 package require textutil::split
 
 set weather_name "Weather"
-set weather_message "$weather_name v2.0.0 (C) 2014-2020 ccr/TNSP"
+set weather_message "$weather_name v2.0.0 (C) 2014-2021 ccr/TNSP"
 
 
 #-------------------------------------------------------------------------