Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Android

Dispute Damages Would Exceed Android Revenues 166

CWmike writes "A new document in a year-old patent lawsuit filed by Oracle against Google over Android intellectual property suggests Oracle could be seeking huge damages from Google. The damages owed to Oracle, if granted by federal Judge William Alsup for the US District Court for Northern California, would 'far exceed any money Google has ever earned with Android' and could lead to a rewrite of Android's Dalvik virtual machine, considered integral to Android and used by Android device manufacturers and potentially thousands of Android app developers, wrote one blogger, Florian Mueller, who writes about intellectual property issues involving the software industry."

Comment Re:Didn't we decide we don't want this (Score 1) 286

With regard to the Digital Economy Act 2010:

The Lib Dems promissed to repeal it if elected.

The Tories said that if they were elected, they would drop any "flawed" legislation. Shortly after, Cameron said that "rejecting the Bill then or reconsidering the entire piece of legislation now would be an unacceptable set-back for the important measures it contains."

After the election, the LibDem-Conservative coalition released the Great Repeal Bill to undo some of the over-legislating of the Labour party. Sadly, the Digital Economy Act wasn't on the list.

Comment Re:I suppose it's nice (Score 1) 148

All configuration systems will take some time. All you are saying is that the autotools could be more optimal, which is hardly a "new problem that autotools creates".

And as for checking for strcpy() and then failing at link-time from a missing dynamic library symbol, the developer can check for dynamic library versions during the configuration. Short of having the configuration system parse the whole source code (in any language!), I don't see how else it can know what symbols it would need to check for anyway - this can only really be resolved at link-time.

Comment "all" they share is the name... (Score 1) 131

To make this perfectly clear – the game is being reimplemented from scratch; all they share is a name

Isn't this one of the main bones of contention though? The www.nexuiz.com URL no longer takes you to the GPL project it used to, it displays a page about Illfonic's new console game and there's a tiny link in the corner of the page that takes you to the original project page!

Couldn't they have used a different name for what is, essentially, a different game?

Comment Re:So they can't talk about proprietary products?? (Score 1) 587

Yes, there is potential that the code could get locked up in a proprietary stack [...] but as long as it was released under BSD it will forever be open to be used as USERS see fit.

Whaa!? That doesn't make sense man!

Your entire post has the dank smell of someone who has really missed the point of the GPL.

The purpose of the GPL is to ensure that source code remains the property of the community. It is there to ensure that if any businesses/organisations want to use the code, they must contribute their changes back to the community from which they took the code in the first place. You complain that the GPL restricts you, as a user, but the reality is this: the *only* thing the GPL restricts is your ability to restrict *other* user's use of the source code. The GPL is about creating community-owned source code.

Slashdot Top Deals

The one day you'd sell your soul for something, souls are a glut.

Working...