diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:13:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:13:01 +0300 |
commit | bd767361efe4b9a80010c41613a2970b06504bff (patch) | |
tree | 9cf02058c89f6f613483d54dc9e063becd1e2d62 /bootstrap.sh | |
parent | 99173955614b657f9a673bf163ade1be1f22ee31 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 753f538..a6b98fa 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,7 +1,6 @@ #!/bin/sh # file : bootstrap.sh -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file usage="Usage: $0 [-h] [--libbutl <dir>] [--host <triplet>] <cxx> [<cxx-option>...]" |