xref: /linux/LICENSES/preferred/GPL-2.0 (revision 137177af71cf24a71a9854a5a5efbad6e0c5c5ac)
1255247c2SThomas GleixnerValid-License-Identifier: GPL-2.0
29376ff9bSThomas GleixnerValid-License-Identifier: GPL-2.0-only
3255247c2SThomas GleixnerValid-License-Identifier: GPL-2.0+
49376ff9bSThomas GleixnerValid-License-Identifier: GPL-2.0-or-later
5255247c2SThomas GleixnerSPDX-URL: https://spdx.org/licenses/GPL-2.0.html
6255247c2SThomas GleixnerUsage-Guide:
7255247c2SThomas Gleixner  To use this license in source code, put one of the following SPDX
8255247c2SThomas Gleixner  tag/value pairs into a comment according to the placement
9255247c2SThomas Gleixner  guidelines in the licensing rules documentation.
10255247c2SThomas Gleixner  For 'GNU General Public License (GPL) version 2 only' use:
11255247c2SThomas Gleixner    SPDX-License-Identifier: GPL-2.0
129376ff9bSThomas Gleixner  or
139376ff9bSThomas Gleixner    SPDX-License-Identifier: GPL-2.0-only
14255247c2SThomas Gleixner  For 'GNU General Public License (GPL) version 2 or any later version' use:
15255247c2SThomas Gleixner    SPDX-License-Identifier: GPL-2.0+
169376ff9bSThomas Gleixner  or
179376ff9bSThomas Gleixner    SPDX-License-Identifier: GPL-2.0-or-later
18255247c2SThomas GleixnerLicense-Text:
19255247c2SThomas Gleixner
20255247c2SThomas Gleixner		    GNU GENERAL PUBLIC LICENSE
21255247c2SThomas Gleixner		       Version 2, June 1991
22255247c2SThomas Gleixner
23*660470dcSThomas Huth Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
24*660470dcSThomas Huth <https://fsf.org/>
25255247c2SThomas Gleixner Everyone is permitted to copy and distribute verbatim copies
26255247c2SThomas Gleixner of this license document, but changing it is not allowed.
27255247c2SThomas Gleixner
28255247c2SThomas Gleixner			    Preamble
29255247c2SThomas Gleixner
30255247c2SThomas Gleixner  The licenses for most software are designed to take away your
31255247c2SThomas Gleixnerfreedom to share and change it.  By contrast, the GNU General Public
32255247c2SThomas GleixnerLicense is intended to guarantee your freedom to share and change free
33255247c2SThomas Gleixnersoftware--to make sure the software is free for all its users.  This
34255247c2SThomas GleixnerGeneral Public License applies to most of the Free Software
35255247c2SThomas GleixnerFoundation's software and to any other program whose authors commit to
36255247c2SThomas Gleixnerusing it.  (Some other Free Software Foundation software is covered by
37255247c2SThomas Gleixnerthe GNU Library General Public License instead.)  You can apply it to
38255247c2SThomas Gleixneryour programs, too.
39255247c2SThomas Gleixner
40255247c2SThomas Gleixner  When we speak of free software, we are referring to freedom, not
41255247c2SThomas Gleixnerprice.  Our General Public Licenses are designed to make sure that you
42255247c2SThomas Gleixnerhave the freedom to distribute copies of free software (and charge for
43255247c2SThomas Gleixnerthis service if you wish), that you receive source code or can get it
44255247c2SThomas Gleixnerif you want it, that you can change the software or use pieces of it
45255247c2SThomas Gleixnerin new free programs; and that you know you can do these things.
46255247c2SThomas Gleixner
47255247c2SThomas Gleixner  To protect your rights, we need to make restrictions that forbid
48255247c2SThomas Gleixneranyone to deny you these rights or to ask you to surrender the rights.
49255247c2SThomas GleixnerThese restrictions translate to certain responsibilities for you if you
50255247c2SThomas Gleixnerdistribute copies of the software, or if you modify it.
51255247c2SThomas Gleixner
52255247c2SThomas Gleixner  For example, if you distribute copies of such a program, whether
53255247c2SThomas Gleixnergratis or for a fee, you must give the recipients all the rights that
54255247c2SThomas Gleixneryou have.  You must make sure that they, too, receive or can get the
55255247c2SThomas Gleixnersource code.  And you must show them these terms so they know their
56255247c2SThomas Gleixnerrights.
57255247c2SThomas Gleixner
58255247c2SThomas Gleixner  We protect your rights with two steps: (1) copyright the software, and
59255247c2SThomas Gleixner(2) offer you this license which gives you legal permission to copy,
60255247c2SThomas Gleixnerdistribute and/or modify the software.
61255247c2SThomas Gleixner
62255247c2SThomas Gleixner  Also, for each author's protection and ours, we want to make certain
63255247c2SThomas Gleixnerthat everyone understands that there is no warranty for this free
64255247c2SThomas Gleixnersoftware.  If the software is modified by someone else and passed on, we
65255247c2SThomas Gleixnerwant its recipients to know that what they have is not the original, so
66255247c2SThomas Gleixnerthat any problems introduced by others will not reflect on the original
67255247c2SThomas Gleixnerauthors' reputations.
68255247c2SThomas Gleixner
69255247c2SThomas Gleixner  Finally, any free program is threatened constantly by software
70255247c2SThomas Gleixnerpatents.  We wish to avoid the danger that redistributors of a free
71255247c2SThomas Gleixnerprogram will individually obtain patent licenses, in effect making the
72255247c2SThomas Gleixnerprogram proprietary.  To prevent this, we have made it clear that any
73255247c2SThomas Gleixnerpatent must be licensed for everyone's free use or not licensed at all.
74255247c2SThomas Gleixner
75255247c2SThomas Gleixner  The precise terms and conditions for copying, distribution and
76255247c2SThomas Gleixnermodification follow.
77255247c2SThomas Gleixner
78255247c2SThomas Gleixner		    GNU GENERAL PUBLIC LICENSE
79255247c2SThomas Gleixner   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
80255247c2SThomas Gleixner
81255247c2SThomas Gleixner  0. This License applies to any program or other work which contains
82255247c2SThomas Gleixnera notice placed by the copyright holder saying it may be distributed
83255247c2SThomas Gleixnerunder the terms of this General Public License.  The "Program", below,
84255247c2SThomas Gleixnerrefers to any such program or work, and a "work based on the Program"
85255247c2SThomas Gleixnermeans either the Program or any derivative work under copyright law:
86255247c2SThomas Gleixnerthat is to say, a work containing the Program or a portion of it,
87255247c2SThomas Gleixnereither verbatim or with modifications and/or translated into another
88255247c2SThomas Gleixnerlanguage.  (Hereinafter, translation is included without limitation in
89255247c2SThomas Gleixnerthe term "modification".)  Each licensee is addressed as "you".
90255247c2SThomas Gleixner
91255247c2SThomas GleixnerActivities other than copying, distribution and modification are not
92255247c2SThomas Gleixnercovered by this License; they are outside its scope.  The act of
93255247c2SThomas Gleixnerrunning the Program is not restricted, and the output from the Program
94255247c2SThomas Gleixneris covered only if its contents constitute a work based on the
95255247c2SThomas GleixnerProgram (independent of having been made by running the Program).
96255247c2SThomas GleixnerWhether that is true depends on what the Program does.
97255247c2SThomas Gleixner
98255247c2SThomas Gleixner  1. You may copy and distribute verbatim copies of the Program's
99255247c2SThomas Gleixnersource code as you receive it, in any medium, provided that you
100255247c2SThomas Gleixnerconspicuously and appropriately publish on each copy an appropriate
101255247c2SThomas Gleixnercopyright notice and disclaimer of warranty; keep intact all the
102255247c2SThomas Gleixnernotices that refer to this License and to the absence of any warranty;
103255247c2SThomas Gleixnerand give any other recipients of the Program a copy of this License
104255247c2SThomas Gleixneralong with the Program.
105255247c2SThomas Gleixner
106255247c2SThomas GleixnerYou may charge a fee for the physical act of transferring a copy, and
107255247c2SThomas Gleixneryou may at your option offer warranty protection in exchange for a fee.
108255247c2SThomas Gleixner
109255247c2SThomas Gleixner  2. You may modify your copy or copies of the Program or any portion
110255247c2SThomas Gleixnerof it, thus forming a work based on the Program, and copy and
111255247c2SThomas Gleixnerdistribute such modifications or work under the terms of Section 1
112255247c2SThomas Gleixnerabove, provided that you also meet all of these conditions:
113255247c2SThomas Gleixner
114255247c2SThomas Gleixner    a) You must cause the modified files to carry prominent notices
115255247c2SThomas Gleixner    stating that you changed the files and the date of any change.
116255247c2SThomas Gleixner
117255247c2SThomas Gleixner    b) You must cause any work that you distribute or publish, that in
118255247c2SThomas Gleixner    whole or in part contains or is derived from the Program or any
119255247c2SThomas Gleixner    part thereof, to be licensed as a whole at no charge to all third
120255247c2SThomas Gleixner    parties under the terms of this License.
121255247c2SThomas Gleixner
122255247c2SThomas Gleixner    c) If the modified program normally reads commands interactively
123255247c2SThomas Gleixner    when run, you must cause it, when started running for such
124255247c2SThomas Gleixner    interactive use in the most ordinary way, to print or display an
125255247c2SThomas Gleixner    announcement including an appropriate copyright notice and a
126255247c2SThomas Gleixner    notice that there is no warranty (or else, saying that you provide
127255247c2SThomas Gleixner    a warranty) and that users may redistribute the program under
128255247c2SThomas Gleixner    these conditions, and telling the user how to view a copy of this
129255247c2SThomas Gleixner    License.  (Exception: if the Program itself is interactive but
130255247c2SThomas Gleixner    does not normally print such an announcement, your work based on
131255247c2SThomas Gleixner    the Program is not required to print an announcement.)
132255247c2SThomas Gleixner
133255247c2SThomas GleixnerThese requirements apply to the modified work as a whole.  If
134255247c2SThomas Gleixneridentifiable sections of that work are not derived from the Program,
135255247c2SThomas Gleixnerand can be reasonably considered independent and separate works in
136255247c2SThomas Gleixnerthemselves, then this License, and its terms, do not apply to those
137255247c2SThomas Gleixnersections when you distribute them as separate works.  But when you
138255247c2SThomas Gleixnerdistribute the same sections as part of a whole which is a work based
139255247c2SThomas Gleixneron the Program, the distribution of the whole must be on the terms of
140255247c2SThomas Gleixnerthis License, whose permissions for other licensees extend to the
141255247c2SThomas Gleixnerentire whole, and thus to each and every part regardless of who wrote it.
142255247c2SThomas Gleixner
143255247c2SThomas GleixnerThus, it is not the intent of this section to claim rights or contest
144255247c2SThomas Gleixneryour rights to work written entirely by you; rather, the intent is to
145255247c2SThomas Gleixnerexercise the right to control the distribution of derivative or
146255247c2SThomas Gleixnercollective works based on the Program.
147255247c2SThomas Gleixner
148255247c2SThomas GleixnerIn addition, mere aggregation of another work not based on the Program
149255247c2SThomas Gleixnerwith the Program (or with a work based on the Program) on a volume of
150255247c2SThomas Gleixnera storage or distribution medium does not bring the other work under
151255247c2SThomas Gleixnerthe scope of this License.
152255247c2SThomas Gleixner
153255247c2SThomas Gleixner  3. You may copy and distribute the Program (or a work based on it,
154255247c2SThomas Gleixnerunder Section 2) in object code or executable form under the terms of
155255247c2SThomas GleixnerSections 1 and 2 above provided that you also do one of the following:
156255247c2SThomas Gleixner
157255247c2SThomas Gleixner    a) Accompany it with the complete corresponding machine-readable
158255247c2SThomas Gleixner    source code, which must be distributed under the terms of Sections
159255247c2SThomas Gleixner    1 and 2 above on a medium customarily used for software interchange; or,
160255247c2SThomas Gleixner
161255247c2SThomas Gleixner    b) Accompany it with a written offer, valid for at least three
162255247c2SThomas Gleixner    years, to give any third party, for a charge no more than your
163255247c2SThomas Gleixner    cost of physically performing source distribution, a complete
164255247c2SThomas Gleixner    machine-readable copy of the corresponding source code, to be
165255247c2SThomas Gleixner    distributed under the terms of Sections 1 and 2 above on a medium
166255247c2SThomas Gleixner    customarily used for software interchange; or,
167255247c2SThomas Gleixner
168255247c2SThomas Gleixner    c) Accompany it with the information you received as to the offer
169255247c2SThomas Gleixner    to distribute corresponding source code.  (This alternative is
170255247c2SThomas Gleixner    allowed only for noncommercial distribution and only if you
171255247c2SThomas Gleixner    received the program in object code or executable form with such
172255247c2SThomas Gleixner    an offer, in accord with Subsection b above.)
173255247c2SThomas Gleixner
174255247c2SThomas GleixnerThe source code for a work means the preferred form of the work for
175255247c2SThomas Gleixnermaking modifications to it.  For an executable work, complete source
176255247c2SThomas Gleixnercode means all the source code for all modules it contains, plus any
177255247c2SThomas Gleixnerassociated interface definition files, plus the scripts used to
178255247c2SThomas Gleixnercontrol compilation and installation of the executable.  However, as a
179255247c2SThomas Gleixnerspecial exception, the source code distributed need not include
180255247c2SThomas Gleixneranything that is normally distributed (in either source or binary
181255247c2SThomas Gleixnerform) with the major components (compiler, kernel, and so on) of the
182255247c2SThomas Gleixneroperating system on which the executable runs, unless that component
183255247c2SThomas Gleixneritself accompanies the executable.
184255247c2SThomas Gleixner
185255247c2SThomas GleixnerIf distribution of executable or object code is made by offering
186255247c2SThomas Gleixneraccess to copy from a designated place, then offering equivalent
187255247c2SThomas Gleixneraccess to copy the source code from the same place counts as
188255247c2SThomas Gleixnerdistribution of the source code, even though third parties are not
189255247c2SThomas Gleixnercompelled to copy the source along with the object code.
190255247c2SThomas Gleixner
191255247c2SThomas Gleixner  4. You may not copy, modify, sublicense, or distribute the Program
192255247c2SThomas Gleixnerexcept as expressly provided under this License.  Any attempt
193255247c2SThomas Gleixnerotherwise to copy, modify, sublicense or distribute the Program is
194255247c2SThomas Gleixnervoid, and will automatically terminate your rights under this License.
195255247c2SThomas GleixnerHowever, parties who have received copies, or rights, from you under
196255247c2SThomas Gleixnerthis License will not have their licenses terminated so long as such
197255247c2SThomas Gleixnerparties remain in full compliance.
198255247c2SThomas Gleixner
199255247c2SThomas Gleixner  5. You are not required to accept this License, since you have not
200255247c2SThomas Gleixnersigned it.  However, nothing else grants you permission to modify or
201255247c2SThomas Gleixnerdistribute the Program or its derivative works.  These actions are
202255247c2SThomas Gleixnerprohibited by law if you do not accept this License.  Therefore, by
203255247c2SThomas Gleixnermodifying or distributing the Program (or any work based on the
204255247c2SThomas GleixnerProgram), you indicate your acceptance of this License to do so, and
205255247c2SThomas Gleixnerall its terms and conditions for copying, distributing or modifying
206255247c2SThomas Gleixnerthe Program or works based on it.
207255247c2SThomas Gleixner
208255247c2SThomas Gleixner  6. Each time you redistribute the Program (or any work based on the
209255247c2SThomas GleixnerProgram), the recipient automatically receives a license from the
210255247c2SThomas Gleixneroriginal licensor to copy, distribute or modify the Program subject to
211255247c2SThomas Gleixnerthese terms and conditions.  You may not impose any further
212255247c2SThomas Gleixnerrestrictions on the recipients' exercise of the rights granted herein.
213255247c2SThomas GleixnerYou are not responsible for enforcing compliance by third parties to
214255247c2SThomas Gleixnerthis License.
215255247c2SThomas Gleixner
216255247c2SThomas Gleixner  7. If, as a consequence of a court judgment or allegation of patent
217255247c2SThomas Gleixnerinfringement or for any other reason (not limited to patent issues),
218255247c2SThomas Gleixnerconditions are imposed on you (whether by court order, agreement or
219255247c2SThomas Gleixnerotherwise) that contradict the conditions of this License, they do not
220255247c2SThomas Gleixnerexcuse you from the conditions of this License.  If you cannot
221255247c2SThomas Gleixnerdistribute so as to satisfy simultaneously your obligations under this
222255247c2SThomas GleixnerLicense and any other pertinent obligations, then as a consequence you
223255247c2SThomas Gleixnermay not distribute the Program at all.  For example, if a patent
224255247c2SThomas Gleixnerlicense would not permit royalty-free redistribution of the Program by
225255247c2SThomas Gleixnerall those who receive copies directly or indirectly through you, then
226255247c2SThomas Gleixnerthe only way you could satisfy both it and this License would be to
227255247c2SThomas Gleixnerrefrain entirely from distribution of the Program.
228255247c2SThomas Gleixner
229255247c2SThomas GleixnerIf any portion of this section is held invalid or unenforceable under
230255247c2SThomas Gleixnerany particular circumstance, the balance of the section is intended to
231255247c2SThomas Gleixnerapply and the section as a whole is intended to apply in other
232255247c2SThomas Gleixnercircumstances.
233255247c2SThomas Gleixner
234255247c2SThomas GleixnerIt is not the purpose of this section to induce you to infringe any
235255247c2SThomas Gleixnerpatents or other property right claims or to contest validity of any
236255247c2SThomas Gleixnersuch claims; this section has the sole purpose of protecting the
237255247c2SThomas Gleixnerintegrity of the free software distribution system, which is
238255247c2SThomas Gleixnerimplemented by public license practices.  Many people have made
239255247c2SThomas Gleixnergenerous contributions to the wide range of software distributed
240255247c2SThomas Gleixnerthrough that system in reliance on consistent application of that
241255247c2SThomas Gleixnersystem; it is up to the author/donor to decide if he or she is willing
242255247c2SThomas Gleixnerto distribute software through any other system and a licensee cannot
243255247c2SThomas Gleixnerimpose that choice.
244255247c2SThomas Gleixner
245255247c2SThomas GleixnerThis section is intended to make thoroughly clear what is believed to
246255247c2SThomas Gleixnerbe a consequence of the rest of this License.
247255247c2SThomas Gleixner
248255247c2SThomas Gleixner  8. If the distribution and/or use of the Program is restricted in
249255247c2SThomas Gleixnercertain countries either by patents or by copyrighted interfaces, the
250255247c2SThomas Gleixneroriginal copyright holder who places the Program under this License
251255247c2SThomas Gleixnermay add an explicit geographical distribution limitation excluding
252255247c2SThomas Gleixnerthose countries, so that distribution is permitted only in or among
253255247c2SThomas Gleixnercountries not thus excluded.  In such case, this License incorporates
254255247c2SThomas Gleixnerthe limitation as if written in the body of this License.
255255247c2SThomas Gleixner
256255247c2SThomas Gleixner  9. The Free Software Foundation may publish revised and/or new versions
257255247c2SThomas Gleixnerof the General Public License from time to time.  Such new versions will
258255247c2SThomas Gleixnerbe similar in spirit to the present version, but may differ in detail to
259255247c2SThomas Gleixneraddress new problems or concerns.
260255247c2SThomas Gleixner
261255247c2SThomas GleixnerEach version is given a distinguishing version number.  If the Program
262255247c2SThomas Gleixnerspecifies a version number of this License which applies to it and "any
263255247c2SThomas Gleixnerlater version", you have the option of following the terms and conditions
264255247c2SThomas Gleixnereither of that version or of any later version published by the Free
265255247c2SThomas GleixnerSoftware Foundation.  If the Program does not specify a version number of
266255247c2SThomas Gleixnerthis License, you may choose any version ever published by the Free Software
267255247c2SThomas GleixnerFoundation.
268255247c2SThomas Gleixner
269255247c2SThomas Gleixner  10. If you wish to incorporate parts of the Program into other free
270255247c2SThomas Gleixnerprograms whose distribution conditions are different, write to the author
271255247c2SThomas Gleixnerto ask for permission.  For software which is copyrighted by the Free
272255247c2SThomas GleixnerSoftware Foundation, write to the Free Software Foundation; we sometimes
273255247c2SThomas Gleixnermake exceptions for this.  Our decision will be guided by the two goals
274255247c2SThomas Gleixnerof preserving the free status of all derivatives of our free software and
275255247c2SThomas Gleixnerof promoting the sharing and reuse of software generally.
276255247c2SThomas Gleixner
277255247c2SThomas Gleixner			    NO WARRANTY
278255247c2SThomas Gleixner
279255247c2SThomas Gleixner  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
280255247c2SThomas GleixnerFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
281255247c2SThomas GleixnerOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
282255247c2SThomas GleixnerPROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
283255247c2SThomas GleixnerOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
284255247c2SThomas GleixnerMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
285255247c2SThomas GleixnerTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
286255247c2SThomas GleixnerPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
287255247c2SThomas GleixnerREPAIR OR CORRECTION.
288255247c2SThomas Gleixner
289255247c2SThomas Gleixner  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
290255247c2SThomas GleixnerWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
291255247c2SThomas GleixnerREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
292255247c2SThomas GleixnerINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
293255247c2SThomas GleixnerOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
294255247c2SThomas GleixnerTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
295255247c2SThomas GleixnerYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
296255247c2SThomas GleixnerPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
297255247c2SThomas GleixnerPOSSIBILITY OF SUCH DAMAGES.
298255247c2SThomas Gleixner
299255247c2SThomas Gleixner		     END OF TERMS AND CONDITIONS
300255247c2SThomas Gleixner
301255247c2SThomas Gleixner	    How to Apply These Terms to Your New Programs
302255247c2SThomas Gleixner
303255247c2SThomas Gleixner  If you develop a new program, and you want it to be of the greatest
304255247c2SThomas Gleixnerpossible use to the public, the best way to achieve this is to make it
305255247c2SThomas Gleixnerfree software which everyone can redistribute and change under these terms.
306255247c2SThomas Gleixner
307255247c2SThomas Gleixner  To do so, attach the following notices to the program.  It is safest
308255247c2SThomas Gleixnerto attach them to the start of each source file to most effectively
309255247c2SThomas Gleixnerconvey the exclusion of warranty; and each file should have at least
310255247c2SThomas Gleixnerthe "copyright" line and a pointer to where the full notice is found.
311255247c2SThomas Gleixner
312255247c2SThomas Gleixner    <one line to give the program's name and a brief idea of what it does.>
313255247c2SThomas Gleixner    Copyright (C) <year>  <name of author>
314255247c2SThomas Gleixner
315255247c2SThomas Gleixner    This program is free software; you can redistribute it and/or modify
316255247c2SThomas Gleixner    it under the terms of the GNU General Public License as published by
317255247c2SThomas Gleixner    the Free Software Foundation; either version 2 of the License, or
318255247c2SThomas Gleixner    (at your option) any later version.
319255247c2SThomas Gleixner
320255247c2SThomas Gleixner    This program is distributed in the hope that it will be useful,
321255247c2SThomas Gleixner    but WITHOUT ANY WARRANTY; without even the implied warranty of
322255247c2SThomas Gleixner    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
323255247c2SThomas Gleixner    GNU General Public License for more details.
324255247c2SThomas Gleixner
325*660470dcSThomas Huth    You should have received a copy of the GNU General Public License along
326*660470dcSThomas Huth    with this program; if not, see <https://www.gnu.org/licenses/>.
327255247c2SThomas Gleixner
328255247c2SThomas GleixnerAlso add information on how to contact you by electronic and paper mail.
329255247c2SThomas Gleixner
330255247c2SThomas GleixnerIf the program is interactive, make it output a short notice like this
331255247c2SThomas Gleixnerwhen it starts in an interactive mode:
332255247c2SThomas Gleixner
333255247c2SThomas Gleixner    Gnomovision version 69, Copyright (C) year name of author
334255247c2SThomas Gleixner    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
335255247c2SThomas Gleixner    This is free software, and you are welcome to redistribute it
336255247c2SThomas Gleixner    under certain conditions; type `show c' for details.
337255247c2SThomas Gleixner
338255247c2SThomas GleixnerThe hypothetical commands `show w' and `show c' should show the appropriate
339255247c2SThomas Gleixnerparts of the General Public License.  Of course, the commands you use may
340255247c2SThomas Gleixnerbe called something other than `show w' and `show c'; they could even be
341255247c2SThomas Gleixnermouse-clicks or menu items--whatever suits your program.
342255247c2SThomas Gleixner
343255247c2SThomas GleixnerYou should also get your employer (if you work as a programmer) or your
344255247c2SThomas Gleixnerschool, if any, to sign a "copyright disclaimer" for the program, if
345255247c2SThomas Gleixnernecessary.  Here is a sample; alter the names:
346255247c2SThomas Gleixner
347255247c2SThomas Gleixner  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
348255247c2SThomas Gleixner  `Gnomovision' (which makes passes at compilers) written by James Hacker.
349255247c2SThomas Gleixner
350255247c2SThomas Gleixner  <signature of Ty Coon>, 1 April 1989
351255247c2SThomas Gleixner  Ty Coon, President of Vice
352255247c2SThomas Gleixner
353255247c2SThomas GleixnerThis General Public License does not permit incorporating your program into
354255247c2SThomas Gleixnerproprietary programs.  If your program is a subroutine library, you may
355255247c2SThomas Gleixnerconsider it more useful to permit linking proprietary applications with the
356255247c2SThomas Gleixnerlibrary.  If this is what you want to do, use the GNU Library General
357255247c2SThomas GleixnerPublic License instead of this License.
358