# HG changeset patch
# User František Kučera <franta-hg@frantovo.cz>
# Date 1388597111 -3600
# Node ID aef98fd7c7c985649cf022de8e51b9bb4872616c
# Parent  d06d90b282179b99457074e5539d258fffaaf011
version info: copyright and contact

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. <xkucf03/> 
+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