Earlier quoted context omitted.
Are you sure that it wasn't Microsoft, the corporate person? They are a company of 35,000 people and I'm quite sure that they always act in unison. Also, when some random blogger contacts Microsoft and asks Microsoft to do something about something, then Microsoft better stop what they're doing and listen! Enjoy your Microsoft-hate-train all. yawn
Please don't do sports-team-style BigCorp flamewars on HN. It's not substantive and leads to worse.
How Microsoft stole my code and then spit on it
51–60 of 61 posts
Re: How Microsoft stole my code and then spit on it
#52Earlier quoted context omitted.
That's exactly what I said - that was the only infraction. What part of my comment are you disagreeing with?? Copyright infringement is not theft.
Simple. Distributing MIT-licensed code without the original license disclosure is theft.
“Courts have distinguished between copyright infringement and theft. For instance, the United States Supreme Court held in Dowling v. United States (1985) that bootleg phonorecords did not constitute stolen property. ” - https://en.wikipedia.org/wiki/Copyright_infringement#"Theft"
Re: How Microsoft stole my code and then spit on it
#53Re: How Microsoft stole my code and then spit on it
#54Earlier quoted context omitted.
That's exactly what I said - that was the only infraction. What part of my comment are you disagreeing with?? Copyright infringement is not theft.
Simple. Distributing MIT-licensed code without the original license disclosure is theft.
The grandparent poster is correct -- copyright infringement is not theft and the two ought not be conflated. https://www.gnu.org/philosophy/words-to-avoid.html#Theft explains why: "Under the US legal system, copyright infringement is not theft. Laws about theft are not applicable to copyright infringement (http://caselaw.lp.findlaw.com/scripts/getcase.pl?court=us&vo...). The supporters of repressive copyright are making an appeal to authority—and misrepresenting what authority says.".
The GNU Project also recommends pointing people who misuse the word "theft" in this way to https://www.theguardian.com/books/2013/may/04/harper-lee-kil... -- "which shows what can properly be described as 'copyright theft.'".
Please don't join people in getting this wrong. Even some of the most hostile abusers of that conflation have recanted (the MPAA was denied use of that conflation per https://torrentfreak.com/mpaa-banned-from-using-piracy-and-t... and the MPAA's Chris Dodd admitted that conflation was wrong according to https://torrentfreak.com/mpaa-piracy-is-not-theft-after-all-...).
The copyright holder in this case has options including suing, but calling what happened as "theft" is not an option and is unlikely to get anywhere with a judge.
Re: How Microsoft stole my code and then spit on it
#55Re: How Microsoft stole my code and then spit on it
#56Re: How Microsoft stole my code and then spit on it
#57Earlier quoted context omitted.
The "above copyright notice" must be included; i.e. the general MIT license itself, without credit to any author. https://en.wikipedia.org/wiki/MIT_License The original BSD license did have a credit clause which led to considerable trouble and controversy, so they don't do that any more. IANAL, and this is extremely bad manners on someone's part, but no laws were broken.
> Copyright (c) That's the copyright notice. The license text is "this permission notice". So no, you can not leave the original author name off. The BSD license differs in that it requires the resulting software to display the credits, not just the source code to contain it. (Which is why e.g. phones or cars have somewhere deep in the menus a point where they show license information, to fulfill the BSD requirement)
Re: How Microsoft stole my code and then spit on it
#58Hey – I’m Martin Woodward from Microsoft. I have talked to Jamie and are investigating his concerns and will come back to this thread with any findings. An initial review hasn’t indicated we’d previously heard about this issue. We’ve also reached out to the original copyright owner to ensure we’re taking all the needed steps. If anyone has concerns or spots an issue where a project is missing correct and full attribu…
Re: How Microsoft stole my code and then spit on it
#59What happened was truly awful, but I don't think it's fair to blame MSFT when probably what happened was a few employees trying to take all credit for code they didn't write. From the thread it seems that he did not reach out to MSFT via any official channels and only informed "people he knew at MSFT".
Under the principle-agent relationship (the concept, not the legal definition), I do think it's fair to blame Microsoft if they don't remedy this soon. Out of curiosity, who _would_ the right person to contact at Microsoft be? In my experience public channels exist to isolate the rest of an organization from having to deal with the outside (including complaints about bad behavior).
Re: How Microsoft stole my code and then spit on it
#60Here are the respective codebases as of Christmas Day 2015, 21 days into the lifetime of one and 11 days into the lifetime of the other. They do not appear to match that description.
* https://github.com/lerna/lerna/tree/9aabe1664399d5f233a89d37...
* https://github.com/Microsoft/web-build-tools/tree/c4bb2127e6...