diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rwxr-xr-x | doc/cli.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2014-2020 Code Synthesis Ltd +Copyright (c) 2014-2020 Code Synthesis Ltd. TBC; All rights reserved @@ -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 |