From 231afa86eff58c1960a6fe0647c35e8b889bbe74 Mon Sep 17 00:00:00 2001 From: Jeffrey Luszcz <160953253+Jeffrey-Luszcz@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:38:00 -0500 Subject: [PATCH 1/2] Add License section to README Added a License section to the README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2692d5b..be5c8bc 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,11 @@ For more detailed development instructions, including GitHub Codespaces setup, s --- + +## License + +This project is licensed under the terms of the MIT open source license. Please refer to the [LICENSE](./LICENSE) file for the full terms. + ## Special thanks See the repository's [list of contributors](https://github.com/github/github-well-architected/graphs/contributors), as well as authors in Issues and Discussions, to see who all have contributed to the success of this project. From bf74b31806c6123ec13d16afe7a05cae1ad31539 Mon Sep 17 00:00:00 2001 From: Greg Mohler <110078080+CallMeGreg@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:12:03 -0500 Subject: [PATCH 2/2] Linter fixes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index be5c8bc..26be5c4 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,7 @@ For more detailed development instructions, including GitHub Codespaces setup, s --- - -## License +## License This project is licensed under the terms of the MIT open source license. Please refer to the [LICENSE](./LICENSE) file for the full terms.