diff -r d06d90b28217 -r aef98fd7c7c9 java/sql-dk/version-info.sh --- a/java/sql-dk/version-info.sh Wed Jan 01 02:56:08 2014 +0100 +++ b/java/sql-dk/version-info.sh Wed Jan 01 18:25:11 2014 +0100 @@ -1,5 +1,11 @@ #!/bin/bash +echo "SQL-DK"; echo -n "Mercurial: "; hg identify || echo "n/a"; echo -n "Compiled: "; date --rfc-3339=seconds; - +echo " +Copyright © 2013 Ing. František Kučera a.k.a. +https://sql-dk.globalcode.info/ https://frantovo.cz/ +SQL-DK is free softare. You may redistribute copies of SQL-DK +under the terms of the GNU General Public License v3+. +For more information about these matters, run with option: --license"; \ No newline at end of file