Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[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-2023. The SimGrid team. All rights reserved.
7 License: LGPL-2.1-only
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:
15  teshsuite/smpi/mpich3-test/*
16 Copyright:
17  (C) 2001-2014 by Argonne National Laboratory.
18  (C) 2008 by University of Illinois.
19  (C) 2011-2012 Intel Corporation.
20 License: other
21                                   COPYRIGHT
22  .
23  The following is a notice of limited availability of the code, and disclaimer
24  which must be included in the prologue of the code and in all source listings
25  of the code.
26  .
27  Copyright Notice
28   + 2002 University of Chicago
29  .
30  Permission is hereby granted to use, reproduce, prepare derivative works, and
31  to redistribute to others.  This software was authored by:
32  .
33  Mathematics and Computer Science Division
34  Argonne National Laboratory, Argonne IL 60439
35  .
36  (and)
37  .
38  Department of Computer Science
39  University of Illinois at Urbana-Champaign
40  .
41  .
42                               GOVERNMENT LICENSE
43  .
44  Portions of this material resulted from work developed under a U.S.
45  Government Contract and are subject to the following license: the Government
46  is granted for itself and others acting on its behalf a paid-up, nonexclusive,
47  irrevocable worldwide license in this computer software to reproduce, prepare
48  derivative works, and perform publicly and display publicly.
49  .
50                                   DISCLAIMER
51  .
52  This computer code material was prepared, in part, as an account of work
53  sponsored by an agency of the United States Government.  Neither the United
54  States, nor the University of Chicago, nor any of their employees, makes any
55  warranty express or implied, or assumes any legal liability or responsibility
56  for the accuracy, completeness, or usefulness of any information, apparatus,
57  product, or process disclosed, or represents that its use would not infringe
58  privately owned rights.
59
60 Files:
61  src/dag/dax_dtd.c
62  src/dag/dax_dtd.h
63  src/kernel/xml/simgrid_dtd.c
64  src/kernel/xml/simgrid_dtd.h
65 Copyright:
66  FleXML is Copyright (C) 1999-2005 Kristoffer Rose.  All rights reserved.
67  FleXML is Copyright (C) 2003-2013 Martin Quinson.  All rights reserved.
68  Copyright (C) 2003-2023. The SimGrid team.
69 License: GPL-2+ and LGPL-2.1-only
70 Comment: Generated with the FleXML XML processor generator (which is GPL-2+) using SimGrid configuration files (that are LGPL-2.1-only)
71
72 Files:
73  src/smpi/colls/allgather/allgather-2dmesh.cpp
74  src/smpi/colls/allgather/allgather-3dmesh.cpp
75  src/smpi/colls/allgather/allgather-bruck.cpp
76  src/smpi/colls/allgather/allgather-pair.cpp
77  src/smpi/colls/allgather/allgather-ring.cpp
78  src/smpi/colls/allgather/allgather-spreading-simple.cpp
79  src/smpi/colls/allgatherv/allgatherv-pair.cpp
80  src/smpi/colls/allgatherv/allgatherv-ring.cpp
81  src/smpi/colls/alltoall/alltoall-2dmesh.cpp
82  src/smpi/colls/alltoall/alltoall-3dmesh.cpp
83  src/smpi/colls/alltoall/alltoall-pair.cpp
84  src/smpi/colls/alltoall/alltoall-pair-light-barrier.cpp
85  src/smpi/colls/alltoall/alltoall-pair-mpi-barrier.cpp
86  src/smpi/colls/alltoall/alltoall-pair-one-barrier.cpp
87  src/smpi/colls/alltoall/alltoall-rdb.cpp
88  src/smpi/colls/alltoall/alltoall-ring.cpp
89  src/smpi/colls/alltoall/alltoall-ring-light-barrier.cpp
90  src/smpi/colls/alltoall/alltoall-ring-mpi-barrier.cpp
91  src/smpi/colls/alltoall/alltoall-ring-one-barrier.cpp
92  src/smpi/colls/alltoallv/alltoallv-pair.cpp
93  src/smpi/colls/alltoallv/alltoallv-pair-light-barrier.cpp
94  src/smpi/colls/alltoallv/alltoallv-pair-mpi-barrier.cpp
95  src/smpi/colls/alltoallv/alltoallv-pair-one-barrier.cpp
96  src/smpi/colls/alltoallv/alltoallv-ring.cpp
97  src/smpi/colls/alltoallv/alltoallv-ring-light-barrier.cpp
98  src/smpi/colls/alltoallv/alltoallv-ring-mpi-barrier.cpp
99  src/smpi/colls/alltoallv/alltoallv-ring-one-barrier.cpp
100  src/smpi/colls/bcast/bcast-binomial-tree.cpp
101  src/smpi/colls/bcast/bcast-scatter-LR-allgather.cpp
102  src/smpi/colls/bcast/bcast-scatter-rdb-allgather.cpp
103 Copyright: Copyright (c) 2006, Ahmad Faraj & Xin Yuan
104 License: BSD-3-clause
105  Redistribution and use in source and binary forms, with or without
106  modification, are permitted provided that the following conditions
107  are met:
108  .
109   * Redistributions of source code must retain the above copyright notice,
110     this list of conditions and the following disclaimer.
111  .
112   * Redistributions in binary form must reproduce the above copyright notice,
113     this list of conditions and the following disclaimer in the documentation
114     and/or other materials provided with the distribution.
115  .
116   * Neither the name of the Florida State University nor the names of its
117     contributors may be used to endorse or promote products derived from this
118     software without specific prior written permission.
119  .
120     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
121     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
122     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
123     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
124     ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
125     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
126     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
127     ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
128     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
129     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
130 Comment: Borrowed from StarMPI.
131
132 Files:
133  src/smpi/colls/allgather/allgather-mvapich-smp.cpp
134  src/smpi/colls/allgatherv/allgatherv-ompi-bruck.cpp
135  src/smpi/colls/allgatherv/allgatherv-mpich-ring.cpp
136  src/smpi/colls/allreduce/allreduce-mvapich-two-level.cpp
137  src/smpi/colls/allreduce/allreduce-ompi-ring-segmented.cpp
138  src/smpi/colls/alltoall/alltoall-mvapich-scatter-dest.cpp
139  src/smpi/colls/allreduce/allreduce-mvapich-rs.cpp
140  src/smpi/colls/barrier/barrier-mvapich2-pair.cpp
141  src/smpi/colls/barrier/barrier-ompi.cpp
142  src/smpi/colls/bcast/bcast-mvapich-smp.cpp
143  src/smpi/colls/bcast/bcast-ompi-split-bintree.cpp
144  src/smpi/colls/coll_tuned_topo.cpp
145  src/smpi/colls/coll_tuned_topo.hpp
146  src/smpi/colls/gather/gather-mvapich.cpp
147  src/smpi/colls/gather/gather-ompi.cpp
148  src/smpi/colls/reduce/reduce-mvapich-knomial.cpp
149  src/smpi/colls/reduce/reduce-mvapich-two-level.cpp
150  src/smpi/colls/reduce/reduce-ompi.cpp
151  src/smpi/colls/reduce_scatter/reduce_scatter-ompi.cpp
152  src/smpi/colls/scatter/scatter-mvapich-two-level.cpp
153  src/smpi/colls/scatter/scatter-ompi.cpp
154 Copyright:
155  Copyright (c) 2001 by Argonne National Laboratory.
156  Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana University Research and Technology Corporation.  All rights reserved.
157  Copyright (c) 2004-2009 The University of Tennessee and The University of Tennessee Research Foundation.  All rights reserved.
158  Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, University of Stuttgart.  All rights reserved.
159  Copyright (c) 2004-2005 The Regents of the University of California. All rights reserved.
160  Copyright (c) 2001-2014, The Ohio State University. All rights reserved.
161 License: BSD-3-clause
162 Comment: Borrowed from MVAPICH2.
163
164 Files: src/smpi/colls/reduce/reduce-rab.cpp
165 Copyright: 1997, Rolf Rabenseifner. Computing Center University of Stuttgart
166 License: other-reduce-rab
167  The usage of this software is free, but this header must not be removed.
168
169 Files: src/3rd-party/catch.hpp
170 Copyright:
171  Copyright (c) 2022 Two Blue Cubes Ltd.
172 License: BSL-1.0
173
174 Files: teshsuite/smpi/MBI/*
175 Copyright:
176   Copyright (C) 2021-2022, The MBI project.
177 Comment: The MBI.py script was written for SimGrid while the other files are kept in sync with the MBI source tree.
178 License: GPL-3
179
180 License: BSL-1.0
181  Permission is hereby granted, free of charge, to any person or organization
182  obtaining a copy of the software and accompanying documentation covered by
183  this license (the "Software") to use, reproduce, display, distribute,
184  execute, and transmit the Software, and to prepare derivative works of the
185  Software, and to permit third-parties to whom the Software is furnished to
186  do so, all subject to the following:
187  .
188  The copyright notices in the Software and this entire statement, including
189  the above license grant, this restriction and the following disclaimer,
190  must be included in all copies of the Software, in whole or in part, and
191  all derivative works of the Software, unless such copies or derivative
192  works are solely in the form of machine-executable object code generated by
193  a source language processor.
194  .
195  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
196  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
197  FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
198  SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
199  FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
200  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
201  DEALINGS IN THE SOFTWARE.