Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add license notes #13

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,11 @@ This is embedded into all MediaMTX releases and shouldn't normally be downloaded
```sh
go build .
```

## License

All the code in this repository is released under the [MIT License](LICENSE). Compiled binaries make use of some third-party dependencies:

* libcamera, released under the [MIT license](https://git.libcamera.org/libcamera/libcamera.git/tree/LICENSES)
* freetype, released under the [FreeType license](https://github.com/freetype/freetype/blob/master/LICENSE.TXT)
* x264, released under the [GPL v2](https://gitlab.freedesktop.org/gstreamer/meson-ports/x264/-/blob/meson/COPYING)