From be245e200ba544d8c4646cd48a73cc7469ab6ab0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 19 Feb 2020 13:58:19 +0300 Subject: Fix copyright notice extraction for building --- openssl/buildfile | 6 +++--- 1 file 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}: \ -- cgit v1.1