Pushing Back Against Licensing and the Permission Culture
kthreadd writes "Luis Villa has an interesting discussion on the topic of not licensing at all, what he calls POSS or Post Open Source Software. With a flood of new hackers flocking to places like GitHub which doesn't impose any particular requirements for hosted projects, the future of Open Source may very well be diminishing. Skip licensing, just commit to GitHub. What legal ramifications will this have on the free and open source community going forward?"
From the article: "If some 'no license' sharing is a quiet rejection of the permission culture, the lawyer’s solution (make everyone use a license, for their own good!) starts to look bad. This is because once an author has used a standard license, their immediate interests are protected – but the political content of not choosing a license is lost. Or to put it another way: if license authors get their wish, and everyone uses a license for all content, then, to the casual observer, it looks like everyone accepts the permission culture. This could make it harder to change that culture — to change the defaults — in the long run. So how might we preserve the content of the political speech against the permission culture, while also allowing for use in that same, actually-existing permission culture?"
From TFA:
the open license ecosystem assumes that sharing can’t (or even shouldn’t) happen without explicit permission in the form of licenses.
This is because our legal system makes this assumption. Wishful thinking does not make laws go away. If you release software with no license, then it is legally presumed to have full copyright protection. You need to explicitly give up your rights.
By default all code that does not have a license is "all rights reserved" http://www.infoworld.com/d/open-source-software/github-needs-take-open-source-seriously-208046
if there is no license than someone can take the work, use it for their own product, make money and not give anything back
Nope. If there is no license, then the work is presumed to have full copyright protection. Full copyright is the default , and you need to provide an alternative license if you want people to legally use it in any way.
Now, what stops a company from taking your code and making massive changes to it and shipping that code for mad moneys?
Their legal department. Without a more permissive license, they're stuck with default copyright terms (no copying except for narrow "fair use" exceptions) so they can't distribute it. Ethical companies wont touch it, unethical ones would have no qualms about pirating BSD/MIT/GPL/whatever licensed code anyway, and the hackers and hippies don't care about licenses will use it and carry on not caring about licenses.
0 1 - just my two bits
Posting as AC its clear you don't intend to assert these rights. That's not the issue.
Someone else can assert the rights.
They take your code, change it just a tiny bit, and turn around and demand license fees from other users, and perhaps you yourself. (Don't laugh, this has happened). Slap at least some kind of license on your code, if for no other reason than protect people who want to use it in the future. Give them some legal standing to use your code before some other entity asserts their own ownership.
Pick a license, any license, but don't send your code naked into the world to be used as a club by others. You aren't doing anyone any favors by releasing with no license whatsoever.
Sig Battery depleted. Reverting to safe mode.