decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
APIs across computer languages | 503 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
APIs across computer languages
Authored by: mschmitz on Sunday, April 22 2012 @ 04:39 PM EDT
That very much depends on the interpretation of 'API' in the judge's decision,
should it come to this.

If 'API' is being interpreted to mean the implementation in the Java language
(which appears to tie interface definition to implementation more so than other
languages do, or so I've come to understand), then that would give them rights
on any Java API that was clean-room implemented, but no more.

Conversely, if 'API' should be interpreted to mean the interface definition (you
pass this, you get this in return - as in recipe or contract) regardless of
implementation, then they could well claim rights in any use of said API,
regardless of a particular implementation or language.

Language is only one specific aspect of implementation, really. Who said that
all the API implementation ('library') code, down to the hardware level, was
really coded in Java? At some stage, you hit the system's standard libraries
which are usually coded in C. You may even hit libraries for specific
(numerical) purposes coded in Fortran. At the end of the day, execute a system
call on Android and you're definitely hitting C code - the Linux kernel. APIs
every step of the way.

Whether the law can be interpreted to allow such an encompassing view of
copyright on APIs, I honestly don't know. I'm a programmer (some of the time).
My gut feeling is that no one really knows, but it is a question of law not
fact, and hence no question for the jury. Something to be thankful for.

-- mschmitz

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )