diff options
author | jofret | 2008-05-21 09:53:06 +0000 |
---|---|---|
committer | jofret | 2008-05-21 09:53:06 +0000 |
commit | 4e4209a43336f42f9754b89c4504f30ddd5f1a89 (patch) | |
tree | fb685f4619cefdccb9133874d109d030b0e36ea0 /src/elementaryFunctions/cosh/testCosh.h | |
parent | 1e61e52ca81e6d1aa988010f8ebcc15b8fb4ad7a (diff) | |
download | scilab2c-4e4209a43336f42f9754b89c4504f30ddd5f1a89.tar.gz scilab2c-4e4209a43336f42f9754b89c4504f30ddd5f1a89.tar.bz2 scilab2c-4e4209a43336f42f9754b89c4504f30ddd5f1a89.zip |
* Update COSH algorithm according to Scilab behaviour
* Update Licenses
* Update dependencies
Diffstat (limited to 'src/elementaryFunctions/cosh/testCosh.h')
-rw-r--r-- | src/elementaryFunctions/cosh/testCosh.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/cosh/testCosh.h b/src/elementaryFunctions/cosh/testCosh.h index edd932f7..9ed2d4cb 100644 --- a/src/elementaryFunctions/cosh/testCosh.h +++ b/src/elementaryFunctions/cosh/testCosh.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** testCosh.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Mar 30 11:35:55 2007 jofret -** Last update Wed Apr 18 17:04:57 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 _TESTCOSH_H_ #define _TESTCOSH_H_ |