From fbee26d424b0e11453606ec10b88fe5c50e11b68 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 20:47:16 +0300 Subject: LICENSE file minor fix --- LICENSE | 2 +- doc/cli.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 1314774..5fdb4b0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2020 Code Synthesis Ltd +Copyright (c) 2014-2020 Code Synthesis Ltd. TBC; All rights reserved diff --git a/doc/cli.sh b/doc/cli.sh index b1a2c84..0cb3924 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -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 -- cgit v1.1