lh-l4v/LICENSE.md

24 lines
786 B
Markdown

<!--
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# License
The files in this repository are released under standard open source licenses.
Typically, proofs about the seL4 kernel code itself are licensed under GPL
version 2, and general libraries and tools under the 2-Clause BSD license.
Please see the individual file headers for details. Each file either contains
an [SPDX][1] tag with license information or is listed in the [`dep5`][2] file.
The full text of all licenses mentioned in this repository is available in the
[`LICENSES/`][3] directory.
If required, the [`reuse`][4] tool can generate a full bill of materials.
[1]: https://spdx.org
[2]: .reuse/dep5
[3]: LICENSES/
[4]: https://github.com/fsfe/reuse-tool