diff options
Diffstat (limited to 'src/elementaryFunctions/asin')
-rw-r--r-- | src/elementaryFunctions/asin/casina.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/asin/dasina.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/asin/dasins.c | 21 | ||||
-rw-r--r-- | src/elementaryFunctions/asin/sasina.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/asin/testAsin.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/asin/zasina.c | 20 |
6 files changed, 60 insertions, 61 deletions
diff --git a/src/elementaryFunctions/asin/casina.c b/src/elementaryFunctions/asin/casina.c index d10c5d9d..9433290e 100644 --- a/src/elementaryFunctions/asin/casina.c +++ b/src/elementaryFunctions/asin/casina.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** casina.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:23:49 2007 jofret -** Last update Mon Oct 22 09:58:38 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 + * + */ #include "asin.h" diff --git a/src/elementaryFunctions/asin/dasina.c b/src/elementaryFunctions/asin/dasina.c index 46e231ae..beb38d42 100644 --- a/src/elementaryFunctions/asin/dasina.c +++ b/src/elementaryFunctions/asin/dasina.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** dasina.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 11:29:20 2007 jofret -** Last update Mon Oct 22 09:58:27 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 + * + */ #include "asin.h" diff --git a/src/elementaryFunctions/asin/dasins.c b/src/elementaryFunctions/asin/dasins.c index 0a9911f2..08e524b3 100644 --- a/src/elementaryFunctions/asin/dasins.c +++ b/src/elementaryFunctions/asin/dasins.c @@ -1,15 +1,14 @@ /* -** -*- C -*- -** -** dasins.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:26:21 2007 jofret -** Last update Fri Apr 20 14:45:38 2007 jofret -** -** Copyright INRIA 2007 -*/ - + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2006-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 + * + */ #include <math.h> #include "asin.h" diff --git a/src/elementaryFunctions/asin/sasina.c b/src/elementaryFunctions/asin/sasina.c index 98e4355f..d6e76ba3 100644 --- a/src/elementaryFunctions/asin/sasina.c +++ b/src/elementaryFunctions/asin/sasina.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** sasina.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:25:57 2007 jofret -** Last update Mon Oct 22 09:57:35 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 + * + */ #include "asin.h" diff --git a/src/elementaryFunctions/asin/testAsin.h b/src/elementaryFunctions/asin/testAsin.h index e81b206c..0183f0ce 100644 --- a/src/elementaryFunctions/asin/testAsin.h +++ b/src/elementaryFunctions/asin/testAsin.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** testAsin.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Mon Mar 26 16:33:11 2007 jofret -** Last update Fri Apr 20 10:33:11 2007 jofret -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 + * + */ #ifndef _TESTASIN_H_ #define _TESTASIN_H_ diff --git a/src/elementaryFunctions/asin/zasina.c b/src/elementaryFunctions/asin/zasina.c index cae0a271..ca46ff3f 100644 --- a/src/elementaryFunctions/asin/zasina.c +++ b/src/elementaryFunctions/asin/zasina.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zasina.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:25:14 2007 jofret -** Last update Mon Oct 22 09:57:21 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 + * + */ #include "asin.h" |