diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-27 12:53:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-27 12:53:09 +0200 |
commit | ee6639c3aa1e188bae0eb645373b6c594bddf2c6 (patch) | |
tree | c37519d8184812280bf9bfe5ecc79cbb67195e95 /build | |
parent | 18baf3784407f28f61d9e8d90daf1ce99c7e86d3 (diff) |
Finalize license
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | build/export.build | 2 | ||||
-rw-r--r-- | build/root.build | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 7c9673c..945349c 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file project = bbot diff --git a/build/export.build b/build/export.build index be0ae07..f5e0fdd 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,5 @@ # file : build/export.build -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file $out_root/ { diff --git a/build/root.build b/build/root.build index d16d0e9..982434b 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file cxx.std = latest |