gnu-misc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EU antitrust and the GPL


From: Alexander Terekhov
Subject: EU antitrust and the GPL
Date: Wed, 15 Feb 2006 12:48:26 +0100

http://groups.google.com/group/linux.debian.legal/browse_frm/thread/6480c64e71ebb4fa

-----
On 2/15/06, Ville Oksanen <ville.oksanen@hut.fi> wrote:
> <clip>
>
> Dr. Mikko Välimäki has a quite nice article on the topic:
>
> Mikko Välimäki: Copyleft Licensing and EC Competition Law, forthcoming
> in European Competition Law Review 3/2006
> http://www.valimaki.com/org/open_source_competition.pdf

Thanks.

"So far, there is no evidence that open source licensors would use
these obligations with malicious intention trying to turn all software
into open source."

Oh really?

http://groups.google.com/group/misc.int-property/msg/ea7b34ddbe4f175a

-----
GPL Hollaaring
by: walter_oak_night    01/27/06 03:04 pm

ICE on automatic aggregation of software copyrights
In fact, the GPL itself rejects any automatic aggregation of software
copyrights under the GPL simply because one program licensed under the
GPL is distributed together with another program that is not licensed
under the GPL: "In addition, mere aggregation of another work not based
on the Program with the Program (or with a work based on the Program) on
a volume of a storage or distribution medium does not bring the other
work under the scope of this License."

Linux kernel v. application
And as the copyright notice in the kernel sources says, user
applications are not subject to the GPL.

Supported by Hollaar:
With dynamically-linked libraries, the application program being
distributed is no longer a compilation that includes the library.
Because the library is not being distributed with the application
program, no permission is needed from the copyright owner of the library
for the distribution to users. Users must, of course, be authorized to
use the library, but if they are owners of a copy of the library, under
Section 117 they can make any adaptations of the library necessary to
use it with the application program.

FSF GPL FAQ
I'd like to modify GPL-covered programs and link them with the
portability libraries from Money Guzzler Inc. I cannot distribute the
source code for these libraries, so any user who wanted to change these
versions would have to obtained those libraries separately. Why doesn't
the GPL permit this? ….
http://www.gnu.org/licenses/gpl-faq.html#MoneyGuzzlerInc

FAQ as Fact
In 2002, a company named Global Technologies Ltd (now defunct) had
ported some 4.5M lines of GPL/BSD and other open source code to Windows
using AT&T Uwin. They claimed less than 500 lines had to be changed and
all changes went back to original authors. The binaries were distributed
from their web site, but one day disappeared. My $50.00 check for a CD
distribution of the binaries and source, which indicated $25 gift to
FSF, was returned with a letter explaining Moglan threatened legal
action for violating the GPL because the code was linked with AT&T
uwin's proprietary posix.dll that provided the POSIX interface on
windows.

Hollaar disagress
Some have claimed that an application program that needs a library for
its operation is a derivative work of that library. They take that
position because the application program is "based on" the library
because it was written to use the subroutines and other aspects of the
library. Such a position is misplaced....
No other conclusion makes sense. If it were not the case, then any
program using the applications program interfaces (APIs) of an operating
system could be considered a derivative work of that operating system.
And, under the exclusive right to prepare derivative works, the
copyright owner of an operating system such as Microsoft Windows could
control who was allowed to write programs for that operating system.

What was that automatic rejection again?
-----

-----
Re: GPL Hollaaring FAQ or Fiction
by: walter_oak_night    01/27/06 03:56 pm

Moglen got on the phone, resulting in both of the attorneys backing out
of publicly discussing a moot court argument involving a scenario
wherein a company used GPL software with a dynamically linked library,
and wherein an issue would have been whether the DLL was then subsumed
under the GPL.

Darn. Would have been interesting.

Beyond the Basics: Advanced Legal Topics in Open Source and
Collaborative Development in the Global Marketplace

When: Tuesday, March 21, 2006, 8:30 a.m. - 5:30 p.m.

http://www.law.washington.edu/lct/Events/FOSS/

Appellate Argument Moot: The Scope of Derivative Works under an Open
Source Software License

Respected FOSS experts will argue the proper scope of a "derivative
work" under U.S. copyright law, as applied to reuse of software source
code, before a distinguished panel of federal appeals court judges:

* Honorable William C. Bryson, U.S. Court of Appeals for the Federal
Circuit
* Honorable Haldane Robert Mayer, U.S. Court of Appeals for the Federal
Circuit
* Honorable Margaret McKeown, U.S. Court of Appeals for the Ninth
Circuit

This simulated appellate argument will permit some of the most difficult
issues facing practitioners to be debated fully and vigorously. The oral
argument will be preceded by an optional one-hour analysis of the legal
and technical issues raised in the hypothetical fact pattern.
-----

http://groups.google.com/group/misc.int-property/msg/7716840a9d359206

FSF's brief #37 in Wallace v FSF:

> In fact, the GPL itself rejects any automatic aggregation of software
> copyrights under the GPL simply because one program licensed under the
> GPL is distributed together with another program that is not licensed
> under the GPL: "In addition, mere aggregation of another work not based
> on the Program with the Program (or with a work based on the Program) on
> a volume of a storage or distribution medium does not bring the other
> work under the scope of this License."

[... walter_oak_night's FSF GPL FAQ ... FAQ as Fact ...]

Here's more. FSF's director and legal counsel Moglen speaks.

http://news.com.com/Defender+of+the+GPL+-+page+2/2008-1082_3-6028495-...

<quote>

One of the questions with the GPL is about how tightly you may link
GPL code with non-GPL code, for example, when you compile a GPL program
and it uses other code in a software library. Have you done anything
to define how tightly GPL code may be linked with non-GPL code? Under
what circumstances is that permitted and not permitted?

Moglen: We have made one clarification, as we see it, of what we
believe was always the rule. We reasserted that code dynamically linked
to GPL code--which the GPL code is intended to require, not merely
optionally incorporate--is part of the source code of the work under
the GPL and must be released.

</quote>

So much about "the GPL rejects any automatic aggregation of software
copyrights". To quote day5done,

<quote>

The GPLv3 states:

"2. Basic Permissions.

All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the Program. The output from running it is
covered by this License only if the output, given its content,
constitutes a work based on the Program. This License
acknowledges your rights of "fair use" or other equivalent, as
provided by copyright law."

Anyone see the words "This License explicitly affirms your
*unlimited permission* to run the Program"?

When you link dynamically to GPL'd code you are "running"
(executing) the GPL'd Program in every sense of the word. The
linked code is object code that is executed in memory.

Moglen states: "We reasserted that code dynamically linked to
GPL code--which the GPL code is intended to require, not merely
optionally incorporate--is part of the source code of the work
under the GPL and must be released."

Since when does "unlimited permission" mean "--is part of the
source code of the work under the GPL and must be released."?

I thought "unlimited permission" meant "unlimited permission".
Hmmmmm.

Perhaps Eben Moglen is drooling down his Gerber bib again...

Somehow your proprietary object code being executed in memory
is magically transformed into GPL'd source code. -- Sounds somewhat
like SCO claiming "all your code is mine".

Do you suppose the wife and kids also get GPL'd?

</quote>

regards,
alexander.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]