summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/sin/dsins.c
diff options
context:
space:
mode:
authorjofret2008-05-26 08:58:57 +0000
committerjofret2008-05-26 08:58:57 +0000
commitc11d1fc83001d6aacc542d4b999b1f3cc5fda904 (patch)
treebf667a4f44e2b189ec262e0afbe6f4486b66abdd /src/elementaryFunctions/sin/dsins.c
parenta8427d44f986f77191f3eedcf0c90855cf87bdbf (diff)
downloadscilab2c-c11d1fc83001d6aacc542d4b999b1f3cc5fda904.tar.gz
scilab2c-c11d1fc83001d6aacc542d4b999b1f3cc5fda904.tar.bz2
scilab2c-c11d1fc83001d6aacc542d4b999b1f3cc5fda904.zip
License update
Diffstat (limited to 'src/elementaryFunctions/sin/dsins.c')
-rw-r--r--src/elementaryFunctions/sin/dsins.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/sin/dsins.c b/src/elementaryFunctions/sin/dsins.c
index 598f5c89..2acd0294 100644
--- a/src/elementaryFunctions/sin/dsins.c
+++ b/src/elementaryFunctions/sin/dsins.c
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** dsins.c
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Dec 8 10:50:58 2006 jofret
-** Last update Fri Apr 20 14:39:43 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 <math.h>
#include "sin.h"