Hacker News new | ask | show | jobs
by jronald 4708 days ago
The response to MailChimp's letter is distasteful at best. I don't know how MailChimp found out about Luke's work, but I imagine having a Dev contact someone infringing on their work is not normal procedure for any company. Lawyers are paid to do this professionally, however Ms. Danin's letter goes above and beyond, illustrating the issues they have and their reasoning behind it. They could have had court documents (in the US anyways) show up at your door, or the site / files could have been forced offline by working with the host.

Your response reflects poorly on you. I would say it was fair to mention your employer as it's listed on your public github profile, and it isn't clear that your employer isn't aware. Additionally, I'd imagine you'll be receiving more removal requests from the other sites you replicate.

Also, releasing your files under the MIT license prohibits you from restricting them to "educational purposes", at least to my understanding, but I could be incorrect here.

1 comments

That's basically true. The MIT license generally doesn't provide for any restrictions. That's why it's so awesome.

But ultimately, there's no legally binding rules about using the MIT license. I can "use" the MIT license and then say, "Only cats who can ride motorcycles can use this code", and then, while MY license is "based" on the MIT license, it now has a totally valid motorcycle cat restriction. Cause I added one.

Thanks for clearing that up. I'm a little fuzzy on where that can be done - ie on github, if you set it to the MIT license, can you define the additional rules within the license section? does putting the "educational use only" anywhere on the page apply? I'm not a coder, and this normally would not apply to the work I do, but it is interesting seeing how these things play out.