-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7bff47a
commit 4791def
Showing
2 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,14 +62,12 @@ If you find Scuffle valuable, consider supporting us on [**Open Collective**](ht | |
|
||
--- | ||
|
||
## 📜 Licensing Overview | ||
## 📜 License | ||
|
||
Scuffle uses **different licenses** for various components. Here's a quick general overview: | ||
This project is licensed under the [MIT](./LICENSE.MIT) or [Apache-2.0](./LICENSE.Apache-2.0) license. | ||
You can choose between one of them if you use this work. | ||
|
||
- **Libraries**: Licensed under [MIT](./LICENSE.MIT) or [Apache-2.0](./LICENSE.Apache-2.0). | ||
- **Executable Binaries**: Licensed under [AGPL-3.0](./LICENSE.AGPL-3.0). | ||
|
||
Each component includes specific licensing details in its `README.md` and corresponding license files. For any questions, feel free to [open an issue](https://github.com/ScuffleCloud/scuffle/issues) or email us at [[email protected]](mailto:[email protected]). | ||
`SPDX-License-Identifier: MIT OR Apache-2.0` | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# scuffle-perf-server | ||
|
||
> [!WARNING] | ||
> This crate is under active development and may not be stable. | ||
[![crates.io](https://img.shields.io/crates/v/scuffle-perf-server.svg)](https://crates.io/crates/scuffle-perf-server) [![docs.rs](https://img.shields.io/docsrs/scuffle-perf-server)](https://docs.rs/scuffle-perf-server) | ||
|
||
--- | ||
|
||
A server designed to monitor continuous integration performance & benchmark results. | ||
|
||
## Status | ||
|
||
This crate is currently under development and is not yet stable, unit tests are not yet fully implemented. | ||
|
||
Unit tests are not yet fully implemented. Use at your own risk. | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT](./LICENSE.MIT) or [Apache-2.0](./LICENSE.Apache-2.0) license. | ||
You can choose between one of them if you use this work. | ||
|
||
`SPDX-License-Identifier: MIT OR Apache-2.0` |