aboutsummaryrefslogtreecommitdiff
path: root/bdep/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-18 17:16:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-18 18:03:43 +0300
commit2e28ca7d72e0bc55adf1fab913984a734ea9f804 (patch)
tree189a49ff4036e5ea8da677c14ba7d5fb2a2e596a /bdep/buildfile
parent13c4e508a0cfb70e2a6eba387468942e45871132 (diff)
New LICENSE/AUTHORS arrangement
Diffstat (limited to 'bdep/buildfile')
-rw-r--r--bdep/buildfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/bdep/buildfile b/bdep/buildfile
index 06b6b02..5ed00a0 100644
--- a/bdep/buildfile
+++ b/bdep/buildfile
@@ -75,11 +75,12 @@ for t: cxx{**.test...}
#
obj{utility}: cxx.poptions += -DBDEP_EXE_SUFFIX='"'$bin.exe.suffix'"'
-# Pass the copyright notice extracted from the COPYRIGHT file.
+# Pass the copyright notice extracted from the LICENSE file.
#
-copyright = $process.run_regex(cat $src_root/COPYRIGHT, \
- 'Copyright \(c\) (.+)\.', \
- '\1')
+copyright = $process.run_regex( \
+ cat $src_root/LICENSE, \
+ 'Copyright \(c\) (.+) \(see the AUTHORS file\)\.', \
+ '\1')
obj{bdep}: cxx.poptions += -DBDEP_COPYRIGHT=\"$copyright\"