diff options
author | jofret | 2008-05-23 11:34:45 +0000 |
---|---|---|
committer | jofret | 2008-05-23 11:34:45 +0000 |
commit | 82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08 (patch) | |
tree | d3559927676f28884a9bdfab8b5fab3fecb3efdd /src/elementaryFunctions/asin/testAsin.h | |
parent | dc3c1425979927173e5a0241a12900b56e3f9ab9 (diff) | |
download | scilab2c-82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08.tar.gz scilab2c-82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08.tar.bz2 scilab2c-82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08.zip |
Header update
Diffstat (limited to 'src/elementaryFunctions/asin/testAsin.h')
-rw-r--r-- | src/elementaryFunctions/asin/testAsin.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/asin/testAsin.h b/src/elementaryFunctions/asin/testAsin.h index e81b206c..0183f0ce 100644 --- a/src/elementaryFunctions/asin/testAsin.h +++ b/src/elementaryFunctions/asin/testAsin.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** testAsin.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Mon Mar 26 16:33:11 2007 jofret -** Last update Fri Apr 20 10:33:11 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 _TESTASIN_H_ #define _TESTASIN_H_ |