diff options
author | jofret | 2008-05-05 14:23:21 +0000 |
---|---|---|
committer | jofret | 2008-05-05 14:23:21 +0000 |
commit | 38c7a1a672151bed39faf46a96ad2eb1ecb3b643 (patch) | |
tree | 5e996cee2239b158ec6ead25358d001056a23fbf /src/elementaryFunctions/acos/zacosa.c | |
parent | f0b01ae3bb242f319620bec87a90faddc6e97b89 (diff) | |
download | scilab2c-38c7a1a672151bed39faf46a96ad2eb1ecb3b643.tar.gz scilab2c-38c7a1a672151bed39faf46a96ad2eb1ecb3b643.tar.bz2 scilab2c-38c7a1a672151bed39faf46a96ad2eb1ecb3b643.zip |
License update
Diffstat (limited to 'src/elementaryFunctions/acos/zacosa.c')
-rw-r--r-- | src/elementaryFunctions/acos/zacosa.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/acos/zacosa.c b/src/elementaryFunctions/acos/zacosa.c index 45caa6b4..812c1405 100644 --- a/src/elementaryFunctions/acos/zacosa.c +++ b/src/elementaryFunctions/acos/zacosa.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zacosa.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:58:47 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 "acos.h" |