nemequ / hedley

A C/C++ header to help move #ifdefs out of your code
https://nemequ.github.io/hedley/
Creative Commons Zero v1.0 Universal
774 stars 51 forks source link

license question CC0-1.0 #52

Closed svmobi closed 2 years ago

svmobi commented 2 years ago

we are using nlohman json https://github.com/nlohmann/json (licensed MIT) in a commercial project, which itself includes hedley. Now i just want to make sure if there are any trademark or patentrights on hedley ?

nemequ commented 2 years ago

Nope, feel free to use it however you want. I don't own any trademarks, and I'm not aware of any relevant patents. All Hedley really does is expose features provided by compilers in a way that doesn't break compatibility with other compilers, I honestly can't see how anything Hedley itself does could be patentable.

Closing, but feel free to reopen if you have any follow up questions.