diff options
author | jofret | 2008-05-23 12:48:40 +0000 |
---|---|---|
committer | jofret | 2008-05-23 12:48:40 +0000 |
commit | c2ecdb02caea4e06e40cc7f08456a13927819def (patch) | |
tree | 20d238b8ad67f026deccc1d8773275c89e9fe998 /src/elementaryFunctions/exp10/cexp10a.c | |
parent | 89c39cd3cac6b574600f8aa3c24daf97c30a69c5 (diff) | |
download | scilab2c-c2ecdb02caea4e06e40cc7f08456a13927819def.tar.gz scilab2c-c2ecdb02caea4e06e40cc7f08456a13927819def.tar.bz2 scilab2c-c2ecdb02caea4e06e40cc7f08456a13927819def.zip |
Correct dependancies
Diffstat (limited to 'src/elementaryFunctions/exp10/cexp10a.c')
-rw-r--r-- | src/elementaryFunctions/exp10/cexp10a.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/exp10/cexp10a.c b/src/elementaryFunctions/exp10/cexp10a.c index a1245ffb..6245c801 100644 --- a/src/elementaryFunctions/exp10/cexp10a.c +++ b/src/elementaryFunctions/exp10/cexp10a.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** cexp10a.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Dec 7 14:54:24 2006 jofret -** Last update Mon Oct 22 09:54: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 "exp10.h" |