diff options
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. |