# 🛈 Information A copy of the license should always be distributed along with the source code files. Each file contains licensing information. ## Code License :::{attention} :name: Whiteprints's Code License The _[Python] code_ of this project is distributed under license [CC-BY-NC-SA-4.0](../LICENSES/CC-BY-NC-SA-4.0.txt). ::: In case of doubt, please check the [SPDX] header of each individual source code file. You can also refer to the [SPDX License List] and [REUSE] for explanations on licenses, expressions and exceptions. ## Project Licenses The [Python] code distributed is a subset of the complete codebase. To simplify license management for both humans and automated systems, we adhere to the [REUSE] standard. All licenses relevant to this project are located in the `LICENSES` directory at the root of the repository. Project metadata comply with [PEP 639]. The licenses applied to this project are: {{ licenses }} For detailed information, please refer to the [SPDX] headers in each individual source file. [Python]: https://www.python.org/ [SPDX]: https://spdx.dev/ [SPDX License List]: https://spdx.org/licenses/ [REUSE]: https://reuse.software/tutorial/ [PEP 639]: https://peps.python.org/pep-0639/