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 109aef98fd7c7c9
parent 108 d06d90b28217
child 110 ff6bbd0223c3
version info: copyright and contact
java/sql-dk/version-info.sh
     1.1 --- a/java/sql-dk/version-info.sh	Wed Jan 01 02:56:08 2014 +0100
     1.2 +++ b/java/sql-dk/version-info.sh	Wed Jan 01 18:25:11 2014 +0100
     1.3 @@ -1,5 +1,11 @@
     1.4  #!/bin/bash
     1.5  
     1.6 +echo "SQL-DK";
     1.7  echo -n "Mercurial: "; hg identify || echo "n/a";
     1.8  echo -n "Compiled:  "; date --rfc-3339=seconds;
     1.9 -
    1.10 +echo "
    1.11 +Copyright © 2013 Ing. František Kučera a.k.a. <xkucf03/> 
    1.12 +https://sql-dk.globalcode.info/ https://frantovo.cz/
    1.13 +SQL-DK is free softare. You may redistribute copies of SQL-DK
    1.14 +under the terms of the GNU General Public License v3+.
    1.15 +For more information about these matters, run with option: --license";
    1.16 \ No newline at end of file