From ed861c45db6850e969f8fdce8442843a99765cb1 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Wed, 22 Oct 2025 09:41:43 -0700 Subject: [PATCH] Add license section to README (#58118) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4efe56ccee..4cc512edbf 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,10 @@ Here are some resources to help you get started with open source contributions: * [Set up Git](https://docs.github.com/en/get-started/git-basics/set-up-git) * [GitHub flow](https://docs.github.com/en/get-started/using-github/github-flow) * [Collaborating with pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests) + +## License + +This project is dual-licensed under: + +* **Creative Commons Attribution 4.0** - for documentation and content in the assets, content, and data folders (see [LICENSE](LICENSE)) +* **MIT License** - for code (see [LICENSE-CODE](LICENSE-CODE))