aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-18 17:55:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-18 17:55:25 +0300
commit7252383e2f5910b585fb049180e3e32980a8c2c8 (patch)
treebe326dd448c382ae0d454890fe212f1e86459729 /doc
parent626555724d735e94fbd56491417133a986ab8187 (diff)
New LICENSE/AUTHORS arrangement
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/cli.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli.sh b/doc/cli.sh
index cb5392d..d7ed865 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' ../COPYRIGHT)"
+copyright="$(sed -n -re 's%^Copyright \(c\) (.+) \(see the AUTHORS file\)\.$%\1%p' ../LICENSE)"
while [ $# -gt 0 ]; do
case $1 in