source: git/ntl/COPYING @ e4e36c

spielwiese
Last change on this file since e4e36c was 287cc8, checked in by Hans Schönemann <hannes@…>, 14 years ago
ntl 5.5.2 git-svn-id: file:///usr/local/Singular/svn/trunk@12402 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 17.8 KB
Line 
1
2                  COPYRIGHT NOTICE
3                    for NTL 5.5
4          (modified for Singular 2-0-6 - 3-1)
5
6NTL -- A Library for Doing Number Theory
7Copyright (C) 1996-2009  Victor Shoup
8
9The most recent version of NTL is available at http://www.shoup.net
10
11This program is free software; you can redistribute it and/or
12modify it under the terms of the GNU General Public License
13as published by the Free Software Foundation; either version 2
14of the License, or (at your option) any later version.
15
16This program is distributed in the hope that it will be useful,
17but WITHOUT ANY WARRANTY; without even the implied warranty of
18MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19GNU General Public License for more details.
20
21You should have received a copy of the GNU General Public License
22along with this program; if not, write to the Free Software
23Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24
25This entire copyright notice should be placed in an appropriately
26conspicuous place accompanying all distributions of software that
27make use of NTL.
28
29The above terms apply to all of the software modules distributed with NTL,
30i.e., all source files in either the ntl-xxx.tar.gz or WinNTL-xxx.zip
31distributions.  In general, the individual files do not contain
32copyright notices.
33
34Note that the quad_float package is derived from the doubledouble package,
35originally developed by Keith Briggs, and also licensed unger the GNU GPL.
36The files quad_float.c and quad_float.h contain more detailed copyright
37notices.
38
39Note that the traditional long integer package used by NTL, lip.c, is derived
40from---and represents an extensive modification of---
41a package originally developed and copyrighted by Arjen Lenstra,
42who has agreed to renounce any copyright claims on the particular
43version of the long integer package appearing in NTL, so that the
44this package now is covered by the GNU GPL as well.
45
46Note that the alternative long integer package used by NTL is GMP,
47which is written by Torbjorn Granlund <tege@swox.com>.
48GMP is licensed under the terms of the GNU Lesser General Public License.
49
50Note that NTL makes use of the RSA Data Security, Inc. MD5 Message
51Digest Algorithm.
52
53Note that prior to version 4.0, NTL was distributed under the following terms:
54   NTL is freely available for research and educational purposes.
55   I don't want to attach any legalistic licensing restrictions on
56   users of NTL.
57   However, NTL should not be linked in a commercial program
58   (although using data in a commercial
59   product produced by a program that used NTL is fine).
60
61The hope is that the GNU GPL is actually less restrictive than these
62older terms;  however, in any circumstances such that GNU GPL is more
63restrictive, then the following rule is in force:
64versions prior to 4.0 may continue to be used under the old terms,
65but users of versions 4.0 or later should adhere to the terms of the GNU GPL.
66
67END COPYRIGHT NOTICE
68
69
70Following is the complete text of the GNU General Public License.
71Note that the copyright notice below applies to the text of the license
72itself, and not to NTL.
73
74
75
76                    GNU GENERAL PUBLIC LICENSE
77                       Version 2, June 1991
78
79 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
80                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
81 Everyone is permitted to copy and distribute verbatim copies
82 of this license document, but changing it is not allowed.
83
84                            Preamble
85
86  The licenses for most software are designed to take away your
87freedom to share and change it.  By contrast, the GNU General Public
88License is intended to guarantee your freedom to share and change free
89software--to make sure the software is free for all its users.  This
90General Public License applies to most of the Free Software
91Foundation's software and to any other program whose authors commit to
92using it.  (Some other Free Software Foundation software is covered by
93the GNU Library General Public License instead.)  You can apply it to
94your programs, too.
95
96  When we speak of free software, we are referring to freedom, not
97price.  Our General Public Licenses are designed to make sure that you
98have the freedom to distribute copies of free software (and charge for
99this service if you wish), that you receive source code or can get it
100if you want it, that you can change the software or use pieces of it
101in new free programs; and that you know you can do these things.
102
103  To protect your rights, we need to make restrictions that forbid
104anyone to deny you these rights or to ask you to surrender the rights.
105These restrictions translate to certain responsibilities for you if you
106distribute copies of the software, or if you modify it.
107
108  For example, if you distribute copies of such a program, whether
109gratis or for a fee, you must give the recipients all the rights that
110you have.  You must make sure that they, too, receive or can get the
111source code.  And you must show them these terms so they know their
112rights.
113
114  We protect your rights with two steps: (1) copyright the software, and
115(2) offer you this license which gives you legal permission to copy,
116distribute and/or modify the software.
117
118  Also, for each author's protection and ours, we want to make certain
119that everyone understands that there is no warranty for this free
120software.  If the software is modified by someone else and passed on, we
121want its recipients to know that what they have is not the original, so
122that any problems introduced by others will not reflect on the original
123authors' reputations.
124
125  Finally, any free program is threatened constantly by software
126patents.  We wish to avoid the danger that redistributors of a free
127program will individually obtain patent licenses, in effect making the
128program proprietary.  To prevent this, we have made it clear that any
129patent must be licensed for everyone's free use or not licensed at all.
130
131  The precise terms and conditions for copying, distribution and
132modification follow.
133
134                    GNU GENERAL PUBLIC LICENSE
135   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
136
137  0. This License applies to any program or other work which contains
138a notice placed by the copyright holder saying it may be distributed
139under the terms of this General Public License.  The "Program", below,
140refers to any such program or work, and a "work based on the Program"
141means either the Program or any derivative work under copyright law:
142that is to say, a work containing the Program or a portion of it,
143either verbatim or with modifications and/or translated into another
144language.  (Hereinafter, translation is included without limitation in
145the term "modification".)  Each licensee is addressed as "you".
146
147Activities other than copying, distribution and modification are not
148covered by this License; they are outside its scope.  The act of
149running the Program is not restricted, and the output from the Program
150is covered only if its contents constitute a work based on the
151Program (independent of having been made by running the Program).
152Whether that is true depends on what the Program does.
153
154  1. You may copy and distribute verbatim copies of the Program's
155source code as you receive it, in any medium, provided that you
156conspicuously and appropriately publish on each copy an appropriate
157copyright notice and disclaimer of warranty; keep intact all the
158notices that refer to this License and to the absence of any warranty;
159and give any other recipients of the Program a copy of this License
160along with the Program.
161
162You may charge a fee for the physical act of transferring a copy, and
163you may at your option offer warranty protection in exchange for a fee.
164
165  2. You may modify your copy or copies of the Program or any portion
166of it, thus forming a work based on the Program, and copy and
167distribute such modifications or work under the terms of Section 1
168above, provided that you also meet all of these conditions:
169
170    a) You must cause the modified files to carry prominent notices
171    stating that you changed the files and the date of any change.
172
173    b) You must cause any work that you distribute or publish, that in
174    whole or in part contains or is derived from the Program or any
175    part thereof, to be licensed as a whole at no charge to all third
176    parties under the terms of this License.
177
178    c) If the modified program normally reads commands interactively
179    when run, you must cause it, when started running for such
180    interactive use in the most ordinary way, to print or display an
181    announcement including an appropriate copyright notice and a
182    notice that there is no warranty (or else, saying that you provide
183    a warranty) and that users may redistribute the program under
184    these conditions, and telling the user how to view a copy of this
185    License.  (Exception: if the Program itself is interactive but
186    does not normally print such an announcement, your work based on
187    the Program is not required to print an announcement.)
188
189These requirements apply to the modified work as a whole.  If
190identifiable sections of that work are not derived from the Program,
191and can be reasonably considered independent and separate works in
192themselves, then this License, and its terms, do not apply to those
193sections when you distribute them as separate works.  But when you
194distribute the same sections as part of a whole which is a work based
195on the Program, the distribution of the whole must be on the terms of
196this License, whose permissions for other licensees extend to the
197entire whole, and thus to each and every part regardless of who wrote it.
198
199Thus, it is not the intent of this section to claim rights or contest
200your rights to work written entirely by you; rather, the intent is to
201exercise the right to control the distribution of derivative or
202collective works based on the Program.
203
204In addition, mere aggregation of another work not based on the Program
205with the Program (or with a work based on the Program) on a volume of
206a storage or distribution medium does not bring the other work under
207the scope of this License.
208
209  3. You may copy and distribute the Program (or a work based on it,
210under Section 2) in object code or executable form under the terms of
211Sections 1 and 2 above provided that you also do one of the following:
212
213    a) Accompany it with the complete corresponding machine-readable
214    source code, which must be distributed under the terms of Sections
215    1 and 2 above on a medium customarily used for software interchange; or,
216
217    b) Accompany it with a written offer, valid for at least three
218    years, to give any third party, for a charge no more than your
219    cost of physically performing source distribution, a complete
220    machine-readable copy of the corresponding source code, to be
221    distributed under the terms of Sections 1 and 2 above on a medium
222    customarily used for software interchange; or,
223
224    c) Accompany it with the information you received as to the offer
225    to distribute corresponding source code.  (This alternative is
226    allowed only for noncommercial distribution and only if you
227    received the program in object code or executable form with such
228    an offer, in accord with Subsection b above.)
229
230The source code for a work means the preferred form of the work for
231making modifications to it.  For an executable work, complete source
232code means all the source code for all modules it contains, plus any
233associated interface definition files, plus the scripts used to
234control compilation and installation of the executable.  However, as a
235special exception, the source code distributed need not include
236anything that is normally distributed (in either source or binary
237form) with the major components (compiler, kernel, and so on) of the
238operating system on which the executable runs, unless that component
239itself accompanies the executable.
240
241If distribution of executable or object code is made by offering
242access to copy from a designated place, then offering equivalent
243access to copy the source code from the same place counts as
244distribution of the source code, even though third parties are not
245compelled to copy the source along with the object code.
246
247  4. You may not copy, modify, sublicense, or distribute the Program
248except as expressly provided under this License.  Any attempt
249otherwise to copy, modify, sublicense or distribute the Program is
250void, and will automatically terminate your rights under this License.
251However, parties who have received copies, or rights, from you under
252this License will not have their licenses terminated so long as such
253parties remain in full compliance.
254
255  5. You are not required to accept this License, since you have not
256signed it.  However, nothing else grants you permission to modify or
257distribute the Program or its derivative works.  These actions are
258prohibited by law if you do not accept this License.  Therefore, by
259modifying or distributing the Program (or any work based on the
260Program), you indicate your acceptance of this License to do so, and
261all its terms and conditions for copying, distributing or modifying
262the Program or works based on it.
263
264  6. Each time you redistribute the Program (or any work based on the
265Program), the recipient automatically receives a license from the
266original licensor to copy, distribute or modify the Program subject to
267these terms and conditions.  You may not impose any further
268restrictions on the recipients' exercise of the rights granted herein.
269You are not responsible for enforcing compliance by third parties to
270this License.
271
272  7. If, as a consequence of a court judgment or allegation of patent
273infringement or for any other reason (not limited to patent issues),
274conditions are imposed on you (whether by court order, agreement or
275otherwise) that contradict the conditions of this License, they do not
276excuse you from the conditions of this License.  If you cannot
277distribute so as to satisfy simultaneously your obligations under this
278License and any other pertinent obligations, then as a consequence you
279may not distribute the Program at all.  For example, if a patent
280license would not permit royalty-free redistribution of the Program by
281all those who receive copies directly or indirectly through you, then
282the only way you could satisfy both it and this License would be to
283refrain entirely from distribution of the Program.
284
285If any portion of this section is held invalid or unenforceable under
286any particular circumstance, the balance of the section is intended to
287apply and the section as a whole is intended to apply in other
288circumstances.
289
290It is not the purpose of this section to induce you to infringe any
291patents or other property right claims or to contest validity of any
292such claims; this section has the sole purpose of protecting the
293integrity of the free software distribution system, which is
294implemented by public license practices.  Many people have made
295generous contributions to the wide range of software distributed
296through that system in reliance on consistent application of that
297system; it is up to the author/donor to decide if he or she is willing
298to distribute software through any other system and a licensee cannot
299impose that choice.
300
301This section is intended to make thoroughly clear what is believed to
302be a consequence of the rest of this License.
303
304  8. If the distribution and/or use of the Program is restricted in
305certain countries either by patents or by copyrighted interfaces, the
306original copyright holder who places the Program under this License
307may add an explicit geographical distribution limitation excluding
308those countries, so that distribution is permitted only in or among
309countries not thus excluded.  In such case, this License incorporates
310the limitation as if written in the body of this License.
311
312  9. The Free Software Foundation may publish revised and/or new versions
313of the General Public License from time to time.  Such new versions will
314be similar in spirit to the present version, but may differ in detail to
315address new problems or concerns.
316
317Each version is given a distinguishing version number.  If the Program
318specifies a version number of this License which applies to it and "any
319later version", you have the option of following the terms and conditions
320either of that version or of any later version published by the Free
321Software Foundation.  If the Program does not specify a version number of
322this License, you may choose any version ever published by the Free Software
323Foundation.
324
325  10. If you wish to incorporate parts of the Program into other free
326programs whose distribution conditions are different, write to the author
327to ask for permission.  For software which is copyrighted by the Free
328Software Foundation, write to the Free Software Foundation; we sometimes
329make exceptions for this.  Our decision will be guided by the two goals
330of preserving the free status of all derivatives of our free software and
331of promoting the sharing and reuse of software generally.
332
333                            NO WARRANTY
334
335  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
336FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
337OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
338PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
339OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
340MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
341TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
342PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
343REPAIR OR CORRECTION.
344
345  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
346WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
347REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
348INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
349OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
350TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
351YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
352PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
353POSSIBILITY OF SUCH DAMAGES.
354
355                     END OF TERMS AND CONDITIONS
Note: See TracBrowser for help on using the repository browser.