License¤
Copyright © Chris Wilson and contributors.
Code, including source files and any code samples in the content, is dual-licensed under either the MIT or the Apache 2.0 license. This means you can use the code in your own projects under either license of your choosing.
All other content (e.g. documentation and images) is licensed under the CC-BY-4.0 license. This gives you permission to use the content for almost any purpose (but does not grant you any trademark permissions), so long as you note the license and give credit (see Best practices for attribution for examples).
When you contribute to this repository you are doing so under the above licenses, without any additional terms or conditions.1
SPDX & REUSE Compliance¤
This repository is compliant with version 3.2 of the REUSE Specification.
License files are contained in the LICENSES/ directory and additional copyright & license information can be found in REUSE.toml.
You can download the SPDX software bill of materials (SBOM) in Tag:Value format for this repository: tinydantic.spdx
Alternatively, you can install the reuse tool and run the following commands to generate the SPDX SBOM directly from this repository:
-
The text above is adapted from https://github.com/github/opensource.guide/blob/main/notices.md#licenses used under the CC-BY-4.0 license. ↩