root/04/tools/license04.txt

Revision 36, 32.2 kB (checked in by ug, 5 years ago)

Add Windows build scripts, icon

Line 
1 Kombilo 0.4
2 (C) Ulrich Goertz (u@g0ertz.de), 2001-2003.
3
4 ------------------------------------------------------------------------
5
6 The Windows installer (kombilo04.exe) is published under the following
7 license:
8
9 This software is provided 'as-is', without any express or implied
10 warranty. In no event will the author be held liable for any damages
11 arising from the use of this software.
12
13 Permission is granted to anyone to use this software for any purpose,
14 including commercial applications, and to redistribute it under this
15 same license. The package may not be modified in any way. In particular
16 all copyright notices must be preserved.
17
18 The Python interpreter, which is bundled into this package comes with
19 its own licenses; see below.
20
21 ------------------------------------------------------------------------
22
23 Alternatively to the license above which applies to the whole
24 Windows installer package, you may use the source code of Kombilo
25 (which can be found in the src subdirectory) under the restrictions
26 of the GNU General Public License (see below). In particular you
27 are allowed to modify the source code, and publish modified
28 versions, under the restrictions of the GNU GPL. Essentially this
29 means that you have to publish the source code of the modified
30 version, too.
31
32 This somewhat complicated licensing model has been chosen to
33 make it possible to redistribute copies of the installer
34 without having to distribute the source code of the whole
35 Python interpreter, too. Of course, the source code of the Python
36 interpreter, and of the utility used to wrap everything into a
37 stand-alone package for Windows (py2exe) is available from the
38 Internet, anyway. The Python web site at http://www.python.org/ is
39 a good starting point. Also see the Kombilo web page
40 http://www.u-go.net/kombilo/ for links.
41
42 ------------------------------------------------------------------------
43
44                     GNU GENERAL PUBLIC LICENSE
45                        Version 2, June 1991
46
47  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
48  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
49  Everyone is permitted to copy and distribute verbatim copies
50  of this license document, but changing it is not allowed.
51
52                             Preamble
53
54   The licenses for most software are designed to take away your
55 freedom to share and change it.  By contrast, the GNU General Public
56 License is intended to guarantee your freedom to share and change free
57 software--to make sure the software is free for all its users.  This
58 General Public License applies to most of the Free Software
59 Foundation's software and to any other program whose authors commit to
60 using it.  (Some other Free Software Foundation software is covered by
61 the GNU Library General Public License instead.)  You can apply it to
62 your programs, too.
63
64   When we speak of free software, we are referring to freedom, not
65 price.  Our General Public Licenses are designed to make sure that you
66 have the freedom to distribute copies of free software (and charge for
67 this service if you wish), that you receive source code or can get it
68 if you want it, that you can change the software or use pieces of it
69 in new free programs; and that you know you can do these things.
70
71   To protect your rights, we need to make restrictions that forbid
72 anyone to deny you these rights or to ask you to surrender the rights.
73 These restrictions translate to certain responsibilities for you if you
74 distribute copies of the software, or if you modify it.
75
76   For example, if you distribute copies of such a program, whether
77 gratis or for a fee, you must give the recipients all the rights that
78 you have.  You must make sure that they, too, receive or can get the
79 source code.  And you must show them these terms so they know their
80 rights.
81
82   We protect your rights with two steps: (1) copyright the software, and
83 (2) offer you this license which gives you legal permission to copy,
84 distribute and/or modify the software.
85
86   Also, for each author's protection and ours, we want to make certain
87 that everyone understands that there is no warranty for this free
88 software.  If the software is modified by someone else and passed on, we
89 want its recipients to know that what they have is not the original, so
90 that any problems introduced by others will not reflect on the original
91 authors' reputations.
92
93   Finally, any free program is threatened constantly by software
94 patents.  We wish to avoid the danger that redistributors of a free
95 program will individually obtain patent licenses, in effect making the
96 program proprietary.  To prevent this, we have made it clear that any
97 patent must be licensed for everyone's free use or not licensed at all.
98
99   The precise terms and conditions for copying, distribution and
100 modification follow.
101
102                     GNU GENERAL PUBLIC LICENSE
103    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
104
105   0. This License applies to any program or other work which contains
106 a notice placed by the copyright holder saying it may be distributed
107 under the terms of this General Public License.  The "Program", below,
108 refers to any such program or work, and a "work based on the Program"
109 means either the Program or any derivative work under copyright law:
110 that is to say, a work containing the Program or a portion of it,
111 either verbatim or with modifications and/or translated into another
112 language.  (Hereinafter, translation is included without limitation in
113 the term "modification".)  Each licensee is addressed as "you".
114
115 Activities other than copying, distribution and modification are not
116 covered by this License; they are outside its scope.  The act of
117 running the Program is not restricted, and the output from the Program
118 is covered only if its contents constitute a work based on the
119 Program (independent of having been made by running the Program).
120 Whether that is true depends on what the Program does.
121
122   1. You may copy and distribute verbatim copies of the Program's
123 source code as you receive it, in any medium, provided that you
124 conspicuously and appropriately publish on each copy an appropriate
125 copyright notice and disclaimer of warranty; keep intact all the
126 notices that refer to this License and to the absence of any warranty;
127 and give any other recipients of the Program a copy of this License
128 along with the Program.
129
130 You may charge a fee for the physical act of transferring a copy, and
131 you may at your option offer warranty protection in exchange for a fee.
132
133   2. You may modify your copy or copies of the Program or any portion
134 of it, thus forming a work based on the Program, and copy and
135 distribute such modifications or work under the terms of Section 1
136 above, provided that you also meet all of these conditions:
137
138     a) You must cause the modified files to carry prominent notices
139     stating that you changed the files and the date of any change.
140
141     b) You must cause any work that you distribute or publish, that in
142     whole or in part contains or is derived from the Program or any
143     part thereof, to be licensed as a whole at no charge to all third
144     parties under the terms of this License.
145
146     c) If the modified program normally reads commands interactively
147     when run, you must cause it, when started running for such
148     interactive use in the most ordinary way, to print or display an
149     announcement including an appropriate copyright notice and a
150     notice that there is no warranty (or else, saying that you provide
151     a warranty) and that users may redistribute the program under
152     these conditions, and telling the user how to view a copy of this
153     License.  (Exception: if the Program itself is interactive but
154     does not normally print such an announcement, your work based on
155     the Program is not required to print an announcement.)
156
157 These requirements apply to the modified work as a whole.  If
158 identifiable sections of that work are not derived from the Program,
159 and can be reasonably considered independent and separate works in
160 themselves, then this License, and its terms, do not apply to those
161 sections when you distribute them as separate works.  But when you
162 distribute the same sections as part of a whole which is a work based
163 on the Program, the distribution of the whole must be on the terms of
164 this License, whose permissions for other licensees extend to the
165 entire whole, and thus to each and every part regardless of who wrote it.
166
167 Thus, it is not the intent of this section to claim rights or contest
168 your rights to work written entirely by you; rather, the intent is to
169 exercise the right to control the distribution of derivative or
170 collective works based on the Program.
171
172 In addition, mere aggregation of another work not based on the Program
173 with the Program (or with a work based on the Program) on a volume of
174 a storage or distribution medium does not bring the other work under
175 the scope of this License.
176
177   3. You may copy and distribute the Program (or a work based on it,
178 under Section 2) in object code or executable form under the terms of
179 Sections 1 and 2 above provided that you also do one of the following:
180
181     a) Accompany it with the complete corresponding machine-readable
182     source code, which must be distributed under the terms of Sections
183     1 and 2 above on a medium customarily used for software interchange; or,
184
185     b) Accompany it with a written offer, valid for at least three
186     years, to give any third party, for a charge no more than your
187     cost of physically performing source distribution, a complete
188     machine-readable copy of the corresponding source code, to be
189     distributed under the terms of Sections 1 and 2 above on a medium
190     customarily used for software interchange; or,
191
192     c) Accompany it with the information you received as to the offer
193     to distribute corresponding source code.  (This alternative is
194     allowed only for noncommercial distribution and only if you
195     received the program in object code or executable form with such
196     an offer, in accord with Subsection b above.)
197
198 The source code for a work means the preferred form of the work for
199 making modifications to it.  For an executable work, complete source
200 code means all the source code for all modules it contains, plus any
201 associated interface definition files, plus the scripts used to
202 control compilation and installation of the executable.  However, as a
203 special exception, the source code distributed need not include
204 anything that is normally distributed (in either source or binary
205 form) with the major components (compiler, kernel, and so on) of the
206 operating system on which the executable runs, unless that component
207 itself accompanies the executable.
208
209 If distribution of executable or object code is made by offering
210 access to copy from a designated place, then offering equivalent
211 access to copy the source code from the same place counts as
212 distribution of the source code, even though third parties are not
213 compelled to copy the source along with the object code.
214
215   4. You may not copy, modify, sublicense, or distribute the Program
216 except as expressly provided under this License.  Any attempt
217 otherwise to copy, modify, sublicense or distribute the Program is
218 void, and will automatically terminate your rights under this License.
219 However, parties who have received copies, or rights, from you under
220 this License will not have their licenses terminated so long as such
221 parties remain in full compliance.
222
223   5. You are not required to accept this License, since you have not
224 signed it.  However, nothing else grants you permission to modify or
225 distribute the Program or its derivative works.  These actions are
226 prohibited by law if you do not accept this License.  Therefore, by
227 modifying or distributing the Program (or any work based on the
228 Program), you indicate your acceptance of this License to do so, and
229 all its terms and conditions for copying, distributing or modifying
230 the Program or works based on it.
231
232   6. Each time you redistribute the Program (or any work based on the
233 Program), the recipient automatically receives a license from the
234 original licensor to copy, distribute or modify the Program subject to
235 these terms and conditions.  You may not impose any further
236 restrictions on the recipients' exercise of the rights granted herein.
237 You are not responsible for enforcing compliance by third parties to
238 this License.
239
240   7. If, as a consequence of a court judgment or allegation of patent
241 infringement or for any other reason (not limited to patent issues),
242 conditions are imposed on you (whether by court order, agreement or
243 otherwise) that contradict the conditions of this License, they do not
244 excuse you from the conditions of this License.  If you cannot
245 distribute so as to satisfy simultaneously your obligations under this
246 License and any other pertinent obligations, then as a consequence you
247 may not distribute the Program at all.  For example, if a patent
248 license would not permit royalty-free redistribution of the Program by
249 all those who receive copies directly or indirectly through you, then
250 the only way you could satisfy both it and this License would be to
251 refrain entirely from distribution of the Program.
252
253 If any portion of this section is held invalid or unenforceable under
254 any particular circumstance, the balance of the section is intended to
255 apply and the section as a whole is intended to apply in other
256 circumstances.
257
258 It is not the purpose of this section to induce you to infringe any
259 patents or other property right claims or to contest validity of any
260 such claims; this section has the sole purpose of protecting the
261 integrity of the free software distribution system, which is
262 implemented by public license practices.  Many people have made
263 generous contributions to the wide range of software distributed
264 through that system in reliance on consistent application of that
265 system; it is up to the author/donor to decide if he or she is willing
266 to distribute software through any other system and a licensee cannot
267 impose that choice.
268
269 This section is intended to make thoroughly clear what is believed to
270 be a consequence of the rest of this License.
271
272   8. If the distribution and/or use of the Program is restricted in
273 certain countries either by patents or by copyrighted interfaces, the
274 original copyright holder who places the Program under this License
275 may add an explicit geographical distribution limitation excluding
276 those countries, so that distribution is permitted only in or among
277 countries not thus excluded.  In such case, this License incorporates
278 the limitation as if written in the body of this License.
279
280   9. The Free Software Foundation may publish revised and/or new versions
281 of the General Public License from time to time.  Such new versions will
282 be similar in spirit to the present version, but may differ in detail to
283 address new problems or concerns.
284
285 Each version is given a distinguishing version number.  If the Program
286 specifies a version number of this License which applies to it and "any
287 later version", you have the option of following the terms and conditions
288 either of that version or of any later version published by the Free
289 Software Foundation.  If the Program does not specify a version number of
290 this License, you may choose any version ever published by the Free Software
291 Foundation.
292
293   10. If you wish to incorporate parts of the Program into other free
294 programs whose distribution conditions are different, write to the author
295 to ask for permission.  For software which is copyrighted by the Free
296 Software Foundation, write to the Free Software Foundation; we sometimes
297 make exceptions for this.  Our decision will be guided by the two goals
298 of preserving the free status of all derivatives of our free software and
299 of promoting the sharing and reuse of software generally.
300
301                             NO WARRANTY
302
303   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
304 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
305 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
306 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
307 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
308 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
309 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
310 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
311 REPAIR OR CORRECTION.
312
313   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
314 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
315 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
316 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
317 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
318 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
319 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
320 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
321 POSSIBILITY OF SUCH DAMAGES.
322
323                      END OF TERMS AND CONDITIONS
324
325             How to Apply These Terms to Your New Programs
326
327   If you develop a new program, and you want it to be of the greatest
328 possible use to the public, the best way to achieve this is to make it
329 free software which everyone can redistribute and change under these terms.
330
331   To do so, attach the following notices to the program.  It is safest
332 to attach them to the start of each source file to most effectively
333 convey the exclusion of warranty; and each file should have at least
334 the "copyright" line and a pointer to where the full notice is found.
335
336     <one line to give the program's name and a brief idea of what it does.>
337     Copyright (C) <year>  <name of author>
338
339     This program is free software; you can redistribute it and/or modify
340     it under the terms of the GNU General Public License as published by
341     the Free Software Foundation; either version 2 of the License, or
342     (at your option) any later version.
343
344     This program is distributed in the hope that it will be useful,
345     but WITHOUT ANY WARRANTY; without even the implied warranty of
346     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
347     GNU General Public License for more details.
348
349     You should have received a copy of the GNU General Public License
350     along with this program; if not, write to the Free Software
351     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
352
353
354 Also add information on how to contact you by electronic and paper mail.
355
356 If the program is interactive, make it output a short notice like this
357 when it starts in an interactive mode:
358
359     Gnomovision version 69, Copyright (C) year name of author
360     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
361     This is free software, and you are welcome to redistribute it
362     under certain conditions; type `show c' for details.
363
364 The hypothetical commands `show w' and `show c' should show the appropriate
365 parts of the General Public License.  Of course, the commands you use may
366 be called something other than `show w' and `show c'; they could even be
367 mouse-clicks or menu items--whatever suits your program.
368
369 You should also get your employer (if you work as a programmer) or your
370 school, if any, to sign a "copyright disclaimer" for the program, if
371 necessary.  Here is a sample; alter the names:
372
373   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
374   `Gnomovision' (which makes passes at compilers) written by James Hacker.
375
376   <signature of Ty Coon>, 1 April 1989
377   Ty Coon, President of Vice
378
379 This General Public License does not permit incorporating your program into
380 proprietary programs.  If your program is a subroutine library, you may
381 consider it more useful to permit linking proprietary applications with the
382 library.  If this is what you want to do, use the GNU Library General
383 Public License instead of this License.
384
385 ---------------------------------------------------------------------------
386
387 Python Copyright notice (as found in LICENSE in the original source).
388
389
390 A. HISTORY OF THE SOFTWARE
391 ==========================
392
393 Python was created in the early 1990s by Guido van Rossum at Stichting
394 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
395 as a successor of a language called ABC.  Guido remains Python's
396 principal author, although it includes many contributions from others.
397
398 In 1995, Guido continued his work on Python at the Corporation for
399 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
400 in Reston, Virginia where he released several versions of the
401 software.
402
403 In May 2000, Guido and the Python core development team moved to
404 BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
405 year, the PythonLabs team moved to Digital Creations (see
406 http://www.digicool.com).  In 2001, the Python Software Foundation
407 (PSF, see http://www.python.org/psf/) was formed, a non-profit
408 organization created specifically to own Python-related Intellectual
409 Property.  Digital Creations is a sponsoring member of the PSF.
410
411 All Python releases are Open Source (see http://www.opensource.org for
412 the Open Source Definition).  Historically, most, but not all, Python
413 releases have also been GPL-compatible; the table below summarizes
414 the various releases.
415
416     Release         Derived     Year        Owner       GPL-
417                     from                                compatible? (1)
418
419     0.9.0 thru 1.2              1991-1995   CWI         yes
420     1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
421     1.6             1.5.2       2000        CNRI        no
422     2.0             1.6         2000        BeOpen.com  no
423     1.6.1           1.6         2001        CNRI        no
424     2.1             2.0+1.6.1   2001        PSF         no
425     2.0.1           2.0+1.6.1   2001        PSF         yes
426     2.1.1           2.1+2.0.1   2001        PSF         yes
427     2.2             2.1.1       2001        PSF         yes
428
429 Footnotes:
430
431 (1) GPL-compatible doesn't mean that we're distributing Python under
432     the GPL.  All Python licenses, unlike the GPL, let you distribute
433     a modified version without making your changes open source.  The
434     GPL-compatible licenses make it possible to combine Python with
435     other software that is released under the GPL; the others don't.
436
437 Thanks to the many outside volunteers who have worked under Guido's
438 direction to make these releases possible.
439
440
441 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
442 ===============================================================
443
444 PSF LICENSE AGREEMENT FOR PYTHON 2.2
445 ------------------------------------
446
447 1. This LICENSE AGREEMENT is between the Python Software Foundation
448 ("PSF"), and the Individual or Organization ("Licensee") accessing and
449 otherwise using Python 2.2 software in source or binary form and its
450 associated documentation.
451
452 2. Subject to the terms and conditions of this License Agreement, PSF
453 hereby grants Licensee a nonexclusive, royalty-free, world-wide
454 license to reproduce, analyze, test, perform and/or display publicly,
455 prepare derivative works, distribute, and otherwise use Python 2.2
456 alone or in any derivative version, provided, however, that PSF's
457 License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
458 2001 Python Software Foundation; All Rights Reserved" are retained in
459 Python 2.2 alone or in any derivative version prepared by Licensee.
460
461 3. In the event Licensee prepares a derivative work that is based on
462 or incorporates Python 2.2 or any part thereof, and wants to make
463 the derivative work available to others as provided herein, then
464 Licensee hereby agrees to include in any such work a brief summary of
465 the changes made to Python 2.2.
466
467 4. PSF is making Python 2.2 available to Licensee on an "AS IS"
468 basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
469 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
470 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
471 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.2 WILL NOT
472 INFRINGE ANY THIRD PARTY RIGHTS.
473
474 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
475 2.2 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
476 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.2,
477 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
478
479 6. This License Agreement will automatically terminate upon a material
480 breach of its terms and conditions.
481
482 7. Nothing in this License Agreement shall be deemed to create any
483 relationship of agency, partnership, or joint venture between PSF and
484 Licensee.  This License Agreement does not grant permission to use PSF
485 trademarks or trade name in a trademark sense to endorse or promote
486 products or services of Licensee, or any third party.
487
488 8. By copying, installing or otherwise using Python 2.2, Licensee
489 agrees to be bound by the terms and conditions of this License
490 Agreement.
491
492
493 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
494 -------------------------------------------
495
496 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
497
498 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
499 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
500 Individual or Organization ("Licensee") accessing and otherwise using
501 this software in source or binary form and its associated
502 documentation ("the Software").
503
504 2. Subject to the terms and conditions of this BeOpen Python License
505 Agreement, BeOpen hereby grants Licensee a non-exclusive,
506 royalty-free, world-wide license to reproduce, analyze, test, perform
507 and/or display publicly, prepare derivative works, distribute, and
508 otherwise use the Software alone or in any derivative version,
509 provided, however, that the BeOpen Python License is retained in the
510 Software, alone or in any derivative version prepared by Licensee.
511
512 3. BeOpen is making the Software available to Licensee on an "AS IS"
513 basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
514 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
515 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
516 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
517 INFRINGE ANY THIRD PARTY RIGHTS.
518
519 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
520 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
521 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
522 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
523
524 5. This License Agreement will automatically terminate upon a material
525 breach of its terms and conditions.
526
527 6. This License Agreement shall be governed by and interpreted in all
528 respects by the law of the State of California, excluding conflict of
529 law provisions.  Nothing in this License Agreement shall be deemed to
530 create any relationship of agency, partnership, or joint venture
531 between BeOpen and Licensee.  This License Agreement does not grant
532 permission to use BeOpen trademarks or trade names in a trademark
533 sense to endorse or promote products or services of Licensee, or any
534 third party.  As an exception, the "BeOpen Python" logos available at
535 http://www.pythonlabs.com/logos.html may be used according to the
536 permissions granted on that web page.
537
538 7. By copying, installing or otherwise using the software, Licensee
539 agrees to be bound by the terms and conditions of this License
540 Agreement.
541
542
543 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
544 ---------------------------------------
545
546 1. This LICENSE AGREEMENT is between the Corporation for National
547 Research Initiatives, having an office at 1895 Preston White Drive,
548 Reston, VA 20191 ("CNRI"), and the Individual or Organization
549 ("Licensee") accessing and otherwise using Python 1.6.1 software in
550 source or binary form and its associated documentation.
551
552 2. Subject to the terms and conditions of this License Agreement, CNRI
553 hereby grants Licensee a nonexclusive, royalty-free, world-wide
554 license to reproduce, analyze, test, perform and/or display publicly,
555 prepare derivative works, distribute, and otherwise use Python 1.6.1
556 alone or in any derivative version, provided, however, that CNRI's
557 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
558 1995-2001 Corporation for National Research Initiatives; All Rights
559 Reserved" are retained in Python 1.6.1 alone or in any derivative
560 version prepared by Licensee.  Alternately, in lieu of CNRI's License
561 Agreement, Licensee may substitute the following text (omitting the
562 quotes): "Python 1.6.1 is made available subject to the terms and
563 conditions in CNRI's License Agreement.  This Agreement together with
564 Python 1.6.1 may be located on the Internet using the following
565 unique, persistent identifier (known as a handle): 1895.22/1013.  This
566 Agreement may also be obtained from a proxy server on the Internet
567 using the following URL: http://hdl.handle.net/1895.22/1013".
568
569 3. In the event Licensee prepares a derivative work that is based on
570 or incorporates Python 1.6.1 or any part thereof, and wants to make
571 the derivative work available to others as provided herein, then
572 Licensee hereby agrees to include in any such work a brief summary of
573 the changes made to Python 1.6.1.
574
575 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
576 basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
577 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
578 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
579 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
580 INFRINGE ANY THIRD PARTY RIGHTS.
581
582 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
583 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
584 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
585 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
586
587 6. This License Agreement will automatically terminate upon a material
588 breach of its terms and conditions.
589
590 7. This License Agreement shall be governed by the federal
591 intellectual property law of the United States, including without
592 limitation the federal copyright law, and, to the extent such
593 U.S. federal law does not apply, by the law of the Commonwealth of
594 Virginia, excluding Virginia's conflict of law provisions.
595 Notwithstanding the foregoing, with regard to derivative works based
596 on Python 1.6.1 that incorporate non-separable material that was
597 previously distributed under the GNU General Public License (GPL), the
598 law of the Commonwealth of Virginia shall govern this License
599 Agreement only as to issues arising under or with respect to
600 Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
601 License Agreement shall be deemed to create any relationship of
602 agency, partnership, or joint venture between CNRI and Licensee.  This
603 License Agreement does not grant permission to use CNRI trademarks or
604 trade name in a trademark sense to endorse or promote products or
605 services of Licensee, or any third party.
606
607 8. By clicking on the "ACCEPT" button where indicated, or by copying,
608 installing or otherwise using Python 1.6.1, Licensee agrees to be
609 bound by the terms and conditions of this License Agreement.
610
611         ACCEPT
612
613
614 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
615 --------------------------------------------------
616
617 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
618 The Netherlands.  All rights reserved.
619
620 Permission to use, copy, modify, and distribute this software and its
621 documentation for any purpose and without fee is hereby granted,
622 provided that the above copyright notice appear in all copies and that
623 both that copyright notice and this permission notice appear in
624 supporting documentation, and that the name of Stichting Mathematisch
625 Centrum or CWI not be used in advertising or publicity pertaining to
626 distribution of the software without specific, written prior
627 permission.
628
629 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
630 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
631 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
632 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
633 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
634 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
635 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
636
Note: See TracBrowser for help on using the browser.