Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update with Ghislain's publication.
[simgrid.git] / COPYING
diff --git a/COPYING b/COPYING
index 9623c57..e6479c4 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -656,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.
+
+==========================================================================
+
+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