licenses: add new intel-microcode license
[gentoo.git] / licenses / netlogo
1
2   Copyright Information
3
4 NetLogo 2.1.0 User Manual   
5
6 Copyright 1999 by Uri Wilensky. All rights reserved.
7
8 The NetLogo software, models and documentation are distributed free of
9 charge for use by the public to explore and construct models. Permission
10 to copy or modify the NetLogo software, models and documentation for
11 educational and research purposes only and without fee is hereby
12 granted, provided that this copyright notice and the original author's
13 name appears on all copies and supporting documentation. For any other
14 uses of this software, in original or modified form, including but not
15 limited to distribution in whole or in part, specific prior permission
16 must be obtained from Uri Wilensky. The software, models and
17 documentation shall not be used, rewritten, or adapted as the basis of a
18 commercial software or hardware product without first obtaining
19 appropriate licenses from Uri Wilensky. We make no representations about
20 the suitability of this software for any purpose. It is provided "as is"
21 without express or implied warranty.
22
23 To reference this software in academic publications, please use:
24 Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/.
25 Center for Connected Learning and Computer-Based Modeling, Northwestern
26 University, Evanston, IL.
27
28 The project gratefully acknowledges the support of the National Science
29 Foundation (REPP and ROLE Programs) -- grant numbers REC #9814682 and
30 REC #0126227.
31
32 ------------------------------------------------------------------------
33
34 For random number generation, NetLogo uses the MersenneTwisterFast class
35 by Sean Luke. The copyright for that code is as follows:
36
37 Copyright (c) 2003 by Sean Luke.
38 Portions copyright (c) 1993 by Michael Lecuyer.
39 All rights reserved.
40
41 Redistribution and use in source and binary forms, with or without
42 modification, are permitted provided that the following conditions are met:
43
44     * Redistributions of source code must retain the above copyright
45       notice, this list of conditions and the following disclaimer.
46     * Redistributions in binary form must reproduce the above copyright
47       notice, this list of conditions and the following disclaimer in
48       the documentation and/or other materials provided with the
49       distribution.
50     * Neither the name of the copyright owners, their employers, nor the
51       names of its contributors may be used to endorse or promote
52       products derived from this software without specific prior written
53       permission. 
54
55 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
56 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
57 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
58 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
59 OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
60 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
61 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
62 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
63 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
64 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
65 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
66
67 ------------------------------------------------------------------------
68
69 Parts of NetLogo (specifically, the random-gamma primitive) are based on
70 code from the Colt library (http://hoschek.home.cern.ch/hoschek/colt/).
71 The copyright for that code is as follows:
72
73 Copyright 1999 CERN - European Organization for Nuclear Research.
74 Permission to use, copy, modify, distribute and sell this software and
75 its documentation for any purpose is hereby granted without fee,
76 provided that the above copyright notice appear in all copies and that
77 both that copyright notice and this permission notice appear in
78 supporting documentation. CERN makes no representations about the
79 suitability of this software for any purpose. It is provided "as is"
80 without expressed or implied warranty.
81
82 ------------------------------------------------------------------------
83
84 NetLogo uses the MRJ Adapter library, which is Copyright (c) 2003 Steve
85 Roy <sroy@roydesign.net>. The library is covered by the GNU LGPL (Lesser
86 General Public License). The text of that license is included in the
87 "docs" folder which accompanies the NetLogo download, and is also
88 available from http://www.gnu.org/copyleft/lesser.html.
89
90 ------------------------------------------------------------------------
91
92 For movie-making, NetLogo uses code adapted from
93 sim.util.media.MovieEncoder.java by Sean Luke, distributed under the
94 MASON Open Source License. The copyright for that code is as follows:
95
96 This software is Copyright 2003 by Sean Luke. Portions Copyright 2003 by
97 Gabriel Catalin Balan, Liviu Panait, Sean Paus, and Dan Kuebrich. All
98 Rights Reserved.
99
100 Developed in Conjunction with the George Mason University Center for
101 Social Complexity
102
103 By using the source code, binary code files, or related data included in
104 this distribution, you agree to the following terms of usage for this
105 software distribution. All but a few source code files in this
106 distribution fall under this license; the exceptions contain open source
107 licenses embedded in the source code files themselves. In this license
108 the Authors means the Copyright Holders listed above, and the license
109 itself is Copyright 2003 by Sean Luke.
110
111 The Authors hereby grant you a world-wide, royalty-free, non-exclusive
112 license, subject to third party intellectual property claims:
113
114 to use, reproduce, modify, display, perform, sublicense and distribute
115 all or any portion of the source code or binary form of this software or
116 related data with or without modifications, or as part of a larger work;
117 and under patents now or hereafter owned or controlled by the Authors,
118 to make, have made, use and sell ("Utilize") all or any portion of the
119 source code or binary form of this software or related data, but solely
120 to the extent that any such patent is reasonably necessary to enable you
121 to Utilize all or any portion of the source code or binary form of this
122 software or related data, and not to any greater extent that may be
123 necessary to Utilize further modifications or combinations.
124
125 In return you agree to the following conditions:
126
127 If you redistribute all or any portion of the source code of this
128 software or related data, it must retain the above copyright notice and
129 this license and disclaimer. If you redistribute all or any portion of
130 this code in binary form, you must include the above copyright notice
131 and this license and disclaimer in the documentation and/or other
132 materials provided with the distribution, and must indicate the use of
133 this software in a prominent, publically accessible location of the
134 larger work. You must not use the Authors's names to endorse or promote
135 products derived from this software without the specific prior written
136 permission of the Authors.
137
138 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
139 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
140 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
141 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS, NOR THEIR EMPLOYERS,
142 NOR GEORGE MASON UNIVERSITY, BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
143 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
144 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
145 DEALINGS IN THE SOFTWARE.
146
147 ------------------------------------------------------------------------
148
149 For movie-making, NetLogo uses code adapted from JpegImagesToMovie.java
150 by Sun Microsystems. The copyright for that code is as follows:
151
152 Copyright (c) 1999-2001 Sun Microsystems, Inc. All Rights Reserved.
153
154 Sun grants you ("Licensee") a non-exclusive, royalty free, license to
155 use, modify and redistribute this software in source and binary code
156 form, provided that i) this copyright notice and license appear on all
157 copies of the software; and ii) Licensee does not utilize the software
158 in a manner which is disparaging to Sun.
159
160 This software is provided "AS IS," without a warranty of any kind. ALL
161 EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
162 ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
163 PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS
164 SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
165 USING, MODIFYING OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO
166 EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT
167 OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR
168 PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
169 LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN
170 IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
171
172 This software is not designed or intended for use in on-line control of
173 aircraft, air traffic, aircraft navigation or aircraft communications;
174 or in the design, construction, operation or maintenance of any nuclear
175 facility. Licensee represents and warrants that it will not use or
176 redistribute the Software for such purposes.
177