Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ca840492bea6b80c3f87da025a93e127695e0398
[simgrid.git] / COPYING
1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: SimGrid
3 Source: https://simgrid.org/
4
5 Files: *
6 Copyright: 2003-2019. The SimGrid team. All rights reserved.
7 License: LGPL-2.1
8
9 Files: src/xbt/snprintf.c
10 Copyright: 1999, Mark Martinec <mark.martinec@ijs.si.
11 License: Artistic
12 Comment: Heavily adapted by the SimGrid team but remains under the original license
13
14 Files: src/xbt/mmalloc/* src/include/xbt/mmalloc.h
15 Copyright: 
16   Copyright (C) 1991, 1992 Free Software Foundation, Inc.
17   Copyright (C) 2003-2019. The SimGrid team.
18 License: LGPL-2.1
19 Comment: these files used to be part of gdb, but were removed there
20
21 Files: 
22  teshsuite/smpi/mpich3-test/*
23 Copyright: 
24  (C) 2001-2014 by Argonne National Laboratory.
25  (C) 2008 by University of Illinois.
26  (C) 2011-2012 Intel Corporation. 
27 License: other
28                                   COPYRIGHT
29  .
30  The following is a notice of limited availability of the code, and disclaimer
31  which must be included in the prologue of the code and in all source listings
32  of the code.
33  .
34  Copyright Notice
35   + 2002 University of Chicago
36  .
37  Permission is hereby granted to use, reproduce, prepare derivative works, and
38  to redistribute to others.  This software was authored by:
39  .
40  Mathematics and Computer Science Division
41  Argonne National Laboratory, Argonne IL 60439
42  .
43  (and)
44  .
45  Department of Computer Science
46  University of Illinois at Urbana-Champaign
47  .
48  .
49                               GOVERNMENT LICENSE
50  .
51  Portions of this material resulted from work developed under a U.S.
52  Government Contract and are subject to the following license: the Government
53  is granted for itself and others acting on its behalf a paid-up, nonexclusive,
54  irrevocable worldwide license in this computer software to reproduce, prepare
55  derivative works, and perform publicly and display publicly.
56  .
57                                   DISCLAIMER
58  .
59  This computer code material was prepared, in part, as an account of work
60  sponsored by an agency of the United States Government.  Neither the United
61  States, nor the University of Chicago, nor any of their employees, makes any
62  warranty express or implied, or assumes any legal liability or responsibility
63  for the accuracy, completeness, or usefulness of any information, apparatus,
64  product, or process disclosed, or represents that its use would not infringe
65  privately owned rights.
66
67 Files: src/xbt/RngStream.c include/xbt/RngStream.h
68 Copyright: 2001 Pierre L'Ecuyer, University of Montreal
69 License: GPL-2+ and LGPL-2.1
70 Comment: The author granted us the right to distribute this files under the LGPL-2.1 as long as it is bundled with SimGrid.
71
72 Files:
73  src/simdag/dax_dtd.c
74  src/simdag/dax_dtd.h
75  src/surf/xml/simgrid_dtd.c
76  src/surf/xml/simgrid_dtd.h
77 Copyright:
78  FleXML is Copyright (C) 1999-2005 Kristoffer Rose.  All rights reserved.
79  FleXML is Copyright (C) 2003-2013 Martin Quinson.  All rights reserved.
80  Copyright (C) 2003-2019. The SimGrid team.
81 License: GPL-2+ and LGPL-2.1
82 Comment: Generated with the FleXML XML processor generator (which is GPL-2+) using SimGrid configuration files (that are LGPL-2.1)
83
84 Files:
85  src/smpi/colls/allgather/allgather-2dmesh.cpp
86  src/smpi/colls/allgather/allgather-3dmesh.cpp
87  src/smpi/colls/allgather/allgather-bruck.cpp
88  src/smpi/colls/allgather/allgather-pair.cpp
89  src/smpi/colls/allgather/allgather-ring.cpp
90  src/smpi/colls/allgather/allgather-spreading-simple.cpp
91  src/smpi/colls/allgatherv/allgatherv-pair.cpp
92  src/smpi/colls/allgatherv/allgatherv-ring.cpp
93  src/smpi/colls/alltoall/alltoall-2dmesh.cpp
94  src/smpi/colls/alltoall/alltoall-3dmesh.cpp
95  src/smpi/colls/alltoall/alltoall-pair.cpp
96  src/smpi/colls/alltoall/alltoall-pair-light-barrier.cpp
97  src/smpi/colls/alltoall/alltoall-pair-mpi-barrier.cpp
98  src/smpi/colls/alltoall/alltoall-pair-one-barrier.cpp
99  src/smpi/colls/alltoall/alltoall-rdb.cpp
100  src/smpi/colls/alltoall/alltoall-ring.cpp
101  src/smpi/colls/alltoall/alltoall-ring-light-barrier.cpp
102  src/smpi/colls/alltoall/alltoall-ring-mpi-barrier.cpp
103  src/smpi/colls/alltoall/alltoall-ring-one-barrier.cpp
104  src/smpi/colls/alltoallv/alltoallv-pair.cpp
105  src/smpi/colls/alltoallv/alltoallv-pair-light-barrier.cpp
106  src/smpi/colls/alltoallv/alltoallv-pair-mpi-barrier.cpp
107  src/smpi/colls/alltoallv/alltoallv-pair-one-barrier.cpp
108  src/smpi/colls/alltoallv/alltoallv-ring.cpp
109  src/smpi/colls/alltoallv/alltoallv-ring-light-barrier.cpp
110  src/smpi/colls/alltoallv/alltoallv-ring-mpi-barrier.cpp
111  src/smpi/colls/alltoallv/alltoallv-ring-one-barrier.cpp
112  src/smpi/colls/bcast/bcast-binomial-tree.cpp
113  src/smpi/colls/bcast/bcast-scatter-LR-allgather.cpp
114  src/smpi/colls/bcast/bcast-scatter-rdb-allgather.cpp
115 Copyright: Copyright (c) 2006, Ahmad Faraj & Xin Yuan
116 License: BSD-3-clause
117  Redistribution and use in source and binary forms, with or without
118  modification, are permitted provided that the following conditions
119  are met:
120  .
121   * Redistributions of source code must retain the above copyright notice,
122     this list of conditions and the following disclaimer.
123  .
124   * Redistributions in binary form must reproduce the above copyright notice,
125     this list of conditions and the following disclaimer in the documentation
126     and/or other materials provided with the distribution.
127  .
128   * Neither the name of the Florida State University nor the names of its
129     contributors may be used to endorse or promote products derived from this
130     software without specific prior written permission.
131  .
132     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
133     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
134     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
135     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
136     ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
137     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
138     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
139     ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
140     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
141     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
142 Comment: Borrowed from StarMPI.
143
144 Files:
145  src/smpi/colls/allgather/allgather-mvapich-smp.cpp
146  src/smpi/colls/allgatherv/allgatherv-ompi-bruck.cpp
147  src/smpi/colls/allgatherv/allgatherv-mpich-ring.cpp
148  src/smpi/colls/allreduce/allreduce-mvapich-two-level.cpp
149  src/smpi/colls/allreduce/allreduce-ompi-ring-segmented.cpp
150  src/smpi/colls/alltoall/alltoall-mvapich-scatter-dest.cpp
151  src/smpi/colls/allreduce/allreduce-mvapich-rs.cpp
152  src/smpi/colls/barrier/barrier-mvapich2-pair.cpp
153  src/smpi/colls/barrier/barrier-ompi.cpp
154  src/smpi/colls/bcast/bcast-mvapich-smp.cpp
155  src/smpi/colls/bcast/bcast-ompi-split-bintree.cpp
156  src/smpi/colls/coll_tuned_topo.cpp
157  src/smpi/colls/coll_tuned_topo.hpp
158  src/smpi/colls/gather/gather-mvapich.cpp
159  src/smpi/colls/gather/gather-ompi.cpp
160  src/smpi/colls/reduce/reduce-mvapich-knomial.cpp
161  src/smpi/colls/reduce/reduce-mvapich-two-level.cpp
162  src/smpi/colls/reduce/reduce-ompi.cpp
163  src/smpi/colls/reduce_scatter/reduce_scatter-ompi.cpp
164  src/smpi/colls/scatter/scatter-mvapich-two-level.cpp
165  src/smpi/colls/scatter/scatter-ompi.cpp
166 Copyright:
167  Copyright (c) 2001 by Argonne National Laboratory.
168  Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana University Research and Technology Corporation.  All rights reserved.
169  Copyright (c) 2004-2009 The University of Tennessee and The University of Tennessee Research Foundation.  All rights reserved.
170  Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, University of Stuttgart.  All rights reserved.
171  Copyright (c) 2004-2005 The Regents of the University of California. All rights reserved.
172  Copyright (c) 2001-2014, The Ohio State University. All rights reserved.
173 License: BSD-3-clause
174 Comment: Borrowed from MVAPICH2.
175
176 Files: src/smpi/colls/reduce/reduce-rab.cpp
177 Copyright: 1997, Rolf Rabenseifner. Computing Center University of Stuttgart
178 License: other-reduce-rab
179  The usage of this software is free, but this header must not be removed.
180
181 Files: src/xbt/automaton/parserPromela.tab.cacc
182 Copyright:
183  Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
184  Copyright (C) 2003-2019. The SimGrid team.
185 License: GPL-3+ and LGPL-2.1
186 Comment: Generated with the Bison processor generator (which is GPL-3+) using SimGrid configuration files (that are LGPL-2.1) 
187
188 Files: src/include/catch.hpp
189 Copyright:
190   Copyright (c) 2018 Two Blue Cubes Ltd. 
191 License: BSL-1.0
192
193 License: BSL-1.0
194  Permission is hereby granted, free of charge, to any person or organization
195  obtaining a copy of the software and accompanying documentation covered by
196  this license (the "Software") to use, reproduce, display, distribute,
197  execute, and transmit the Software, and to prepare derivative works of the
198  Software, and to permit third-parties to whom the Software is furnished to
199  do so, all subject to the following:
200  .
201  The copyright notices in the Software and this entire statement, including
202  the above license grant, this restriction and the following disclaimer,
203  must be included in all copies of the Software, in whole or in part, and
204  all derivative works of the Software, unless such copies or derivative
205  works are solely in the form of machine-executable object code generated by
206  a source language processor.
207  .
208  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
209  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
210  FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
211  SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
212  FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
213  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
214  DEALINGS IN THE SOFTWARE.
215
216 Files: teshsuite/smpi/isp/umpire/*
217 Copyright: 2000-2003, Bronis R. de Supinski
218 Comment: this licensing info was provided by the author per email
219 License: NON COMMERCIAL
220  NOTICE
221  .
222  This work was produced at the University of California, Lawrence
223  Livermore National Laboratory (UC LLNL) under contract
224  no. W-7405-ENG-48 (Contract 48) between the U.S. Department of Energy
225  (DOE) and The Regents of the University of California (University) for
226  the operation of UC LLNL. The rights of the Federal Government are
227  reserved under Contract 48 subject to the restrictions agreed upon by
228  the DOE and University as allowed under DOE Acquisition Letter 97-1.
229  The only additional restriction is that redistribution of this work
230  without the written consent of either the Univeristy or its primary
231  author, Bronis R. de Supinski, is prohibited.
232  .
233  .
234  DISCLAIMER
235  .
236  This work was prepared as an account of work sponsored by an agency of
237  the United States Government. Neither the United States Government nor
238  the University of California nor any of their employees, makes any
239  warranty, express or implied, or assumes any liability or
240  responsibility for the accuracy, completeness, or usefulness of any
241  information, apparatus, product, or process disclosed, or represents
242  that its use would not infringe privately-owned rights.  Reference
243  herein to any specific commercial products, process, or service by
244  trade name, trademark, manufacturer or otherwise does not necessarily
245  constitute or imply its endorsement, recommendation, or favoring by
246  the United States Government or the University of California. The
247  views and opinions of authors expressed herein do not necessarily
248  state or reflect those of the United States Government or the
249  University of California, and shall not be used for advertising or
250  product endorsement purposes.
251  .
252  .
253  .
254  NOTIFICATION OF COMMERCIAL USE
255  .
256  Commercialization of this product is prohibited without notifying the
257  Department of Energy (DOE) or Lawrence Livermore National Laboratory
258  (LLNL).