Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's under the "I don't give a shit as long as some dude in china doesn't slap another name on it and sell it licence". I am not sure what the official name for that is tho :-)


This is a good intention, but unfortunately the way copyright law works, having the license be ill-defined means that nobody can really use it and be assured that they're above-board, particularly in something like an Apache or GNU open source project, or in a company environment.

Unfortunately, there's not really a good, widely used license that does what you want, mostly because you run into problems pretty quickly based on derivative works with what you want. Let's say somebody merges your email client with a browser - can they call that by a different name? Can they sell that?

Anyhow, I'd suggest looking at looking at the Apache or BSD licenses (if you want the broadest use) or the GPL (if you want to ensure that modifications to the code must be distributed with any binaries made from the code). Licenses are a bit of a pain, but you can just pick one of the common ones and it'll really help adoption.


Thanks thats helpfull, I'll add a licence tonight (probably BSD)


Note that BSD does allow "some dude in china [to] slap another name on it and sell it".


Yes, but they have to give credit back. Better than nothing - people can follow the trail.


I don't believe this is true. Looking at http://en.wikipedia.org/wiki/BSD_licenses indicates nothing about an attribution requirement.


  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.


They just have to bury the license in the documentation somewhere. Who reads documentation?


Yeah but at least if he goes BSD then he too can use this code in a commercial product.


Huh?! If he's the copyright holder, he can license the code under whatever license he chooses and use his code in a commercial product if he wishes.


Ok I think I read you, but lets say his new commercial product was proprietary; the product costs $100. If the license for his original Inbox2 product was GPL, he would be required to distribute the source code on his new product right? So my point is, if its a BSD license he can integrate that code into the $100 product and not have to share the source code. I'm no software license expert so if I'm mistaken please correct me here.


IANAL either, but I still think he'd be free to use his original code in a commercial product. By releasing under GPL, you give others a limited license to redistribute and modify the software subject to some conditions, but you keep all your rights, and you are free to distribute proprietary versions of the code.

See https://www.gnu.org/licenses/gpl-faq.html#ReleaseUnderGPLAnd...


Ooooooohhhh neat, OK that makes GPL a whole lot more attractive then. Assumption destroyed; paradigm expanded. Thank-you.


correct.


You might also find the Artistic License interesting -

http://www.perlfoundation.org/artistic_license_2_0

It's an interesting balance between freedom and giving back - may be more suited to what you want or may not.


I think MIT and BSD licenses fall into that category in that the copyright must be left unaltered. But that still won't stop someone from doing what you say ;)


When a "dude in china slaps another name on it and sells it" you'll still not be able to do anything about it regardless of the license you choose.

Just say its "public domain" or MIT or Apache in a file called license.txt in the project and forget about it.


I believe you're looking for the WTFPL:

http://sam.zoy.org/wtfpl/




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: