From f6412282a2837ce8219e0ac32c2f28ec8683ec97 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 18 Feb 2020 16:28:11 +0300 Subject: New LICENSE/AUTHORS arrangement --- bpkg/buildfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index dc900d8..91cf6e7 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -84,11 +84,12 @@ for t: cxx{**.test...} # obj{utility}: cxx.poptions += -DBPKG_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{bpkg}: cxx.poptions += -DBPKG_COPYRIGHT=\"$copyright\" -- cgit v1.1