Skip to content

Commit

Permalink
add license notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Aug 26, 2024
1 parent e8b015a commit 57f28bb
Showing 1 changed file with 8 additions and 0 deletions.
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](hhttps://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)

0 comments on commit 57f28bb

Please sign in to comment.