diff --git a/blog.json b/blog.json
index f0abda6..2b24bb2 100644
--- a/blog.json
+++ b/blog.json
@@ -133,7 +133,7 @@
"top-words": 64,
"top-tags": 64,
"code-style": "coffee",
- "note": "This page uses the Nerd Hack Font, which is licensed under the OFL 1.1 License.",
+ "note": "This page uses the Nerd Hack Font, which is licensed under the OFL 1.1 License. All internal content, unless specified otherwise, is subject to their respective license terms as well as Ari-web legal policies.",
"posts": {
"install-lineageos-181-xiaomi-redmi-go-tiare": {
"title": "How to install LineageOS 18.1 on Xiaomi Redmi GO (Tiare)",
diff --git a/scripts/blog.py b/scripts/blog.py
index 0b54c06..1f33265 100755
--- a/scripts/blog.py
+++ b/scripts/blog.py
@@ -162,7 +162,7 @@ DEFAULT_CONFIG: dict[str, typing.Any] = {
"top-words": 64,
"top-tags": 64,
"code-style": "coffee",
- "note": 'This page uses the Nerd Hack Font, which is licensed under the OFL 1.1 License.',
+ "note": 'This page uses the Nerd Hack Font, which is licensed under the OFL 1.1 License. All internal content, unless specified otherwise, is subject to their respective license terms as well as Ari-web legal policies.',
"posts": {},
}