diff options
author | jofret | 2008-05-21 11:44:52 +0000 |
---|---|---|
committer | jofret | 2008-05-21 11:44:52 +0000 |
commit | 2f6a3cf7733f3680dcaea87c8200da19ce843c70 (patch) | |
tree | 9851fa1ff6c3fb686271c16cb31b221f471e23d5 /src/elementaryFunctions/exp/testExp.h | |
parent | 4e4209a43336f42f9754b89c4504f30ddd5f1a89 (diff) | |
download | scilab2c-2f6a3cf7733f3680dcaea87c8200da19ce843c70.tar.gz scilab2c-2f6a3cf7733f3680dcaea87c8200da19ce843c70.tar.bz2 scilab2c-2f6a3cf7733f3680dcaea87c8200da19ce843c70.zip |
* Exp Complex Algorithm update according Scilab one
* License update
Diffstat (limited to 'src/elementaryFunctions/exp/testExp.h')
-rw-r--r-- | src/elementaryFunctions/exp/testExp.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/exp/testExp.h b/src/elementaryFunctions/exp/testExp.h index f6549602..ba41ab0f 100644 --- a/src/elementaryFunctions/exp/testExp.h +++ b/src/elementaryFunctions/exp/testExp.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** testExp.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Wed Apr 18 17:07:03 2007 jofret -** Last update Wed Apr 18 17:07:43 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 _TESTEXP_H_ #define _TESTEXP_H_ |