diff options
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r-- | bpkg/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index 91cf6e7..a3ecd89 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -86,9 +86,9 @@ obj{utility}: cxx.poptions += -DBPKG_EXE_SUFFIX='"'$bin.exe.suffix'"' # 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{bpkg}: cxx.poptions += -DBPKG_COPYRIGHT=\"$copyright\" |