A LICENSE => LICENSE +14 -0
@@ 0,0 1,14 @@
+BSD Zero Clause License
+
+Copyright (c) 2023 Francesco Gazzetta
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
M README.md => README.md +7 -0
@@ 16,3 16,10 @@ cd sounds
for file in *.wav; do ffmpeg -i "${file}" "${file/%wav/ogg}"; done
rm *.wav
```
+
+## License
+
+Source code is released under 0BSD, see [LICENSE](./LICENSE).
+
+Assets under the `sounds` and `textures` directories should only be present
+after you run `download.py`, and belong to their respective owners.