blob: 3f792d018abbc46c42923edadc4a68d754e2e5b1 [file] [log] [blame]
Eric Andersencc8ed391999-10-05 16:24:54 +00001Original release code (unless otherwise noted)
2Copyright 1995, 1996 Bruce Perens <bruce@pixar.com>
3
4mkswap
5Copyright 1991 Linus Torvalds
6
7tiny-ls(ls)
8Copyright 1996 Brian Candler <B.Candler@pobox.com>
9
10tarcat, loadkmap, various fixes, Debian maintenance
11Copyright 1998 Enrique Zanardi <ezanardi@ull.es>
12
13more(v2), makedevs, dutmp, modularization, auto links file,
14various fixes, Linux Router Project maintenance
15Copyright 1998 Dave Cinege <dcinege@psychosis.com>
16
17mini-gzip(gzip), mini-netcat(mnc)
18Copyright 1998 Charles P. Wright <cpwright@villagenet.com>
19
Eric Andersenbdfd0d72001-10-24 05:00:29 +000020Tons of new stuff as noted in header files
Eric Andersenedc6e022001-11-19 23:50:18 +000021Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
Eric Andersenbdfd0d72001-10-24 05:00:29 +000022Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
Eric Andersene77ae3a1999-10-19 20:03:34 +000023
24
Eric Andersended62591999-11-18 00:19:26 +000025Please feed suggestions, bug reports, insults, and bribes back to:
26 Erik Andersen
Eric Andersenbdfd0d72001-10-24 05:00:29 +000027 <andersen@codepoet.org>
Eric Andersen664584b1999-12-11 23:25:59 +000028 <andersee@debian.org>
Eric Andersended62591999-11-18 00:19:26 +000029
30
31
32Busybox may be used and distributed under the GNU General Public License.
33
34---------------------------------------------------------------------------
35
36
37 GNU GENERAL PUBLIC LICENSE
38 Version 2, June 1991
39
40 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
41 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
42 Everyone is permitted to copy and distribute verbatim copies
43 of this license document, but changing it is not allowed.
44
45 Preamble
46
47 The licenses for most software are designed to take away your
48freedom to share and change it. By contrast, the GNU General Public
49License is intended to guarantee your freedom to share and change free
50software--to make sure the software is free for all its users. This
51General Public License applies to most of the Free Software
52Foundation's software and to any other program whose authors commit to
53using it. (Some other Free Software Foundation software is covered by
54the GNU Library General Public License instead.) You can apply it to
55your programs, too.
56
57 When we speak of free software, we are referring to freedom, not
58price. Our General Public Licenses are designed to make sure that you
59have the freedom to distribute copies of free software (and charge for
60this service if you wish), that you receive source code or can get it
61if you want it, that you can change the software or use pieces of it
62in new free programs; and that you know you can do these things.
63
64 To protect your rights, we need to make restrictions that forbid
65anyone to deny you these rights or to ask you to surrender the rights.
66These restrictions translate to certain responsibilities for you if you
67distribute copies of the software, or if you modify it.
68
69 For example, if you distribute copies of such a program, whether
70gratis or for a fee, you must give the recipients all the rights that
71you have. You must make sure that they, too, receive or can get the
72source code. And you must show them these terms so they know their
73rights.
74
75 We protect your rights with two steps: (1) copyright the software, and
76(2) offer you this license which gives you legal permission to copy,
77distribute and/or modify the software.
78
79 Also, for each author's protection and ours, we want to make certain
80that everyone understands that there is no warranty for this free
81software. If the software is modified by someone else and passed on, we
82want its recipients to know that what they have is not the original, so
83that any problems introduced by others will not reflect on the original
84authors' reputations.
85
86 Finally, any free program is threatened constantly by software
87patents. We wish to avoid the danger that redistributors of a free
88program will individually obtain patent licenses, in effect making the
89program proprietary. To prevent this, we have made it clear that any
90patent must be licensed for everyone's free use or not licensed at all.
91
92 The precise terms and conditions for copying, distribution and
93modification follow.
94
95 GNU GENERAL PUBLIC LICENSE
96 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
97
98 0. This License applies to any program or other work which contains
99a notice placed by the copyright holder saying it may be distributed
100under the terms of this General Public License. The "Program", below,
101refers to any such program or work, and a "work based on the Program"
102means either the Program or any derivative work under copyright law:
103that is to say, a work containing the Program or a portion of it,
104either verbatim or with modifications and/or translated into another
105language. (Hereinafter, translation is included without limitation in
106the term "modification".) Each licensee is addressed as "you".
107
108Activities other than copying, distribution and modification are not
109covered by this License; they are outside its scope. The act of
110running the Program is not restricted, and the output from the Program
111is covered only if its contents constitute a work based on the
112Program (independent of having been made by running the Program).
113Whether that is true depends on what the Program does.
114
115 1. You may copy and distribute verbatim copies of the Program's
116source code as you receive it, in any medium, provided that you
117conspicuously and appropriately publish on each copy an appropriate
118copyright notice and disclaimer of warranty; keep intact all the
119notices that refer to this License and to the absence of any warranty;
120and give any other recipients of the Program a copy of this License
121along with the Program.
122
123You may charge a fee for the physical act of transferring a copy, and
124you may at your option offer warranty protection in exchange for a fee.
125
126 2. You may modify your copy or copies of the Program or any portion
127of it, thus forming a work based on the Program, and copy and
128distribute such modifications or work under the terms of Section 1
129above, provided that you also meet all of these conditions:
130
131 a) You must cause the modified files to carry prominent notices
132 stating that you changed the files and the date of any change.
133
134 b) You must cause any work that you distribute or publish, that in
135 whole or in part contains or is derived from the Program or any
136 part thereof, to be licensed as a whole at no charge to all third
137 parties under the terms of this License.
138
139 c) If the modified program normally reads commands interactively
140 when run, you must cause it, when started running for such
141 interactive use in the most ordinary way, to print or display an
142 announcement including an appropriate copyright notice and a
143 notice that there is no warranty (or else, saying that you provide
144 a warranty) and that users may redistribute the program under
145 these conditions, and telling the user how to view a copy of this
146 License. (Exception: if the Program itself is interactive but
147 does not normally print such an announcement, your work based on
148 the Program is not required to print an announcement.)
149
150These requirements apply to the modified work as a whole. If
151identifiable sections of that work are not derived from the Program,
152and can be reasonably considered independent and separate works in
153themselves, then this License, and its terms, do not apply to those
154sections when you distribute them as separate works. But when you
155distribute the same sections as part of a whole which is a work based
156on the Program, the distribution of the whole must be on the terms of
157this License, whose permissions for other licensees extend to the
158entire whole, and thus to each and every part regardless of who wrote it.
159
160Thus, it is not the intent of this section to claim rights or contest
161your rights to work written entirely by you; rather, the intent is to
162exercise the right to control the distribution of derivative or
163collective works based on the Program.
164
165In addition, mere aggregation of another work not based on the Program
166with the Program (or with a work based on the Program) on a volume of
167a storage or distribution medium does not bring the other work under
168the scope of this License.
169
170 3. You may copy and distribute the Program (or a work based on it,
171under Section 2) in object code or executable form under the terms of
172Sections 1 and 2 above provided that you also do one of the following:
173
174 a) Accompany it with the complete corresponding machine-readable
175 source code, which must be distributed under the terms of Sections
176 1 and 2 above on a medium customarily used for software interchange; or,
177
178 b) Accompany it with a written offer, valid for at least three
179 years, to give any third party, for a charge no more than your
180 cost of physically performing source distribution, a complete
181 machine-readable copy of the corresponding source code, to be
182 distributed under the terms of Sections 1 and 2 above on a medium
183 customarily used for software interchange; or,
184
185 c) Accompany it with the information you received as to the offer
186 to distribute corresponding source code. (This alternative is
187 allowed only for noncommercial distribution and only if you
188 received the program in object code or executable form with such
189 an offer, in accord with Subsection b above.)
190
191The source code for a work means the preferred form of the work for
192making modifications to it. For an executable work, complete source
193code means all the source code for all modules it contains, plus any
194associated interface definition files, plus the scripts used to
195control compilation and installation of the executable. However, as a
196special exception, the source code distributed need not include
197anything that is normally distributed (in either source or binary
198form) with the major components (compiler, kernel, and so on) of the
199operating system on which the executable runs, unless that component
200itself accompanies the executable.
201
202If distribution of executable or object code is made by offering
203access to copy from a designated place, then offering equivalent
204access to copy the source code from the same place counts as
205distribution of the source code, even though third parties are not
206compelled to copy the source along with the object code.
207
208 4. You may not copy, modify, sublicense, or distribute the Program
209except as expressly provided under this License. Any attempt
210otherwise to copy, modify, sublicense or distribute the Program is
211void, and will automatically terminate your rights under this License.
212However, parties who have received copies, or rights, from you under
213this License will not have their licenses terminated so long as such
214parties remain in full compliance.
215
216 5. You are not required to accept this License, since you have not
217signed it. However, nothing else grants you permission to modify or
218distribute the Program or its derivative works. These actions are
219prohibited by law if you do not accept this License. Therefore, by
220modifying or distributing the Program (or any work based on the
221Program), you indicate your acceptance of this License to do so, and
222all its terms and conditions for copying, distributing or modifying
223the Program or works based on it.
224
225 6. Each time you redistribute the Program (or any work based on the
226Program), the recipient automatically receives a license from the
227original licensor to copy, distribute or modify the Program subject to
228these terms and conditions. You may not impose any further
229restrictions on the recipients' exercise of the rights granted herein.
230You are not responsible for enforcing compliance by third parties to
231this License.
232
233 7. If, as a consequence of a court judgment or allegation of patent
234infringement or for any other reason (not limited to patent issues),
235conditions are imposed on you (whether by court order, agreement or
236otherwise) that contradict the conditions of this License, they do not
237excuse you from the conditions of this License. If you cannot
238distribute so as to satisfy simultaneously your obligations under this
239License and any other pertinent obligations, then as a consequence you
240may not distribute the Program at all. For example, if a patent
241license would not permit royalty-free redistribution of the Program by
242all those who receive copies directly or indirectly through you, then
243the only way you could satisfy both it and this License would be to
244refrain entirely from distribution of the Program.
245
246If any portion of this section is held invalid or unenforceable under
247any particular circumstance, the balance of the section is intended to
248apply and the section as a whole is intended to apply in other
249circumstances.
250
251It is not the purpose of this section to induce you to infringe any
252patents or other property right claims or to contest validity of any
253such claims; this section has the sole purpose of protecting the
254integrity of the free software distribution system, which is
255implemented by public license practices. Many people have made
256generous contributions to the wide range of software distributed
257through that system in reliance on consistent application of that
258system; it is up to the author/donor to decide if he or she is willing
259to distribute software through any other system and a licensee cannot
260impose that choice.
261
262This section is intended to make thoroughly clear what is believed to
263be a consequence of the rest of this License.
264
265 8. If the distribution and/or use of the Program is restricted in
266certain countries either by patents or by copyrighted interfaces, the
267original copyright holder who places the Program under this License
268may add an explicit geographical distribution limitation excluding
269those countries, so that distribution is permitted only in or among
270countries not thus excluded. In such case, this License incorporates
271the limitation as if written in the body of this License.
272
273 9. The Free Software Foundation may publish revised and/or new versions
274of the General Public License from time to time. Such new versions will
275be similar in spirit to the present version, but may differ in detail to
276address new problems or concerns.
277
278Each version is given a distinguishing version number. If the Program
279specifies a version number of this License which applies to it and "any
280later version", you have the option of following the terms and conditions
281either of that version or of any later version published by the Free
282Software Foundation. If the Program does not specify a version number of
283this License, you may choose any version ever published by the Free Software
284Foundation.
285
286 10. If you wish to incorporate parts of the Program into other free
287programs whose distribution conditions are different, write to the author
288to ask for permission. For software which is copyrighted by the Free
289Software Foundation, write to the Free Software Foundation; we sometimes
290make exceptions for this. Our decision will be guided by the two goals
291of preserving the free status of all derivatives of our free software and
292of promoting the sharing and reuse of software generally.
293
294 NO WARRANTY
295
296 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
297FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
298OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
299PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
300OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
301MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
302TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
303PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
304REPAIR OR CORRECTION.
305
306 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
307WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
308REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
309INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
310OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
311TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
312YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
313PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
314POSSIBILITY OF SUCH DAMAGES.
315
316 END OF TERMS AND CONDITIONS
317
318 How to Apply These Terms to Your New Programs
319
320 If you develop a new program, and you want it to be of the greatest
321possible use to the public, the best way to achieve this is to make it
322free software which everyone can redistribute and change under these terms.
323
324 To do so, attach the following notices to the program. It is safest
325to attach them to the start of each source file to most effectively
326convey the exclusion of warranty; and each file should have at least
327the "copyright" line and a pointer to where the full notice is found.
328
329 <one line to give the program's name and a brief idea of what it does.>
330 Copyright (C) <year> <name of author>
331
332 This program is free software; you can redistribute it and/or modify
333 it under the terms of the GNU General Public License as published by
334 the Free Software Foundation; either version 2 of the License, or
335 (at your option) any later version.
336
337 This program is distributed in the hope that it will be useful,
338 but WITHOUT ANY WARRANTY; without even the implied warranty of
339 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
340 GNU General Public License for more details.
341
342 You should have received a copy of the GNU General Public License
343 along with this program; if not, write to the Free Software
344 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
345
346
347Also add information on how to contact you by electronic and paper mail.
348
349If the program is interactive, make it output a short notice like this
350when it starts in an interactive mode:
351
352 Gnomovision version 69, Copyright (C) year name of author
353 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
354 This is free software, and you are welcome to redistribute it
355 under certain conditions; type `show c' for details.
356
357The hypothetical commands `show w' and `show c' should show the appropriate
358parts of the General Public License. Of course, the commands you use may
359be called something other than `show w' and `show c'; they could even be
360mouse-clicks or menu items--whatever suits your program.
361
362You should also get your employer (if you work as a programmer) or your
363school, if any, to sign a "copyright disclaimer" for the program, if
364necessary. Here is a sample; alter the names:
365
366 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
367 `Gnomovision' (which makes passes at compilers) written by James Hacker.
368
369 <signature of Ty Coon>, 1 April 1989
370 Ty Coon, President of Vice
371
372This General Public License does not permit incorporating your program into
373proprietary programs. If your program is a subroutine library, you may
374consider it more useful to permit linking proprietary applications with the
375library. If this is what you want to do, use the GNU Library General
376Public License instead of this License.
Eric Andersene77ae3a1999-10-19 20:03:34 +0000377