summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/articles/en/limit-patent-effect.html
blob: a60a511ea4a8c97c06cf073d5671c2159f94ee7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!--#include virtual="/server/header.html" -->
<!-- Parent-Version: 1.96 -->
<!-- This page is derived from /server/standards/boilerplate.html -->
<!--#set var="TAGS" value="essays laws patents" -->
<!--#set var="DISABLE_TOP_ADDENDUM" value="yes" -->
<title>Giving the Software Field Protection from Patents
- GNU Project - Free Software Foundation</title>
<!--#include virtual="/philosophy/po/limit-patent-effect.translist" -->
<!--#include virtual="/server/banner.html" -->
<!--#include virtual="/philosophy/ph-breadcrumb.html" -->
<!--GNUN: OUT-OF-DATE NOTICE-->
<!--#include virtual="/server/top-addendum.html" -->
<div class="article reduced-width">
<h2>Giving the Software Field Protection from Patents</h2>

<address class="byline">by <a href="https://www.stallman.org/">Richard
Stallman</a></address>

<p>Patents threaten every software developer, and the patent wars we have
long feared have broken out.  Software developers and software
users&mdash;which, in our society, is most people&mdash;need software
to be free of patents.</p>

<p>The patents that threaten us are often called &ldquo;software
patents,&rdquo; but that term is misleading.  Such patents are not
about any specific program.  Rather, each patent describes some
practical idea, and says that anyone carrying out the idea can be
sued.  So it is clearer to call them &ldquo;computational idea
patents.&rdquo;</p>

<p>The US patent system doesn't label patents to say this one's a
&ldquo;software patent&rdquo; and that one isn't.  Software developers
are the ones who make a distinction between the patents that threaten
us&mdash;those that cover ideas that can be implemented in
software&mdash;and the rest.  For example, if the patented idea is the
shape of a physical structure or a chemical reaction, no program can
implement that idea; that patent doesn't threaten the software field.
But if the idea that's patented is a computation, that patent's barrel
points at software developers and users.</p>

<p>This is not to say that computational idea patents prohibit only
software.  These ideas can also be implemented in hardware&mdash;and
many of them have been.  Each patent typically covers both hardware
<em>and</em> software implementations of the idea.</p>

<h3>The Special Problem of Software</h3>

<p>Still, software is where computational idea patents cause a special
problem.  In software, it's easy to implement thousands of ideas
together in one program.  If 10 percent are patented, that means hundreds of
patents threaten it.</p>

<p>When Dan Ravicher of the Public Patent Foundation studied one large program
(Linux, which is the kernel of the
<a href="/gnu/gnu-linux-faq.html"> GNU/Linux</a> operating system) in
2004, he found 283 US patents that appeared to cover computing ideas
implemented in the source code of that program.  That same year, a
magazine estimated that Linux was .25 percent of the whole GNU/Linux system.
Multiplying 300 by 400 we get the order-of-magnitude estimate that the
system as a whole was <em>threatened by around 100,000 patents</em>.</p>

<p>If half of those patents were eliminated as &ldquo;bad
quality&rdquo;&mdash;mistakes of the patent system, that
is&mdash;it would not really change things.  Whether 100,000 patents
or 50,000, it's the same disaster.  This is why it's a mistake to
limit our criticism of software patents to just &ldquo;patent
trolls&rdquo; or &ldquo;bad quality&rdquo; patents.  The worst patent
aggressor today is Apple, which isn't a &ldquo;troll&rdquo; by the
usual definition; I don't know whether Apple's patents are &ldquo;good
quality,&rdquo; but the better the patent's &ldquo;quality&rdquo; the
more dangerous its threat.</p>

<p>We need to fix the whole problem, not just part of it.</p>

<p>The usual suggestions for correcting this problem legislatively
involve changing the criteria for granting patents&mdash;for instance,
to ban issuance of patents on computational practices and systems to
perform them.  This approach has two drawbacks.</p>

<p>First, patent lawyers are clever at reformulating patents to fit
whatever rules may apply; they transform any attempt at limiting the
substance of patents into a requirement of mere form.  For instance,
many US computational idea patents describe a system including an
arithmetic unit, an instruction sequencer, a memory, plus controls to
carry out a particular computation.  This is a peculiar way of
describing a computer running a program that does a certain
computation; it was designed to make the patent application satisfy criteria
that the US patent system was believed for a time to require.</p>

<p>Second, the US already has many thousands of computational idea
patents, and changing the criteria to prevent issuing more would not
get rid of the existing ones.  We would have to wait almost 20 years
for the problem to be entirely corrected through the expiration of
these patents.  We could envision legislating the abolition of these
existing patents, but that is probably unconstitutional.  (The Supreme
Court has perversely insisted that Congress can extend private
privileges at the expense of the public's rights but that it can't go
in the other direction.)</p>

<h3>A Different Approach: Limit Effect, Not Patentability</h3>

<p>My suggestion is to change the <em>effect</em> of patents.  We
should legislate that developing, distributing, or running a program
on generally used computing hardware does not constitute patent
infringement.  This approach has several advantages:</p>

<ul>
<li>It does not require classifying patents or patent applications as
&ldquo;software&rdquo; or &ldquo;not software.&rdquo;</li>
<li>It provides developers and users with protection from both existing
and potential future computational idea patents.</li>
<li>Patent lawyers cannot defeat the intended effect by writing
applications differently.</li>
</ul>

<p>This approach doesn't entirely invalidate existing computational idea
patents, because they would continue to apply to implementations using
special-purpose hardware.  This is an advantage because it eliminates
an argument against the legal validity of the plan.  The US passed a
law some years ago shielding surgeons from patent lawsuits, so that
even if surgical procedures are patented, surgeons are safe.  That
provides a precedent for this solution.</p>

<p>Software developers and software users need protection from patents.
This is the only legislative solution that would provide full
protection for all.  We could then go back to competing or
cooperating&hellip; without the fear that some stranger will wipe away
our work.</p>

<div class="comment" role="complementary">
<p><em>See also:
<a href="/philosophy/patent-reform-is-not-enough.html">
Patent Reform Is Not Enough</a></em></p>
</div>

<div class="infobox extra" role="complementary">
<hr />
<p>A version of this article was first published at
<a href="https://www.wired.com/opinion/2012/11/richard-stallman-software-patents/">
<cite>Wired</cite></a> in November 2012.</p>
</div>
</div>


</div><!-- for id="content", starts in the include above -->
<!--#include virtual="/server/footer.html" -->
<div id="footer" role="contentinfo">
<div class="unprintable">

<p>Please send general FSF &amp; GNU inquiries to <a
href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.  There are also <a
href="/contact/">other ways to contact</a> the FSF.  Broken links and other
corrections or suggestions can be sent to <a
href="mailto:webmasters@gnu.org">&lt;webmasters@gnu.org&gt;</a>.</p>

<p><!-- TRANSLATORS: Ignore the original text in this paragraph,
        replace it with the translation of these two:

        We work hard and do our best to provide accurate, good quality
        translations.  However, we are not exempt from imperfection.
        Please send your comments and general suggestions in this regard
        to <a href="mailto:web-translators@gnu.org">
        &lt;web-translators@gnu.org&gt;</a>.</p>

        <p>For information on coordinating and contributing translations of
        our web pages, see <a
        href="/server/standards/README.translations.html">Translations
        README</a>. -->
Please see the <a
href="/server/standards/README.translations.html">Translations README</a> for
information on coordinating and contributing translations of this article.</p>
</div>

<!-- Regarding copyright, in general, standalone pages (as opposed to
     files generated as part of manuals) on the GNU web server should
     be under CC BY-ND 4.0.  Please do NOT change or remove this
     without talking with the webmasters or licensing team first.
     Please make sure the copyright date is consistent with the
     document.  For web pages, it is ok to list just the latest year the
     document was modified, or published.
     
     If you wish to list earlier years, that is ok too.
     Either "2001, 2002, 2003" or "2001-2003" are ok for specifying
     years, as long as each year in the range is in fact a copyrightable
     year, i.e., a year in which the document was published (including
     being publicly visible on the web or in a revision control system).
     
     There is more detail about copyright years in the GNU Maintainers
     Information document, www.gnu.org/prep/maintain. -->

<p>Copyright &copy; 2012, 2013, 2021 Free Software Foundation, Inc.</p>

<p>This page is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-nd/4.0/">Creative
Commons Attribution-NoDerivatives 4.0 International License</a>.</p>

<!--#include virtual="/server/bottom-notes.html" -->

<p class="unprintable">Updated:
<!-- timestamp start -->
$Date: 2021/09/19 16:26:24 $
<!-- timestamp end -->
</p>
</div>
</div><!-- for class="inner", starts in the banner include -->
</body>
</html>