License¶
5-Spot is licensed under the Apache License 2.0.
Apache License 2.0¶
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity.
...
(Full Apache 2.0 license text available at:
http://www.apache.org/licenses/LICENSE-2.0)
Choosing a License¶
You may choose to use either license. For most purposes, the MIT License is simpler and more permissive. The Apache 2.0 License provides additional patent protection.
Third-Party Licenses¶
5-Spot uses the following open-source components:
| Component | License |
|---|---|
| kube-rs | Apache 2.0 |
| tokio | MIT |
| serde | MIT/Apache 2.0 |
| chrono | MIT/Apache 2.0 |
| thiserror | MIT/Apache 2.0 |
For complete dependency information, see Cargo.lock.