2 Copyright (c) 2008 - DIGITEO
3 Copyright (c) 1989-2008 - INRIA
6 Copyright (C) 2012 - 2016 - Scilab Enterprises
8 This module is hereby licensed under the terms of the GNU GPL v2.0,
9 pursuant to article 5.3.4 of the CeCILL v.2.1.
10 This module was originally licensed under the terms of the CeCILL v2.1,
11 and continues to be available under such terms.
12 For more information, see the COPYING file which you should have received
13 along with this program.
27 Redistribution and use in source and binary forms, with or
28 without modification, are permitted provided that the
29 following conditions are met:
31 * Redistributions of source code must retain the above
32 copyright notice, this list of conditions and the following
35 * Redistributions in binary form must reproduce the above
36 copyright notice, this list of conditions and the following
37 disclaimer in the documentation and/or other materials provided
38 with the distribution.
40 * Neither the name of the PLD nor the names of its contributors
41 may be used to endorse or promote products derived from this software
42 without specific prior written permission.
44 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
45 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
46 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
47 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
48 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
49 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
50 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
51 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
52 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
53 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
54 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
55 POSSIBILITY OF SUCH DAMAGE.
61 Some files are published under a double license GPL V3 / CeCILL.
63 Files: sci_gateway/cpp/gw_csv_helpers.cpp
64 sci_gateway/cpp/sci_csvStringToDouble.cpp
65 sci_gateway/cpp/gw_csv_helpers.h
66 sci_gateway/cpp/sci_csvWrite.cpp
67 sci_gateway/cpp/sci_csvTextScan.cpp
68 sci_gateway/cpp/gw_csv_tools.h
69 sci_gateway/cpp/sci_csvRead.cpp
70 sci_gateway/cpp/sci_csvDefault.cpp
71 sci_gateway/cpp/sci_csvIsnum.cpp
72 src/cpp/stringToComplex.h
73 src/cpp/stringToComplex.c
74 src/cpp/stringToDouble.c
75 src/cpp/stringToDouble.h
78 Copyright: Allan Cornet - 2012