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

Add a LICENSE File to clarify the LICENSE #34

Closed mame98 closed 4 years ago

mame98 commented 4 years ago

On the Website it says that hedley is Licensed under CC0:

CC0, which is basically an attempt to put it in the public domain, or as close as possible.

It would be great if you could add a LICENSE or COPYING file to make licensing more clear from within the code.

nemequ commented 4 years ago

Good point, thanks. I just pushed 24576ef7ec4742ac5188c118dd294ad920e5122e to dev for this.

If you're actually worried about the license of the code, not just discoverability, it's worth noting that their is a comment in hedley.h that specifies CC0, and even includes an SPDX identifier. I think even the most anal lawyer would be okay with that.