While the result is a big relief, I think it's not as decisive as I'm noticing some headlines (and commenters) are claiming. One of the big open questions is "are APIs copyrightable?" The court skirted that question, and instead focused on whether it was fair use: > To decide no more than is necessary to resolve this case, the Court assumes for argument’s sake that the copied lines can be copyrighted, and focuses on…
Google’s copying of the Java SE API was fair use [pdf]
81–90 of 965 posts
Re: Google’s copying of the Java SE API was fair use [pdf]
#82Does anyone have a good estimate of what this case cost Oracle and Google, especially in terms of legal fees, and where that money went ultimately?
Because of the way this decision went, I’m sure Google considers it a worthy investment and Oracle considers it a temporary setback as it pursues other extortion schemes using Sun’s Patents. I wouldn’t be surprised if they have a specific division of lawyers dedicated to finding novel ways of extorting wealth using Patents; this would likely just be one of the cases they were working on.
Come to think of it, from Oracles perspective it was definitely worth a shot, to throw a few millions (if that?) with a chance of winning billions.
Re: Google’s copying of the Java SE API was fair use [pdf]
#83Hackers and programmers tend to try and read the law like computer code to be "hacked" and exploited based on the letter of the law. So you'd expect us to be more sympathetic to Thomas' view. So this is a great example to smack hackers with when they try and "hack" the law, treating it like code rather than something more human. It's a great example because this is a case where the majority is obviously the "right" decision to any true code hacker.
Re: Google’s copying of the Java SE API was fair use [pdf]
#84Which of Breyer's clerks drafted this? They clearly understand many tech issues and I hope they find their place on some Federal circuit to herald an era of logic in tech law. "Google’s limited copying of the API is a transformative use. Google copied only what was needed to allow programmers to work in a different computing environment without discarding a portion of a familiar programming language. Google’s purpose…
Emily Barnet, 2020, Yale (2015)
Diana Li Kim, 2020, Yale (2017)
Arjun Ramamurti, 2020, Yale (2018)
Daniel Richardson, 2020, Virginia (2018)
Brittany Jones-Record, 2020, Stanford (2016)
David Scott Louk, 2020, Yale (2015)
Elizabeth B. Deutsch, 2021, Yale (2016)
Joel F. Wacks, 2021, Chicago (2018)
[1] https://en.wikipedia.org/wiki/List_of_law_clerks_of_the_Supr...
Re: Google’s copying of the Java SE API was fair use [pdf]
#85Re: Google’s copying of the Java SE API was fair use [pdf]
#86Interesting to see SCOTUS citing Lotus v Borland, which was originally deadlocked at 4-4 (although Breyer seems to have voted in favour of Lotus back then). Does this elevate the precedential value of Lotus?
Re: Google’s copying of the Java SE API was fair use [pdf]
#87The dissent is worrying, though. For a pivotal case that would have had a profound adverse effect on the future of software development had it been decided the other way, there seemed to be a disturbing lack of appreciation of the fundamental issues in play, particularly the practical reasons that programmers separate interface and implementation and the implications of this for interoperability.
Re: Google’s copying of the Java SE API was fair use [pdf]
#88Earlier quoted context omitted.
Not surprised at all the Thomas and Alito are in that dissent..
I was under the impression that a dissent has to be written, even if they all agree in the majority opinion/ruling?
Re: Google’s copying of the Java SE API was fair use [pdf]
#89"(e) The fact that computer programs are primarily functional makes it difficult to apply traditional copyright concepts in that technological world." So the opinion effectively preserves the status quo in the software industry while sidestepping the question of API copyrightability.
True, but it's such a strong precedent in favor of copying API's being "fair use" that it at least partly moots the more general question of "are API's copyrightable in the first place." I think this was a good decision all in all. AIUI, the SCOTUS try to limit the scope of their decisions as much as possible, to avoid over-generalization.
* Google’s API copying can’t be fair use if they weren’t copyrightable in the first place.
* If you do copy an API because of it’s beauty and not for either interoperability with software or interoperability with developers then it seems that you would run afoul of copyright.
Re: Google’s copying of the Java SE API was fair use [pdf]
#90> "Google copied approximately 11,500 lines of declaring code from the API, which amounts to virtually all the declaring code needed to call up hundreds of different tasks. Those 11,500 lines, however, are only 0.4 percent of the entire API at issue, which consists of 2.86 million total lines. In considering “the amount and substantiality of the portion used” in this case, the 11,500 lines of code should be viewed as…
Question from a layman: Does "interoperability" as a concept have any legal relevance here? Like focusing on programmer skills seems kind of beside the point, which is really for two pieces of software to be able to interoperate.