comparison 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
comparison
equal deleted inserted replaced
577:e5e4b068d56b 578:14dfb925a64a
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # QuoteDB v2.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # QuoteDB v2.7 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2003-2020 Tecnic Software productions (TNSP) 4 # (C) Copyright 2003-2021 Tecnic Software productions (TNSP)
5 # 5 #
6 # This script was made for my own use, any questions about it or any 6 # This script was made for my own use, any questions about it or any
7 # problems you may have with it can be sent to /dev/null. 7 # problems you may have with it can be sent to /dev/null.
8 # 8 #
9 # This script is freely distributable under GNU GPL (version 2) license. 9 # This script is freely distributable under GNU GPL (version 2) license.
23 # No need to look below this line 23 # No need to look below this line
24 ########################################################################## 24 ##########################################################################
25 package require sqlite3 25 package require sqlite3
26 26
27 set qdb_name "QuoteDB" 27 set qdb_name "QuoteDB"
28 set qdb_message "$qdb_name v2.7 (C) 2003-2020 ccr/TNSP" 28 set qdb_message "$qdb_name v2.7 (C) 2003-2021 ccr/TNSP"
29 29
30 30
31 #------------------------------------------------------------------------- 31 #-------------------------------------------------------------------------
32 proc qdb_log {umsg} { 32 proc qdb_log {umsg} {
33 global qdb_log_enable qdb_name 33 global qdb_log_enable qdb_name