summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/exp10/sexp10a.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/sexp10a.c
parent89c39cd3cac6b574600f8aa3c24daf97c30a69c5 (diff)
downloadscilab2c-c2ecdb02caea4e06e40cc7f08456a13927819def.tar.gz
scilab2c-c2ecdb02caea4e06e40cc7f08456a13927819def.tar.bz2
scilab2c-c2ecdb02caea4e06e40cc7f08456a13927819def.zip
Correct dependancies
Diffstat (limited to 'src/elementaryFunctions/exp10/sexp10a.c')
-rw-r--r--src/elementaryFunctions/exp10/sexp10a.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/exp10/sexp10a.c b/src/elementaryFunctions/exp10/sexp10a.c
index 259661dd..aa6cc0eb 100644
--- a/src/elementaryFunctions/exp10/sexp10a.c
+++ b/src/elementaryFunctions/exp10/sexp10a.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** sexp10a.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Thu Dec 7 16:03:27 2006 jofret
-** Last update Mon Oct 22 09:53:46 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"