Github user achristianson commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/191
@calebj we're 100% golden on the licence.
We have:
- RapidJSON itself under MIT (Apache Category A)
- msinttypes r29 under BSD (Apache Category A)
- JSON_checker under JSON (Recently banned/put into to Apache Category X)
Upon closer inspection of the JSON_checker, the RapidJSON license says this:
"To avoid the problematic JSON license in your own projects, it's
sufficient to exclude the bin/jsonchecker/ directory, as it's the only code
under the JSON license."
So, strip out the bin/jsonchecker/ dir and we're fully in Category A
territory.
---