Licenses
Basil is free and open source software. This page summarizes what is licensed how, so you can
adopt, redistribute, or quote it with confidence. Per-file licensing is declared in
machine-readable form via REUSE in each repository; the full license
texts live under LICENSES/.
Basil
- All source code and examples are licensed under the Apache License, Version 2.0 (github.com/openbasil). That includes the code samples shown in this documentation, so you can copy them into your own projects without an attribution burden.
- Documentation (the prose and diagrams on this site) is licensed under CC-BY-4.0 (github.com/openbasil/basil-doc). You are free to share and adapt it, including commercially, as long as you give appropriate credit.
Third-party notices
- Vendored SPIFFE Workload API proto: Apache 2.0. Basil vendors the upstream
workloadapi.protobyte-for-byte; its provenance is pinned in the repository. - EasyDocs documentation theme: MIT. Copyright 2021 Roman Soldatenkov. This site is built with a Basil-branded copy of the EasyDocs Zola theme.
License texts
The canonical Apache-2.0 text is published at apache.org/licenses/LICENSE-2.0, and the CC-BY-4.0 text at creativecommons.org/licenses/by/4.0.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use these files except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.Where to go next
- Security policy: how to report a vulnerability.
- Feature matrix: what is implemented today vs. roadmap.
- What is Basil?: the project in one page.