aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-19 13:58:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-19 13:58:19 +0300
commitbe245e200ba544d8c4646cd48a73cc7469ab6ab0 (patch)
treea235dd5f89e0fb47cb689807a5c6cd17d7430fad
parenta1c711df79a8c608e29894d40c20fdad8ca74158 (diff)
Fix copyright notice extraction for building
-rw-r--r--openssl/buildfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/buildfile b/openssl/buildfile
index cacbee9..8ce8012 100644
--- a/openssl/buildfile
+++ b/openssl/buildfile
@@ -53,9 +53,9 @@ for t: cxx{**.test...}
#
# Pass the copyright notice extracted from the LICENSE file.
#
-copyright = $process.run_regex( \
- cat $src_root/LICENSE, \
- 'Copyright \(c\) (.+) \(see the AUTHORS file\)\.', \
+copyright = $process.run_regex( \
+ cat $src_root/LICENSE, \
+ 'Copyright \(c\) (.+) \(see the AUTHORS and LEGAL files\)\.', \
'\1')
obj{agent/pkcs11/agent client/client}: \