-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LICENSE needs clarification #1139
Comments
I would have thought that as this project is using http://unlicense.org/ (and not just claiming public domain) that it would be covered, but you have a point. Any reason not to go for the MIT over Apache 2? |
The "unlicense" seems to be centred around the (apparently erroneous) idea that you can elect to put your work in the public domain. |
The CC0 "dedication" was designed to be the best possible "public domain" stand-in possible.. http://creativecommons.org/publicdomain/zero/1.0/ |
I have concerns: The CC0 doesn't appear to be a license at all, has limited jurisdiction, and is not recognised by the OSI. The "Unlicense" doesn't seem particularly solid either. Website is dead at the moment and according to this thread
|
Someone needs to go back in time to create this project at least 200 years ago and then die like Russell Nash and then you can see about getting it into the public domain. |
Apparently, some companies require OSI-recognised licenses, which would mean that their developers couldn't technically use HTML5 Boilerplate (or even normalize.css). Potentially, we could use the MIT license. (cc @seutje for an insight into Drupal licensing requirement insanity) |
I like MIT because I don't think I'm missing something when I read it. It's also right across the river and I'm a total local fanboy. |
@necolas Is there a reason MIT wasn't used originally? |
Basically I didn't go with an attribution-based license because a lot of the techniques in H5BP are from all over; the community wrote it and it was assembled by the h5bp dev team. So I didn't want to require attribution to folks that arent neccessarily the authors. Also publicdomain/unlicense/cc0 just seemed like a nicer "don't even ask, just take and use" license. But seems like now those justifications are less valuable. Fine with me. |
Provide a proper, highly permission license, recognized by the OSI, to remove any potential for ambiguity. Addresses concerns around the inability to elect to place work in the Public Domain. Fix gh-1139
For the record, it should be noted that Lawrence Rosen, author of the quoted 2002 article and former general counsel and secretary of the Open Source Initiative (OSI), last year recanted his previous views on public domain software:
See D. J. Bernstein's public domain information page at http://cr.yp.to/publicdomain.html for more particulars. Both Creative Commons and the Free Software Foundation already recognize both CC0 and the Unlicense as valid and compatible public domain dedications. |
http://www.linuxjournal.com/article/6225
The Creative Commons "Public Domain" license has also been retired.
Everyone would probably be better off with use of the MIT or Apache 2 license.
The text was updated successfully, but these errors were encountered: