diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-19 13:58:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-19 13:58:19 +0300 |
commit | be245e200ba544d8c4646cd48a73cc7469ab6ab0 (patch) | |
tree | a235dd5f89e0fb47cb689807a5c6cd17d7430fad /openssl | |
parent | a1c711df79a8c608e29894d40c20fdad8ca74158 (diff) |
Fix copyright notice extraction for building
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/buildfile | 6 |
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}: \ |