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/zasina.c | |
parent | dc3c1425979927173e5a0241a12900b56e3f9ab9 (diff) | |
download | scilab2c-82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08.tar.gz scilab2c-82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08.tar.bz2 scilab2c-82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08.zip |
Header update
Diffstat (limited to 'src/elementaryFunctions/asin/zasina.c')
-rw-r--r-- | src/elementaryFunctions/asin/zasina.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/asin/zasina.c b/src/elementaryFunctions/asin/zasina.c index cae0a271..ca46ff3f 100644 --- a/src/elementaryFunctions/asin/zasina.c +++ b/src/elementaryFunctions/asin/zasina.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zasina.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:25:14 2007 jofret -** Last update Mon Oct 22 09:57:21 2007 bruno -** -** 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 + * + */ #include "asin.h" |