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
API's and copyrights | 270 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
API's and copyrights
Authored by: tknarr on Friday, April 20 2012 @ 03:29 PM EDT

That's the functional aspect, though. When I declare "double sin( double value);", I'm making a purely functional statement of facts: "This function is named "sin". It accepts a single argument of type double, and returns a single result of type double. The result will be the sine of the argument value.". That text I just wrote may be copyrighted, but the facts it states and the functional aspects are not. I can declare that function without infringing on your copyright. And to declare it, I have no choice but to write that declaration almost exactly the same way because of the rules of the C/C++ language, common formatting practices and common sense.

We see this in stories. If you're writing a pulp detective novel, there are stock elements and characterizations that you'll use because they're expected in that type of novel, and you'll do them almost exactly the same as every other pulp detective novel because they're expected to be that way. That my novel uses those same elements in the same way as yours doesn't mean I'm infringing on your copyright, because you don't have a copyright in stock elements.

Now, the body of your sin() function, that's another matter. That could be copyrighted, if you've got code in there that's unique and creative and not merely a standard implementation cribbed from elsewhere (very few sin() functions are actually creative, most are just a restatement of the most efficient method derived over the years for doing that calculation and the only variation is in a few comments (even the formatting's usually "whatever the format-file function in my editor spits out, very few programmers hand-format their code in any unique way)).

[ 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 )