# HG changeset patch # User Matti Hamalainen # Date 1579752298 -7200 # Node ID f31cb0b7d0c00571c72a0f8ec15b57a34ad905d1 # Parent 3da1d036ae4837be1f14445d6bf951dadea5b101 quotedb: Adjust the note in the script header blurb, update copyright. diff -r 3da1d036ae48 -r f31cb0b7d0c0 quotedb.tcl --- a/quotedb.tcl Thu Jan 23 06:00:56 2020 +0200 +++ b/quotedb.tcl Thu Jan 23 06:04:58 2020 +0200 @@ -1,10 +1,12 @@ ########################################################################## # # QuoteDB v2.5 by Matti 'ccr' Hamalainen -# (C) Copyright 2003-2017 Tecnic Software productions (TNSP) +# (C) Copyright 2003-2020 Tecnic Software productions (TNSP) # -# Not for public use or distribution. If you happen to find this, -# send your questions and/or problems to /dev/null, thank you. +# 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. +# +# This script is freely distributable under GNU GPL (version 2) license. # ########################################################################## @@ -25,7 +27,7 @@ #------------------------------------------------------------------------- ### Initialization messages -set qdb_message "$qdb_name v$qdb_version by ccr/TNSP" +set qdb_message "$qdb_name v$qdb_version (C) 2003-2020 ccr/TNSP" putlog "$qdb_message" ### Require packages