From f6db52bbca5a2272804ccdd8e38955e5b6cd7abd Mon Sep 17 00:00:00 2001 From: xR3b0rn <6249046+xR3b0rn@users.noreply.github.com> Date: Fri, 23 Jul 2021 11:34:52 +0200 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 1b992100..323055b1 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,3 @@ double template_decode(const Signal* sig, const void* nbytes) noexcept # Similar projects * [Vector_DBC](https://bitbucket.org/tobylorenz/vector_dbc/src/master/) Does basically the same, the biggest difference is that it uses `bison` instead of `boost::spirit` for grammar parsing * [CAN BUS tools in Python 3 (cantools)](https://github.com/eerimoq/cantools) - -# Licence -In order to make the distribution and integration of this project as easy as possible, this software shall stay accessable under the MIT licence conditions. However, currently some parts of the KCD parsing logic is linked directly into the `libdbcppp` library what is in direct conflict with the LGPL licence of the KCD XSD specification. Please consider this when using the `libdbcppp` library. For more related information see [#78](https://github.com/xR3b0rn/dbcppp/issues/78).