Files
browser/LICENSING.md
2024-12-02 18:00:32 +01:00

24 lines
414 B
Markdown

# Licensing
License names used in this document are as per [SPDX License
List](https://spdx.org/licenses/).
The default license for this project is [AGPL-3.0-only](LICENSE).
## MIT
The following files are licensed under MIT:
```
src/http/Client.zig
src/polyfill/fetch.zig
```
The following directories and their subdirectories are licensed under their
original upstream licenses:
```
vendor/
tests/wpt/
```