java/sql-dk/version-info.sh
branchv_0
changeset 109 aef98fd7c7c9
parent 18 7900bb1666f6
     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