Github user achristianson commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/191
@calebj with regard to the license, I think @phrocker is just referring to
adding RapidJSON's license text to our LICENSE file. If you look in there, for
every project we include in our thirdparty/ dir, we mention that we did that
and what the license of that project is.
RapidJSON is MIT license which is fully compatible. A good reference is
https://www.apache.org/legal/resolved.html
So I think we're good if you copy their LICENSE
(https://github.com/Tencent/rapidjson/blob/master/license.txt) into our LICENSE
using the same format as the others.
---