Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add script file to help compil with windows.
[simgrid.git] / COPYING
diff --git a/COPYING b/COPYING
index acd5dc7..e6479c4 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -619,6 +619,15 @@ List of files:
  
 ========================================================================= 
 
  
 ========================================================================= 
 
+The xbt/mmalloc module was adapted from the mmalloc module of gdb.
+Both the simgrid version and the original version is distributed under
+the LGPL v2.1
+
+This affects the files in directory src/xbt/mmalloc and
+include/xbt/mmalloc.h
+
+========================================================================= 
+
 Some other examples for SMPI were borowed from an Argonne test suite. 
 Their copyright is the following (FIXME):
 /*
 Some other examples for SMPI were borowed from an Argonne test suite. 
 Their copyright is the following (FIXME):
 /*
@@ -647,3 +656,35 @@ Open Source Agreement (NOSA) version 1.3. Its text can be found at [2].
 The changes over the original version are minor, and can be
 distributed under the LGPL license (v2.1) or NOSA (v1.3 or higher)
 licences, at your option.
 The changes over the original version are minor, and can be
 distributed under the LGPL license (v2.1) or NOSA (v1.3 or higher)
 licences, at your option.
+
+==========================================================================
+
+In order to use ucontext with windows platform we had those files :
+       src/xbt/win32_ucontext.c
+       include/xbt/win32_ucontext.h
+
+Their copyright is the following:
+
+/*
+ *      win32-ucontext: Unix ucontext_t operations on Windows platforms
+ *      Copyright(C) 2007 Panagiotis E. Hadjidoukas
+ *
+ *      Contact Email: phadjido@cs.uoi.gr, xdoukas@ceid.upatras.gr
+ *
+ *      win32-ucontext is free software; you can redistribute it and/or
+ *      modify it under the terms of the GNU Lesser General Public
+ *      License as published by the Free Software Foundation; either
+ *      version 2 of the License, or (at your option) any later version.
+ *
+ *      win32-ucontext is distributed in the hope that it will be useful,
+ *      but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *      Lesser General Public License for more details.
+ *
+ *      You should have received a copy of the GNU Lesser General Public
+ *      License along with QueueUserAPCEx in the file COPYING.LIB;
+ *      if not, write to the Free Software Foundation, Inc.,
+ *      59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ */
+=========================================================================
\ No newline at end of file