docs: clarify license scope in README

This commit is contained in:
2026-06-15 04:53:27 +02:00
parent de64c90a6d
commit 8d6483eb80
+10
View File
@@ -8,6 +8,16 @@ template when scaffolding new projects.
All dependencies are fetched automatically via CMake `FetchContent` with no All dependencies are fetched automatically via CMake `FetchContent` with no
manual installation required beyond the tools listed below. manual installation required beyond the tools listed below.
## License
This template is licensed under the MIT License. The license covers the
CMake build files, `deps/` scripts, and other template infrastructure.
Because this is a project template, your own source code is not bound by
this license. You are free to choose any license for your project that is
compatible with MIT. Simply replace the `LICENSE` file with your chosen
license.
## Requirements ## Requirements
| Tool | Purpose | | Tool | Purpose |