Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Constify pointer and reference local variables in src/mc/.
[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:
68  src/simdag/dax_dtd.c
69  src/simdag/dax_dtd.h
70  src/surf/xml/simgrid_dtd.c
71  src/surf/xml/simgrid_dtd.h
72 Copyright:
73  FleXML is Copyright (C) 1999-2005 Kristoffer Rose.  All rights reserved.
74  FleXML is Copyright (C) 2003-2013 Martin Quinson.  All rights reserved.
75  Copyright (C) 2003-2019. The SimGrid team.
76 License: GPL-2+ and LGPL-2.1
77 Comment: Generated with the FleXML XML processor generator (which is GPL-2+) using SimGrid configuration files (that are LGPL-2.1)
78
79 Files:
80  src/smpi/colls/allgather/allgather-2dmesh.cpp
81  src/smpi/colls/allgather/allgather-3dmesh.cpp
82  src/smpi/colls/allgather/allgather-bruck.cpp
83  src/smpi/colls/allgather/allgather-pair.cpp
84  src/smpi/colls/allgather/allgather-ring.cpp
85  src/smpi/colls/allgather/allgather-spreading-simple.cpp
86  src/smpi/colls/allgatherv/allgatherv-pair.cpp
87  src/smpi/colls/allgatherv/allgatherv-ring.cpp
88  src/smpi/colls/alltoall/alltoall-2dmesh.cpp
89  src/smpi/colls/alltoall/alltoall-3dmesh.cpp
90  src/smpi/colls/alltoall/alltoall-pair.cpp
91  src/smpi/colls/alltoall/alltoall-pair-light-barrier.cpp
92  src/smpi/colls/alltoall/alltoall-pair-mpi-barrier.cpp
93  src/smpi/colls/alltoall/alltoall-pair-one-barrier.cpp
94  src/smpi/colls/alltoall/alltoall-rdb.cpp
95  src/smpi/colls/alltoall/alltoall-ring.cpp
96  src/smpi/colls/alltoall/alltoall-ring-light-barrier.cpp
97  src/smpi/colls/alltoall/alltoall-ring-mpi-barrier.cpp
98  src/smpi/colls/alltoall/alltoall-ring-one-barrier.cpp
99  src/smpi/colls/alltoallv/alltoallv-pair.cpp
100  src/smpi/colls/alltoallv/alltoallv-pair-light-barrier.cpp
101  src/smpi/colls/alltoallv/alltoallv-pair-mpi-barrier.cpp
102  src/smpi/colls/alltoallv/alltoallv-pair-one-barrier.cpp
103  src/smpi/colls/alltoallv/alltoallv-ring.cpp
104  src/smpi/colls/alltoallv/alltoallv-ring-light-barrier.cpp
105  src/smpi/colls/alltoallv/alltoallv-ring-mpi-barrier.cpp
106  src/smpi/colls/alltoallv/alltoallv-ring-one-barrier.cpp
107  src/smpi/colls/bcast/bcast-binomial-tree.cpp
108  src/smpi/colls/bcast/bcast-scatter-LR-allgather.cpp
109  src/smpi/colls/bcast/bcast-scatter-rdb-allgather.cpp
110 Copyright: Copyright (c) 2006, Ahmad Faraj & Xin Yuan
111 License: BSD-3-clause
112  Redistribution and use in source and binary forms, with or without
113  modification, are permitted provided that the following conditions
114  are met:
115  .
116   * Redistributions of source code must retain the above copyright notice,
117     this list of conditions and the following disclaimer.
118  .
119   * Redistributions in binary form must reproduce the above copyright notice,
120     this list of conditions and the following disclaimer in the documentation
121     and/or other materials provided with the distribution.
122  .
123   * Neither the name of the Florida State University nor the names of its
124     contributors may be used to endorse or promote products derived from this
125     software without specific prior written permission.
126  .
127     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
128     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
129     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
130     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
131     ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
132     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
133     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
134     ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
135     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
136     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
137 Comment: Borrowed from StarMPI.
138
139 Files:
140  src/smpi/colls/allgather/allgather-mvapich-smp.cpp
141  src/smpi/colls/allgatherv/allgatherv-ompi-bruck.cpp
142  src/smpi/colls/allgatherv/allgatherv-mpich-ring.cpp
143  src/smpi/colls/allreduce/allreduce-mvapich-two-level.cpp
144  src/smpi/colls/allreduce/allreduce-ompi-ring-segmented.cpp
145  src/smpi/colls/alltoall/alltoall-mvapich-scatter-dest.cpp
146  src/smpi/colls/allreduce/allreduce-mvapich-rs.cpp
147  src/smpi/colls/barrier/barrier-mvapich2-pair.cpp
148  src/smpi/colls/barrier/barrier-ompi.cpp
149  src/smpi/colls/bcast/bcast-mvapich-smp.cpp
150  src/smpi/colls/bcast/bcast-ompi-split-bintree.cpp
151  src/smpi/colls/coll_tuned_topo.cpp
152  src/smpi/colls/coll_tuned_topo.hpp
153  src/smpi/colls/gather/gather-mvapich.cpp
154  src/smpi/colls/gather/gather-ompi.cpp
155  src/smpi/colls/reduce/reduce-mvapich-knomial.cpp
156  src/smpi/colls/reduce/reduce-mvapich-two-level.cpp
157  src/smpi/colls/reduce/reduce-ompi.cpp
158  src/smpi/colls/reduce_scatter/reduce_scatter-ompi.cpp
159  src/smpi/colls/scatter/scatter-mvapich-two-level.cpp
160  src/smpi/colls/scatter/scatter-ompi.cpp
161 Copyright:
162  Copyright (c) 2001 by Argonne National Laboratory.
163  Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana University Research and Technology Corporation.  All rights reserved.
164  Copyright (c) 2004-2009 The University of Tennessee and The University of Tennessee Research Foundation.  All rights reserved.
165  Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, University of Stuttgart.  All rights reserved.
166  Copyright (c) 2004-2005 The Regents of the University of California. All rights reserved.
167  Copyright (c) 2001-2014, The Ohio State University. All rights reserved.
168 License: BSD-3-clause
169 Comment: Borrowed from MVAPICH2.
170
171 Files: src/smpi/colls/reduce/reduce-rab.cpp
172 Copyright: 1997, Rolf Rabenseifner. Computing Center University of Stuttgart
173 License: other-reduce-rab
174  The usage of this software is free, but this header must not be removed.
175
176 Files: src/xbt/automaton/parserPromela.tab.cacc
177 Copyright:
178  Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
179  Copyright (C) 2003-2019. The SimGrid team.
180 License: GPL-3+ and LGPL-2.1
181 Comment: Generated with the Bison processor generator (which is GPL-3+) using SimGrid configuration files (that are LGPL-2.1) 
182
183 Files: src/include/catch.hpp
184 Copyright:
185   Copyright (c) 2018 Two Blue Cubes Ltd. 
186 License: BSL-1.0
187
188 License: BSL-1.0
189  Permission is hereby granted, free of charge, to any person or organization
190  obtaining a copy of the software and accompanying documentation covered by
191  this license (the "Software") to use, reproduce, display, distribute,
192  execute, and transmit the Software, and to prepare derivative works of the
193  Software, and to permit third-parties to whom the Software is furnished to
194  do so, all subject to the following:
195  .
196  The copyright notices in the Software and this entire statement, including
197  the above license grant, this restriction and the following disclaimer,
198  must be included in all copies of the Software, in whole or in part, and
199  all derivative works of the Software, unless such copies or derivative
200  works are solely in the form of machine-executable object code generated by
201  a source language processor.
202  .
203  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
204  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
205  FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
206  SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
207  FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
208  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
209  DEALINGS IN THE SOFTWARE.
210
211 Files: teshsuite/smpi/isp/umpire/*
212 Copyright: 2000-2003, Bronis R. de Supinski
213 Comment: this licensing info was provided by the author per email
214 License: NON COMMERCIAL
215  NOTICE
216  .
217  This work was produced at the University of California, Lawrence
218  Livermore National Laboratory (UC LLNL) under contract
219  no. W-7405-ENG-48 (Contract 48) between the U.S. Department of Energy
220  (DOE) and The Regents of the University of California (University) for
221  the operation of UC LLNL. The rights of the Federal Government are
222  reserved under Contract 48 subject to the restrictions agreed upon by
223  the DOE and University as allowed under DOE Acquisition Letter 97-1.
224  The only additional restriction is that redistribution of this work
225  without the written consent of either the Univeristy or its primary
226  author, Bronis R. de Supinski, is prohibited.
227  .
228  .
229  DISCLAIMER
230  .
231  This work was prepared as an account of work sponsored by an agency of
232  the United States Government. Neither the United States Government nor
233  the University of California nor any of their employees, makes any
234  warranty, express or implied, or assumes any liability or
235  responsibility for the accuracy, completeness, or usefulness of any
236  information, apparatus, product, or process disclosed, or represents
237  that its use would not infringe privately-owned rights.  Reference
238  herein to any specific commercial products, process, or service by
239  trade name, trademark, manufacturer or otherwise does not necessarily
240  constitute or imply its endorsement, recommendation, or favoring by
241  the United States Government or the University of California. The
242  views and opinions of authors expressed herein do not necessarily
243  state or reflect those of the United States Government or the
244  University of California, and shall not be used for advertising or
245  product endorsement purposes.
246  .
247  .
248  .
249  NOTIFICATION OF COMMERCIAL USE
250  .
251  Commercialization of this product is prohibited without notifying the
252  Department of Energy (DOE) or Lawrence Livermore National Laboratory
253  (LLNL).