Clarify licensing in READMEs

This commit is contained in:
Isaac Freund 2020-11-03 13:23:30 +01:00
parent e8f077cb98
commit 07f15a2416
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11
2 changed files with 8 additions and 0 deletions

View file

@ -22,6 +22,11 @@ of how to integrate zig-wlroots and its dependencies into your build.zig.
See the C headers of wlroots for documentation.
## License
zig-wlroots is released under the MIT (expat) license. The contents of the tinywl directory
are not part of zig-wlroots and are released under the Zero Clause BSD license.
## TODO
- [x] Bind enough to port [tinwyl](https://github.com/swaywm/wlroots/tree/master/tinywl)

View file

@ -14,3 +14,6 @@ git submodule update --init
Then simply run `zig build` to build tinywl.zig.
## License
tinywl.zig is released under the Zero Clause BSD license.