Translations of this page
Rewritten 1 June 2003
The Free Software Foundation, represented by Professor Moglen of Columbia University Law School, has participated in the W3 Consortium Patent Policy Working Group from November 2001 through the present. The current W3C patent policy, which in most cases requires "royalty-free" or "RF" patent licenses, is a significant step in the direction of protecting the World Wide Web from patent-encumbered standards. But it falls short because a loophole allows conditions on these patent licenses that would prohibit free software implementations of the standards.
The problem comes from the "field of use" restrictions that patent holders are allowed to put in their royalty-free patent licenses. Such restrictions say that you are allowed to practice the patented idea, but only for implementing the standard precisely as specificed--not in any other way. Thus, if you change the code to depart from the spec even slightly, the patent license no longer protects you from against being sued for infringing the patent.
One requirement for Free Software is that users have the freedom to modify and redistribute it. But we can hardly consider that users have freedom to publish modified versions of the program if, for a part of the program's behavior, modification is prohibited. Thus, these "field of use" restrictions would prevent implementation of W3C standards as Free Software.
"Field of use" restrictions are also legally incompatible with section 7 of the GNU General Public License, since it does not allow the user's freedom to modify to be shrunk to zero in this way.
Many other Free Software licenses have no provisions equivalent to the GPL's Section 7, but you can't solve the problem merely by using one of those licenses. Section 7 is intended to prevent the imposition of side restrictions (for instance, by patent licenses) which would deny the freedoms that the GPL itself gives you. If the software license does nothing to prevent this, you can find yourself in a situation where the program's license appears to give you freedom, but this freedom has been taken away by restrictions not stated there.
For example, suppose the W3 obtains patent licenses for a standard describing certain functionality in a web server. One of the things you should be able to do with a Free Software implementation of that standard is to merge it into a web browser or a non-interactive web client, so as to provide the same functionality there. However, in this new context, the code would not be implementing the specific standard for which the patent was licensed, so the restriction that the patent is licensed only "in order to implement the standard" would not be met. Even reusing the exact same code in the new context would face possible claims of patent infringement.
Freedom to modify software can always be limited by third-party patents in ways that the software copyright license doesn't disclose. This is why software patents are so dangerous to software freedom. The W3C, by allowing members of W3C working groups that help to frame standards to impose restrictions on the modifiability of code that implements those standards, is missing an opportunity to help solve that problem, and may in specific cases even be helping to make the problem worse.
By allowing "field of use" restrictions, the proposed policy falls short of protecting the rights of the Free Software community to fully participate in the implementation and extension of web standards. The goal of our participation in the policy making process at W3C, to make sure web standards can be implemented in free software, has only been partially achieved.
The FSF plans to continue to participate in the implementation process. We will try to convince patent-holders not to impose "field of use" restrictions, and we encourage all those who care about the right of Free Software developers to implement all future web standards to do the same.
The problem of "field of use" restrictions comes from Section 3 of the W3C's proposed patent policy. Item 3 of that section says that the royalty-free license "may be limited to implementations of the Recommendation, and to what is required by the Recommendation". Here's how such "field of use" restrictions interact with the GNU GPL.
The problem is the interaction of such a "field of use" restriction with Section 7 of GPL. Under Section 7, the "field of use" restriction is a "conditions are imposed on you [the distributor of GPL'ed software] that contradict the conditions of this License". The "conditions of this license" require, for example, that those receiving distributions of GPL'ed software have the right to run the program for any purpose (Section 0), the right to modify it for any purpose (Section 2), etc. Any of these "purposes" could easily practice the teachings of the patent beyond what the "field of use" restriction allows.
Here's a detailed step-by-step example that shows how this problem could play out:
Regardless of who makes the changes, the result either shuts down distribution or forces the original developer to abandon the GPL (and the program won't really be free even though its license looks free). Both outcomes are very unfortunate. This is why we urge the community to pressure patentholders not to use "field of use" restrictions.
Return to the GNU Project home page.
Please send FSF & GNU inquiries to
gnu@gnu.org.
There are also other ways to contact
the FSF.
Please send broken links and other corrections (or suggestions) to
webmasters@gnu.org.
Please see the Translations README for information on coordinating and submitting translations of this article.
Copyright (C) 2002 Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110, USA
Verbatim copying and distribution of this entire article is permitted in
any medium, provided this notice is preserved.
Updated: $Date: 2005/05/05 19:37:16 $ $Author: novalis $