diff options
author | jofret | 2008-05-21 08:54:36 +0000 |
---|---|---|
committer | jofret | 2008-05-21 08:54:36 +0000 |
commit | 1e61e52ca81e6d1aa988010f8ebcc15b8fb4ad7a (patch) | |
tree | c99b57e13eb75580dc501d04f8b3541e4b9778eb /src/elementaryFunctions/cos/zcoss.c | |
parent | 4887092b4731a40a970cfd0f867287e45db06955 (diff) | |
download | scilab2c-1e61e52ca81e6d1aa988010f8ebcc15b8fb4ad7a.tar.gz scilab2c-1e61e52ca81e6d1aa988010f8ebcc15b8fb4ad7a.tar.bz2 scilab2c-1e61e52ca81e6d1aa988010f8ebcc15b8fb4ad7a.zip |
License update
Diffstat (limited to 'src/elementaryFunctions/cos/zcoss.c')
-rw-r--r-- | src/elementaryFunctions/cos/zcoss.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/cos/zcoss.c b/src/elementaryFunctions/cos/zcoss.c index 12000191..4fd5d3f0 100644 --- a/src/elementaryFunctions/cos/zcoss.c +++ b/src/elementaryFunctions/cos/zcoss.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zcoss.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Dec 7 12:05:48 2006 jofret -** Last update Fri Feb 23 16:35:32 2007 jofret -** -** 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 "cos.h" #include "sin.h" |