java/sql-dk/version-info.sh
author František Kučera <franta-hg@frantovo.cz>
Fri, 10 Jan 2014 23:21:28 +0100
branchv_0
changeset 155 eb3676c6929b
parent 109 aef98fd7c7c9
permissions -rwxr-xr-x
more JavaDoc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
#!/bin/bash
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
109
aef98fd7c7c9 version info: copyright and contact
František Kučera <franta-hg@frantovo.cz>
parents: 18
diff changeset
     3
echo "SQL-DK";
18
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
echo -n "Mercurial: "; hg identify || echo "n/a";
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
echo -n "Compiled:  "; date --rfc-3339=seconds;
109
aef98fd7c7c9 version info: copyright and contact
František Kučera <franta-hg@frantovo.cz>
parents: 18
diff changeset
     6
echo "
aef98fd7c7c9 version info: copyright and contact
František Kučera <franta-hg@frantovo.cz>
parents: 18
diff changeset
     7
Copyright © 2013 Ing. František Kučera a.k.a. <xkucf03/> 
aef98fd7c7c9 version info: copyright and contact
František Kučera <franta-hg@frantovo.cz>
parents: 18
diff changeset
     8
https://sql-dk.globalcode.info/ https://frantovo.cz/
aef98fd7c7c9 version info: copyright and contact
František Kučera <franta-hg@frantovo.cz>
parents: 18
diff changeset
     9
SQL-DK is free softare. You may redistribute copies of SQL-DK
aef98fd7c7c9 version info: copyright and contact
František Kučera <franta-hg@frantovo.cz>
parents: 18
diff changeset
    10
under the terms of the GNU General Public License v3+.
aef98fd7c7c9 version info: copyright and contact
František Kučera <franta-hg@frantovo.cz>
parents: 18
diff changeset
    11
For more information about these matters, run with option: --license";