Hacker News new | past | comments | ask | show | jobs | submit login
Oracle/Google jury finds Google infringed SSO but hangs on fair use (groklaw.net)
191 points by grellas on May 7, 2012 | hide | past | favorite | 35 comments



There have been enough comments on what this means, whats going to happen next, etc. Something that is bothering me. Juries are meant to infuse some common reasoning into the law. And still, you get decisions like this:

The rangeCheck method in TimSort.java and ComparableTimSort.Java YES, infringing....


From OpenJDK:

private static void rangeCheck(int arrayLen, int fromIndex, int toIndex) {

        if (fromIndex > toIndex)

            throw new IllegalArgumentException("fromIndex(" + fromIndex +
                       ") > toIndex(" + toIndex+")");

        if (fromIndex < 0)
            throw new ArrayIndexOutOfBoundsException(fromIndex);

        if (toIndex > arrayLen)
            throw new ArrayIndexOutOfBoundsException(toIndex);

    }
From Google:

private static void rangeCheck(int arrayLen, int fromIndex, int toIndex) {

        if (fromIndex > toIndex)
            throw new IllegalArgumentException("fromIndex(" + fromIndex +
                       ") > toIndex(" + toIndex+")");

        if (fromIndex < 0)
            throw new ArrayIndexOutOfBoundsException(fromIndex);

        if (toIndex > arrayLen)
            throw new ArrayIndexOutOfBoundsException(toIndex);

    }
}

Open and shut case. /s


To be blatantly honest, that is exactly what I'd write. The implementation is trivial and obvious therefore the probability of them being the same is high.


They were both written by Joshua Bloch, while working at Google. The first was for TimSort, which he donated to Sun/OpenJDK. He then reused the rangeCheck code in Android.


This sort of thing is a little scary. We can't know for certain whether he wrote the same code the same way twice, or if he copied and pasted it, but I can certainly imagine doing the former.


He copied and pasted:

Q. The rangecheck function: Did you copy the Sun code while working on Android?

A. I did that while working on Timsort, and it was during the period I was employed at Google, but not for Google. It was something I wrote on my own for OpenJDK.

[I had not heard of Timsort before; it's (apparently) a very efficient sort written by Tim Peters for Python (see Wikipedia), and ported by Bloch to Java.]

[Timsort will come up again later. I'm somewhat appalled by how much fuss is being made over the trivial "rangecheck" function.]

Q. Why did you copy the rangecheck function for Timsort?

A. It's good engineering to reuse the same function if possible [The context here was that he expected to fold Timsort into a public version of Java, and at that point it would make sense to call the existing rangecheck function from the new code rather than writing a different one.]


Oracle is claiming infringement and damages for something they (Sun) didn't even pay for? That's a lot of gall.


That's not the legal measure. If in fact they were both written identically, but independently there is no infringement. If it's totally obvious, but it was copied then there is infringement.

The takeaway is write it yourself - don't copy it without permission, even if it's so obvious. (And if it's so obvious then there really is hardly a reason to even copy it in the first place.)


Of course in this case the person who wrote it is also the same person who copied it.


So you're saying that if I copy "for (i = 0; i < 100; i++)" then it's infringment, and there's no requirement of originality for copyright protection?


Oh dear, my freshmen are in a heap of trouble.


I thought the case was not even about copyright infringement of code but of the APIs i.e. the function names and arguments?

The OpenJDK is GPL'd after all, and well, an argument could be made that Google are infringing by distributing GPLd rangeCheck with the Apache license, Oracle aren't doing that afaik.


There is more than one issue. The big one of the API's, and a smaller issue of a very small amount of outright copying already admitted to by google.


If the Java APIs are copyrightable, which part of the OpenJDK GPL release doesn't provide Google with a GPL copyright license to them then?


and how, generally, is this provable? (at least, to produce 'reasonable doubt' to a layman)

(ignoring that the guy seems to have said he copy-pasted here.)


Why ignore it? That's exactly how.


Given a method signature, especially one with the parameter names, and a listing of the exceptions it could throw, I think the only thing I would do different would be comments and {} on the if's. I hate if's without braces, that's just asking for trouble in the future ;)


But it makes the code prettier


How can this snippet be copyrightable? Is there no requirement/threshold of originality in the US?


David Boies reportedly asked, with the jury out of the room, for "infringer's profits" from the nine lines. Judge Alsup said it was "bordering on the ridiculous."


I'm a bit curious what profits Oracle expects to take. Google isn't profiting off of Android (that I know of) except in the sense that it makes for more people who are willing to use their search engines. That's pretty difficult to quantify. How do you determine whether a search from Android wouldn't have been made from some other platform (say an iPhone) had Android not existed?


If a manufacturer wishes to provide Google services (such as Google Play, GMail, GTak) with their device, Google will charge them a fee for their deployment of Android on a per-device basis.


Josh Bloch testified that he copied this function. http://www.groklaw.net/articlebasic.php?story=20120419221941...


Indeed; he copied it from himself.


This would be the case if copyright wasn't transferable. AFAIK, he wrote it while working for Google, thus the owner of his code was Google, which then transferred/donated the ownership to Sun. He testified that he copied the code which he didn't own anymore.

This is all pretty fucked up, but that's what the law is.


I don't think that's right - elsewhere in this thread is a quote from his testimony where he says it wasn't done for Google, so it wasn't a work for hire. Rules are different for works of corporate authorship and personal authorship. Most significantly, in the case of personal authorship, the author is allowed to take back their copyright if at least 35 years have elapsed since the grant of copyright to another party.


Arrays, from where he took rangeCheck has a copyright notice stating that it was copyrighted by Sun, then Oracle:

http://hg.openjdk.java.net/jdk7/jdk7/jdk/annotate/37a05a11f2...

It also states that Josh Bloch is one of the authors. You maybe right that he may have done this as not a work for hire, or even that he may still own copyrights for this code (I don't know what the contributors agreement said at that time), but Google didn't even contest it in court.


They're meant to maintain control by the people over the judiciary, it has nothing to do with "common sense". In this case particularly, the problem is lack of uncommon sense. You cannot expect non-engineers to understand that rangeCheck is utterly uncreative, because they don't understand rangeCheck to begin with, nor its underpinnings. They can't even apply a generic sense of right or wrong to it.

This sort of trial should be conducted in the modern style of civil law countries, but that would require a constitutional amendment.


Nor can they be expected to understand accounting principles in accounting fraud cases. Nor can they be expected to understand tax law in tax cases. Heck, you really can't rely on them to understand theft laws in cases of theft. In fact, I'd reckon that we rely on jurors to understand very little.

That's what the lawyers are there for: to present the evidence and make the case (based on the testimony of experts) to a jury who doesn't get it.

I think there are arguments to be made in support of changing how we use juries in the courts, but this isn't one of them. I mean, this argument applies to just about every case that uses a jury, and it's simply not feasible to expect that jurors be knowledgeable in all the areas that a given case touches upon.


Accounting principles, tax law, and theft laws are far easier for the layman to understand than programming. They deal with accounting and taxes in their everyday lives, and they understand it's wrong to steal. The principles are taught to every child in our society and they put them to practical use throughout their lives.

None of this applies to programming, which bears only the most tenuous of relationships to anything most people will learn or use in their lives.


Most people are exposed to math and to cookbook recipes for cooking food, both areas having strong relationships with programming.

What is harder to grasp is that programming is an intersection of math with cooking. And cookbook recipes are copyrightable, while math is not.

And so the burden lies on the lawyer to describe the relationship between an algorithm and the math behind it. That isn't necessarily hard, but requires creativity and time, plus you have to take into account the short attention span of most people, so you've got to pick your battles. And I guess Google's lawyer did a bad job here.


> And cookbook recipes are copyrightable

Are you sure about that?

http://www.copyright.gov/fls/fl122.html

The parts which make it a recipe are not copyrightable. That is analogous to comments in source code, I think...


Yes, but do you think the average layman knows enough to say, convict Enron of accounting fraud? Clearly not. I mean, a significant number of accountants didn't know enough.


what is "SSO" in this context?


Sequence, Structure, and Organization. Oracle is making the case that even if an individual method in the API isn't subject to copyright, collectively the are because of SSO.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: