summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-12-09 14:45:31 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-12-10 17:13:59 +0100
commitdfaad6f5baa01c6c0975237963e35edcfa37ec08 (patch)
tree393ac5d8e204c6d87337f0f9663b2db1db2e4a08 /README.md
parent35bdd5efa71ba32a6c1cdfbabfa4b8dc71760aac (diff)
downloadfork-godot-webrtc-native-dfaad6f5baa01c6c0975237963e35edcfa37ec08.tar.gz
fork-godot-webrtc-native-dfaad6f5baa01c6c0975237963e35edcfa37ec08.tar.bz2
fork-godot-webrtc-native-dfaad6f5baa01c6c0975237963e35edcfa37ec08.zip
Bump godot-cpp to beta8, libdatachannel to v0.18.0
libdatachannel and libjuice are now released under MPL 2.0. Dependencies has been refactored under a `thirdparty` folder similar to what we have in Godot, with a dedicated `thirdparty/README.md` containing details information on dependencies upstreams, versions, and licenses.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index b2e87f9..458f399 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,4 @@ You simply need to copy that folder to the root folder of your project. Note tha
### License
-The `webrtc-native` plugin is licensed under the MIT license (see [LICENSE](https://github.com/godotengine/webrtc-native/blob/master/LICENSE)), while `libdatachannel` and one of its dependencies (`libjuice`) are licensed under LGPLv2.1 or later, see [libdatachannel LICENSE](https://github.com/paullouisageneau/libdatachannel/blob/master/LICENSE) and [libjuice LICENSE](https://github.com/paullouisageneau/libjuice/blob/master/LICENSE).
-
-Make sure you understand and comply with the LGPLv2.1 license when redistributing this plugin.
+The `webrtc-native` plugin is licensed under the MIT license (see [LICENSE](https://github.com/godotengine/webrtc-native/blob/master/LICENSE)), while `libdatachannel` and its dependencies are licensed under other permissive open source licences. Please see [`thirdparty/README.md`](thirdparty/README.md) for more informations.