annotate etc/INTERVIEW @ 119:d101af7320b8

Added tag r20-1b11 for changeset 7d55a9ba150c
author cvs
date Mon, 13 Aug 2007 09:24:19 +0200
parents 376386a54a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 GNU'S NOT UNIX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 Conducted by David Betz and Jon Edwards
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 Richard Stallman discusses his public-domain
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 UNIX-compatible software system
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 with BYTE editors
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 (July 1986)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 Copyright (C) 1986 Richard Stallman. Permission is granted to make and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 distribute copies of this article as long as the copyright and this notice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 appear on all copies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 Richard Stallman has undertaken probably the most ambitious free software
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 development project to date, the GNU system. In his GNU Manifesto,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 published in the March 1985 issue of Dr. Dobb's Journal, Stallman described
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 GNU as a "complete Unix-compatible software system which I am writing so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 that I can give it away free to everyone who can use it... Once GNU is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 written, everyone will be able to obtain good system software free, just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 like air." (GNU is an acronym for GNU's Not UNIX; the "G" is pronounced.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 Stallman is widely known as the author of EMACS, a powerful text editor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 that he developed at the MIT Artificial Intelligence Laboratory. It is no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 coincidence that the first piece of software produced as part of the GNU
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 project was a new implementation of EMACS. GNU EMACS has already achieved a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 reputation as one of the best implementations of EMACS currently available
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 at any price.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 BYTE: We read your GNU Manifesto in the March 1985 issue of Dr. Dobb's.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 What has happened since? Was that really the beginning, and how have you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 progressed since then?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 Stallman: The publication in Dr. Dobb's wasn't the beginning of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 project. I wrote the GNU Manifesto when I was getting ready to start the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 project, as a proposal to ask computer manufacturers for funding. They
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 didn't want to get involved, and I decided that rather than spend my time
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 trying to pursue funds, I ought to spend it writing code. The manifesto was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 published about a year and a half after I had written it, when I had barely
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 begun distributing the GNU EMACS. Since that time, in addition to making
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 GNU EMACS more complete and making it run on many more computers, I have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 nearly finished the optimizing C compiler and all the other software that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 is needed for running C programs. This includes a source-level debugger
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 that has many features that the other source-level debuggers on UNIX don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 have. For example, it has convenience variables within the debugger so you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 can save values, and it also has a history of all the values that you have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 printed out, making it tremendously easier to chase around list structures.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 BYTE: You have finished an editor that is now widely distributed and you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 are about to finish the compiler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 Stallman: I expect that it will be finished this October.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 BYTE: What about the kernel?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 Stallman: I'm currently planning to start with the kernel that was written
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 at MIT and was released to the public recently with the idea that I would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 use it. This kernel is called TRIX; it's based on remote procedure call. I
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 still need to add compatibility for a lot of the features of UNIX which it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 doesn't have currently. I haven't started to work on that yet. I'm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 finishing the compiler before I go to work on the kernel. I am also going
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 to have to rewrite the file system. I intend to make it failsafe just by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 having it write blocks in the proper order so that the disk structure is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 always consistent. Then I want to add version numbers. I have a complicated
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 scheme to reconcile version numbers with the way people usually use UNIX.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 You have to be able to specify filenames without version numbers, but you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 also have to be able to specify them with explicit version numbers, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 these both need to work with ordinary UNIX programs that have not been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 modified in any way to deal with the existence of this feature. I think I
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 have a scheme for doing this, and only trying it will show me whether it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 really does the job.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 BYTE: Do you have a brief description you can give us as to how GNU as a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 system will be superior to other systems? We know that one of your goals is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 to produce something that is compatible with UNIX. But at least in the area
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 of file systems you have already said that you are going to go beyond UNIX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 and produce something that is better.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 Stallman: The C compiler will produce better code and run faster. The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 debugger is better. With each piece I may or may not find a way to improve
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 it. But there is no one answer to this question. To some extent I am
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 getting the benefit of reimplementation, which makes many systems much
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 better. To some extent it's because I have been in the field a long time
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 and worked on many other systems. I therefore have many ideas to bring to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 bear. One way in which it will be better is that practically everything in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 the system will work on files of any size, on lines of any size, with any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 characters appearing in them. The UNIX system is very bad in that regard.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 It's not anything new as a principle of software engineering that you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 shouldn't have arbitrary limits. But it just was the standard practice in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 writing UNIX to put those in all the time, possibly just because they were
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 writing it for a very small computer. The only limit in the GNU system is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 when your program runs out of memory because it tried to work on too much
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 data and there is no place to keep it all.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 BYTE: And that isn't likely to be hit if you've got virtual memory. You may
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 just take forever to come up with the solution.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 Stallman: Actually these limits tend to hit in a time long before you take
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 forever to come up with the solution.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 BYTE: Can you say something about what types of machines and environments
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 GNU EMACS in particular has been made to run under? It's now running on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 VAXes; has it migrated in any form to personal computers?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 Stallman: I'm not sure what you mean by personal computers. For example, is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 a Sun a personal computer? GNU EMACS requires at least a megabyte of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 available memory and preferably more. It is normally used on machines that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 have virtual memory. Except for various technical problems in a few C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 compilers, almost any machine with virtual memory and running a fairly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 recent version of UNIX will run GNU EMACS, and most of them currently do.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 BYTE: Has anyone tried to port it to Ataris or Macintoshes?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 Stallman: The Atari 1040ST still doesn't have quite enough memory. The next
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 Atari machine, I expect, will run it. I also think that future Ataris will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 have some forms of memory mapping. Of course, I am not designing the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 software to run on the kinds of computers that are prevalent today. I knew
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 when I started this project it was going to take a few years. I therefore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 decided that I didn't want to make a worse system by taking on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 additional challenge of making it run in the currently constrained
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 environment. So instead I decided I'm going to write it in the way that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 seems the most natural and best. I am confident that in a couple of years
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 machines of sufficient size will be prevalent. In fact, increases in memory
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 size are happening so fast it surprises me how slow most of the people are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 to put in virtual memory; I think it is totally essential.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 BYTE: I think people don't really view it as being necessary for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 single-user machines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 Stallman: They don't understand that single user doesn't mean single
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 program. Certainly for any UNIX-like system it's important to be able to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 run lots of different processes at the same time even if there is only one
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 of you. You could run GNU EMACS on a nonvirtual-memory machine with enough
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 memory, but you couldn't run the rest of the GNU system very well or a UNIX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 system very well.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 BYTE: How much of LISP is present in GNU EMACS? It occurred to me that it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 may be useful to use that as a tool for learning LISP.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 Stallman: You can certainly do that. GNU EMACS contains a complete,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 although not very powerful, LISP system. It's powerful enough for writing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 editor commands. It's not comparable with, say, a Common LISP System,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 something you could really use for system programming, but it has all the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 things that LISP needs to have.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 BYTE: Do you have any predictions about when you would be likely to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 distribute a workable environment in which, if we put it on our machines or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 workstations, we could actually get reasonable work done without using
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 anything other than code that you distribute?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 Stallman: It's really hard to say. That could happen in a year, but of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 course it could take longer. It could also conceivably take less, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 that's not too likely anymore. I think I'll have the compiler finished in a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 month or two. The only other large piece of work I really have to do is in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 the kernel. I first predicted GNU would take something like two years, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 it has now been two and a half years and I'm still not finished. Part of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 the reason for the delay is that I spent a lot of time working on one
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 compiler that turned out to be a dead end. I had to rewrite it completely.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 Another reason is that I spent so much time on GNU EMACS. I originally
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 thought I wouldn't have to do that at all.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 BYTE: Tell us about your distribution scheme.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 Stallman: I don't put software or manuals in the public domain, and the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 reason is that I want to make sure that all the users get the freedom to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 share. I don't want anyone making an improved version of a program I wrote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 and distributing it as proprietary. I don't want that to ever be able to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 happen. I want to encourage the free improvements to these programs, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 the best way to do that is to take away any temptation for a person to make
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 improvements nonfree. Yes, a few of them will refrain from making
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 improvements, but a lot of others will make the same improvements and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 they'll make them free.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 BYTE: And how do you go about guaranteeing that?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 Stallman: I do this by copyrighting the programs and putting on a notice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 giving people explicit permission to copy the programs and change them but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 only on the condition that they distribute under the same terms that I
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 used, if at all. You don't have to distribute the changes you make to any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 of my programs--you can just do it for yourself, and you don't have to give
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 it to anyone or tell anyone. But if you do give it to someone else, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 have to do it under the same terms that I use.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 BYTE: Do you obtain any rights over the executable code derived from the C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 compiler?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 Stallman: The copyright law doesn't give me copyright on output from the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 compiler, so it doesn't give me a way to say anything about that, and in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 fact I don't try to. I don't sympathize with people developing proprietary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 products with any compiler, but it doesn't seem especially useful to try to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 stop them from developing them with this compiler, so I am not going to.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 BYTE: Do your restrictions apply if people take pieces of your code to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 produce other things as well?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 Stallman: Yes, if they incorporate with changes any sizable piece. If it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 were two lines of code, that's nothing; copyright doesn't apply to that.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 Essentially, I have chosen these conditions so that first there is a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 copyright, which is what all the software hoarders use to stop everybody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 from doing anything, and then I add a notice giving up part of those
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 rights. So the conditions talk only about the things that copyright applies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 to. I don't believe that the reason you should obey these conditions is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 because of the law. The reason you should obey is because an upright person
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 when he distributes software encourages other people to share it further.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 BYTE: In a sense you are enticing people into this mode of thinking by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 providing all of these interesting tools that they can use but only if they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 buy into your philosophy.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 Stallman: Yes. You could also see it as using the legal system that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 software hoarders have set up against them. I'm using it to protect the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 public from them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 BYTE: Given that manufacturers haven't wanted to fund the project, who do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 you think will use the GNU system when it is done?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 Stallman: I have no idea, but it is not an important question. My purpose
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 is to make it possible for people to reject the chains that come with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 proprietary software. I know that there are people who want to do that.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 Now, there may be others who don't care, but they are not my concern. I
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 feel a bit sad for them and for the people that they influence. Right now a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 person who perceives the unpleasantness of the terms of proprietary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 software feels that he is stuck and has no alternative except not to use a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 computer. Well, I am going to give him a comfortable alternative.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 Other people may use the GNU system simply because it is technically
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 superior. For example, my C compiler is producing about as good a code as I
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 have seen from any C compiler. And GNU EMACS is generally regarded as being
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 far superior to the commercial competition. And GNU EMACS was not funded by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 anyone either, but everyone is using it. I therefore think that many people
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 will use the rest of the GNU system because of its technical advantages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 But I would be doing a GNU system even if I didn't know how to make it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 technically better because I want it to be socially better. The GNU project
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 is really a social project. It uses technical means to make a change in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 society.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 BYTE: Then it is fairly important to you that people adopt GNU. It is not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 just an academic exercise to produce this software to give it away to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 people. You hope it will change the way the software industry operates.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 Stallman: Yes. Some people say no one will ever use it because it doesn't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 have some attractive corporate logo on it, and other people say that they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 think it is tremendously important and everyone's going to want to use it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 I have no way of knowing what is really going to happen. I don't know any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 other way to try to change the ugliness of the field that I find myself in,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 so this is what I have to do.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 BYTE: Can you address the implications? You obviously feel that this is an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 important political and social statement.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 Stallman: It is a change. I'm trying to change the way people approach
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 knowledge and information in general. I think that to try to own knowledge,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 to try to control whether people are allowed to use it, or to try to stop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 other people from sharing it, is sabotage. It is an activity that benefits
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 the person that does it at the cost of impoverishing all of society. One
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 person gains one dollar by destroying two dollars' worth of wealth. I think
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 a person with a conscience wouldn't do that sort of thing except perhaps if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 he would otherwise die. And of course the people who do this are fairly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 rich; I can only conclude that they are unscrupulous. I would like to see
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 people get rewards for writing free software and for encouraging other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 people to use it. I don't want to see people get rewards for writing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 proprietary software because that is not really a contribution to society.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 The principle of capitalism is the idea that people manage to make money by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 producing things and thereby are encouraged to do what is useful,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 automatically, so to speak. But that doesn't work when it comes to owning
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 knowledge. They are encouraged to do not really what's useful, and what
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 really is useful is not encouraged. I think it is important to say that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 information is different from material objects like cars and loaves of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 bread because people can copy it and share it on their own and, if nobody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 attempts to stop them, they can change it and make it better for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 themselves. That is a useful thing for people to do. This isn't true of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 loaves of bread. If you have one loaf of bread and you want another, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 can't just put your loaf of bread into a bread copier. you can't make
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 another one except by going through all the steps that were used to make
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 the first one. It therefore is irrelevant whether people are permitted to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 copy it--it's impossible.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 Books were printed only on printing presses until recently. It was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 possible to make a copy yourself by hand, but it wasn't practical because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 it took so much more work than using a printing press. And it produced
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 something so much less attractive that, for all intents and purposes, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 could act as if it were impossible to make books except by mass producing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 them. And therefore copyright didn't really take any freedom away from the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 reading public. There wasn't anything that a book purchaser could do that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 was forbidden by copyright.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 But this isn't true for computer programs. It's also not true for tape
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 cassettes. It's partly false now for books, but it is still true that for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 most books it is more expensive and certainly a lot more work to Xerox them
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 than to buy a copy, and the result is still less attractive. Right now we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 are in a period where the situation that made copyright harmless and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 acceptable is changing to a situation where copyright will become
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 destructive and intolerable. So the people who are slandered as "pirates"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 are in fact the people who are trying to do something useful that they have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 been forbidden to do. The copyright laws are entirely designed to help
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 people take complete control over the use of some information for their own
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 good. But they aren't designed to help people who want to make sure that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 the information is accessible to the public and stop others from depriving
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 the public. I think that the law should recognize a class of works that are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 owned by the public, which is different from public domain in the same
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 sense that a public park is different from something found in a garbage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 can. It's not there for anybody to take away, it's there for everyone to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 use but for no one to impede. Anybody in the public who finds himself being
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 deprived of the derivative work of something owned by the public should be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 able to sue about it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 BYTE: But aren't pirates interested in getting copies of programs because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 they want to use those programs, not because they want to use that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 knowledge to produce something better?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 Stallman: I don't see that that's the important distinction. More people
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 using a program means that the program contributes more to society. You
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 have a loaf of bread that could be eaten either once or a million times.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 BYTE: Some users buy commercial software to obtain support. How does your
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 distribution scheme provide support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 Stallman: I suspect that those users are misled and are not thinking
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 clearly. It is certainly useful to have support, but when they start
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 thinking about how that has something to do with selling software or with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 the software being proprietary, at that point they are confusing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 themselves. There is no guarantee that proprietary software will receive
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 good support. Simply because sellers say that they provide support, that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 doesn't mean it will be any good. And they may go out of business. In fact,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 people think that GNU EMACS has better support than commercial EMACSes. One
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 of the reasons is that I'm probably a better hacker than the people who
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 wrote the other EMACSes, but the other reason is that everyone has sources
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 and there are so many people interested in figuring out how to do things
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 with it that you don't have to get your support from me. Even just the free
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 support that consists of my fixing bugs people report to me and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 incorporating that in the next release has given people a good level of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 support. You can always hire somebody to solve a problem for you, and when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 the software is free you have a competitive market for the support. You can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 hire anybody. I distribute a service list with EMACS, a list of people's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 names and phone numbers and what they charge to provide support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 BYTE: Do you collect their bug fixes?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 Stallman: Well, they send them to me. I asked all the people who wanted to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 be listed to promise that they would never ask any of their customers to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 keep secret whatever they were told or any changes they were given to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 GNU software as part of that support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 BYTE: So you can't have people competing to provide support based on their
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 knowing the solution to some problem that somebody else doesn't know.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 Stallman: No. They can compete based on their being clever and more likely
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 to find the solution to your problem, or their already understanding more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 of the common problems, or knowing better how to explain to you what you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 should do. These are all ways they can compete. They can try to do better,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 but they cannot actively impede their competitors.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 BYTE: I suppose it's like buying a car. You're not forced to go back to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 original manufacturer for support or continued maintenance.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 Stallman: Or buying a house--what would it be like if the only person who
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 could ever fix problems with your house was the contractor who built it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 originally? That is the kind of imposition that's involved in proprietary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 software. People tell me about a problem that happens in UNIX. Because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 manufacturers sell improved versions of UNIX, they tend to collect fixes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 and not give them out except in binaries. The result is that the bugs don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 really get fixed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 BYTE: They're all duplicating effort trying to solve bugs independently.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 Stallman: Yes. Here is another point that helps put the problem of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 proprietary information in a social perspective. Think about the liability
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 insurance crisis. In order to get any compensation from society, an injured
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 person has to hire a lawyer and split the money with that lawyer. This is a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 stupid and inefficient way of helping out people who are victims of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 accidents. And consider all the time that people put into hustling to take
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 business away from their competition. Think of the pens that are packaged
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 in large cardboard packages that cost more than the pen--just to make sure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 that the pen isn't stolen. Wouldn't it be better if we just put free pens
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 on every street corner? And think of all the toll booths that impede the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 flow of traffic. It's a gigantic social phenomenon. People find ways of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 getting money by impeding society. Once they can impede society, they can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 be paid to leave people alone. The waste inherent in owning information
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 will become more and more important and will ultimately make the difference
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 between the utopia in which nobody really has to work for a living because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 it's all done by robots and a world just like ours where everyone spends
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 much time replicating what the next fellow is doing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 BYTE: Like typing in copyright notices on the software.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 Stallman: More like policing everyone to make sure that they don't have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 forbidden copies of anything and duplicating all the work people have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 already done because it is proprietary.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 BYTE: A cynic might wonder how you earn your living.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 Stallman: From consulting. When I do consulting, I always reserve the right
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 to give away what I wrote for the consulting job. Also, I could be making
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 my living by mailing copies of the free software that I wrote and some that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 other people wrote. Lots of people send in $150 for GNU EMACS, but now this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 money goes to the Free Software Foundation that I started. The foundation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 doesn't pay me a salary because it would be a conflict of interest.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 Instead, it hires other people to work on GNU. As long as I can go on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 making a living by consulting I think that's the best way.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 BYTE: What is currently included in the official GNU distribution tape?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 Stallman: Right now the tape contains GNU EMACS (one version fits all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 computers); Bison, a program that replaces YACC; MIT Scheme, which is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 Professor Sussman's super-simplified dialect of LISP; and Hack, a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 dungeon-exploring game similar to Rogue.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 BYTE: Does the printed manual come with the tape as well?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 Stallman: No. Printed manuals cost $15 each or copy them yourself. Copy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 this interview and share it, too.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 BYTE: How can you get a copy of that?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 Stallman: Write to the Free Software Foundation, 675 Massachusetts Ave.,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 Cambridge, MA 02139.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 [In June 1995, this address changed to:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 Free Software Foundation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 59 Temple Place - Suite 330
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 Boston, MA 02111-1307, USA
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 Voice: +1-617-542-5942
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 Fax: +1-617-542-2652
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 -gnu@prep.ai.mit.edu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 BYTE: What are you going to do when you are done with the GNU system?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 Stallman: I'm not sure. Sometimes I think that what I'll go on to do is the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 same thing in other areas of software.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 BYTE: So this is just the first of a whole series of assaults on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 software industry?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 Stallman: I hope so. But perhaps what I'll do is just live a life of ease
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 working a little bit of the time just to live. I don't have to live
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 expensively. The rest of the time I can find interesting people to hang
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 around with or learn to do things that I don't know how to do.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 Editorial Note: BYTE holds the right to provide this interview on BIX but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 will not interfere with its distribution.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 Richard Stallman, 545 Technology Square, Room 703, Cambridge, MA 02139.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 Copyright (C) 1986 Richard Stallman. Permission is granted to make and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 distribute copies of this article as long as the copyright and this notice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 appear on all copies.