diff options
author | jofret | 2008-04-22 12:45:21 +0000 |
---|---|---|
committer | jofret | 2008-04-22 12:45:21 +0000 |
commit | 58878127c8aaa0fd9b530a2bb403c5cb635d20f2 (patch) | |
tree | 1dfa8bd6136bd712cdd3956c23c7da2c313ec28b | |
parent | 92966fd2751751821c22fb905b486c36a402ca2e (diff) | |
download | scilab2c-58878127c8aaa0fd9b530a2bb403c5cb635d20f2.tar.gz scilab2c-58878127c8aaa0fd9b530a2bb403c5cb635d20f2.tar.bz2 scilab2c-58878127c8aaa0fd9b530a2bb403c5cb635d20f2.zip |
headers
-rw-r--r-- | src/elementaryFunctions/sin/csins.c | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/sin/zsins.c | 20 |
2 files changed, 20 insertions, 20 deletions
diff --git a/src/elementaryFunctions/sin/csins.c b/src/elementaryFunctions/sin/csins.c index e824a200..e48491c2 100644 --- a/src/elementaryFunctions/sin/csins.c +++ b/src/elementaryFunctions/sin/csins.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** csins.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Dec 8 12:04:39 2006 jofret -** Last update Fri Feb 23 17:13:53 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 "sin.h" #include "cos.h" diff --git a/src/elementaryFunctions/sin/zsins.c b/src/elementaryFunctions/sin/zsins.c index 151bbb77..163cfcc9 100644 --- a/src/elementaryFunctions/sin/zsins.c +++ b/src/elementaryFunctions/sin/zsins.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zsins.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Dec 8 12:06:35 2006 jofret -** Last update Fri Feb 23 17:14:02 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 "sin.h" #include "cos.h" |