IppSec / ippsec.github.io

Creative Commons Zero v1.0 Universal
140 stars 29 forks source link

Add License #23

Closed henryreed closed 2 years ago

henryreed commented 2 years ago

Hello Ippsec and contributors,

I'd like to copy this template to use for cocktail recipes from a completely different YouTube channel. I'd like to know what I can and cannot do with the code and would prefer to have a license to work with. If possible, please add a license to this repository. Thanks!

ippsec-htb commented 2 years ago

Hey @henryreed sorry for the lateness. Can you recommend a license to use? You are free to use any of the code here anyway you want. I'd appreciate if you gave some credit, but its not required.

henryreed commented 2 years ago

Hi @ippsec-htb! No worries at all--thanks for your time.

If you want to completely abstain from legally requiring folk to credit you, there is the Creative Commons CC0-1.0, as well as the Zero-Clause BSD. There is some minor discussion of licenses like that here, if you'd like some additional reading. The nice thing about the Creative Commons CC0-1.0 license is that it attempts to waive copyright in countries where this is legal, like the United States, and in countries where it's not, like Germany, it has a fallback to a "public domain equivalent license".

I am planning to give credit, no matter the license :)

IppSec commented 2 years ago

I have added license.txt to the root of this repository, which is the CC0 license. I don't want to add it to the actual website due to the website not having any external links. I've tried to keep it pretty minimal (minus the horrendously inefficient json db that I always intended to clean up but never did)

Let me know if there's a better way to do it, I actually never thought about licenses before.

IppSec commented 2 years ago

Closing issue, on the Github Page I can see it is licensed CC0. Thanks again for the recommendation.

henryreed commented 2 years ago

Awesome--thanks so much!