@@ -5,64 +5,69 @@ License
55***********************************************
66
77
8- Quantities only uses BSD compatible code, and its license is based on
9- the `PSF <http://www.python.org/psf/license >`_ license. See the Open
10- Source Initiative `licenses page
11- <http://www.opensource.org/licenses> `_ for details on individual
12- licenses.
13-
14-
15- License agreement for Quantities |version |
16- ==============================================
17-
18- 1. This LICENSE AGREEMENT is between Darren S. Dale ("DSD"), and the
19- Individual or Organization ("Licensee") accessing and otherwise using
20- Quantites software in source or binary form and its associated
21- documentation.
22-
23- 2. Subject to the terms and conditions of this License Agreement, DSD
24- hereby grants Licensee a nonexclusive, royalty-free, world-wide license
25- to reproduce, analyze, test, perform and/or display publicly, prepare
26- derivative works, distribute, and otherwise use quantities |version |
27- alone or in any derivative version, provided, however, that DSD's
28- License Agreement and DSD's notice of copyright, i.e., "Copyright (c)
29- 2008-2009 Darren S. Dale; All Rights Reserved" are retained in
30- Quantities |version | alone or in any derivative version prepared by
31- Licensee.
32-
33- 3. In the event Licensee prepares a derivative work that is based on or
34- incorporates Quantities |version | or any part thereof, and wants to
35- make the derivative work available to others as provided herein, then
36- Licensee hereby agrees to include in any such work a brief summary of
37- the changes made to Quantities |version |.
38-
39- 4. DSD is making Quantities |version | available to Licensee on an "AS
40- IS" basis. DSD MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
41- IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, DSD MAKES NO AND
42- DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
43- FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF QUANTITIES |version |
44- WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
45-
46- 5. DSD SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF QUANTITIES
47- |version | FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
48- LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
49- QUANTITIES |version |, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
50- THE POSSIBILITY THEREOF.
51-
52- 6. This License Agreement will automatically terminate upon a material
53- breach of its terms and conditions.
54-
55- 7. Nothing in this License Agreement shall be deemed to create any
56- relationship of agency, partnership, or joint venture between DSD and
57- Licensee. This License Agreement does not grant permission to use DSD
58- trademarks or trade name in a trademark sense to endorse or promote
59- products or services of Licensee, or any third party.
60-
61- 8. By copying, installing or otherwise using Quantities |version |,
62- Licensee agrees to be bound by the terms and conditions of this License
63- Agreement.
64-
65-
66-
67-
68-
8+ Quantities only uses BSD compatible code. See the Open Source
9+ Initiative `licenses page <http://www.opensource.org/licenses >`_
10+ for details on individual licenses.
11+
12+ License Agreement for Quantities
13+ ================================
14+
15+ Copyright (c) 2012, Darren Dale <dsdale24@gmail.com>
16+ All rights reserved.
17+
18+ Redistribution and use in source and binary forms, with or without
19+ modification, are permitted provided that the following conditions
20+ are met:
21+ 1. Redistributions of source code must retain the above copyright
22+ notice, this list of conditions and the following disclaimer.
23+ 2. Redistributions in binary form must reproduce the above copyright
24+ notice, this list of conditions and the following disclaimer in the
25+ documentation and/or other materials provided with the distribution.
26+ 3. Neither the name of the University nor the names of its contributors
27+ may be used to endorse or promote products derived from this software
28+ without specific prior written permission.
29+
30+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
31+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
34+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
36+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40+ SUCH DAMAGE.
41+
42+
43+ License Agreement for Scimath
44+ =============================
45+
46+ This software is OSI Certified Open Source Software.
47+ OSI Certified is a certification mark of the Open Source Initiative.
48+
49+ Copyright (c) 2006, Enthought, Inc.
50+ All rights reserved.
51+
52+ Redistribution and use in source and binary forms, with or without
53+ modification, are permitted provided that the following conditions are met:
54+
55+ * Redistributions of source code must retain the above copyright notice, this
56+ list of conditions and the following disclaimer.
57+ * Redistributions in binary form must reproduce the above copyright notice,
58+ this list of conditions and the following disclaimer in the documentation
59+ and/or other materials provided with the distribution.
60+ * Neither the name of Enthought, Inc. nor the names of its contributors may
61+ be used to endorse or promote products derived from this software without
62+ specific prior written permission.
63+
64+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
65+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
66+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
67+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
68+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
69+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
70+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
71+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
72+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
73+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments