Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/COPYING.txt
4052 views
1
This file is about the copyright on Sage and all included components.
2
3
Sage is a compilation both of original Python, C, C++, and Cython code,
4
and of existing free mathematics-related software. All standard
5
components of sage (those included in sage-*.tar) are licensed under a
6
free open source license as defined at http://www.opensource.org/.
7
8
The whole Sage software distribution is licensed under the General
9
Public License, version 3 (no other versions!).
10
11
All Sage documentation is licensed under Creative Commons 3.0 BY-SA
12
License.
13
14
Some of the code available in *optional* Sage packages (not included
15
in sage-*.tar) are licensed under more restrictive conditions.
16
17
* ORIGINAL SAGE LIBRARY CODE:
18
All original Sage code is distributed under the terms of the
19
GNU General Public License, either version 2 of the License, or
20
(at your option) any later version.
21
22
This code is distributed in the hope that it will be useful,
23
but WITHOUT ANY WARRANTY; without even the implied warranty of
24
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25
General Public License for more details.
26
27
The full text of the GPL is available below in this file. Details of
28
the licenses of the components of Sage are included below as well.
29
30
* LICENSES OF INCLUDED SOFTWARE:
31
32
SOFTWARE LICENSE
33
-----------------------------------------------------------------------
34
boehm_gc MIT-like license (see below)
35
backports_ssl_match_hostname Python License
36
boost_cropped Boost Software License (see below)
37
cddlib GPLv2+
38
certifi ISC
39
cliquer GPLv2+
40
conway_polynomials None (database)
41
cvxopt GPLv2+
42
cython Apache, version 2.0
43
dateutil Simplified BSD
44
docutils Modified BSD
45
ecl LGPLv2+
46
eclib GPLv2+
47
ecm GPLv3+
48
elliptic_curves None (database)
49
extcode GPLv2+
50
fflas_ffpack LGPLv2.1+
51
flint GPLv2+
52
fplll LGPLv2.1+
53
freetype FreeType License (similar to BSD; see below)
54
gap GPLv2+
55
gcc GPLv3+
56
gd Custom (BSD-ish)
57
genus2reduction GPLv2+
58
gfan GPLv2 or GPLv3
59
gf2x GPLv2+
60
givaro CeCILL-B (BSD-ish)
61
glpk GPLv3+
62
graphs None (database)
63
gsl GPLv3+
64
iconv GPLv3+
65
iml COPYING is GPLv2, source files state modified BSD
66
ipython Modified BSD
67
jinja2 Modified BSD
68
jmol LGPLv2.1+
69
jsonschema MIT License
70
lcalc GPLv2+
71
libgap GPLv3+
72
libpng Custom (modified BSD)
73
linbox LGPLv2.1+
74
lrcalc GPLv2+
75
m4ri GPLv2+
76
m4rie GPLv2+
77
markupsafe Simplified BSD
78
mathjax Apache License 2.0
79
matplotlib Matplotlib License (BSD compatible, see below)
80
maxima See below
81
mistune Modified BSD
82
mpc LGPLv3+
83
mpfi COPYING is GPLv2, source files state LGPLv2.1+
84
mpfr LGPLv3+
85
mpmath Modified BSD
86
networkx Modified BSD
87
ntl GPLv2+
88
numpy Modified BSD
89
openblas Modified BSD
90
palp GPLv3
91
pari GPLv2+
92
pexpect Python License
93
pillow Apache License 2.0
94
pip MIT License
95
pkgconfig MIT License
96
planarity Modified BSD
97
polybori GPLv2+
98
polytopes_db None (database)
99
ppl GPLv3+
100
pygments Modified BSD
101
pynac GPLv2+
102
pyparsing MIT License
103
python Python License (see below)
104
R GPLv2+
105
readline GPLv3+
106
rpy GPLv2+
107
rubiks/dietz GPL, any version
108
rubiks/dik MIT License
109
rubiks/reid GPLv2+
110
sage GPLv2+
111
sage_root GPLv2+
112
sage_scripts GPLv2+
113
sagenb GPLv3
114
sagetex GPLv2+ (CC BY-SA 3.0 for included documentation)
115
scipy Modified BSD
116
setuptools Python License
117
singular GPLv2 or GPLv3 (see below)
118
six MIT License
119
sphinx Modified BSD
120
sqlite Public Domain (see below)
121
symmetrica MIT-like License (see below)
122
sympow Modified BSD
123
sympy Modified BSD
124
tachyon Modified BSD
125
threejs MIT License
126
tornado Apache License
127
128
CONTACT INFO:
129
William Stein; [email protected];
130
http://www.sagemath.org
131
132
=========================================================================
133
134
GNU GENERAL PUBLIC LICENSE
135
Version 3, 29 June 2007
136
137
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
138
Everyone is permitted to copy and distribute verbatim copies
139
of this license document, but changing it is not allowed.
140
141
Preamble
142
143
The GNU General Public License is a free, copyleft license for
144
software and other kinds of works.
145
146
The licenses for most software and other practical works are designed
147
to take away your freedom to share and change the works. By contrast,
148
the GNU General Public License is intended to guarantee your freedom to
149
share and change all versions of a program--to make sure it remains free
150
software for all its users. We, the Free Software Foundation, use the
151
GNU General Public License for most of our software; it applies also to
152
any other work released this way by its authors. You can apply it to
153
your programs, too.
154
155
When we speak of free software, we are referring to freedom, not
156
price. Our General Public Licenses are designed to make sure that you
157
have the freedom to distribute copies of free software (and charge for
158
them if you wish), that you receive source code or can get it if you
159
want it, that you can change the software or use pieces of it in new
160
free programs, and that you know you can do these things.
161
162
To protect your rights, we need to prevent others from denying you
163
these rights or asking you to surrender the rights. Therefore, you have
164
certain responsibilities if you distribute copies of the software, or if
165
you modify it: responsibilities to respect the freedom of others.
166
167
For example, if you distribute copies of such a program, whether
168
gratis or for a fee, you must pass on to the recipients the same
169
freedoms that you received. You must make sure that they, too, receive
170
or can get the source code. And you must show them these terms so they
171
know their rights.
172
173
Developers that use the GNU GPL protect your rights with two steps:
174
(1) assert copyright on the software, and (2) offer you this License
175
giving you legal permission to copy, distribute and/or modify it.
176
177
For the developers' and authors' protection, the GPL clearly explains
178
that there is no warranty for this free software. For both users' and
179
authors' sake, the GPL requires that modified versions be marked as
180
changed, so that their problems will not be attributed erroneously to
181
authors of previous versions.
182
183
Some devices are designed to deny users access to install or run
184
modified versions of the software inside them, although the manufacturer
185
can do so. This is fundamentally incompatible with the aim of
186
protecting users' freedom to change the software. The systematic
187
pattern of such abuse occurs in the area of products for individuals to
188
use, which is precisely where it is most unacceptable. Therefore, we
189
have designed this version of the GPL to prohibit the practice for those
190
products. If such problems arise substantially in other domains, we
191
stand ready to extend this provision to those domains in future versions
192
of the GPL, as needed to protect the freedom of users.
193
194
Finally, every program is threatened constantly by software patents.
195
States should not allow patents to restrict development and use of
196
software on general-purpose computers, but in those that do, we wish to
197
avoid the special danger that patents applied to a free program could
198
make it effectively proprietary. To prevent this, the GPL assures that
199
patents cannot be used to render the program non-free.
200
201
The precise terms and conditions for copying, distribution and
202
modification follow.
203
204
TERMS AND CONDITIONS
205
206
0. Definitions.
207
208
"This License" refers to version 3 of the GNU General Public License.
209
210
"Copyright" also means copyright-like laws that apply to other kinds of
211
works, such as semiconductor masks.
212
213
"The Program" refers to any copyrightable work licensed under this
214
License. Each licensee is addressed as "you". "Licensees" and
215
"recipients" may be individuals or organizations.
216
217
To "modify" a work means to copy from or adapt all or part of the work
218
in a fashion requiring copyright permission, other than the making of an
219
exact copy. The resulting work is called a "modified version" of the
220
earlier work or a work "based on" the earlier work.
221
222
A "covered work" means either the unmodified Program or a work based
223
on the Program.
224
225
To "propagate" a work means to do anything with it that, without
226
permission, would make you directly or secondarily liable for
227
infringement under applicable copyright law, except executing it on a
228
computer or modifying a private copy. Propagation includes copying,
229
distribution (with or without modification), making available to the
230
public, and in some countries other activities as well.
231
232
To "convey" a work means any kind of propagation that enables other
233
parties to make or receive copies. Mere interaction with a user through
234
a computer network, with no transfer of a copy, is not conveying.
235
236
An interactive user interface displays "Appropriate Legal Notices"
237
to the extent that it includes a convenient and prominently visible
238
feature that (1) displays an appropriate copyright notice, and (2)
239
tells the user that there is no warranty for the work (except to the
240
extent that warranties are provided), that licensees may convey the
241
work under this License, and how to view a copy of this License. If
242
the interface presents a list of user commands or options, such as a
243
menu, a prominent item in the list meets this criterion.
244
245
1. Source Code.
246
247
The "source code" for a work means the preferred form of the work
248
for making modifications to it. "Object code" means any non-source
249
form of a work.
250
251
A "Standard Interface" means an interface that either is an official
252
standard defined by a recognized standards body, or, in the case of
253
interfaces specified for a particular programming language, one that
254
is widely used among developers working in that language.
255
256
The "System Libraries" of an executable work include anything, other
257
than the work as a whole, that (a) is included in the normal form of
258
packaging a Major Component, but which is not part of that Major
259
Component, and (b) serves only to enable use of the work with that
260
Major Component, or to implement a Standard Interface for which an
261
implementation is available to the public in source code form. A
262
"Major Component", in this context, means a major essential component
263
(kernel, window system, and so on) of the specific operating system
264
(if any) on which the executable work runs, or a compiler used to
265
produce the work, or an object code interpreter used to run it.
266
267
The "Corresponding Source" for a work in object code form means all
268
the source code needed to generate, install, and (for an executable
269
work) run the object code and to modify the work, including scripts to
270
control those activities. However, it does not include the work's
271
System Libraries, or general-purpose tools or generally available free
272
programs which are used unmodified in performing those activities but
273
which are not part of the work. For example, Corresponding Source
274
includes interface definition files associated with source files for
275
the work, and the source code for shared libraries and dynamically
276
linked subprograms that the work is specifically designed to require,
277
such as by intimate data communication or control flow between those
278
subprograms and other parts of the work.
279
280
The Corresponding Source need not include anything that users
281
can regenerate automatically from other parts of the Corresponding
282
Source.
283
284
The Corresponding Source for a work in source code form is that
285
same work.
286
287
2. Basic Permissions.
288
289
All rights granted under this License are granted for the term of
290
copyright on the Program, and are irrevocable provided the stated
291
conditions are met. This License explicitly affirms your unlimited
292
permission to run the unmodified Program. The output from running a
293
covered work is covered by this License only if the output, given its
294
content, constitutes a covered work. This License acknowledges your
295
rights of fair use or other equivalent, as provided by copyright law.
296
297
You may make, run and propagate covered works that you do not
298
convey, without conditions so long as your license otherwise remains
299
in force. You may convey covered works to others for the sole purpose
300
of having them make modifications exclusively for you, or provide you
301
with facilities for running those works, provided that you comply with
302
the terms of this License in conveying all material for which you do
303
not control copyright. Those thus making or running the covered works
304
for you must do so exclusively on your behalf, under your direction
305
and control, on terms that prohibit them from making any copies of
306
your copyrighted material outside their relationship with you.
307
308
Conveying under any other circumstances is permitted solely under
309
the conditions stated below. Sublicensing is not allowed; section 10
310
makes it unnecessary.
311
312
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
313
314
No covered work shall be deemed part of an effective technological
315
measure under any applicable law fulfilling obligations under article
316
11 of the WIPO copyright treaty adopted on 20 December 1996, or
317
similar laws prohibiting or restricting circumvention of such
318
measures.
319
320
When you convey a covered work, you waive any legal power to forbid
321
circumvention of technological measures to the extent such circumvention
322
is effected by exercising rights under this License with respect to
323
the covered work, and you disclaim any intention to limit operation or
324
modification of the work as a means of enforcing, against the work's
325
users, your or third parties' legal rights to forbid circumvention of
326
technological measures.
327
328
4. Conveying Verbatim Copies.
329
330
You may convey verbatim copies of the Program's source code as you
331
receive it, in any medium, provided that you conspicuously and
332
appropriately publish on each copy an appropriate copyright notice;
333
keep intact all notices stating that this License and any
334
non-permissive terms added in accord with section 7 apply to the code;
335
keep intact all notices of the absence of any warranty; and give all
336
recipients a copy of this License along with the Program.
337
338
You may charge any price or no price for each copy that you convey,
339
and you may offer support or warranty protection for a fee.
340
341
5. Conveying Modified Source Versions.
342
343
You may convey a work based on the Program, or the modifications to
344
produce it from the Program, in the form of source code under the
345
terms of section 4, provided that you also meet all of these conditions:
346
347
a) The work must carry prominent notices stating that you modified
348
it, and giving a relevant date.
349
350
b) The work must carry prominent notices stating that it is
351
released under this License and any conditions added under section
352
7. This requirement modifies the requirement in section 4 to
353
"keep intact all notices".
354
355
c) You must license the entire work, as a whole, under this
356
License to anyone who comes into possession of a copy. This
357
License will therefore apply, along with any applicable section 7
358
additional terms, to the whole of the work, and all its parts,
359
regardless of how they are packaged. This License gives no
360
permission to license the work in any other way, but it does not
361
invalidate such permission if you have separately received it.
362
363
d) If the work has interactive user interfaces, each must display
364
Appropriate Legal Notices; however, if the Program has interactive
365
interfaces that do not display Appropriate Legal Notices, your
366
work need not make them do so.
367
368
A compilation of a covered work with other separate and independent
369
works, which are not by their nature extensions of the covered work,
370
and which are not combined with it such as to form a larger program,
371
in or on a volume of a storage or distribution medium, is called an
372
"aggregate" if the compilation and its resulting copyright are not
373
used to limit the access or legal rights of the compilation's users
374
beyond what the individual works permit. Inclusion of a covered work
375
in an aggregate does not cause this License to apply to the other
376
parts of the aggregate.
377
378
6. Conveying Non-Source Forms.
379
380
You may convey a covered work in object code form under the terms
381
of sections 4 and 5, provided that you also convey the
382
machine-readable Corresponding Source under the terms of this License,
383
in one of these ways:
384
385
a) Convey the object code in, or embodied in, a physical product
386
(including a physical distribution medium), accompanied by the
387
Corresponding Source fixed on a durable physical medium
388
customarily used for software interchange.
389
390
b) Convey the object code in, or embodied in, a physical product
391
(including a physical distribution medium), accompanied by a
392
written offer, valid for at least three years and valid for as
393
long as you offer spare parts or customer support for that product
394
model, to give anyone who possesses the object code either (1) a
395
copy of the Corresponding Source for all the software in the
396
product that is covered by this License, on a durable physical
397
medium customarily used for software interchange, for a price no
398
more than your reasonable cost of physically performing this
399
conveying of source, or (2) access to copy the
400
Corresponding Source from a network server at no charge.
401
402
c) Convey individual copies of the object code with a copy of the
403
written offer to provide the Corresponding Source. This
404
alternative is allowed only occasionally and noncommercially, and
405
only if you received the object code with such an offer, in accord
406
with subsection 6b.
407
408
d) Convey the object code by offering access from a designated
409
place (gratis or for a charge), and offer equivalent access to the
410
Corresponding Source in the same way through the same place at no
411
further charge. You need not require recipients to copy the
412
Corresponding Source along with the object code. If the place to
413
copy the object code is a network server, the Corresponding Source
414
may be on a different server (operated by you or a third party)
415
that supports equivalent copying facilities, provided you maintain
416
clear directions next to the object code saying where to find the
417
Corresponding Source. Regardless of what server hosts the
418
Corresponding Source, you remain obligated to ensure that it is
419
available for as long as needed to satisfy these requirements.
420
421
e) Convey the object code using peer-to-peer transmission, provided
422
you inform other peers where the object code and Corresponding
423
Source of the work are being offered to the general public at no
424
charge under subsection 6d.
425
426
A separable portion of the object code, whose source code is excluded
427
from the Corresponding Source as a System Library, need not be
428
included in conveying the object code work.
429
430
A "User Product" is either (1) a "consumer product", which means any
431
tangible personal property which is normally used for personal, family,
432
or household purposes, or (2) anything designed or sold for incorporation
433
into a dwelling. In determining whether a product is a consumer product,
434
doubtful cases shall be resolved in favor of coverage. For a particular
435
product received by a particular user, "normally used" refers to a
436
typical or common use of that class of product, regardless of the status
437
of the particular user or of the way in which the particular user
438
actually uses, or expects or is expected to use, the product. A product
439
is a consumer product regardless of whether the product has substantial
440
commercial, industrial or non-consumer uses, unless such uses represent
441
the only significant mode of use of the product.
442
443
"Installation Information" for a User Product means any methods,
444
procedures, authorization keys, or other information required to install
445
and execute modified versions of a covered work in that User Product from
446
a modified version of its Corresponding Source. The information must
447
suffice to ensure that the continued functioning of the modified object
448
code is in no case prevented or interfered with solely because
449
modification has been made.
450
451
If you convey an object code work under this section in, or with, or
452
specifically for use in, a User Product, and the conveying occurs as
453
part of a transaction in which the right of possession and use of the
454
User Product is transferred to the recipient in perpetuity or for a
455
fixed term (regardless of how the transaction is characterized), the
456
Corresponding Source conveyed under this section must be accompanied
457
by the Installation Information. But this requirement does not apply
458
if neither you nor any third party retains the ability to install
459
modified object code on the User Product (for example, the work has
460
been installed in ROM).
461
462
The requirement to provide Installation Information does not include a
463
requirement to continue to provide support service, warranty, or updates
464
for a work that has been modified or installed by the recipient, or for
465
the User Product in which it has been modified or installed. Access to a
466
network may be denied when the modification itself materially and
467
adversely affects the operation of the network or violates the rules and
468
protocols for communication across the network.
469
470
Corresponding Source conveyed, and Installation Information provided,
471
in accord with this section must be in a format that is publicly
472
documented (and with an implementation available to the public in
473
source code form), and must require no special password or key for
474
unpacking, reading or copying.
475
476
7. Additional Terms.
477
478
"Additional permissions" are terms that supplement the terms of this
479
License by making exceptions from one or more of its conditions.
480
Additional permissions that are applicable to the entire Program shall
481
be treated as though they were included in this License, to the extent
482
that they are valid under applicable law. If additional permissions
483
apply only to part of the Program, that part may be used separately
484
under those permissions, but the entire Program remains governed by
485
this License without regard to the additional permissions.
486
487
When you convey a copy of a covered work, you may at your option
488
remove any additional permissions from that copy, or from any part of
489
it. (Additional permissions may be written to require their own
490
removal in certain cases when you modify the work.) You may place
491
additional permissions on material, added by you to a covered work,
492
for which you have or can give appropriate copyright permission.
493
494
Notwithstanding any other provision of this License, for material you
495
add to a covered work, you may (if authorized by the copyright holders of
496
that material) supplement the terms of this License with terms:
497
498
a) Disclaiming warranty or limiting liability differently from the
499
terms of sections 15 and 16 of this License; or
500
501
b) Requiring preservation of specified reasonable legal notices or
502
author attributions in that material or in the Appropriate Legal
503
Notices displayed by works containing it; or
504
505
c) Prohibiting misrepresentation of the origin of that material, or
506
requiring that modified versions of such material be marked in
507
reasonable ways as different from the original version; or
508
509
d) Limiting the use for publicity purposes of names of licensors or
510
authors of the material; or
511
512
e) Declining to grant rights under trademark law for use of some
513
trade names, trademarks, or service marks; or
514
515
f) Requiring indemnification of licensors and authors of that
516
material by anyone who conveys the material (or modified versions of
517
it) with contractual assumptions of liability to the recipient, for
518
any liability that these contractual assumptions directly impose on
519
those licensors and authors.
520
521
All other non-permissive additional terms are considered "further
522
restrictions" within the meaning of section 10. If the Program as you
523
received it, or any part of it, contains a notice stating that it is
524
governed by this License along with a term that is a further
525
restriction, you may remove that term. If a license document contains
526
a further restriction but permits relicensing or conveying under this
527
License, you may add to a covered work material governed by the terms
528
of that license document, provided that the further restriction does
529
not survive such relicensing or conveying.
530
531
If you add terms to a covered work in accord with this section, you
532
must place, in the relevant source files, a statement of the
533
additional terms that apply to those files, or a notice indicating
534
where to find the applicable terms.
535
536
Additional terms, permissive or non-permissive, may be stated in the
537
form of a separately written license, or stated as exceptions;
538
the above requirements apply either way.
539
540
8. Termination.
541
542
You may not propagate or modify a covered work except as expressly
543
provided under this License. Any attempt otherwise to propagate or
544
modify it is void, and will automatically terminate your rights under
545
this License (including any patent licenses granted under the third
546
paragraph of section 11).
547
548
However, if you cease all violation of this License, then your
549
license from a particular copyright holder is reinstated (a)
550
provisionally, unless and until the copyright holder explicitly and
551
finally terminates your license, and (b) permanently, if the copyright
552
holder fails to notify you of the violation by some reasonable means
553
prior to 60 days after the cessation.
554
555
Moreover, your license from a particular copyright holder is
556
reinstated permanently if the copyright holder notifies you of the
557
violation by some reasonable means, this is the first time you have
558
received notice of violation of this License (for any work) from that
559
copyright holder, and you cure the violation prior to 30 days after
560
your receipt of the notice.
561
562
Termination of your rights under this section does not terminate the
563
licenses of parties who have received copies or rights from you under
564
this License. If your rights have been terminated and not permanently
565
reinstated, you do not qualify to receive new licenses for the same
566
material under section 10.
567
568
9. Acceptance Not Required for Having Copies.
569
570
You are not required to accept this License in order to receive or
571
run a copy of the Program. Ancillary propagation of a covered work
572
occurring solely as a consequence of using peer-to-peer transmission
573
to receive a copy likewise does not require acceptance. However,
574
nothing other than this License grants you permission to propagate or
575
modify any covered work. These actions infringe copyright if you do
576
not accept this License. Therefore, by modifying or propagating a
577
covered work, you indicate your acceptance of this License to do so.
578
579
10. Automatic Licensing of Downstream Recipients.
580
581
Each time you convey a covered work, the recipient automatically
582
receives a license from the original licensors, to run, modify and
583
propagate that work, subject to this License. You are not responsible
584
for enforcing compliance by third parties with this License.
585
586
An "entity transaction" is a transaction transferring control of an
587
organization, or substantially all assets of one, or subdividing an
588
organization, or merging organizations. If propagation of a covered
589
work results from an entity transaction, each party to that
590
transaction who receives a copy of the work also receives whatever
591
licenses to the work the party's predecessor in interest had or could
592
give under the previous paragraph, plus a right to possession of the
593
Corresponding Source of the work from the predecessor in interest, if
594
the predecessor has it or can get it with reasonable efforts.
595
596
You may not impose any further restrictions on the exercise of the
597
rights granted or affirmed under this License. For example, you may
598
not impose a license fee, royalty, or other charge for exercise of
599
rights granted under this License, and you may not initiate litigation
600
(including a cross-claim or counterclaim in a lawsuit) alleging that
601
any patent claim is infringed by making, using, selling, offering for
602
sale, or importing the Program or any portion of it.
603
604
11. Patents.
605
606
A "contributor" is a copyright holder who authorizes use under this
607
License of the Program or a work on which the Program is based. The
608
work thus licensed is called the contributor's "contributor version".
609
610
A contributor's "essential patent claims" are all patent claims
611
owned or controlled by the contributor, whether already acquired or
612
hereafter acquired, that would be infringed by some manner, permitted
613
by this License, of making, using, or selling its contributor version,
614
but do not include claims that would be infringed only as a
615
consequence of further modification of the contributor version. For
616
purposes of this definition, "control" includes the right to grant
617
patent sublicenses in a manner consistent with the requirements of
618
this License.
619
620
Each contributor grants you a non-exclusive, worldwide, royalty-free
621
patent license under the contributor's essential patent claims, to
622
make, use, sell, offer for sale, import and otherwise run, modify and
623
propagate the contents of its contributor version.
624
625
In the following three paragraphs, a "patent license" is any express
626
agreement or commitment, however denominated, not to enforce a patent
627
(such as an express permission to practice a patent or covenant not to
628
sue for patent infringement). To "grant" such a patent license to a
629
party means to make such an agreement or commitment not to enforce a
630
patent against the party.
631
632
If you convey a covered work, knowingly relying on a patent license,
633
and the Corresponding Source of the work is not available for anyone
634
to copy, free of charge and under the terms of this License, through a
635
publicly available network server or other readily accessible means,
636
then you must either (1) cause the Corresponding Source to be so
637
available, or (2) arrange to deprive yourself of the benefit of the
638
patent license for this particular work, or (3) arrange, in a manner
639
consistent with the requirements of this License, to extend the patent
640
license to downstream recipients. "Knowingly relying" means you have
641
actual knowledge that, but for the patent license, your conveying the
642
covered work in a country, or your recipient's use of the covered work
643
in a country, would infringe one or more identifiable patents in that
644
country that you have reason to believe are valid.
645
646
If, pursuant to or in connection with a single transaction or
647
arrangement, you convey, or propagate by procuring conveyance of, a
648
covered work, and grant a patent license to some of the parties
649
receiving the covered work authorizing them to use, propagate, modify
650
or convey a specific copy of the covered work, then the patent license
651
you grant is automatically extended to all recipients of the covered
652
work and works based on it.
653
654
A patent license is "discriminatory" if it does not include within
655
the scope of its coverage, prohibits the exercise of, or is
656
conditioned on the non-exercise of one or more of the rights that are
657
specifically granted under this License. You may not convey a covered
658
work if you are a party to an arrangement with a third party that is
659
in the business of distributing software, under which you make payment
660
to the third party based on the extent of your activity of conveying
661
the work, and under which the third party grants, to any of the
662
parties who would receive the covered work from you, a discriminatory
663
patent license (a) in connection with copies of the covered work
664
conveyed by you (or copies made from those copies), or (b) primarily
665
for and in connection with specific products or compilations that
666
contain the covered work, unless you entered into that arrangement,
667
or that patent license was granted, prior to 28 March 2007.
668
669
Nothing in this License shall be construed as excluding or limiting
670
any implied license or other defenses to infringement that may
671
otherwise be available to you under applicable patent law.
672
673
12. No Surrender of Others' Freedom.
674
675
If conditions are imposed on you (whether by court order, agreement or
676
otherwise) that contradict the conditions of this License, they do not
677
excuse you from the conditions of this License. If you cannot convey a
678
covered work so as to satisfy simultaneously your obligations under this
679
License and any other pertinent obligations, then as a consequence you may
680
not convey it at all. For example, if you agree to terms that obligate you
681
to collect a royalty for further conveying from those to whom you convey
682
the Program, the only way you could satisfy both those terms and this
683
License would be to refrain entirely from conveying the Program.
684
685
13. Use with the GNU Affero General Public License.
686
687
Notwithstanding any other provision of this License, you have
688
permission to link or combine any covered work with a work licensed
689
under version 3 of the GNU Affero General Public License into a single
690
combined work, and to convey the resulting work. The terms of this
691
License will continue to apply to the part which is the covered work,
692
but the special requirements of the GNU Affero General Public License,
693
section 13, concerning interaction through a network will apply to the
694
combination as such.
695
696
14. Revised Versions of this License.
697
698
The Free Software Foundation may publish revised and/or new versions of
699
the GNU General Public License from time to time. Such new versions will
700
be similar in spirit to the present version, but may differ in detail to
701
address new problems or concerns.
702
703
Each version is given a distinguishing version number. If the
704
Program specifies that a certain numbered version of the GNU General
705
Public License "or any later version" applies to it, you have the
706
option of following the terms and conditions either of that numbered
707
version or of any later version published by the Free Software
708
Foundation. If the Program does not specify a version number of the
709
GNU General Public License, you may choose any version ever published
710
by the Free Software Foundation.
711
712
If the Program specifies that a proxy can decide which future
713
versions of the GNU General Public License can be used, that proxy's
714
public statement of acceptance of a version permanently authorizes you
715
to choose that version for the Program.
716
717
Later license versions may give you additional or different
718
permissions. However, no additional obligations are imposed on any
719
author or copyright holder as a result of your choosing to follow a
720
later version.
721
722
15. Disclaimer of Warranty.
723
724
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
725
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
726
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
727
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
728
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
729
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
730
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
731
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
732
733
16. Limitation of Liability.
734
735
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
736
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
737
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
738
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
739
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
740
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
741
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
742
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
743
SUCH DAMAGES.
744
745
17. Interpretation of Sections 15 and 16.
746
747
If the disclaimer of warranty and limitation of liability provided
748
above cannot be given local legal effect according to their terms,
749
reviewing courts shall apply local law that most closely approximates
750
an absolute waiver of all civil liability in connection with the
751
Program, unless a warranty or assumption of liability accompanies a
752
copy of the Program in return for a fee.
753
754
================================================================================
755
756
boehm_gc:
757
758
Copyright (c) 1988, 1989 Hans-J. Boehm, Alan J. Demers
759
Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved.
760
Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved.
761
Copyright (c) 1999-2011 by Hewlett-Packard Development Company.
762
763
The file linux_threads.c is also
764
Copyright (c) 1998 by Fergus Henderson. All rights reserved.
765
766
The files Makefile.am, and configure.in are
767
Copyright (c) 2001 by Red Hat Inc. All rights reserved.
768
769
Several files supporting GNU-style builds are copyrighted by the Free
770
Software Foundation, and carry a different license from that given
771
below. The files included in the libatomic_ops distribution (included
772
here) use either the license below, or a similar MIT-style license,
773
or, for some files not actually used by the garbage-collector library, the
774
GPL.
775
776
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
777
OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
778
779
Permission is hereby granted to use or copy this program
780
for any purpose, provided the above notices are retained on all copies.
781
Permission to modify the code and to distribute modified code is granted,
782
provided the above notices are retained, and a notice that the code was
783
modified is included with the above copyright notice.
784
785
A few of the files needed to use the GNU-style build procedure come with
786
slightly different licenses, though they are all similar in spirit. A few
787
are GPL'ed, but with an exception that should cover all uses in the
788
collector. (If you are concerned about such things, I recommend you look
789
at the notice in config.guess or ltmain.sh.)
790
791
The atomic_ops library contains some code that is covered by the GNU General
792
Public License, but is not needed by, nor linked into the collector library.
793
It is included here only because the atomic_ops distribution is, for
794
simplicity, included in its entirety.
795
796
================================================================================
797
798
boost_cropped:
799
(http://www.boost.org/LICENSE_1_0.txt)
800
801
Boost Software License - Version 1.0 - August 17th, 2003
802
803
Permission is hereby granted, free of charge, to any person or organization
804
obtaining a copy of the software and accompanying documentation covered by
805
this license (the "Software") to use, reproduce, display, distribute,
806
execute, and transmit the Software, and to prepare derivative works of the
807
Software, and to permit third-parties to whom the Software is furnished to
808
do so, all subject to the following:
809
810
The copyright notices in the Software and this entire statement, including
811
the above license grant, this restriction and the following disclaimer,
812
must be included in all copies of the Software, in whole or in part, and
813
all derivative works of the Software, unless such copies or derivative
814
works are solely in the form of machine-executable object code generated by
815
a source language processor.
816
817
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
818
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
819
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
820
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
821
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
822
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
823
DEALINGS IN THE SOFTWARE.
824
825
================================================================================
826
827
bzip2:
828
(http://www.bzip.org/)
829
This program, "bzip2", the associated library "libbzip2", and all
830
documentation, are copyright (C) 1996-2010 Julian R Seward. All
831
rights reserved.
832
833
Redistribution and use in source and binary forms, with or without
834
modification, are permitted provided that the following conditions
835
are met:
836
837
1. Redistributions of source code must retain the above copyright
838
notice, this list of conditions and the following disclaimer.
839
840
2. The origin of this software must not be misrepresented; you must
841
not claim that you wrote the original software. If you use this
842
software in a product, an acknowledgment in the product
843
documentation would be appreciated but is not required.
844
845
3. Altered source versions must be plainly marked as such, and must
846
not be misrepresented as being the original software.
847
848
4. The name of the author may not be used to endorse or promote
849
products derived from this software without specific prior written
850
permission.
851
852
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
853
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
854
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
855
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
856
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
857
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
858
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
859
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
860
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
861
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
862
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
863
864
================================================================================
865
866
cython:
867
(http://www.cython.org/)
868
869
The original Pyrex code as of 2006-04 is licensed under the following
870
license: "Copyright stuff: Pyrex is free of restrictions. You may use,
871
redistribute, modify and distribute modified versions."
872
873
------------------
874
875
Cython, which derives from Pyrex, is licensed under the Apache 2.0
876
Software License. More precisely, all modifications and new code
877
made to go from Pyrex to Cython are so licensed.
878
879
See LICENSE.txt in the cython spkg for more details.
880
881
================================================================================
882
883
docutils:
884
885
:Author: David Goodger
886
:Contact: [email protected]
887
:Date: $Date: 2009-10-09 09:17:59 +0200 (Fre, 09 Okt 2009) $
888
:Web site: http://docutils.sourceforge.net/
889
890
Most of the files included in this project have been placed in the
891
public domain, and therefore have no license requirements and no
892
restrictions on copying or usage. See COPYING.txt (in the docutils
893
spkg) for more details.
894
895
================================================================================
896
897
freetype:
898
(http://www.freetype.org/license.html)
899
900
FreeType comes with two licenses from which you can choose the one which fits
901
your needs best.
902
903
* The FreeType License (FTL) is the most commonly used one. It is a BSD-style
904
license with a credit clause and thus compatible with the GNU Public License
905
(GPL) version 3, but not with the GPL version 2.
906
907
* The GNU General Public License (GPL), version 2. Use it for all projects
908
which use the GPLv2 also, or which need a license compatible to the GPLv2.
909
910
================================================================================
911
912
gd -- "The web site programmer's dynamic graphics generation tool":
913
(http://www.boutell.com/gd/)
914
915
Permission has been granted to copy, distribute and modify gd in
916
any context without fee, including a commercial application,
917
provided that this notice is present in user-accessible supporting
918
documentation.
919
920
This does not affect your ownership of the derived work itself, and
921
the intent is to assure proper credit for the authors of gd, not to
922
interfere with your productive use of gd. If you have questions,
923
ask. "Derived works" includes all programs that utilize the
924
library. Credit must be given in user-accessible documentation.
925
926
This software is provided "AS IS." The copyright holders disclaim
927
all warranties, either express or implied, including but not
928
limited to implied warranties of merchantability and fitness for a
929
particular purpose, with respect to this code and accompanying
930
documentation.
931
932
================================================================================
933
934
genus2reduction:
935
(http://www.math.u-bordeaux.fr/~liu/G2R/)
936
Copyright Qing LIU. See PARI for the license terms.
937
938
================================================================================
939
940
gfan:
941
942
From: Anders Nedergaard Jensen <[email protected]>
943
To: Jeroen Demeyer <[email protected]>
944
Subject: Re: gfan licensing under GPLv2+
945
946
Dear Jeroen Demeyer,
947
Yes, I am willing to change the distribution terms to
948
GPL, "version 2, or any later version".
949
Do I need to make an updated release, or will this email suffice?
950
Best regards,
951
Anders
952
953
================================================================================
954
955
ipython:
956
(http://ipython.org/ipython-doc/stable/about/license_and_copyright.html)
957
958
Copyright (c) 2011, IPython Development Team
959
960
All rights reserved.
961
962
Redistribution and use in source and binary forms, with or without
963
modification, are permitted provided that the following conditions are
964
met:
965
966
Redistributions of source code must retain the above copyright notice,
967
this list of conditions and the following disclaimer.
968
969
Redistributions in binary form must reproduce the above copyright notice,
970
this list of conditions and the following disclaimer in the documentation
971
and/or other materials provided with the distribution.
972
973
Neither the name of the IPython Development Team nor the names of its
974
contributors may be used to endorse or promote products derived from this
975
software without specific prior written permission.
976
977
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
978
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
979
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
980
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
981
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
982
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
983
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
984
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
985
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
986
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
987
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
988
989
================================================================================
990
991
matplotlib:
992
(from http://matplotlib.sourceforge.net/users/license.html)
993
994
Matplotlib only uses BSD compatible code, and its license is based on
995
the PSF license. See the Open Source Initiative licenses page for
996
details on individual licenses. Non-BSD compatible licenses (eg LGPL)
997
are acceptable in matplotlib toolkits. For a discussion of the
998
motivations behind the licencing choice, see Licenses.
999
1000
================================================================================
1001
1002
maxima:
1003
(from http://maxima.sourceforge.net/authorization-letter.html)
1004
1005
Dear Dr. Schelter:
1006
1007
RE: DOE-MACSYMA
1008
1009
This is in reply to your request of September 17, 1998, requesting a license
1010
to prepare and distribute derivative works from the copy of DOE-MACSYMA
1011
software obtained from the NESC. The ESTSC assumed the DOE Centralized
1012
Software Management Facility responsibility in January 1991. The following
1013
statement of the Department of Energy's (DOE) position is provided as the
1014
ESTSC response to your request.
1015
1016
?It has been the DOE practice (where the case permits) to encourage private
1017
companies or individuals to modify, enhance, or make derivative works of
1018
unrestricted software sponsored or supported by DOE for the purpose of
1019
commercialization or distribution of such modifications, enhancements, and/or
1020
derivative works. Accordingly, William F. Schelter may consider he has a
1021
nonexclusive, world-wide, royalty-free license to make derivative works
1022
(modifications or enhancements) from the copy of DOE-MACSYMA obtained from
1023
NESC, and to copy, license and/or distribute those derivative works for use,
1024
modification and enhancement, and further sublicensing and distribution.
1025
1026
Distribution of such derivative works is subject to the U.S. Export
1027
Administration Regulations (Title 15 CFR 768-799), which implements the Export
1028
Administration Act of 1979, as amended, and/or the International Traffic in
1029
Arms Regulation, of 12-6-84, (Title 22 CFR 121-130), which implements the Arms
1030
Export Control Act (22 U.S.C. 2728) and may require license for export.?
1031
1032
We have enclosed a current list of the countries which are considered
1033
sensitive and require approval through DOE Headquarters. Should you have
1034
requests from such countries, please contact the ESTSC for approval. If you
1035
intend to make your derivative work(s) available under the GPL (gnu public
1036
license) via the Internet, the previous paragraph should be included in the
1037
GPL and should accompany other modifications, enhancements or derivative works
1038
of your program.
1039
1040
The derivative versions of DOE-MACSYMA which you develop for commercialization
1041
purposes may be of interest to DOE organizations which ESTSC supports. We
1042
would appreciate getting copies of such derivatives and would adhere to the
1043
dissemination limitation markings which you define.
1044
1045
If you have questions or comments, please call me at 423/576-2606.
1046
1047
================================================================================
1048
1049
NTL:
1050
(http://www.shoup.net/ntl/)
1051
A Library for Doing Number Theory
1052
Copyright (C) 1996-2005 Victor Shoup
1053
1054
The most recent version of NTL is available at http://www.shoup.net
1055
1056
This program is free software; you can redistribute it and/or
1057
modify it under the terms of the GNU General Public License
1058
as published by the Free Software Foundation; either version 2
1059
of the License, or (at your option) any later version.
1060
1061
This program is distributed in the hope that it will be useful,
1062
but WITHOUT ANY WARRANTY; without even the implied warranty of
1063
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1064
GNU General Public License for more details.
1065
1066
This entire copyright notice should be placed in an appropriately
1067
conspicuous place accompanying all distributions of software that
1068
make use of NTL.
1069
1070
The above terms apply to all of the software modules distributed with NTL,
1071
i.e., all source files in either the ntl-xxx.tar.gz or WinNTL-xxx.zip
1072
distributions. In general, the individual files do not contain
1073
copyright notices.
1074
1075
Note that the quad_float package is derived from the doubledouble package,
1076
originally developed by Keith Briggs, and also licensed unger the GNU GPL.
1077
The files quad_float.c and quad_float.h contain more detailed copyright
1078
notices.
1079
1080
Note that the traditional long integer package used by NTL, lip.c, is derived
1081
from---and represents an extensive modification of---
1082
a package originally developed and copyrighted by Arjen Lenstra,
1083
who has agreed to renounce any copyright claims on the particular
1084
version of the long integer package appearing in NTL, so that the
1085
this package now is covered by the GNU GPL as well.
1086
1087
Note that the alternative long integer package used by NTL is GMP,
1088
which is written by Torbjorn Granlund <[email protected]>.
1089
GMP is licensed under the terms of the GNU Lesser General Public License.
1090
1091
Note that NTL makes use of the RSA Data Security, Inc. MD5 Message
1092
Digest Algorithm.
1093
1094
RSA MD5 Message Digest Algorithm License:
1095
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
1096
rights reserved.
1097
1098
License to copy and use this software is granted provided that it
1099
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
1100
Algorithm" in all material mentioning or referencing this software
1101
or this function.
1102
1103
License is also granted to make and use derivative works provided
1104
that such works are identified as "derived from the RSA Data
1105
Security, Inc. MD5 Message-Digest Algorithm" in all material
1106
mentioning or referencing the derived work.
1107
1108
RSA Data Security, Inc. makes no representations concerning either
1109
the merchantability of this software or the suitability of this
1110
software for any particular purpose. It is provided "as is"
1111
without express or implied warranty of any kind.
1112
1113
These notices must be retained in any copies of any part of this
1114
documentation and/or software.
1115
1116
================================================================================
1117
1118
pil:
1119
1120
The Python Imaging Library is
1121
1122
Copyright (c) 1997-2006 by Secret Labs AB
1123
Copyright (c) 1995-2006 by Fredrik Lundh
1124
1125
By obtaining, using, and/or copying this software and/or its
1126
associated documentation, you agree that you have read, understood,
1127
and will comply with the following terms and conditions:
1128
1129
Permission to use, copy, modify, and distribute this software and its
1130
associated documentation for any purpose and without fee is hereby
1131
granted, provided that the above copyright notice appears in all
1132
copies, and that both that copyright notice and this permission notice
1133
appear in supporting documentation, and that the name of Secret Labs
1134
AB or the author not be used in advertising or publicity pertaining to
1135
distribution of the software without specific, written prior
1136
permission.
1137
1138
SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO
1139
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1140
FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR
1141
ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1142
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1143
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
1144
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1145
1146
================================================================================
1147
1148
python:
1149
1150
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
1151
--------------------------------------------
1152
1153
1. This LICENSE AGREEMENT is between the Python Software Foundation
1154
("PSF"), and the Individual or Organization ("Licensee") accessing and
1155
otherwise using this software ("Python") in source or binary form and
1156
its associated documentation.
1157
1158
2. Subject to the terms and conditions of this License Agreement, PSF
1159
hereby grants Licensee a nonexclusive, royalty-free, world-wide
1160
license to reproduce, analyze, test, perform and/or display publicly,
1161
prepare derivative works, distribute, and otherwise use Python
1162
alone or in any derivative version, provided, however, that PSF's
1163
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
1164
2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
1165
Reserved" are retained in Python alone or in any derivative version
1166
prepared by Licensee.
1167
1168
3. In the event Licensee prepares a derivative work that is based on
1169
or incorporates Python or any part thereof, and wants to make
1170
the derivative work available to others as provided herein, then
1171
Licensee hereby agrees to include in any such work a brief summary of
1172
the changes made to Python.
1173
1174
4. PSF is making Python available to Licensee on an "AS IS"
1175
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
1176
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
1177
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
1178
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
1179
INFRINGE ANY THIRD PARTY RIGHTS.
1180
1181
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
1182
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
1183
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
1184
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
1185
1186
6. This License Agreement will automatically terminate upon a material
1187
breach of its terms and conditions.
1188
1189
7. Nothing in this License Agreement shall be deemed to create any
1190
relationship of agency, partnership, or joint venture between PSF and
1191
Licensee. This License Agreement does not grant permission to use PSF
1192
trademarks or trade name in a trademark sense to endorse or promote
1193
products or services of Licensee, or any third party.
1194
1195
8. By copying, installing or otherwise using Python, Licensee
1196
agrees to be bound by the terms and conditions of this License
1197
Agreement.
1198
1199
================================================================================
1200
1201
singular:
1202
SINGULAR version 3-1-5
1203
1204
University of Kaiserslautern
1205
1206
Department of Mathematics and Centre for Computer Algebra
1207
1208
Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
1209
1210
Copyright (C) 1986-2012
1211
1212
1213
1214
*NOTICE*
1215
1216
This program is free software; you can redistribute it and/or modify it
1217
under the terms of the GNU General Public License as published by the
1218
Free Software Foundation ( version 2 or version 3 of the License ).
1219
1220
Some single files have a copyright given within the file:
1221
Singular/ndbm.* (BSD), kernel/htmlhelp.h (LGPL 2.1+)
1222
1223
The following software used with SINGULAR have their own copyright: the
1224
omalloc library, the readline library, the Gnu Multiple Precision
1225
Library (GMP), NTL: A Library for doing Number Theory (NTL), the Multi
1226
Protocol library (MP), the Singular-Factory library, the
1227
Singular-libfac library, surfex, and, for the Windows distributions the
1228
Cygwin DLL and the Cygwin tools (Cygwin), and the XEmacs editor
1229
(XEmacs).
1230
1231
Their copyrights and licenses can be found in the accompanying files
1232
COPYING which are distributed along with these packages. (Since
1233
version 3-0-3 of SINGULAR, all parts have GPL or LGPL as (one of) their
1234
licences.)
1235
1236
This program is distributed in the hope that it will be useful, but
1237
WITHOUT ANY WARRANTY; without even the implied warranty of
1238
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1239
General Public License for more details.
1240
1241
================================================================================
1242
1243
sqlite:
1244
1245
SQLite Copyright
1246
1247
SQLite is in the Public Domain
1248
1249
All of the deliverable code in SQLite has been dedicated to the public
1250
domain by the authors. All code authors, and representatives of the
1251
companies they work for, have signed affidavits dedicating their
1252
contributions to the public domain and originals of those signed
1253
affidavits are stored in a firesafe at the main offices of
1254
Hwaci. Anyone is free to copy, modify, publish, use, compile, sell, or
1255
distribute the original SQLite code, either in source code form or as
1256
a compiled binary, for any purpose, commercial or non-commercial, and
1257
by any means.
1258
1259
The previous paragraph applies to the deliverable code in SQLite -
1260
those parts of the SQLite library that you actually bundle and ship
1261
with a larger application. Portions of the documentation and some code
1262
used as part of the build process might fall under other licenses. The
1263
details here are unclear. We do not worry about the licensing of the
1264
documentation and build code so much because none of these things are
1265
part of the core deliverable SQLite library.
1266
1267
All of the deliverable code in SQLite has been written from
1268
scratch. No code has been taken from other projects or from the open
1269
internet. Every line of code can be traced back to its original
1270
author, and all of those authors have public domain dedications on
1271
file. So the SQLite code base is clean and is uncontaminated with
1272
licensed code from other projects.
1273
1274
================================================================================
1275
1276
symmetrica:
1277
1278
Copyright (c) 1987-2010 , symmetrica (at) symmetrica.de
1279
1280
Permission to use, copy, modify, and/or distribute this software for any
1281
purpose with or without fee is hereby granted, provided that the above
1282
copyright notice and this permission notice appear in all copies.
1283
1284
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
1285
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1286
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1287
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1288
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1289
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1290
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1291
1292
================================================================================
1293
1294
sympow:
1295
(http://www.maths.bris.ac.uk/~mamjw/)
1296
copyright Mark Watkins.
1297
1298
Redistribution and use in source and binary forms, with or without
1299
modification, are permitted provided that the following conditions are met:
1300
* Redistribution of source code must retain the above copyright notice,
1301
this list of conditions and the following disclaimer.
1302
* Redistribution in binary form must reproduce the above copyright
1303
notice, this list of conditions and the following disclaimer in the
1304
documentation and/or other materials provided with the distribution.
1305
* If redistribution is done as a part of a compilation that has a more
1306
restrictive license (such as the GPL), then the fact that SYMPOW has
1307
a less restrictive license must be made clear to the recipient.
1308
For example, a line like (include bracketed text if SYMPOW is modified):
1309
"This compilation includes [a modification of] SYMPOW whose [original]
1310
code has a less-restrictive license than the entire compilation."
1311
should appear in a suitable place in the COPYING and/or LICENSE file.
1312
1313
[followed by the BSD disclaimer]
1314
1315
================================================================================
1316
1317