aboutsummaryrefslogtreecommitdiff
path: root/openssl/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/buildfile')
-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}: \