diff quotedb.tcl @ 578:14dfb925a64a

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jan 2021 12:00:44 +0200
parents 06d984a92a28
children 03d3ec856e4d
line wrap: on
line diff
--- 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"
 
 
 #-------------------------------------------------------------------------