From 7d1ba14f39b198ac2a318fff817221e973f598c9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 18 Feb 2020 17:26:40 +0300 Subject: New LICENSE/AUTHORS arrangement --- build/root.build | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 51de604..a0c9317 100644 --- a/build/root.build +++ b/build/root.build @@ -51,8 +51,9 @@ tests/{libue libul}{*}: bin.whole = false # test.target = $cxx.target -# Extract the copyright notice from the COPYRIGHT file. +# Extract the copyright notice 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') -- cgit v1.1