EU Advocate General: 'Functionalities Of A Computer Program Cannot Be Protected By Copyright'

from the but-what-about-patents? dept

Back in September, Techdirt wrote about an important case that had been passed up to the European Court of Justice. It raised some key questions about creating software that was interoperable with an existing program ? whether, for example, the features of the latter were in some sense copyrightable.

Although the full Court decision won’t be out until next year, one of the Court of Justice’s Advocates General (there are eight of them, “to present opinions on the cases brought before the Court“) has published his views on the case [pdf]:

In the first place, with regard to the functionality of a computer program, the Advocate General defines it as the set of possibilities offered by a computer system ? in other words, the service which the user expects from it.

Starting from that premiss, the Advocate General considers that the functionalities of a computer program are not eligible, as such, for copyright protection. The functionalities of a computer program are in fact dictated by a specific and limited purpose. In this, they are similar to ideas. That is why there may be a number of computer programs offering the same functionalities.

That seems like common sense: the functionality of a program is just something that it can do, which is itself just an idea. The Advocate General then goes on to make a very important point:

if it were accepted that a functionality of a computer program can be protected as such, that would amount to making it possible to monopolise ideas, to the detriment of technological progress and industrial development.

The thing is, exactly the same could be said about software patents too. One of the problems with them is that they often concern basic programming techniques, and as such give the patent holder a monopoly on those key ideas. It’s why copyright ? which protects the implementation of ideas ? is more appropriate than patents, since it does not block alternative ways of creating the same effect. It’s also why markets like smartphones have turned into impenetrable patent thickets.

This is not the final judgment of the European Court of Justice, although the Advocate General’s opinion does carry considerable weight. Moreover, even the European Court of Justice does not decide the case definitively, but merely offers its interpretation of European law. It is ultimately down to the national court in the UK to use that ruling to make its own judgment. So there’s still a long way to go before this case and the issues that it raises are settled. But it’s definitely off to a good start with this opinion: had the Advocate General opined differently, creating interoperable programs in Europe would have started to look a much more perilous ? and expensive ? undertaking.

It’s also worth noting that there is a very similar case going through the courts in the US: Oracle has accused Google of infringing on its Java copyrights in much the same way that SAS accused WPL in Europe. It will be interesting to see whether the US judge agrees with the Advocate General’s analysis.

Follow me @glynmoody on Twitter or identi.ca, and on Google+

Filed Under: , , , ,
Companies: sas, world programming

Rate this comment as insightful
Rate this comment as funny
You have rated this comment as insightful
You have rated this comment as funny
Flag this comment as abusive/trolling/spam
You have flagged this comment
The first word has already been claimed
The last word has already been claimed
Insightful Lightbulb icon Funny Laughing icon Abusive/trolling/spam Flag icon Insightful badge Lightbulb icon Funny badge Laughing icon Comments icon

Comments on “EU Advocate General: 'Functionalities Of A Computer Program Cannot Be Protected By Copyright'”

Subscribe: RSS Leave a comment
17 Comments
Drak says:

Imagine if using an incremental counter was patented, or copyrighted..wow. I haven’t done the research so it actually might be. The way some of the patents read it might say something like

“Use of a static variable used to hold information on the cycle count of a particular operation. Specifically in this case, the number of posts related to democrats and/or republican bullshit on yahoo news user comments fields.”

Steve R. (profile) says:

Form Follows Function

The buzz words “form follows function” is used by the architectural community and gets into the concept of ergonomic design. This concept can be easily applied to computer systems. Designers (programmers), for obvious ergonomic reasons, are “forced” into predefined similar designs. Any attempt to apply so-called “intellectual property” rights over methods and processes is an abomination that should not be protected.

Anonymous Coward says:

Re: Form Follows Function

Obviously, you aren’t a programmer. First, there are many different programming languages and many many different ways of doing the same thing even within a given language.

For example in C the following all accomplish the same thing:

Example 1:
i++;

Example 2:
i == i + 1;

Example 3;
x == i++;
i == x;

Example 4;
x == i;
x++;
i == z;

etc…

That is why software is copyrightable, because there are so many ways to do things it’s obvious when someone actually copies your code.

The Groove Tiger (profile) says:

Re: Re: Form Follows Function

A programmer wouldn’t confuse assignment and comparison operators.

Also a programmer would know that x = i++ would assign i to x, and then increase i by one, then i = x would restore i to the previous value. This is different from ++i where the increment is done before the assignment.

And the last one won’t accomplish what you want, since the value of z is unrelated.

Anonymous Coward says:

Re: Re: Form Follows Function

If you have the source code to compare because if you compile that and decompile it after it will show only one way of doing it.

Those things are like metatags for a specific call in the parser and they all will produce the same low level code and thus be the same if you don’t have the source code to show that they were written differently.

Anonymous Coward says:

Re: Re: Form Follows Function

Let’s consider the case when the idea of increment is patentable.

In your examples, example 3 is direct infringement against Example 1 because it contains an exact copy of it. Also example 4 is infringement because it copies the core functionality (++) being patented.

Btw, even if what you said holds, there is apparently more than 5 developer in the world that needs some way to increment a variable…

Lawrence D'Oliveiro says:

Re: Re: many many different ways of doing the same thing

Is ?many different ways of doing the same thing? sufficient grounds for copyrightability, then?

I ask because a friend recently introduced me to geometric algebra, which allows for a different way of formulating such things as complex numbers and quaternions. Does that mean that mathematics is copyrightable?

Anonymous Anonymous Coward says:

Copyright and Patent Everything

I say let them have all the patents and copyright they like. Just remove the monopoly part. Then, getting patents and copyrights will be like ‘counting coupe’ from the Apache tradition (no, not the web server, the Native American tribe). The more ‘coupe’ one has the greater their ‘esteem’, or maybe that should be ‘self esteem’ as they would be the only ones counting.

Add Your Comment

Your email address will not be published. Required fields are marked *

Have a Techdirt Account? Sign in now. Want one? Register here

Comment Options:

Make this the or (get credits or sign in to see balance) what's this?

What's this?

Techdirt community members with Techdirt Credits can spotlight a comment as either the "First Word" or "Last Word" on a particular comment thread. Credits can be purchased at the Techdirt Insider Shop »

Follow Techdirt

Techdirt Daily Newsletter

Ctrl-Alt-Speech

A weekly news podcast from
Mike Masnick & Ben Whitelaw

Subscribe now to Ctrl-Alt-Speech »
Techdirt Deals
Techdirt Insider Discord
The latest chatter on the Techdirt Insider Discord channel...
Loading...