diff options
author | jofret | 2008-04-11 11:37:42 +0000 |
---|---|---|
committer | jofret | 2008-04-11 11:37:42 +0000 |
commit | 7fb9153bf6156d73bf4a61fa7f318c6fe661f683 (patch) | |
tree | daa0e6d800c2489fa11983cfa68043e75ac2c556 /src/elementaryFunctions/acosh/testAcosh.c | |
parent | df7013b575511a57c5b1f4f2a56d16efbe008ffd (diff) | |
download | scilab2c-7fb9153bf6156d73bf4a61fa7f318c6fe661f683.tar.gz scilab2c-7fb9153bf6156d73bf4a61fa7f318c6fe661f683.tar.bz2 scilab2c-7fb9153bf6156d73bf4a61fa7f318c6fe661f683.zip |
improve test + libtool management
Diffstat (limited to 'src/elementaryFunctions/acosh/testAcosh.c')
-rw-r--r-- | src/elementaryFunctions/acosh/testAcosh.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/acosh/testAcosh.c b/src/elementaryFunctions/acosh/testAcosh.c index fb49d8de..491867e3 100644 --- a/src/elementaryFunctions/acosh/testAcosh.c +++ b/src/elementaryFunctions/acosh/testAcosh.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** testAcosh.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Dec 8 15:05:44 2006 jofret -** Last update Mon Oct 22 11:58:49 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 "testAcosh.h" |