Skip to content

Commit 321d3a8

Browse files
committed
Added licences info for libraries.
1 parent d35bb5a commit 321d3a8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_includes/licenses.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The CommsChampion Ecosystem contains multiple components, each one is licensed s
66
|[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.|
77
|[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/)|
88
|[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.|
1012

1113

1214
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

Comments
 (0)