X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0bf08270464302ec402873aed75a459b08e0a8c..28ea83f73275bf5cd04fd1afa3d0571333418e1d:/COPYING diff --git a/COPYING b/COPYING index 9623c57d03..e6479c48b7 100644 --- 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