xref: /aosp_15_r20/external/seccomp-tests/NOTICE (revision 316275a0ace8e8a8945a8a27a50d77160014fab0)
1*316275a0SSadaf Ebrahimi
2*316275a0SSadaf Ebrahimi   NOTE! This copyright does *not* cover user programs that use kernel
3*316275a0SSadaf Ebrahimi services by normal system calls - this is merely considered normal use
4*316275a0SSadaf Ebrahimi of the kernel, and does *not* fall under the heading of "derived work".
5*316275a0SSadaf Ebrahimi Also note that the GPL below is copyrighted by the Free Software
6*316275a0SSadaf Ebrahimi Foundation, but the instance of code that it refers to (the Linux
7*316275a0SSadaf Ebrahimi kernel) is copyrighted by me and others who actually wrote it.
8*316275a0SSadaf Ebrahimi
9*316275a0SSadaf Ebrahimi Also note that the only valid version of the GPL as far as the kernel
10*316275a0SSadaf Ebrahimi is concerned is _this_ particular version of the license (ie v2, not
11*316275a0SSadaf Ebrahimi v2.2 or v3.x or whatever), unless explicitly otherwise stated.
12*316275a0SSadaf Ebrahimi
13*316275a0SSadaf Ebrahimi			Linus Torvalds
14*316275a0SSadaf Ebrahimi
15*316275a0SSadaf Ebrahimi----------------------------------------
16*316275a0SSadaf Ebrahimi
17*316275a0SSadaf Ebrahimi		    GNU GENERAL PUBLIC LICENSE
18*316275a0SSadaf Ebrahimi		       Version 2, June 1991
19*316275a0SSadaf Ebrahimi
20*316275a0SSadaf Ebrahimi Copyright (C) 1989, 1991 Free Software Foundation, Inc.
21*316275a0SSadaf Ebrahimi                       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
22*316275a0SSadaf Ebrahimi Everyone is permitted to copy and distribute verbatim copies
23*316275a0SSadaf Ebrahimi of this license document, but changing it is not allowed.
24*316275a0SSadaf Ebrahimi
25*316275a0SSadaf Ebrahimi			    Preamble
26*316275a0SSadaf Ebrahimi
27*316275a0SSadaf Ebrahimi  The licenses for most software are designed to take away your
28*316275a0SSadaf Ebrahimifreedom to share and change it.  By contrast, the GNU General Public
29*316275a0SSadaf EbrahimiLicense is intended to guarantee your freedom to share and change free
30*316275a0SSadaf Ebrahimisoftware--to make sure the software is free for all its users.  This
31*316275a0SSadaf EbrahimiGeneral Public License applies to most of the Free Software
32*316275a0SSadaf EbrahimiFoundation's software and to any other program whose authors commit to
33*316275a0SSadaf Ebrahimiusing it.  (Some other Free Software Foundation software is covered by
34*316275a0SSadaf Ebrahimithe GNU Library General Public License instead.)  You can apply it to
35*316275a0SSadaf Ebrahimiyour programs, too.
36*316275a0SSadaf Ebrahimi
37*316275a0SSadaf Ebrahimi  When we speak of free software, we are referring to freedom, not
38*316275a0SSadaf Ebrahimiprice.  Our General Public Licenses are designed to make sure that you
39*316275a0SSadaf Ebrahimihave the freedom to distribute copies of free software (and charge for
40*316275a0SSadaf Ebrahimithis service if you wish), that you receive source code or can get it
41*316275a0SSadaf Ebrahimiif you want it, that you can change the software or use pieces of it
42*316275a0SSadaf Ebrahimiin new free programs; and that you know you can do these things.
43*316275a0SSadaf Ebrahimi
44*316275a0SSadaf Ebrahimi  To protect your rights, we need to make restrictions that forbid
45*316275a0SSadaf Ebrahimianyone to deny you these rights or to ask you to surrender the rights.
46*316275a0SSadaf EbrahimiThese restrictions translate to certain responsibilities for you if you
47*316275a0SSadaf Ebrahimidistribute copies of the software, or if you modify it.
48*316275a0SSadaf Ebrahimi
49*316275a0SSadaf Ebrahimi  For example, if you distribute copies of such a program, whether
50*316275a0SSadaf Ebrahimigratis or for a fee, you must give the recipients all the rights that
51*316275a0SSadaf Ebrahimiyou have.  You must make sure that they, too, receive or can get the
52*316275a0SSadaf Ebrahimisource code.  And you must show them these terms so they know their
53*316275a0SSadaf Ebrahimirights.
54*316275a0SSadaf Ebrahimi
55*316275a0SSadaf Ebrahimi  We protect your rights with two steps: (1) copyright the software, and
56*316275a0SSadaf Ebrahimi(2) offer you this license which gives you legal permission to copy,
57*316275a0SSadaf Ebrahimidistribute and/or modify the software.
58*316275a0SSadaf Ebrahimi
59*316275a0SSadaf Ebrahimi  Also, for each author's protection and ours, we want to make certain
60*316275a0SSadaf Ebrahimithat everyone understands that there is no warranty for this free
61*316275a0SSadaf Ebrahimisoftware.  If the software is modified by someone else and passed on, we
62*316275a0SSadaf Ebrahimiwant its recipients to know that what they have is not the original, so
63*316275a0SSadaf Ebrahimithat any problems introduced by others will not reflect on the original
64*316275a0SSadaf Ebrahimiauthors' reputations.
65*316275a0SSadaf Ebrahimi
66*316275a0SSadaf Ebrahimi  Finally, any free program is threatened constantly by software
67*316275a0SSadaf Ebrahimipatents.  We wish to avoid the danger that redistributors of a free
68*316275a0SSadaf Ebrahimiprogram will individually obtain patent licenses, in effect making the
69*316275a0SSadaf Ebrahimiprogram proprietary.  To prevent this, we have made it clear that any
70*316275a0SSadaf Ebrahimipatent must be licensed for everyone's free use or not licensed at all.
71*316275a0SSadaf Ebrahimi
72*316275a0SSadaf Ebrahimi  The precise terms and conditions for copying, distribution and
73*316275a0SSadaf Ebrahimimodification follow.
74*316275a0SSadaf Ebrahimi
75*316275a0SSadaf Ebrahimi		    GNU GENERAL PUBLIC LICENSE
76*316275a0SSadaf Ebrahimi   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
77*316275a0SSadaf Ebrahimi
78*316275a0SSadaf Ebrahimi  0. This License applies to any program or other work which contains
79*316275a0SSadaf Ebrahimia notice placed by the copyright holder saying it may be distributed
80*316275a0SSadaf Ebrahimiunder the terms of this General Public License.  The "Program", below,
81*316275a0SSadaf Ebrahimirefers to any such program or work, and a "work based on the Program"
82*316275a0SSadaf Ebrahimimeans either the Program or any derivative work under copyright law:
83*316275a0SSadaf Ebrahimithat is to say, a work containing the Program or a portion of it,
84*316275a0SSadaf Ebrahimieither verbatim or with modifications and/or translated into another
85*316275a0SSadaf Ebrahimilanguage.  (Hereinafter, translation is included without limitation in
86*316275a0SSadaf Ebrahimithe term "modification".)  Each licensee is addressed as "you".
87*316275a0SSadaf Ebrahimi
88*316275a0SSadaf EbrahimiActivities other than copying, distribution and modification are not
89*316275a0SSadaf Ebrahimicovered by this License; they are outside its scope.  The act of
90*316275a0SSadaf Ebrahimirunning the Program is not restricted, and the output from the Program
91*316275a0SSadaf Ebrahimiis covered only if its contents constitute a work based on the
92*316275a0SSadaf EbrahimiProgram (independent of having been made by running the Program).
93*316275a0SSadaf EbrahimiWhether that is true depends on what the Program does.
94*316275a0SSadaf Ebrahimi
95*316275a0SSadaf Ebrahimi  1. You may copy and distribute verbatim copies of the Program's
96*316275a0SSadaf Ebrahimisource code as you receive it, in any medium, provided that you
97*316275a0SSadaf Ebrahimiconspicuously and appropriately publish on each copy an appropriate
98*316275a0SSadaf Ebrahimicopyright notice and disclaimer of warranty; keep intact all the
99*316275a0SSadaf Ebrahiminotices that refer to this License and to the absence of any warranty;
100*316275a0SSadaf Ebrahimiand give any other recipients of the Program a copy of this License
101*316275a0SSadaf Ebrahimialong with the Program.
102*316275a0SSadaf Ebrahimi
103*316275a0SSadaf EbrahimiYou may charge a fee for the physical act of transferring a copy, and
104*316275a0SSadaf Ebrahimiyou may at your option offer warranty protection in exchange for a fee.
105*316275a0SSadaf Ebrahimi
106*316275a0SSadaf Ebrahimi  2. You may modify your copy or copies of the Program or any portion
107*316275a0SSadaf Ebrahimiof it, thus forming a work based on the Program, and copy and
108*316275a0SSadaf Ebrahimidistribute such modifications or work under the terms of Section 1
109*316275a0SSadaf Ebrahimiabove, provided that you also meet all of these conditions:
110*316275a0SSadaf Ebrahimi
111*316275a0SSadaf Ebrahimi    a) You must cause the modified files to carry prominent notices
112*316275a0SSadaf Ebrahimi    stating that you changed the files and the date of any change.
113*316275a0SSadaf Ebrahimi
114*316275a0SSadaf Ebrahimi    b) You must cause any work that you distribute or publish, that in
115*316275a0SSadaf Ebrahimi    whole or in part contains or is derived from the Program or any
116*316275a0SSadaf Ebrahimi    part thereof, to be licensed as a whole at no charge to all third
117*316275a0SSadaf Ebrahimi    parties under the terms of this License.
118*316275a0SSadaf Ebrahimi
119*316275a0SSadaf Ebrahimi    c) If the modified program normally reads commands interactively
120*316275a0SSadaf Ebrahimi    when run, you must cause it, when started running for such
121*316275a0SSadaf Ebrahimi    interactive use in the most ordinary way, to print or display an
122*316275a0SSadaf Ebrahimi    announcement including an appropriate copyright notice and a
123*316275a0SSadaf Ebrahimi    notice that there is no warranty (or else, saying that you provide
124*316275a0SSadaf Ebrahimi    a warranty) and that users may redistribute the program under
125*316275a0SSadaf Ebrahimi    these conditions, and telling the user how to view a copy of this
126*316275a0SSadaf Ebrahimi    License.  (Exception: if the Program itself is interactive but
127*316275a0SSadaf Ebrahimi    does not normally print such an announcement, your work based on
128*316275a0SSadaf Ebrahimi    the Program is not required to print an announcement.)
129*316275a0SSadaf Ebrahimi
130*316275a0SSadaf EbrahimiThese requirements apply to the modified work as a whole.  If
131*316275a0SSadaf Ebrahimiidentifiable sections of that work are not derived from the Program,
132*316275a0SSadaf Ebrahimiand can be reasonably considered independent and separate works in
133*316275a0SSadaf Ebrahimithemselves, then this License, and its terms, do not apply to those
134*316275a0SSadaf Ebrahimisections when you distribute them as separate works.  But when you
135*316275a0SSadaf Ebrahimidistribute the same sections as part of a whole which is a work based
136*316275a0SSadaf Ebrahimion the Program, the distribution of the whole must be on the terms of
137*316275a0SSadaf Ebrahimithis License, whose permissions for other licensees extend to the
138*316275a0SSadaf Ebrahimientire whole, and thus to each and every part regardless of who wrote it.
139*316275a0SSadaf Ebrahimi
140*316275a0SSadaf EbrahimiThus, it is not the intent of this section to claim rights or contest
141*316275a0SSadaf Ebrahimiyour rights to work written entirely by you; rather, the intent is to
142*316275a0SSadaf Ebrahimiexercise the right to control the distribution of derivative or
143*316275a0SSadaf Ebrahimicollective works based on the Program.
144*316275a0SSadaf Ebrahimi
145*316275a0SSadaf EbrahimiIn addition, mere aggregation of another work not based on the Program
146*316275a0SSadaf Ebrahimiwith the Program (or with a work based on the Program) on a volume of
147*316275a0SSadaf Ebrahimia storage or distribution medium does not bring the other work under
148*316275a0SSadaf Ebrahimithe scope of this License.
149*316275a0SSadaf Ebrahimi
150*316275a0SSadaf Ebrahimi  3. You may copy and distribute the Program (or a work based on it,
151*316275a0SSadaf Ebrahimiunder Section 2) in object code or executable form under the terms of
152*316275a0SSadaf EbrahimiSections 1 and 2 above provided that you also do one of the following:
153*316275a0SSadaf Ebrahimi
154*316275a0SSadaf Ebrahimi    a) Accompany it with the complete corresponding machine-readable
155*316275a0SSadaf Ebrahimi    source code, which must be distributed under the terms of Sections
156*316275a0SSadaf Ebrahimi    1 and 2 above on a medium customarily used for software interchange; or,
157*316275a0SSadaf Ebrahimi
158*316275a0SSadaf Ebrahimi    b) Accompany it with a written offer, valid for at least three
159*316275a0SSadaf Ebrahimi    years, to give any third party, for a charge no more than your
160*316275a0SSadaf Ebrahimi    cost of physically performing source distribution, a complete
161*316275a0SSadaf Ebrahimi    machine-readable copy of the corresponding source code, to be
162*316275a0SSadaf Ebrahimi    distributed under the terms of Sections 1 and 2 above on a medium
163*316275a0SSadaf Ebrahimi    customarily used for software interchange; or,
164*316275a0SSadaf Ebrahimi
165*316275a0SSadaf Ebrahimi    c) Accompany it with the information you received as to the offer
166*316275a0SSadaf Ebrahimi    to distribute corresponding source code.  (This alternative is
167*316275a0SSadaf Ebrahimi    allowed only for noncommercial distribution and only if you
168*316275a0SSadaf Ebrahimi    received the program in object code or executable form with such
169*316275a0SSadaf Ebrahimi    an offer, in accord with Subsection b above.)
170*316275a0SSadaf Ebrahimi
171*316275a0SSadaf EbrahimiThe source code for a work means the preferred form of the work for
172*316275a0SSadaf Ebrahimimaking modifications to it.  For an executable work, complete source
173*316275a0SSadaf Ebrahimicode means all the source code for all modules it contains, plus any
174*316275a0SSadaf Ebrahimiassociated interface definition files, plus the scripts used to
175*316275a0SSadaf Ebrahimicontrol compilation and installation of the executable.  However, as a
176*316275a0SSadaf Ebrahimispecial exception, the source code distributed need not include
177*316275a0SSadaf Ebrahimianything that is normally distributed (in either source or binary
178*316275a0SSadaf Ebrahimiform) with the major components (compiler, kernel, and so on) of the
179*316275a0SSadaf Ebrahimioperating system on which the executable runs, unless that component
180*316275a0SSadaf Ebrahimiitself accompanies the executable.
181*316275a0SSadaf Ebrahimi
182*316275a0SSadaf EbrahimiIf distribution of executable or object code is made by offering
183*316275a0SSadaf Ebrahimiaccess to copy from a designated place, then offering equivalent
184*316275a0SSadaf Ebrahimiaccess to copy the source code from the same place counts as
185*316275a0SSadaf Ebrahimidistribution of the source code, even though third parties are not
186*316275a0SSadaf Ebrahimicompelled to copy the source along with the object code.
187*316275a0SSadaf Ebrahimi
188*316275a0SSadaf Ebrahimi  4. You may not copy, modify, sublicense, or distribute the Program
189*316275a0SSadaf Ebrahimiexcept as expressly provided under this License.  Any attempt
190*316275a0SSadaf Ebrahimiotherwise to copy, modify, sublicense or distribute the Program is
191*316275a0SSadaf Ebrahimivoid, and will automatically terminate your rights under this License.
192*316275a0SSadaf EbrahimiHowever, parties who have received copies, or rights, from you under
193*316275a0SSadaf Ebrahimithis License will not have their licenses terminated so long as such
194*316275a0SSadaf Ebrahimiparties remain in full compliance.
195*316275a0SSadaf Ebrahimi
196*316275a0SSadaf Ebrahimi  5. You are not required to accept this License, since you have not
197*316275a0SSadaf Ebrahimisigned it.  However, nothing else grants you permission to modify or
198*316275a0SSadaf Ebrahimidistribute the Program or its derivative works.  These actions are
199*316275a0SSadaf Ebrahimiprohibited by law if you do not accept this License.  Therefore, by
200*316275a0SSadaf Ebrahimimodifying or distributing the Program (or any work based on the
201*316275a0SSadaf EbrahimiProgram), you indicate your acceptance of this License to do so, and
202*316275a0SSadaf Ebrahimiall its terms and conditions for copying, distributing or modifying
203*316275a0SSadaf Ebrahimithe Program or works based on it.
204*316275a0SSadaf Ebrahimi
205*316275a0SSadaf Ebrahimi  6. Each time you redistribute the Program (or any work based on the
206*316275a0SSadaf EbrahimiProgram), the recipient automatically receives a license from the
207*316275a0SSadaf Ebrahimioriginal licensor to copy, distribute or modify the Program subject to
208*316275a0SSadaf Ebrahimithese terms and conditions.  You may not impose any further
209*316275a0SSadaf Ebrahimirestrictions on the recipients' exercise of the rights granted herein.
210*316275a0SSadaf EbrahimiYou are not responsible for enforcing compliance by third parties to
211*316275a0SSadaf Ebrahimithis License.
212*316275a0SSadaf Ebrahimi
213*316275a0SSadaf Ebrahimi  7. If, as a consequence of a court judgment or allegation of patent
214*316275a0SSadaf Ebrahimiinfringement or for any other reason (not limited to patent issues),
215*316275a0SSadaf Ebrahimiconditions are imposed on you (whether by court order, agreement or
216*316275a0SSadaf Ebrahimiotherwise) that contradict the conditions of this License, they do not
217*316275a0SSadaf Ebrahimiexcuse you from the conditions of this License.  If you cannot
218*316275a0SSadaf Ebrahimidistribute so as to satisfy simultaneously your obligations under this
219*316275a0SSadaf EbrahimiLicense and any other pertinent obligations, then as a consequence you
220*316275a0SSadaf Ebrahimimay not distribute the Program at all.  For example, if a patent
221*316275a0SSadaf Ebrahimilicense would not permit royalty-free redistribution of the Program by
222*316275a0SSadaf Ebrahimiall those who receive copies directly or indirectly through you, then
223*316275a0SSadaf Ebrahimithe only way you could satisfy both it and this License would be to
224*316275a0SSadaf Ebrahimirefrain entirely from distribution of the Program.
225*316275a0SSadaf Ebrahimi
226*316275a0SSadaf EbrahimiIf any portion of this section is held invalid or unenforceable under
227*316275a0SSadaf Ebrahimiany particular circumstance, the balance of the section is intended to
228*316275a0SSadaf Ebrahimiapply and the section as a whole is intended to apply in other
229*316275a0SSadaf Ebrahimicircumstances.
230*316275a0SSadaf Ebrahimi
231*316275a0SSadaf EbrahimiIt is not the purpose of this section to induce you to infringe any
232*316275a0SSadaf Ebrahimipatents or other property right claims or to contest validity of any
233*316275a0SSadaf Ebrahimisuch claims; this section has the sole purpose of protecting the
234*316275a0SSadaf Ebrahimiintegrity of the free software distribution system, which is
235*316275a0SSadaf Ebrahimiimplemented by public license practices.  Many people have made
236*316275a0SSadaf Ebrahimigenerous contributions to the wide range of software distributed
237*316275a0SSadaf Ebrahimithrough that system in reliance on consistent application of that
238*316275a0SSadaf Ebrahimisystem; it is up to the author/donor to decide if he or she is willing
239*316275a0SSadaf Ebrahimito distribute software through any other system and a licensee cannot
240*316275a0SSadaf Ebrahimiimpose that choice.
241*316275a0SSadaf Ebrahimi
242*316275a0SSadaf EbrahimiThis section is intended to make thoroughly clear what is believed to
243*316275a0SSadaf Ebrahimibe a consequence of the rest of this License.
244*316275a0SSadaf Ebrahimi
245*316275a0SSadaf Ebrahimi  8. If the distribution and/or use of the Program is restricted in
246*316275a0SSadaf Ebrahimicertain countries either by patents or by copyrighted interfaces, the
247*316275a0SSadaf Ebrahimioriginal copyright holder who places the Program under this License
248*316275a0SSadaf Ebrahimimay add an explicit geographical distribution limitation excluding
249*316275a0SSadaf Ebrahimithose countries, so that distribution is permitted only in or among
250*316275a0SSadaf Ebrahimicountries not thus excluded.  In such case, this License incorporates
251*316275a0SSadaf Ebrahimithe limitation as if written in the body of this License.
252*316275a0SSadaf Ebrahimi
253*316275a0SSadaf Ebrahimi  9. The Free Software Foundation may publish revised and/or new versions
254*316275a0SSadaf Ebrahimiof the General Public License from time to time.  Such new versions will
255*316275a0SSadaf Ebrahimibe similar in spirit to the present version, but may differ in detail to
256*316275a0SSadaf Ebrahimiaddress new problems or concerns.
257*316275a0SSadaf Ebrahimi
258*316275a0SSadaf EbrahimiEach version is given a distinguishing version number.  If the Program
259*316275a0SSadaf Ebrahimispecifies a version number of this License which applies to it and "any
260*316275a0SSadaf Ebrahimilater version", you have the option of following the terms and conditions
261*316275a0SSadaf Ebrahimieither of that version or of any later version published by the Free
262*316275a0SSadaf EbrahimiSoftware Foundation.  If the Program does not specify a version number of
263*316275a0SSadaf Ebrahimithis License, you may choose any version ever published by the Free Software
264*316275a0SSadaf EbrahimiFoundation.
265*316275a0SSadaf Ebrahimi
266*316275a0SSadaf Ebrahimi  10. If you wish to incorporate parts of the Program into other free
267*316275a0SSadaf Ebrahimiprograms whose distribution conditions are different, write to the author
268*316275a0SSadaf Ebrahimito ask for permission.  For software which is copyrighted by the Free
269*316275a0SSadaf EbrahimiSoftware Foundation, write to the Free Software Foundation; we sometimes
270*316275a0SSadaf Ebrahimimake exceptions for this.  Our decision will be guided by the two goals
271*316275a0SSadaf Ebrahimiof preserving the free status of all derivatives of our free software and
272*316275a0SSadaf Ebrahimiof promoting the sharing and reuse of software generally.
273*316275a0SSadaf Ebrahimi
274*316275a0SSadaf Ebrahimi			    NO WARRANTY
275*316275a0SSadaf Ebrahimi
276*316275a0SSadaf Ebrahimi  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
277*316275a0SSadaf EbrahimiFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
278*316275a0SSadaf EbrahimiOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
279*316275a0SSadaf EbrahimiPROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
280*316275a0SSadaf EbrahimiOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
281*316275a0SSadaf EbrahimiMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
282*316275a0SSadaf EbrahimiTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
283*316275a0SSadaf EbrahimiPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
284*316275a0SSadaf EbrahimiREPAIR OR CORRECTION.
285*316275a0SSadaf Ebrahimi
286*316275a0SSadaf Ebrahimi  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
287*316275a0SSadaf EbrahimiWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
288*316275a0SSadaf EbrahimiREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
289*316275a0SSadaf EbrahimiINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
290*316275a0SSadaf EbrahimiOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
291*316275a0SSadaf EbrahimiTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
292*316275a0SSadaf EbrahimiYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
293*316275a0SSadaf EbrahimiPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
294*316275a0SSadaf EbrahimiPOSSIBILITY OF SUCH DAMAGES.
295*316275a0SSadaf Ebrahimi
296*316275a0SSadaf Ebrahimi		     END OF TERMS AND CONDITIONS
297*316275a0SSadaf Ebrahimi
298*316275a0SSadaf Ebrahimi	    How to Apply These Terms to Your New Programs
299*316275a0SSadaf Ebrahimi
300*316275a0SSadaf Ebrahimi  If you develop a new program, and you want it to be of the greatest
301*316275a0SSadaf Ebrahimipossible use to the public, the best way to achieve this is to make it
302*316275a0SSadaf Ebrahimifree software which everyone can redistribute and change under these terms.
303*316275a0SSadaf Ebrahimi
304*316275a0SSadaf Ebrahimi  To do so, attach the following notices to the program.  It is safest
305*316275a0SSadaf Ebrahimito attach them to the start of each source file to most effectively
306*316275a0SSadaf Ebrahimiconvey the exclusion of warranty; and each file should have at least
307*316275a0SSadaf Ebrahimithe "copyright" line and a pointer to where the full notice is found.
308*316275a0SSadaf Ebrahimi
309*316275a0SSadaf Ebrahimi    <one line to give the program's name and a brief idea of what it does.>
310*316275a0SSadaf Ebrahimi    Copyright (C) <year>  <name of author>
311*316275a0SSadaf Ebrahimi
312*316275a0SSadaf Ebrahimi    This program is free software; you can redistribute it and/or modify
313*316275a0SSadaf Ebrahimi    it under the terms of the GNU General Public License as published by
314*316275a0SSadaf Ebrahimi    the Free Software Foundation; either version 2 of the License, or
315*316275a0SSadaf Ebrahimi    (at your option) any later version.
316*316275a0SSadaf Ebrahimi
317*316275a0SSadaf Ebrahimi    This program is distributed in the hope that it will be useful,
318*316275a0SSadaf Ebrahimi    but WITHOUT ANY WARRANTY; without even the implied warranty of
319*316275a0SSadaf Ebrahimi    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
320*316275a0SSadaf Ebrahimi    GNU General Public License for more details.
321*316275a0SSadaf Ebrahimi
322*316275a0SSadaf Ebrahimi    You should have received a copy of the GNU General Public License
323*316275a0SSadaf Ebrahimi    along with this program; if not, write to the Free Software
324*316275a0SSadaf Ebrahimi    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
325*316275a0SSadaf Ebrahimi
326*316275a0SSadaf Ebrahimi
327*316275a0SSadaf EbrahimiAlso add information on how to contact you by electronic and paper mail.
328*316275a0SSadaf Ebrahimi
329*316275a0SSadaf EbrahimiIf the program is interactive, make it output a short notice like this
330*316275a0SSadaf Ebrahimiwhen it starts in an interactive mode:
331*316275a0SSadaf Ebrahimi
332*316275a0SSadaf Ebrahimi    Gnomovision version 69, Copyright (C) year name of author
333*316275a0SSadaf Ebrahimi    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
334*316275a0SSadaf Ebrahimi    This is free software, and you are welcome to redistribute it
335*316275a0SSadaf Ebrahimi    under certain conditions; type `show c' for details.
336*316275a0SSadaf Ebrahimi
337*316275a0SSadaf EbrahimiThe hypothetical commands `show w' and `show c' should show the appropriate
338*316275a0SSadaf Ebrahimiparts of the General Public License.  Of course, the commands you use may
339*316275a0SSadaf Ebrahimibe called something other than `show w' and `show c'; they could even be
340*316275a0SSadaf Ebrahimimouse-clicks or menu items--whatever suits your program.
341*316275a0SSadaf Ebrahimi
342*316275a0SSadaf EbrahimiYou should also get your employer (if you work as a programmer) or your
343*316275a0SSadaf Ebrahimischool, if any, to sign a "copyright disclaimer" for the program, if
344*316275a0SSadaf Ebrahiminecessary.  Here is a sample; alter the names:
345*316275a0SSadaf Ebrahimi
346*316275a0SSadaf Ebrahimi  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
347*316275a0SSadaf Ebrahimi  `Gnomovision' (which makes passes at compilers) written by James Hacker.
348*316275a0SSadaf Ebrahimi
349*316275a0SSadaf Ebrahimi  <signature of Ty Coon>, 1 April 1989
350*316275a0SSadaf Ebrahimi  Ty Coon, President of Vice
351*316275a0SSadaf Ebrahimi
352*316275a0SSadaf EbrahimiThis General Public License does not permit incorporating your program into
353*316275a0SSadaf Ebrahimiproprietary programs.  If your program is a subroutine library, you may
354*316275a0SSadaf Ebrahimiconsider it more useful to permit linking proprietary applications with the
355*316275a0SSadaf Ebrahimilibrary.  If this is what you want to do, use the GNU Library General
356*316275a0SSadaf EbrahimiPublic License instead of this License.
357