From 3a83db48ad92681b7585f87b67ab407075c3f14a Mon Sep 17 00:00:00 2001
From: Olivier Benz <olivier.benz@b-data.ch>
Date: Tue, 21 May 2024 06:19:41 +0200
Subject: [PATCH] Update README.md section License

---
 .devcontainer/README.md | 6 ++++++
 README.md               | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.devcontainer/README.md b/.devcontainer/README.md
index 34fcd01..153d97e 100644
--- a/.devcontainer/README.md
+++ b/.devcontainer/README.md
@@ -117,3 +117,9 @@ on Codespaces) and is preconfigured.
 Choose <nobr>`Manually via PATH`</nobr> when asked the following question:
 
 <img width="520" alt="Manage HLS" src="assets/screenshots/manageHLS.png">
+
+## License
+
+The code in this directory is not part of ghc-musl (the software) and, with the
+exceptions noted in [LICENSE](LICENSE), is distributed under the terms of the
+MIT License.
diff --git a/README.md b/README.md
index 7e86b3b..19d8e61 100644
--- a/README.md
+++ b/README.md
@@ -142,4 +142,6 @@ This project follows the
 
 ## License
 
-[MIT](LICENSE) © 2021 Olivier Benz
+Copyright © 2021 Olivier Benz
+
+Distributed under the terms of the [MIT License](LICENSE).
-- 
GitLab