diff options
author | jofret | 2008-05-15 09:49:57 +0000 |
---|---|---|
committer | jofret | 2008-05-15 09:49:57 +0000 |
commit | cd9b4f56d9cb58aff3511996dc517196c026863a (patch) | |
tree | 6f83aa4a67c487485ca5ba65cfea59d2bd03f6bc /src/elementaryFunctions/includes/sin.h | |
parent | c5b6fb6f4fb83302d15a6bd7723a6815e6a2b56c (diff) | |
download | scilab2c-cd9b4f56d9cb58aff3511996dc517196c026863a.tar.gz scilab2c-cd9b4f56d9cb58aff3511996dc517196c026863a.tar.bz2 scilab2c-cd9b4f56d9cb58aff3511996dc517196c026863a.zip |
License update
Diffstat (limited to 'src/elementaryFunctions/includes/sin.h')
-rw-r--r-- | src/elementaryFunctions/includes/sin.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/elementaryFunctions/includes/sin.h b/src/elementaryFunctions/includes/sin.h index 63226ec1..023bd2e6 100644 --- a/src/elementaryFunctions/includes/sin.h +++ b/src/elementaryFunctions/includes/sin.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** sin.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Tue Dec 5 15:49:18 2006 jofret -** Last update Mon Oct 22 09:24:56 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 + * + */ #ifndef __SIN_H__ #define __SIN_H__ |