You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/licenses.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ The CommsChampion Ecosystem contains multiple components, each one is licensed s
6
6
|[CommsChampion Tools](https://github.com/commschamp/cc_tools_qt)|[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)| The tools use open source [Qt](https://www.qt.io/) which require compatible license. The tools are expected to be used on the development PC to debug / visualize the protocol and are not part of any end product.|
7
7
|[CommsDSL Specification](https://github.com/commschamp/CommsDSL-Specification)|[cc-by-nd](https://creativecommons.org/licenses/by-nd/4.0/)|The specification text is provided under [Creative Commons Attribution-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nd/4.0/)|
8
8
|[commsdsl](https://github.com/commschamp/commsdsl)|[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)|Library for parsing [CommsDSL](https://github.com/commschamp/CommsDSL-Specification) schema files and code generation tools.|
9
-
9
+
|[cc.mqtt5.libs](https://github.com/commschamp/cc.mqtt5.libs)|[MPL-2.0](http://mozilla.org/MPL/2.0/)|Library implementing client side of the MQTT v5 protocol.|
10
+
|[cc.mqtt311.libs](https://github.com/commschamp/cc.mqtt5.libs)|[MPL-2.0](http://mozilla.org/MPL/2.0/)|Library implementing client side of the MQTT v3.1.1 protocol.|
11
+
|[cc.mqttsn.libs](https://github.com/commschamp/cc.mqtt5.libs)|[MPL-2.0](http://mozilla.org/MPL/2.0/)|Libraries implementing client and gateway sides of the MQTT-SN v1.2 protocol.|
10
12
11
13
12
14
The code generated by the [commsdsl](https://github.com/commschamp/commsdsl) tools has no license, the vendor is free to pick any as long as it's compatible with the license of the project it depends on listed above.
0 commit comments