diff options
Diffstat (limited to 'g.sh')
| -rw-r--r-- | g.sh | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -112,7 +112,13 @@ g() { # Parse the command. case "$cmd" in -v | --version) - echo "g version $version" + cat <<HERE +g version $version +Copyright (C) 2013-2016 Miquel Sabaté Solà <mikisabate@gmail.com> +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +HERE ;; -h | --help) __g_help |
