From 4e4209a43336f42f9754b89c4504f30ddd5f1a89 Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 21 May 2008 09:53:06 +0000 Subject: * Update COSH algorithm according to Scilab behaviour * Update Licenses * Update dependencies --- src/elementaryFunctions/cosh/testCosh.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/elementaryFunctions/cosh/testCosh.h') 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 -** -** 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_ -- cgit