diff options
author | jofret | 2008-05-05 14:23:21 +0000 |
---|---|---|
committer | jofret | 2008-05-05 14:23:21 +0000 |
commit | 38c7a1a672151bed39faf46a96ad2eb1ecb3b643 (patch) | |
tree | 5e996cee2239b158ec6ead25358d001056a23fbf /src/elementaryFunctions/acos | |
parent | f0b01ae3bb242f319620bec87a90faddc6e97b89 (diff) | |
download | scilab2c-38c7a1a672151bed39faf46a96ad2eb1ecb3b643.tar.gz scilab2c-38c7a1a672151bed39faf46a96ad2eb1ecb3b643.tar.bz2 scilab2c-38c7a1a672151bed39faf46a96ad2eb1ecb3b643.zip |
License update
Diffstat (limited to 'src/elementaryFunctions/acos')
-rw-r--r-- | src/elementaryFunctions/acos/cacosa.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/acos/dacosa.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/acos/dacoss.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/acos/sacosa.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/acos/testAcos.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/acos/zacosa.c | 20 |
6 files changed, 60 insertions, 60 deletions
diff --git a/src/elementaryFunctions/acos/cacosa.c b/src/elementaryFunctions/acos/cacosa.c index dcfa3826..da7e2e0f 100644 --- a/src/elementaryFunctions/acos/cacosa.c +++ b/src/elementaryFunctions/acos/cacosa.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** cacosa.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:23:49 2007 jofret -** Last update Mon Oct 22 10:00:02 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 "acos.h" diff --git a/src/elementaryFunctions/acos/dacosa.c b/src/elementaryFunctions/acos/dacosa.c index 79a516c7..62626a7c 100644 --- a/src/elementaryFunctions/acos/dacosa.c +++ b/src/elementaryFunctions/acos/dacosa.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** dacosa.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:59:52 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 "acos.h" diff --git a/src/elementaryFunctions/acos/dacoss.c b/src/elementaryFunctions/acos/dacoss.c index 2dd26c7c..1c5eab24 100644 --- a/src/elementaryFunctions/acos/dacoss.c +++ b/src/elementaryFunctions/acos/dacoss.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** dacoss.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:44:17 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 + * + */ #include <math.h> diff --git a/src/elementaryFunctions/acos/sacosa.c b/src/elementaryFunctions/acos/sacosa.c index 89209e00..6035130b 100644 --- a/src/elementaryFunctions/acos/sacosa.c +++ b/src/elementaryFunctions/acos/sacosa.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** sacosa.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:58:58 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 "acos.h" diff --git a/src/elementaryFunctions/acos/testAcos.h b/src/elementaryFunctions/acos/testAcos.h index 3502df85..bb2d21ef 100644 --- a/src/elementaryFunctions/acos/testAcos.h +++ b/src/elementaryFunctions/acos/testAcos.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** testAcos.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:19 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 _TESTACOS_H_ #define _TESTACOS_H_ diff --git a/src/elementaryFunctions/acos/zacosa.c b/src/elementaryFunctions/acos/zacosa.c index 45caa6b4..812c1405 100644 --- a/src/elementaryFunctions/acos/zacosa.c +++ b/src/elementaryFunctions/acos/zacosa.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zacosa.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:58:47 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 "acos.h" |