LWN.net Logo

Debian Weekly News 2004/20

Debian Weekly News 2004/20

Posted May 19, 2004 0:28 UTC (Wed) by JoeBuck (subscriber, #2330)
Parent article: Debian Weekly News 2004/20

Antti-Juhani Kaijanaho says that he's concerned about whether a GPLv3 that tried to do something about web services using modified GPL software and not proving source. At this point, it's still hypothetical whether the FSF will do that, but it is only fair to point out that the main proponent of the idea of trying to extend copyleft to apply to web services is none other than Bruce Perens, author of the DFSG.

Also, I am unable to determine which clause of the DFSG would be violated by an appropriately constructed requirement of making sources available when a modified version is used to provide web services. I'm sure Mr. Kaijanaho can think of a possible license text that would violate the DFSG. In his blog posting he claims that the DFSG has a "no restrictions on usage" clause; there is no such clause. There is a "No Discrimination Against Persons or Groups" clause, which does not apply. There is a "No Discrimination Against Fields of Endeavor" clause that might seem to apply, but no one in any field of endeavor is barred from using the program.

Perens argues that copyright-based licenses can make this kind of restriction because a web service is arguably a "public performance" of the work, and public performance rights are part of copyright.

Now, this does not mean that I think the FSF should add this kind of restriction to the GPL. There could be significant practical problems if it is done wrong (as the GFDL debate shows). But there are too many Debian folks who reflexively yell "non-free" without thought. It would be more productive to try to engage in a dialog, to see if there is any way to address the concerns that have motivated some to consider license clauses of this type while preserving as much freedom as possible.

Now, that said, there is a severe flaw with the prototype implementation of this idea, the Affero General Public License. As written, not a single portion of code from a program licensed that way can be re-used in any program that does not include an HTTP server. The originators assumed that people making derivative works would make small modifications, when instead they might want to whack off pieces and use them in completely different ways.

If alternative language could be found that would be far more flexible about how source code is distributed, and require network facilities only in situations where this would be natural, it might be OK. It would be a tough drafting job, though.


(Log in to post comments)

Debian Weekly News 2004/20

Posted May 19, 2004 5:20 UTC (Wed) by piman (subscriber, #8957) [Link]

The DFSG is a combination of both the words contained within, and the opinions of debian-legal, similar to the US Constitution, which is a combination of the actual rights enumerated, plus Supreme Court interpretations over the years.

You might not be able to find a clause that explicitly says "no, we don't like use restrictions" but this is something that Debian has agreed is non-free nonetheless. Now, like the Supreme Court, -legal's interpretation may change. But this happens rarely, and not without good cause.

I don't know why you say the "main proponent" of this idea is Bruce; his email outlines what he thinks might be feasible, with no value judgement from him one way or the other. I would say the main proponent of this idea is currently OSI, whose "Open Software License" has such a requirement in it. RMS has not said anything of substance about what the GPLv3 will contain.

> But there are too many Debian folks who reflexively yell "non-free" without thought.

I don't think so. I think there are too many people who hear Debian say "non-free" and come up with lame arguments about why Debian should let non-free materials into its archive.

free for whom ?

Posted May 19, 2004 10:38 UTC (Wed) by copsewood (subscriber, #199) [Link]

Without taking a wider/longer and more balanced view, arguments about the respective merits of entirely reasonable but potentially incompatible license requirements for something to be considered "free" by different user groups are likely to descend into pharasaical legalism. Freedom for one person is not neccessarily exactly the same as freedom for someone else. For example, there is a potential conflict between:

a. the entirely sensible business requirement that all the originators be identifiable to reduce the risk of copyright violation (freedom from risk of civil lawsuit) and

b. the equally sensible requirement for distributors of politically sensitive software that originators are not required to be identifiable, when some of these may live or travel through repressive regimes which will imprison them for being originators of software these regimes disapprove of (freedom from risk of violation of human rights).
These incompatible requirements don't prevent either category of free software licensing being free in the sense in which the wider user population is likely to understand the spirit of free software, if not neccessarily all the legalistic details. For example, there is no particular reason why both of these kinds of free software cant be mixed in the same distribution.

It would be unfortunate for most of us if the Debian project as a whole were to be unnaturally contstrained by this kind of conflict over minor details.

Debian Weekly News 2004/20

Posted May 19, 2004 18:32 UTC (Wed) by JoeBuck (subscriber, #2330) [Link]

Can you point me to any language in the founding documents of Debian that make "the opinions of debian-legal" into a consitutional court? Can you also explain how the opinions of whichever random DD decides to post on debian-legal becomes official? Doesn't it take a vote of the developers to amend the Social Contract, of which the DFSG is a part? Certainly the debian-legal place is where people go to discuss boundary cases and figure out what the DFSG means, but it's not like the US legal system; otherwise aspiring debian-legal list members would have to spend years studying a contradictory body of past list postings to understand Debian Law.

If Debian just wants to declare war with the FSF rather than attempting to figure out how to resolve any disputes in a constructive matter, and, as a result, an unacceptable-to-Debian GPLv3 results, then, unless Debian persuades all of the upstream developers, Debian will have to fork the entire toolchain: compiler, C library, assembler, linker, must of the programs in /bin.

As a member of GCC's steering committee, I find myself in a bind. I agree that the GFDL has major flaws, as does the Affero Public License. But to make any progress, we need to stop calling names and throwing FUD around (and yes, speculation that the FSF might do something harmful with future licensing is most certainly spreading fear, uncertainty, and doubt).

Debian Weekly News 2004/20

Posted May 19, 2004 18:46 UTC (Wed) by JoeBuck (subscriber, #2330) [Link]

I say that Bruce Perens was a major proponent of the idea of closing the web services loophole mainly because he has discussed this idea verbally in a number of forums, though I only have hearsay evidence of that. I'm not saying it based on that linked message alone, though that was the first reference I found in Google.

Debian Weekly News 2004/20

Posted May 19, 2004 10:17 UTC (Wed) by bpearlmutter (subscriber, #14693) [Link]

Certainly there is a "no restrictions on usage" for free software. It is one of the four freedoms, which are the philosophical basis of the DFSG and foundational to the notion of free software. To quote a DFSG FAQ,

Q: What are the "four freedoms"?

A: These four freedoms:

  • The freedom to run the program, for any purpose (freedom 0).
  • The freedom to study how the program works, and adapt it to your needs (freedom 1).
  • The freedom to redistribute copies so you can help your neighbor (freedom 2).
  • The freedom to improve the program, and release your improvements to the public, so that the whole community benefits (freedom 3).

Debian Weekly News 2004/20

Posted May 19, 2004 18:52 UTC (Wed) by JoeBuck (subscriber, #2330) [Link]

In the context of the Affero license, the program implements a mechanism to "redistribute copies so you can help your neighbor", and forbids derivative works from removing that mechanism; other than that, the Affero license is the same as the GPL. Now, I find the way Affero did it overly restrictive (as it appears any modified program must contain, or be used with, an HTTP server), but I am not convinced that their attempt violates the four freedoms, or that if it does, no modification of the idea could fix the problem.

In short, I would reject the Affero license for practical reasons, but would not necessarily insist on its non-freeness.

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds