java/sql-dk/version-info.sh
author František Kučera <franta-hg@frantovo.cz>
Fri, 23 Sep 2022 18:05:50 +0200
branchv_0
changeset 254 c4b901ff0703
parent 109 aef98fd7c7c9
permissions -rwxr-xr-x
recfile formatter: write record count (as a comment at the end of the relation)

#!/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";