Oracle wins copyright for the Java APIs

(And comments on Reddit here)

Not only does this affect alternative Java implementations (mainly Android), but also sets a dangerous precedent for other companies to do the same with their APIs.

TL;DR: Oracle is full of BS, and the courts aren’t much better.

/facepalm.

Their need to use similes to define their case tells you all you need to know about lawyers… they know nothing about programming.

So, what next? Microsoft to sue the various Linux DirectX emulation layers?

Probably.

This sort of thing has been going on for over 20 years now and it’s a symptom that the law just can’t cope with the concept of computer software in its current legislation. Clearly “copyright” doesn’t quite work and the “patent” system is a complete joke. What’s really needed is some completely new concept in law pertaining specifically to software.

Because, on the one hand, I can see how copyrighting an API could cause all manner of ridiculous and spurious shit in the courts and benefit nobody and be a general disaster for all concerned. But on the other hand it takes just a pinch of common sense to see that Google ripped Oracle right off and stuck two fingers up at them. Someone’s clearly been wronged but in a way which cannot be currently defined in law without breaking something else.

Cas :slight_smile:

I just don’t understand how there is copyright at all when Sun open sourced the java language and API’s? Can’t everyone use and copy the API as much as they want so long as they abide by the open-source license?

Well… quite.

Cas :slight_smile:

There is always a loop hole so to answer your question, fuck knows.

Instead of playing “chicken little”…what did the court actually rule. The internal e-mails of google show intentional stomping on copyrights.

I find this decision disappointing but I also disagree with the suggestion that the design of an API is not as creative as the implementation of the API. We have all worked with good and bad APIs, the work put into an API is creative and makes a real difference to developers. Google’s assertion that an API is purely functional is BS.

But… Java did not come out of thin air, it is based on prior work too. So whose lawyers are going after Oracle now? :slight_smile:

All well and good…but what was the ruling?

I don’t really see a big difference with this and well what other vendors have claimed over the years. In particular even some of the GPL people (in particular RS) asserts that linking to a library (via a api) constitutes a derived work.

I should have said this when I link to the text of the decision. If it’s too long (I only skimmed)…and 69 pages for a higher court decision is damn short…jump to the end and read the conclusion.

So is “the sky falling”?

I’d suggest if you thought so you at least skim the ruling as a lesson. If you read a summary of any complex topic that someone with severe A.D.D. can easily read, then by necessity you’re getting a very skewed view of the issue. Information theory tells you so. The question of “can a public API” be covered by copyright protection is the exact same open question after this decision as it was the day Google and Oracle step into trial. The only change is the court overruled a district court decision. From the ruling, page 42:

Now an A.D.D. person can read my chosen snippet…and what I’m presenting could be skewed. If you care about something…check for yourself.

In order for an open source license to exist, you need copyright, otherwise there’s nothing to license (you can’t license something that isn’t your property). In any event, Sun open-sourced the JDK under the GPL, but Google decided not to abide by that license (they didn’t want Android to be copyleft). However, they believed that the API aren’t copyrightable (and therefor not Sun’s to license), so a they took what they believed to be a clean-room implementation (Harmony) of the Java APIs. The question of API copyrightability is an interesting one, but there’s little doubt that Google did not have clean hands in this whole affair.