diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:51:22 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:51:22 +0300 |
commit | a0303ae2e6b106c1a7191e1146b4db9bfe16ee92 (patch) | |
tree | cfce665c3897fa505539a41efeaccf460716dac5 /build | |
parent | 9e8f41dded54eb366f2ad6c6f8fafa5cfc1c3224 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 1 | ||||
-rw-r--r-- | build/export.build | 1 | ||||
-rw-r--r-- | build/root.build | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 81dd5fa..d7aeac1 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,4 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = bdep diff --git a/build/export.build b/build/export.build index 3e7bb50..d183212 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,4 @@ # file : build/export.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $out_root/ diff --git a/build/root.build b/build/root.build index fe312c1..1e989e4 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,4 @@ # file : build/root.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest |