Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Jun 28, 2023
1 parent 30f172c commit 9dac71d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Copyright © 2022-present Bencher

All content that resides under any directory or <a href="https://doc.rust-lang.org/cargo/reference/features.html">feature</a> named "plus" is licensed under the <a href="LICENSE-PLUS">Bencher Plus License</a>.
All content that resides under any directory or <a href="https://doc.rust-lang.org/cargo/reference/features.html">feature</a> named "plus" is licensed under the <a href="license/LICENSE-PLUS">Bencher Plus License</a>.

All other content is license under either of <a href="LICENSE-APACHE">Apache License, Version 2.0</a>
or <a href="LICENSE-MIT">MIT license</a> at your discretion.
All other content is license under either of <a href="license/LICENSE-APACHE">Apache License, Version 2.0</a>
or <a href="license/LICENSE-MIT">MIT license</a> at your discretion.

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Bencher by you, as defined in the Apache-2.0 license, shall be
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ To make any changes to the UI or API though, you will have to exit the startup p
</p>

## License
All content that resides under any directory or <a href="https://doc.rust-lang.org/cargo/reference/features.html">feature</a> named "plus" is licensed under the <a href="LICENSE-PLUS">Bencher Plus License</a>.
All content that resides under any directory or <a href="https://doc.rust-lang.org/cargo/reference/features.html">feature</a> named "plus" is licensed under the <a href="license/LICENSE-PLUS">Bencher Plus License</a>.

All other content is license under either of <a href="LICENSE-APACHE">Apache License, Version 2.0</a>
or <a href="LICENSE-MIT">MIT license</a> at your discretion.
All other content is license under either of <a href="license/LICENSE-APACHE">Apache License, Version 2.0</a>
or <a href="license/LICENSE-MIT">MIT license</a> at your discretion.

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Bencher by you, as defined in the Apache-2.0 license, shall be
Expand Down
6 changes: 5 additions & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash

KIND=${1:-local}

cd docker
docker compose -f builder.docker-compose.yml build
docker compose -f local.docker-compose.yml up --build -d
docker compose -f $KIND.docker-compose.yml up --build -d
cd -
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9dac71d

Please sign in to comment.