summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2025-09-26 10:19:10 -0500
committerHunter Kvalevog <hunter@kvog.sh>2025-09-26 10:19:10 -0500
commit012d4ccc9f34ac50b4c68e5c97e36d9d9813fc42 (patch)
treebbbb5432c2ca71420c95766762e4c61aff306151 /README.md
parentdaa1259c15f522dfa7ece15e3f9d09d437d4be18 (diff)
Simplify licensing
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9fa9208..c129899 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,13 @@
A collection of small demo applications that don’t deserve their own repositories.
-These demos are for educational and experimental purposes only. They are not guaranteed to be correct, performant, safe, or (generally speaking) good.
+These demos are for educational and experimental purposes only. They are not guaranteed to
+be correct, performant, safe, or (generally speaking) good.
## Licensing
-I use 0BSD wherever possible, but some demos may carry a different license due to library dependencies. See the SPDX license identifier at the top of each source file for details.
+The source code in this repository is available under the terms of the BSD Zero Clause
+License. Attribution is welcome but not required.
+
+Some demos depend on external libraries. While this repository only provides source code,
+any binaries you compile may be subject to the terms of those libraries' licenses.