summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/exp10/zexp10s.c
diff options
context:
space:
mode:
authorjofret2008-05-23 12:48:40 +0000
committerjofret2008-05-23 12:48:40 +0000
commitc2ecdb02caea4e06e40cc7f08456a13927819def (patch)
tree20d238b8ad67f026deccc1d8773275c89e9fe998 /src/elementaryFunctions/exp10/zexp10s.c
parent89c39cd3cac6b574600f8aa3c24daf97c30a69c5 (diff)
downloadscilab2c-c2ecdb02caea4e06e40cc7f08456a13927819def.tar.gz
scilab2c-c2ecdb02caea4e06e40cc7f08456a13927819def.tar.bz2
scilab2c-c2ecdb02caea4e06e40cc7f08456a13927819def.zip
Correct dependancies
Diffstat (limited to 'src/elementaryFunctions/exp10/zexp10s.c')
-rw-r--r--src/elementaryFunctions/exp10/zexp10s.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/exp10/zexp10s.c b/src/elementaryFunctions/exp10/zexp10s.c
index 55a88cff..ef0aba8d 100644
--- a/src/elementaryFunctions/exp10/zexp10s.c
+++ b/src/elementaryFunctions/exp10/zexp10s.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** zexp10s.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Thu Dec 7 12:05:48 2006 jofret
-** Last update Thu Sep 6 16:56:19 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 "exp10.h"
#include "cos.h"