diff options
Diffstat (limited to '2.3-1/src/c/specialFunctions/includes/erf.h')
-rw-r--r-- | 2.3-1/src/c/specialFunctions/includes/erf.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/2.3-1/src/c/specialFunctions/includes/erf.h b/2.3-1/src/c/specialFunctions/includes/erf.h index 86bb15d7..4b3cde45 100644 --- a/2.3-1/src/c/specialFunctions/includes/erf.h +++ b/2.3-1/src/c/specialFunctions/includes/erf.h @@ -1,15 +1,14 @@ -/* - * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab - * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET - * - * This file must be used under the terms of the CeCILL. - * This source file is licensed as described in the file COPYING, which - * you should have received as part of this distribution. The terms - * are also available at - * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt - * - */ + /* Copyright (C) 2017 - IIT Bombay - FOSSEE + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Brijesh Gupta C R + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in + */ #ifndef __ERF_H__ #define __ERF_H__ #include "types.h" |