Linked by Thom Holwerda on Thu 28th Oct 2010 20:07 UTC, submitted by poundsmack
Thread beginning with comment 447554
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE[2]: But what about GPL?
by umccullough on Fri 29th Oct 2010 01:51
in reply to "RE: But what about GPL?"
I wonder the same thing. And yes, dalvik is Apache License (BSD like) and not GPL, so this is a breach of the GPL. So Oracle is actually an advocate for the GPL and this is a GPL violation!?
If it was truly Oracle's code, then the copyright was removed, and the license changed, which is a HUGE no-no under copyright law... In that case, Oracle has every right to sue.
However, since the code was already FOSS, seems to me that Oracle is simply looking for more ammunition to hammer Google with, and this just happened to be one of the items they were able to locate in their search.
RE[2]: But what about GPL?
by lemur2 on Fri 29th Oct 2010 02:25
in reply to "RE: But what about GPL?"
I wonder the same thing. And yes, dalvik is Apache License (BSD like) and not GPL, so this is a breach of the GPL. So Oracle is actually an advocate for the GPL and this is a GPL violation!?
GPL allows anyone to study the code, and to use it internally. Only-redistribution of the GPL code invokes the conditions within the GPL, permission to do anything else is granted unconditionally.
I would presume this means that it is perfectly permissible to de-compile GPL code, and then re-implement it so that the re-implementation is not a copy of the original.
Names of API entry points and the like are not protectable under copyright law, for reasons of interoperability.
You could end up with very similar-looking code that was not a violation of copyright, given the provisions of the GPL license.
Edited 2010-10-29 02:26 UTC
Can someone please explain how this could possibly be a copyright violation if Java was released by Sun under the GPL? The only way I could see that it could be a copyright violation would be if Android and/or Harmony are not released under licenses compatible with the GPL. I'm missing something here, I guess.
Harmony is under Apache 2.0, witch is no GPL compatible. But GPL is strong exactly because of copyright, not in-spite.





Member since:
2009-11-23
Can someone please explain how this could possibly be a copyright violation if Java was released by Sun under the GPL? The only way I could see that it could be a copyright violation would be if Android and/or Harmony are not released under licenses compatible with the GPL. I'm missing something here, I guess.