Excuse the really really obvious question, but how can you sue somebody for intellectual property infringement on open-source software? Didn't you already give anybody the license to do what they wanted with it? If they've violated the license terms in some way, isn't that different from IP infringement?
The linked article is very unclear about what Oracle is suing about. From this article, it appears that they're claiming patent infringement (not copyright violation): http://www.ft.com/cms/s/2/d95fbb12-a671-11df-8767-00144feabd... Sun/Oracle's Java implementation was released under the GPLv2, which doesn't include a patent license. I don't know if they included any patent license with the open source release. Even i…
Oracle sues Google over use of Java in Android
111–120 of 345 posts
Re: Oracle sues Google over use of Java in Android
#112Re: Oracle sues Google over use of Java in Android
#113It just goes to show that whatever company-de-jour promises about enforcing the patents that they are granted today, all bets are off when they fall on hard times and are acquired tomorrow. Serious about openness? Skip the "patent and promise" dance and just release the damn thing BSD.
The BSD license would be useless here. Preventing this kind of thing is the whole point of the third revision of the GPL; to my knowledge there are no other software licenses that do this.
Re: Oracle sues Google over use of Java in Android
#114The biggest issue I see with Oracle's lawsuit is not with Android itself, but the future of Java as an open platform. The claims are pretty serious, and Oracle is going straight for the jugular. It'll be interesting to see how it shakes out, but I've got to hope that Google will come out of this in good shape for the sake of Java. It's unfortunate that Oracle is interpreting Google's implementation of Dalvik and a Ja…
http://stadium.weblogsinc.com/engadget/files/oracle-google.p...
Re: Oracle sues Google over use of Java in Android
#115I like this headline because if we sent it back in time 30 years it wouldn't make any sense at all.
Re: Oracle sues Google over use of Java in Android
#116The headline should read "Oracle sues Google over literally the only thing keeping Java relevant".
Re: Oracle sues Google over use of Java in Android
#117I'm sorry, but I just don't understand this decision. Is Oracle in need of cash or something? Why did they become patent trolls? I mean, they're not even in the smart phone business, and it's not like Google is going to put a DBMS into Android. How are they being threatened in any way by Google?
Oh, but they are in the phone business; every phone that includes Java pays license fees to Oracle... except Android phones aren't paying.
Re: Oracle sues Google over use of Java in Android
#118Earlier quoted context omitted.
I'm pretty sure the Mono people are worried. These patents are things that are fairly fundamental and important to any sort of mobile device that has competent security.
No I'm pretty sure they aren't. The CLR is totally different to the JVM.
Re: Oracle sues Google over use of Java in Android
#119If such a union existed it would immediately stop the use of software patents. The union could also lobby congress for the elimination of software patents and could work on other programmer related laws, establish standards bodies, etc. IOW, give programmers some say in the industry that is currently driven by the suits.
Re: Oracle sues Google over use of Java in Android
#120Google's an engineering company and I think they should fight back as such. Get together a team of your best and brightest, take Postgres, and turn it into a drop-in replacement for Oracle. And be very public about your efforts.
The most engineer-ish thing to do is a back of the envelope calculation:
1. Estimate how much it'd cost to fight the suit.
2. Estimate the probability of winning.
3. Estimate the damages if you lose.
4. Estimate Oracle's ask for licensing the patents.
If (1 + 2 * 3) < 4, fight, else settle. They probably have pretty good numbers on one, three, and four considering they likely discussed this with Oracle before fisticuffs began. The only perilous part is estimating two.