version info: copyright and contact v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 01 Jan 2014 18:25:11 +0100
branchv_0
changeset 109 aef98fd7c7c9
parent 108 d06d90b28217
child 110 ff6bbd0223c3
version info: copyright and contact
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