• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

google vs oracle - supreme court

 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's not every day your primary language goes to the US Supreme Court. Today the Oracle vs Google decision came out. The central issue about was about whether it was a problem that Google used Java APIs in Android. Supreme Court ruled in Google's favor.

I'm glad it worked out that way. APIs are contracts. Specifying how those can be used is quite limiting!

Summary news article
Actual decision for lawyers
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:APIs are contracts. Specifying how those can be used is quite limiting!



Although...

That news article wrote:The case concerned about 12,000 lines of code that Google used to build Android that were copied from the Java application programming interface developed by Sun Microsystems...



So, not quite writing code to implement a contract. But I'm sure that IBM didn't write their own code to implement e.g. java.lang.String when they produced their Java JVMs either, so I'm happy with the result of the case too.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that we have 2 types of files being copied here. One is in fact the API contract and this was the potential industry-killer. Recently the heir to SCO arose from the swamp muck in which we though it was safely long-dead and buried and resumed its litigious ways. Now imagine them latching on to an Oracle-favoring decision and shutting down the entire world until it sent in royalty payments for stdio.h and its ilk.

It may be that all 12,000 lines claimed were in fact API specifications. Java is, after all a very rich environment. But Sun also contributed heavily to the open-source ports of Java, which is where you could make claims on the actual implementation of things like java.lang.String. I'm doubtful that this was part of the suit because there is already plenty of precedence for the legal principle of "No takey-backseys", meaning that once made available, you cannot pull the rug out from under someone unles the license granted expressly says you can (and there is absolutely no way that outfits like Red Hat would have provided IcedTea and OpenJDK under such restrictions). In fact. the usuage strategy when attempting to close what was open is to keep the original system open-source and make future extensions and maintenance closed, which is essentially what Oracle is moving to as they attempt to monetize future Java versions.

Yes, you can copyright an implementation of java.lang.String. However, previous case law has already determined that you cannot then use that as a platform to play dog-in-the-manger on anyone else who wants to implement their own java.lang.String. It's the difference between Shakespeare claiming protection for a Dark Lady sonnet and claiming exclusive ownership of every sonnet ever written. Even specific lines of code are hard to claim, as it has long been established that if the Universe itself establishes constraints on implementation, then the implementation cannot be copyrighted. That is, Einstein could never claim E=mc2 as his personal property.

Copyrights are problematic. On the one hand, people like Beethoven, Dickens and even Tolkien have complained about unauthorized copying depriving them of a living. On the other hand, Sonny Bono and his cronys have made it  possible not only for authors to become parasites decades after their works were created since there's no financial incentive to keep creating new works, it makes it possible for multiple generations who haven't the slightest drop of creativity of their own to profit at the expense of the general public. It's one thing to make a living and provide for your heirs, and quite another to quash creativity far into the future.

Courts, as we repeatedly have seen can make decisions that can make a royal mess of the world when the law is decided and enforced strictly on legal grounds with no attention to practical consequences. So I'm very, very glad that Oracle lost.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic