diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-12 20:47:16 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-12 20:47:16 +0300 |
commit | fbee26d424b0e11453606ec10b88fe5c50e11b68 (patch) | |
tree | 25ecb45a92df6013239723843cd8d58e7a907ab8 /doc/cli.sh | |
parent | 127851e32c4050a9aa8a79b86d1ba3b0bdf85db1 (diff) |
LICENSE file minor fix
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ function info () { echo "$*" 1>&2; } function error () { info "$*"; exit 1; } date="$(date +"%B %Y")" -copyright="$(sed -n -re 's%^Copyright \(c\) (.+)$%\1%p' ../LICENSE | head -n 1)" +copyright="$(sed -n -re 's%^Copyright \(c\) (.+)\.$%\1%p' ../LICENSE | head -n 1)" while [ $# -gt 0 ]; do case $1 in |