xref: /plugin/passwd/LICENSE (revision fa287edc1754b48b14a670799673a68713ad5344)
1*fa287edcStomLin1998567                    GNU GENERAL PUBLIC LICENSE
2*fa287edcStomLin1998567                       Version 2, June 1991
3*fa287edcStomLin1998567
4*fa287edcStomLin1998567 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
5*fa287edcStomLin1998567 <https://fsf.org/>
6*fa287edcStomLin1998567 Everyone is permitted to copy and distribute verbatim copies
7*fa287edcStomLin1998567 of this license document, but changing it is not allowed.
8*fa287edcStomLin1998567
9*fa287edcStomLin1998567                            Preamble
10*fa287edcStomLin1998567
11*fa287edcStomLin1998567  The licenses for most software are designed to take away your
12*fa287edcStomLin1998567freedom to share and change it.  By contrast, the GNU General Public
13*fa287edcStomLin1998567License is intended to guarantee your freedom to share and change free
14*fa287edcStomLin1998567software--to make sure the software is free for all its users.  This
15*fa287edcStomLin1998567General Public License applies to most of the Free Software
16*fa287edcStomLin1998567Foundation's software and to any other program whose authors commit to
17*fa287edcStomLin1998567using it.  (Some other Free Software Foundation software is covered by
18*fa287edcStomLin1998567the GNU Lesser General Public License instead.)  You can apply it to
19*fa287edcStomLin1998567your programs, too.
20*fa287edcStomLin1998567
21*fa287edcStomLin1998567  When we speak of free software, we are referring to freedom, not
22*fa287edcStomLin1998567price.  Our General Public Licenses are designed to make sure that you
23*fa287edcStomLin1998567have the freedom to distribute copies of free software (and charge for
24*fa287edcStomLin1998567this service if you wish), that you receive source code or can get it
25*fa287edcStomLin1998567if you want it, that you can change the software or use pieces of it
26*fa287edcStomLin1998567in new free programs; and that you know you can do these things.
27*fa287edcStomLin1998567
28*fa287edcStomLin1998567  To protect your rights, we need to make restrictions that forbid
29*fa287edcStomLin1998567anyone to deny you these rights or to ask you to surrender the rights.
30*fa287edcStomLin1998567These restrictions translate to certain responsibilities for you if you
31*fa287edcStomLin1998567distribute copies of the software, or if you modify it.
32*fa287edcStomLin1998567
33*fa287edcStomLin1998567  For example, if you distribute copies of such a program, whether
34*fa287edcStomLin1998567gratis or for a fee, you must give the recipients all the rights that
35*fa287edcStomLin1998567you have.  You must make sure that they, too, receive or can get the
36*fa287edcStomLin1998567source code.  And you must show them these terms so they know their
37*fa287edcStomLin1998567rights.
38*fa287edcStomLin1998567
39*fa287edcStomLin1998567  We protect your rights with two steps: (1) copyright the software, and
40*fa287edcStomLin1998567(2) offer you this license which gives you legal permission to copy,
41*fa287edcStomLin1998567distribute and/or modify the software.
42*fa287edcStomLin1998567
43*fa287edcStomLin1998567  Also, for each author's protection and ours, we want to make certain
44*fa287edcStomLin1998567that everyone understands that there is no warranty for this free
45*fa287edcStomLin1998567software.  If the software is modified by someone else and passed on, we
46*fa287edcStomLin1998567want its recipients to know that what they have is not the original, so
47*fa287edcStomLin1998567that any problems introduced by others will not reflect on the original
48*fa287edcStomLin1998567authors' reputations.
49*fa287edcStomLin1998567
50*fa287edcStomLin1998567  Finally, any free program is threatened constantly by software
51*fa287edcStomLin1998567patents.  We wish to avoid the danger that redistributors of a free
52*fa287edcStomLin1998567program will individually obtain patent licenses, in effect making the
53*fa287edcStomLin1998567program proprietary.  To prevent this, we have made it clear that any
54*fa287edcStomLin1998567patent must be licensed for everyone's free use or not licensed at all.
55*fa287edcStomLin1998567
56*fa287edcStomLin1998567  The precise terms and conditions for copying, distribution and
57*fa287edcStomLin1998567modification follow.
58*fa287edcStomLin1998567
59*fa287edcStomLin1998567                    GNU GENERAL PUBLIC LICENSE
60*fa287edcStomLin1998567   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61*fa287edcStomLin1998567
62*fa287edcStomLin1998567  0. This License applies to any program or other work which contains
63*fa287edcStomLin1998567a notice placed by the copyright holder saying it may be distributed
64*fa287edcStomLin1998567under the terms of this General Public License.  The "Program", below,
65*fa287edcStomLin1998567refers to any such program or work, and a "work based on the Program"
66*fa287edcStomLin1998567means either the Program or any derivative work under copyright law:
67*fa287edcStomLin1998567that is to say, a work containing the Program or a portion of it,
68*fa287edcStomLin1998567either verbatim or with modifications and/or translated into another
69*fa287edcStomLin1998567language.  (Hereinafter, translation is included without limitation in
70*fa287edcStomLin1998567the term "modification".)  Each licensee is addressed as "you".
71*fa287edcStomLin1998567
72*fa287edcStomLin1998567Activities other than copying, distribution and modification are not
73*fa287edcStomLin1998567covered by this License; they are outside its scope.  The act of
74*fa287edcStomLin1998567running the Program is not restricted, and the output from the Program
75*fa287edcStomLin1998567is covered only if its contents constitute a work based on the
76*fa287edcStomLin1998567Program (independent of having been made by running the Program).
77*fa287edcStomLin1998567Whether that is true depends on what the Program does.
78*fa287edcStomLin1998567
79*fa287edcStomLin1998567  1. You may copy and distribute verbatim copies of the Program's
80*fa287edcStomLin1998567source code as you receive it, in any medium, provided that you
81*fa287edcStomLin1998567conspicuously and appropriately publish on each copy an appropriate
82*fa287edcStomLin1998567copyright notice and disclaimer of warranty; keep intact all the
83*fa287edcStomLin1998567notices that refer to this License and to the absence of any warranty;
84*fa287edcStomLin1998567and give any other recipients of the Program a copy of this License
85*fa287edcStomLin1998567along with the Program.
86*fa287edcStomLin1998567
87*fa287edcStomLin1998567You may charge a fee for the physical act of transferring a copy, and
88*fa287edcStomLin1998567you may at your option offer warranty protection in exchange for a fee.
89*fa287edcStomLin1998567
90*fa287edcStomLin1998567  2. You may modify your copy or copies of the Program or any portion
91*fa287edcStomLin1998567of it, thus forming a work based on the Program, and copy and
92*fa287edcStomLin1998567distribute such modifications or work under the terms of Section 1
93*fa287edcStomLin1998567above, provided that you also meet all of these conditions:
94*fa287edcStomLin1998567
95*fa287edcStomLin1998567    a) You must cause the modified files to carry prominent notices
96*fa287edcStomLin1998567    stating that you changed the files and the date of any change.
97*fa287edcStomLin1998567
98*fa287edcStomLin1998567    b) You must cause any work that you distribute or publish, that in
99*fa287edcStomLin1998567    whole or in part contains or is derived from the Program or any
100*fa287edcStomLin1998567    part thereof, to be licensed as a whole at no charge to all third
101*fa287edcStomLin1998567    parties under the terms of this License.
102*fa287edcStomLin1998567
103*fa287edcStomLin1998567    c) If the modified program normally reads commands interactively
104*fa287edcStomLin1998567    when run, you must cause it, when started running for such
105*fa287edcStomLin1998567    interactive use in the most ordinary way, to print or display an
106*fa287edcStomLin1998567    announcement including an appropriate copyright notice and a
107*fa287edcStomLin1998567    notice that there is no warranty (or else, saying that you provide
108*fa287edcStomLin1998567    a warranty) and that users may redistribute the program under
109*fa287edcStomLin1998567    these conditions, and telling the user how to view a copy of this
110*fa287edcStomLin1998567    License.  (Exception: if the Program itself is interactive but
111*fa287edcStomLin1998567    does not normally print such an announcement, your work based on
112*fa287edcStomLin1998567    the Program is not required to print an announcement.)
113*fa287edcStomLin1998567
114*fa287edcStomLin1998567These requirements apply to the modified work as a whole.  If
115*fa287edcStomLin1998567identifiable sections of that work are not derived from the Program,
116*fa287edcStomLin1998567and can be reasonably considered independent and separate works in
117*fa287edcStomLin1998567themselves, then this License, and its terms, do not apply to those
118*fa287edcStomLin1998567sections when you distribute them as separate works.  But when you
119*fa287edcStomLin1998567distribute the same sections as part of a whole which is a work based
120*fa287edcStomLin1998567on the Program, the distribution of the whole must be on the terms of
121*fa287edcStomLin1998567this License, whose permissions for other licensees extend to the
122*fa287edcStomLin1998567entire whole, and thus to each and every part regardless of who wrote it.
123*fa287edcStomLin1998567
124*fa287edcStomLin1998567Thus, it is not the intent of this section to claim rights or contest
125*fa287edcStomLin1998567your rights to work written entirely by you; rather, the intent is to
126*fa287edcStomLin1998567exercise the right to control the distribution of derivative or
127*fa287edcStomLin1998567collective works based on the Program.
128*fa287edcStomLin1998567
129*fa287edcStomLin1998567In addition, mere aggregation of another work not based on the Program
130*fa287edcStomLin1998567with the Program (or with a work based on the Program) on a volume of
131*fa287edcStomLin1998567a storage or distribution medium does not bring the other work under
132*fa287edcStomLin1998567the scope of this License.
133*fa287edcStomLin1998567
134*fa287edcStomLin1998567  3. You may copy and distribute the Program (or a work based on it,
135*fa287edcStomLin1998567under Section 2) in object code or executable form under the terms of
136*fa287edcStomLin1998567Sections 1 and 2 above provided that you also do one of the following:
137*fa287edcStomLin1998567
138*fa287edcStomLin1998567    a) Accompany it with the complete corresponding machine-readable
139*fa287edcStomLin1998567    source code, which must be distributed under the terms of Sections
140*fa287edcStomLin1998567    1 and 2 above on a medium customarily used for software interchange; or,
141*fa287edcStomLin1998567
142*fa287edcStomLin1998567    b) Accompany it with a written offer, valid for at least three
143*fa287edcStomLin1998567    years, to give any third party, for a charge no more than your
144*fa287edcStomLin1998567    cost of physically performing source distribution, a complete
145*fa287edcStomLin1998567    machine-readable copy of the corresponding source code, to be
146*fa287edcStomLin1998567    distributed under the terms of Sections 1 and 2 above on a medium
147*fa287edcStomLin1998567    customarily used for software interchange; or,
148*fa287edcStomLin1998567
149*fa287edcStomLin1998567    c) Accompany it with the information you received as to the offer
150*fa287edcStomLin1998567    to distribute corresponding source code.  (This alternative is
151*fa287edcStomLin1998567    allowed only for noncommercial distribution and only if you
152*fa287edcStomLin1998567    received the program in object code or executable form with such
153*fa287edcStomLin1998567    an offer, in accord with Subsection b above.)
154*fa287edcStomLin1998567
155*fa287edcStomLin1998567The source code for a work means the preferred form of the work for
156*fa287edcStomLin1998567making modifications to it.  For an executable work, complete source
157*fa287edcStomLin1998567code means all the source code for all modules it contains, plus any
158*fa287edcStomLin1998567associated interface definition files, plus the scripts used to
159*fa287edcStomLin1998567control compilation and installation of the executable.  However, as a
160*fa287edcStomLin1998567special exception, the source code distributed need not include
161*fa287edcStomLin1998567anything that is normally distributed (in either source or binary
162*fa287edcStomLin1998567form) with the major components (compiler, kernel, and so on) of the
163*fa287edcStomLin1998567operating system on which the executable runs, unless that component
164*fa287edcStomLin1998567itself accompanies the executable.
165*fa287edcStomLin1998567
166*fa287edcStomLin1998567If distribution of executable or object code is made by offering
167*fa287edcStomLin1998567access to copy from a designated place, then offering equivalent
168*fa287edcStomLin1998567access to copy the source code from the same place counts as
169*fa287edcStomLin1998567distribution of the source code, even though third parties are not
170*fa287edcStomLin1998567compelled to copy the source along with the object code.
171*fa287edcStomLin1998567
172*fa287edcStomLin1998567  4. You may not copy, modify, sublicense, or distribute the Program
173*fa287edcStomLin1998567except as expressly provided under this License.  Any attempt
174*fa287edcStomLin1998567otherwise to copy, modify, sublicense or distribute the Program is
175*fa287edcStomLin1998567void, and will automatically terminate your rights under this License.
176*fa287edcStomLin1998567However, parties who have received copies, or rights, from you under
177*fa287edcStomLin1998567this License will not have their licenses terminated so long as such
178*fa287edcStomLin1998567parties remain in full compliance.
179*fa287edcStomLin1998567
180*fa287edcStomLin1998567  5. You are not required to accept this License, since you have not
181*fa287edcStomLin1998567signed it.  However, nothing else grants you permission to modify or
182*fa287edcStomLin1998567distribute the Program or its derivative works.  These actions are
183*fa287edcStomLin1998567prohibited by law if you do not accept this License.  Therefore, by
184*fa287edcStomLin1998567modifying or distributing the Program (or any work based on the
185*fa287edcStomLin1998567Program), you indicate your acceptance of this License to do so, and
186*fa287edcStomLin1998567all its terms and conditions for copying, distributing or modifying
187*fa287edcStomLin1998567the Program or works based on it.
188*fa287edcStomLin1998567
189*fa287edcStomLin1998567  6. Each time you redistribute the Program (or any work based on the
190*fa287edcStomLin1998567Program), the recipient automatically receives a license from the
191*fa287edcStomLin1998567original licensor to copy, distribute or modify the Program subject to
192*fa287edcStomLin1998567these terms and conditions.  You may not impose any further
193*fa287edcStomLin1998567restrictions on the recipients' exercise of the rights granted herein.
194*fa287edcStomLin1998567You are not responsible for enforcing compliance by third parties to
195*fa287edcStomLin1998567this License.
196*fa287edcStomLin1998567
197*fa287edcStomLin1998567  7. If, as a consequence of a court judgment or allegation of patent
198*fa287edcStomLin1998567infringement or for any other reason (not limited to patent issues),
199*fa287edcStomLin1998567conditions are imposed on you (whether by court order, agreement or
200*fa287edcStomLin1998567otherwise) that contradict the conditions of this License, they do not
201*fa287edcStomLin1998567excuse you from the conditions of this License.  If you cannot
202*fa287edcStomLin1998567distribute so as to satisfy simultaneously your obligations under this
203*fa287edcStomLin1998567License and any other pertinent obligations, then as a consequence you
204*fa287edcStomLin1998567may not distribute the Program at all.  For example, if a patent
205*fa287edcStomLin1998567license would not permit royalty-free redistribution of the Program by
206*fa287edcStomLin1998567all those who receive copies directly or indirectly through you, then
207*fa287edcStomLin1998567the only way you could satisfy both it and this License would be to
208*fa287edcStomLin1998567refrain entirely from distribution of the Program.
209*fa287edcStomLin1998567
210*fa287edcStomLin1998567If any portion of this section is held invalid or unenforceable under
211*fa287edcStomLin1998567any particular circumstance, the balance of the section is intended to
212*fa287edcStomLin1998567apply and the section as a whole is intended to apply in other
213*fa287edcStomLin1998567circumstances.
214*fa287edcStomLin1998567
215*fa287edcStomLin1998567It is not the purpose of this section to induce you to infringe any
216*fa287edcStomLin1998567patents or other property right claims or to contest validity of any
217*fa287edcStomLin1998567such claims; this section has the sole purpose of protecting the
218*fa287edcStomLin1998567integrity of the free software distribution system, which is
219*fa287edcStomLin1998567implemented by public license practices.  Many people have made
220*fa287edcStomLin1998567generous contributions to the wide range of software distributed
221*fa287edcStomLin1998567through that system in reliance on consistent application of that
222*fa287edcStomLin1998567system; it is up to the author/donor to decide if he or she is willing
223*fa287edcStomLin1998567to distribute software through any other system and a licensee cannot
224*fa287edcStomLin1998567impose that choice.
225*fa287edcStomLin1998567
226*fa287edcStomLin1998567This section is intended to make thoroughly clear what is believed to
227*fa287edcStomLin1998567be a consequence of the rest of this License.
228*fa287edcStomLin1998567
229*fa287edcStomLin1998567  8. If the distribution and/or use of the Program is restricted in
230*fa287edcStomLin1998567certain countries either by patents or by copyrighted interfaces, the
231*fa287edcStomLin1998567original copyright holder who places the Program under this License
232*fa287edcStomLin1998567may add an explicit geographical distribution limitation excluding
233*fa287edcStomLin1998567those countries, so that distribution is permitted only in or among
234*fa287edcStomLin1998567countries not thus excluded.  In such case, this License incorporates
235*fa287edcStomLin1998567the limitation as if written in the body of this License.
236*fa287edcStomLin1998567
237*fa287edcStomLin1998567  9. The Free Software Foundation may publish revised and/or new versions
238*fa287edcStomLin1998567of the General Public License from time to time.  Such new versions will
239*fa287edcStomLin1998567be similar in spirit to the present version, but may differ in detail to
240*fa287edcStomLin1998567address new problems or concerns.
241*fa287edcStomLin1998567
242*fa287edcStomLin1998567Each version is given a distinguishing version number.  If the Program
243*fa287edcStomLin1998567specifies a version number of this License which applies to it and "any
244*fa287edcStomLin1998567later version", you have the option of following the terms and conditions
245*fa287edcStomLin1998567either of that version or of any later version published by the Free
246*fa287edcStomLin1998567Software Foundation.  If the Program does not specify a version number of
247*fa287edcStomLin1998567this License, you may choose any version ever published by the Free Software
248*fa287edcStomLin1998567Foundation.
249*fa287edcStomLin1998567
250*fa287edcStomLin1998567  10. If you wish to incorporate parts of the Program into other free
251*fa287edcStomLin1998567programs whose distribution conditions are different, write to the author
252*fa287edcStomLin1998567to ask for permission.  For software which is copyrighted by the Free
253*fa287edcStomLin1998567Software Foundation, write to the Free Software Foundation; we sometimes
254*fa287edcStomLin1998567make exceptions for this.  Our decision will be guided by the two goals
255*fa287edcStomLin1998567of preserving the free status of all derivatives of our free software and
256*fa287edcStomLin1998567of promoting the sharing and reuse of software generally.
257*fa287edcStomLin1998567
258*fa287edcStomLin1998567                            NO WARRANTY
259*fa287edcStomLin1998567
260*fa287edcStomLin1998567  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261*fa287edcStomLin1998567FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
262*fa287edcStomLin1998567OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263*fa287edcStomLin1998567PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264*fa287edcStomLin1998567OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265*fa287edcStomLin1998567MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
266*fa287edcStomLin1998567TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
267*fa287edcStomLin1998567PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268*fa287edcStomLin1998567REPAIR OR CORRECTION.
269*fa287edcStomLin1998567
270*fa287edcStomLin1998567  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271*fa287edcStomLin1998567WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272*fa287edcStomLin1998567REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273*fa287edcStomLin1998567INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274*fa287edcStomLin1998567OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275*fa287edcStomLin1998567TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276*fa287edcStomLin1998567YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277*fa287edcStomLin1998567PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278*fa287edcStomLin1998567POSSIBILITY OF SUCH DAMAGES.
279*fa287edcStomLin1998567
280*fa287edcStomLin1998567                     END OF TERMS AND CONDITIONS
281*fa287edcStomLin1998567
282*fa287edcStomLin1998567            How to Apply These Terms to Your New Programs
283*fa287edcStomLin1998567
284*fa287edcStomLin1998567  If you develop a new program, and you want it to be of the greatest
285*fa287edcStomLin1998567possible use to the public, the best way to achieve this is to make it
286*fa287edcStomLin1998567free software which everyone can redistribute and change under these terms.
287*fa287edcStomLin1998567
288*fa287edcStomLin1998567  To do so, attach the following notices to the program.  It is safest
289*fa287edcStomLin1998567to attach them to the start of each source file to most effectively
290*fa287edcStomLin1998567convey the exclusion of warranty; and each file should have at least
291*fa287edcStomLin1998567the "copyright" line and a pointer to where the full notice is found.
292*fa287edcStomLin1998567
293*fa287edcStomLin1998567    <one line to give the program's name and a brief idea of what it does.>
294*fa287edcStomLin1998567    Copyright (C) <year>  <name of author>
295*fa287edcStomLin1998567
296*fa287edcStomLin1998567    This program is free software; you can redistribute it and/or modify
297*fa287edcStomLin1998567    it under the terms of the GNU General Public License as published by
298*fa287edcStomLin1998567    the Free Software Foundation; either version 2 of the License, or
299*fa287edcStomLin1998567    (at your option) any later version.
300*fa287edcStomLin1998567
301*fa287edcStomLin1998567    This program is distributed in the hope that it will be useful,
302*fa287edcStomLin1998567    but WITHOUT ANY WARRANTY; without even the implied warranty of
303*fa287edcStomLin1998567    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
304*fa287edcStomLin1998567    GNU General Public License for more details.
305*fa287edcStomLin1998567
306*fa287edcStomLin1998567    You should have received a copy of the GNU General Public License along
307*fa287edcStomLin1998567    with this program; if not, see <https://www.gnu.org/licenses/>.
308*fa287edcStomLin1998567
309*fa287edcStomLin1998567Also add information on how to contact you by electronic and paper mail.
310*fa287edcStomLin1998567
311*fa287edcStomLin1998567If the program is interactive, make it output a short notice like this
312*fa287edcStomLin1998567when it starts in an interactive mode:
313*fa287edcStomLin1998567
314*fa287edcStomLin1998567    Gnomovision version 69, Copyright (C) year name of author
315*fa287edcStomLin1998567    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
316*fa287edcStomLin1998567    This is free software, and you are welcome to redistribute it
317*fa287edcStomLin1998567    under certain conditions; type `show c' for details.
318*fa287edcStomLin1998567
319*fa287edcStomLin1998567The hypothetical commands `show w' and `show c' should show the appropriate
320*fa287edcStomLin1998567parts of the General Public License.  Of course, the commands you use may
321*fa287edcStomLin1998567be called something other than `show w' and `show c'; they could even be
322*fa287edcStomLin1998567mouse-clicks or menu items--whatever suits your program.
323*fa287edcStomLin1998567
324*fa287edcStomLin1998567You should also get your employer (if you work as a programmer) or your
325*fa287edcStomLin1998567school, if any, to sign a "copyright disclaimer" for the program, if
326*fa287edcStomLin1998567necessary.  Here is a sample; alter the names:
327*fa287edcStomLin1998567
328*fa287edcStomLin1998567  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
329*fa287edcStomLin1998567  `Gnomovision' (which makes passes at compilers) written by James Hacker.
330*fa287edcStomLin1998567
331*fa287edcStomLin1998567  <signature of Moe Ghoul>, 1 April 1989
332*fa287edcStomLin1998567  Moe Ghoul, President of Vice
333*fa287edcStomLin1998567
334*fa287edcStomLin1998567This General Public License does not permit incorporating your program into
335*fa287edcStomLin1998567proprietary programs.  If your program is a subroutine library, you may
336*fa287edcStomLin1998567consider it more useful to permit linking proprietary applications with the
337*fa287edcStomLin1998567library.  If this is what you want to do, use the GNU Lesser General
338*fa287edcStomLin1998567Public License instead of this License.
339