diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-26 10:19:10 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-26 10:19:10 -0500 |
| commit | 012d4ccc9f34ac50b4c68e5c97e36d9d9813fc42 (patch) | |
| tree | bbbb5432c2ca71420c95766762e4c61aff306151 /README.md | |
| parent | daa1259c15f522dfa7ece15e3f9d09d437d4be18 (diff) | |
Simplify licensing
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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. |