Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove generated file after use.
[simgrid.git] / COPYING
1 Most of the SimGrid software was written internally by the team. This
2 software is distributed under the GNU lesser general public license
3 version 2.1, which you can find in the archive under the name
4 LICENSE-LGPL-2.1.
5
6 Some perticular files distributed with the project have other
7 licenses. More specifically, these files are listed below, along with
8 their license.
9
10 ==========================================================================
11
12 The file src/xbt/snprintf.c contains this license text:
13
14 /*
15  * snprintf.c - a portable implementation of snprintf
16  *
17  * AUTHOR
18  *   Mark Martinec <mark.martinec@ijs.si>, April 1999.
19  *
20  *   Copyright 1999, Mark Martinec. All rights reserved.
21  *
22  * TERMS AND CONDITIONS
23  *   This program is free software; you can redistribute it and/or modify
24  *   it under the terms of the "Frontier Artistic License" which comes
25  *   with this Kit.
26  *
27  *   This program is distributed in the hope that it will be useful,
28  *   but WITHOUT ANY WARRANTY; without even the implied warranty
29  *   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
30  *   See the Frontier Artistic License for more details.
31  *
32  *   You should have received a copy of the Frontier Artistic License
33  *   with this Kit in the file named LICENSE.txt .
34  *   If not, I'll be glad to provide one.
35  *
36  */
37  
38 =========================================================================
39
40 The exception handling mecanism (mainly living in src/xbt/ex.c and
41 include/xbt/ex.h) was adapted from code from Ralf S. Engelschall and
42 others in the OSSP project. The OSSP version has the following license:
43
44 **  OSSP ex - Exception Handling
45 **  Copyright (c) 2002-2007 Ralf S. Engelschall <rse@engelschall.com>
46 **  Copyright (c) 2002-2007 The OSSP Project <http://www.ossp.org/>
47 **
48 **  This file is part of OSSP ex, an exception handling library
49 **  which can be found at http://www.ossp.org/pkg/lib/ex/.
50 **
51 **  Permission to use, copy, modify, and distribute this software for
52 **  any purpose with or without fee is hereby granted, provided that
53 **  the above copyright notice and this permission notice appear in all
54 **  copies.
55 **
56 **  THIS SOFTWARE IS PROVIDED `AS IS'' AND ANY EXPRESSED OR IMPLIED
57 **  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
58 **  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
59 **  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
60 **  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
61 **  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
62 **  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
63 **  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
64 **  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
65 **  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
66 **  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
67 **  SUCH DAMAGE.
68
69
70 =========================================================================
71
72 The sha implementation (src/xbt/xbt_sha.c:) was borowed and adapted
73 from the iksemel one (http://code.google.com/p/iksemel/). Both the
74 original and the current version of this code is distributed under the
75 LGPL v2.1 license.
76
77 ========================================================================= 
78
79 The xbt/mmalloc module was adapted from the mmalloc module of gdb.
80 Both the simgrid version and the original version is distributed under
81 the LGPL v2.1
82
83 This affects the files in directory src/xbt/mmalloc and
84 include/xbt/mmalloc.h
85
86 =========================================================================
87
88 In order to use ucontext with windows platform we had those files :
89         src/xbt/win32_ucontext.c
90         include/xbt/win32_ucontext.h
91
92 Their copyright is the following:
93
94 /*
95  *      win32-ucontext: Unix ucontext_t operations on Windows platforms
96  *      Copyright(C) 2007 Panagiotis E. Hadjidoukas
97  *
98  *      Contact Email: phadjido@cs.uoi.gr, xdoukas@ceid.upatras.gr
99  *
100  *      win32-ucontext is free software; you can redistribute it and/or
101  *      modify it under the terms of the GNU Lesser General Public
102  *      License as published by the Free Software Foundation; either
103  *      version 2 of the License, or (at your option) any later version.
104  *
105  *      win32-ucontext is distributed in the hope that it will be useful,
106  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
107  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
108  *      Lesser General Public License for more details.
109  *
110  *      You should have received a copy of the GNU Lesser General Public
111  *      License along with SimGrid in the file LICENSE-LGPL-2.1;
112  *      if not, write to the Free Software Foundation, Inc.,
113  *      59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
114  */
115  
116 =========================================================================
117
118 Some examples for SMPI were borowed from an IBM test suite. 
119 Their copyright is the following:
120 /**
121  * MESSAGE PASSING INTERFACE TEST CASE SUITE
122  *
123  * Copyright IBM Corp. 1995
124  * 
125  * IBM Corp. hereby grants a non-exclusive license to use, copy, modify, and
126  *distribute this software for any purpose and without fee provided that the
127  *above copyright notice and the following paragraphs appear in all copies.
128
129  * IBM Corp. makes no representation that the test cases comprising this
130  * suite are correct or are an accurate representation of any standard.
131
132  * In no event shall IBM be liable to any party for direct, indirect, special
133  * incidental, or consequential damage arising out of the use of this software
134  * even if IBM Corp. has been advised of the possibility of such damage.
135
136  * IBM CORP. SPECIFICALLY DISCLAIMS ANY WARRANTIES INCLUDING, BUT NOT LIMITED
137  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
138  * PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS AND IBM
139  * CORP. HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
140  * ENHANCEMENTS, OR MODIFICATIONS.
141  * ***************************************************************************
142  **/
143  
144 List of files:
145  examples/smpi/scatter.c
146  examples/smpi/reduce.c
147  examples/smpi/allreduce.c
148  examples/smpi/alltoall2.c
149  
150
151 ========================================================================= 
152
153 examples/smpi/alltoallv.c was borowed from the MPICH2 test files. It
154 can be found for example in mpich2 1.2.1.1 under the name
155 test/mpi/coll/alltoallv.c The copyright mention is the following:
156 /*
157  *  (C) 2001 by Argonne National Laboratory.
158  *      See COPYRIGHT in top-level directory.
159  */
160 <------------- COPYRIGHT file in the top-level ----------------------->
161
162                                   COPYRIGHT
163
164 The following is a notice of limited availability of the code, and disclaimer
165 which must be included in the prologue of the code and in all source listings
166 of the code.
167
168 Copyright Notice
169  + 2002 University of Chicago
170
171 Permission is hereby granted to use, reproduce, prepare derivative works, and
172 to redistribute to others.  This software was authored by:
173
174 Argonne National Laboratory Group
175 W. Gropp: (630) 252-4318; FAX: (630) 252-5986; e-mail: gropp@mcs.anl.gov
176 E. Lusk:  (630) 252-7852; FAX: (630) 252-5986; e-mail: lusk@mcs.anl.gov
177 Mathematics and Computer Science Division
178 Argonne National Laboratory, Argonne IL 60439
179
180
181                               GOVERNMENT LICENSE
182
183 Portions of this material resulted from work developed under a U.S.
184 Government Contract and are subject to the following license: the Government
185 is granted for itself and others acting on its behalf a paid-up, nonexclusive,
186 irrevocable worldwide license in this computer software to reproduce, prepare
187 derivative works, and perform publicly and display publicly.
188
189                                   DISCLAIMER
190
191 This computer code material was prepared, in part, as an account of work
192 sponsored by an agency of the United States Government.  Neither the United
193 States, nor the University of Chicago, nor any of their employees, makes any
194 warranty express or implied, or assumes any legal liability or responsibility
195 for the accuracy, completeness, or usefulness of any information, apparatus,
196 product, or process disclosed, or represents that its use would not infringe
197 privately owned rights.
198
199 Portions of this code were written by Microsoft. Those portions are
200 Copyright (c) 2007 Microsoft Corporation. Microsoft grants permission to
201 use, reproduce, prepare derivative works, and to redistribute to
202 others. The code is licensed "as is." The User bears the risk of using
203 it. Microsoft gives no express warranties, guarantees or
204 conditions. To the extent permitted by law, Microsoft excludes the
205 implied warranties of merchantability, fitness for a particular
206 purpose and non-infringement.
207
208
209 <-------------------- end of MPICH2 COPYRIGHT file -------------------->
210
211
212 ========================================================================= 
213  
214
215 The directory examples/smpi/NAS contains a tweaked version of the
216 NAS Parallel Benchmark Team. The original software were retrieved from
217 here: http://www.nas.nasa.gov/Software/NPB
218
219 According to [1], this code is probably distributed under the NASA
220 Open Source Agreement (NOSA) version 1.3. Its text can be found at [2].
221 [1] http://www.nas.nasa.gov/Resources/Software/Open-Source/opensource.html
222 [2] http://www.opensource.org/licenses/nasa1.3.php
223
224 The changes over the original version are minor, and can be
225 distributed under the LGPL license (v2.1) or NOSA (v1.3 or higher)
226 licences, at your option.
227
228 ==========================================================================
229