diff options
author | jofret | 2008-05-26 08:58:57 +0000 |
---|---|---|
committer | jofret | 2008-05-26 08:58:57 +0000 |
commit | c11d1fc83001d6aacc542d4b999b1f3cc5fda904 (patch) | |
tree | bf667a4f44e2b189ec262e0afbe6f4486b66abdd /src | |
parent | a8427d44f986f77191f3eedcf0c90855cf87bdbf (diff) | |
download | scilab2c-c11d1fc83001d6aacc542d4b999b1f3cc5fda904.tar.gz scilab2c-c11d1fc83001d6aacc542d4b999b1f3cc5fda904.tar.bz2 scilab2c-c11d1fc83001d6aacc542d4b999b1f3cc5fda904.zip |
License update
Diffstat (limited to 'src')
-rw-r--r-- | src/elementaryFunctions/sin/csina.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/sin/dsina.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/sin/dsins.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/sin/ssina.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/sin/testSin.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/sin/zsina.c | 20 |
6 files changed, 60 insertions, 60 deletions
diff --git a/src/elementaryFunctions/sin/csina.c b/src/elementaryFunctions/sin/csina.c index 6392af41..e4fb1aae 100644 --- a/src/elementaryFunctions/sin/csina.c +++ b/src/elementaryFunctions/sin/csina.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** csina.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Dec 8 13:07:37 2006 jofret -** Last update Mon Oct 22 09:51:11 2007 bruno -** -** Copyright INRIA 2006 -*/ + * 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 "sin.h" diff --git a/src/elementaryFunctions/sin/dsina.c b/src/elementaryFunctions/sin/dsina.c index f86508f3..e290845e 100644 --- a/src/elementaryFunctions/sin/dsina.c +++ b/src/elementaryFunctions/sin/dsina.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** dsina.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Dec 8 11:02:19 2006 jofret -** Last update Mon Oct 22 09:51:01 2007 bruno -** -** Copyright INRIA 2006 -*/ + * 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 "sin.h" diff --git a/src/elementaryFunctions/sin/dsins.c b/src/elementaryFunctions/sin/dsins.c index 598f5c89..2acd0294 100644 --- a/src/elementaryFunctions/sin/dsins.c +++ b/src/elementaryFunctions/sin/dsins.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** dsins.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Dec 8 10:50:58 2006 jofret -** Last update Fri Apr 20 14:39:43 2007 jofret -** -** Copyright INRIA 2006 -*/ + * 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 "sin.h" diff --git a/src/elementaryFunctions/sin/ssina.c b/src/elementaryFunctions/sin/ssina.c index 5d4c43be..39288cc4 100644 --- a/src/elementaryFunctions/sin/ssina.c +++ b/src/elementaryFunctions/sin/ssina.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** ssina.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Dec 8 10:52:14 2006 jofret -** Last update Mon Oct 22 09:50:09 2007 bruno -** -** Copyright INRIA 2006 -*/ + * 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 "sin.h" diff --git a/src/elementaryFunctions/sin/testSin.h b/src/elementaryFunctions/sin/testSin.h index 387ea16f..578fe0a0 100644 --- a/src/elementaryFunctions/sin/testSin.h +++ b/src/elementaryFunctions/sin/testSin.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** testSin.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Mon Mar 26 17:21:21 2007 jofret -** Last update Fri Apr 20 14:47:39 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 _TESTSIN_H_ #define _TESTSIN_H_ diff --git a/src/elementaryFunctions/sin/zsina.c b/src/elementaryFunctions/sin/zsina.c index e5b25272..ed417ea8 100644 --- a/src/elementaryFunctions/sin/zsina.c +++ b/src/elementaryFunctions/sin/zsina.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zsina.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Dec 8 14:02:04 2006 jofret -** Last update Mon Oct 22 09:49:58 2007 bruno -** -** Copyright INRIA 2006 -*/ + * 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 "sin.h" |