diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..908d5d3
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,69 @@
+This repository holds the source for sheets.ch and the writing published there.
+The two are licensed separately:
+
+ * Site source (everything outside src/content): MIT License
+ * Writing in src/content: Creative Commons Attribution 4.0 International
+ * Code samples inside that writing: MIT No Attribution (MIT-0)
+
+Product names and trademarks mentioned in the content belong to their owners.
+
+
+MIT License
+===========
+
+Copyright (c) 2026 Chad Sheets
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+Creative Commons Attribution 4.0 International (CC BY 4.0)
+==========================================================
+
+Copyright (c) 2016-2026 Chad Sheets
+
+The prose, images, and other non-code content under src/content may be shared
+and adapted for any purpose, including commercially, provided you give
+appropriate credit, link to the license, and indicate if changes were made.
+
+Summary: https://creativecommons.org/licenses/by/4.0/
+Legal code: https://creativecommons.org/licenses/by/4.0/legalcode
+
+
+MIT No Attribution (MIT-0)
+==========================
+
+Copyright (c) 2016-2026 Chad Sheets
+
+Applies to code samples, commands, and configuration snippets that appear
+inside the content under src/content.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/package.json b/package.json
index e7bda6b..a0beb8c 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
},
"keywords": [],
"author": "",
- "license": "ISC",
+ "license": "MIT",
"description": "",
"dependencies": {
"@astrojs/mdx": "^4.3.13",
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index a7ea9e4..26646bd 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -1,6 +1,7 @@