diff options
-rw-r--r-- | src/elementaryFunctions/includes/acos.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/acosh.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/asin.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/asinh.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/atan.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/atanh.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/cos.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/cosh.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/exp.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/exp10.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/log10.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/sin.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/sinh.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/tan.h | 20 | ||||
-rw-r--r-- | src/elementaryFunctions/includes/tanh.h | 20 |
15 files changed, 150 insertions, 150 deletions
diff --git a/src/elementaryFunctions/includes/acos.h b/src/elementaryFunctions/includes/acos.h index dff40551..39787cd2 100644 --- a/src/elementaryFunctions/includes/acos.h +++ b/src/elementaryFunctions/includes/acos.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** acos.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:20:35 2007 jofret -** Last update Mon Oct 22 09:42:52 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 __ACOS_H__ #define __ACOS_H__ diff --git a/src/elementaryFunctions/includes/acosh.h b/src/elementaryFunctions/includes/acosh.h index c488f698..2f089bd2 100644 --- a/src/elementaryFunctions/includes/acosh.h +++ b/src/elementaryFunctions/includes/acosh.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** acosh.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:20:35 2007 jofret -** Last update Mon Oct 22 09:40:42 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 __ACOSH_H__ #define __ACOSH_H__ diff --git a/src/elementaryFunctions/includes/asin.h b/src/elementaryFunctions/includes/asin.h index a838b857..1b0b9a74 100644 --- a/src/elementaryFunctions/includes/asin.h +++ b/src/elementaryFunctions/includes/asin.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** asin.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:20:35 2007 jofret -** Last update Mon Oct 22 09:39:43 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 __ASIN_H__ #define __ASIN_H__ diff --git a/src/elementaryFunctions/includes/asinh.h b/src/elementaryFunctions/includes/asinh.h index 5bf9aceb..f7cd2b5b 100644 --- a/src/elementaryFunctions/includes/asinh.h +++ b/src/elementaryFunctions/includes/asinh.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** asinh.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Jan 5 10:20:35 2007 jofret -** Last update Mon Oct 22 09:38:22 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 __ASINH_H__ #define __ASINH_H__ diff --git a/src/elementaryFunctions/includes/atan.h b/src/elementaryFunctions/includes/atan.h index aa59a33b..05b853bb 100644 --- a/src/elementaryFunctions/includes/atan.h +++ b/src/elementaryFunctions/includes/atan.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** atan.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:36:09 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 __ATAN_H__ #define __ATAN_H__ diff --git a/src/elementaryFunctions/includes/atanh.h b/src/elementaryFunctions/includes/atanh.h index 1c712789..9669fbe9 100644 --- a/src/elementaryFunctions/includes/atanh.h +++ b/src/elementaryFunctions/includes/atanh.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** atanh.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:35:16 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 __ATANH_H__ #define __ATANH_H__ diff --git a/src/elementaryFunctions/includes/cos.h b/src/elementaryFunctions/includes/cos.h index 3b698f21..546ca5c8 100644 --- a/src/elementaryFunctions/includes/cos.h +++ b/src/elementaryFunctions/includes/cos.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** cos.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Tue Dec 5 15:49:18 2006 jofret -** Last update Mon Oct 22 10:01:54 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 __COS_H__ #define __COS_H__ diff --git a/src/elementaryFunctions/includes/cosh.h b/src/elementaryFunctions/includes/cosh.h index 8383ff7c..1f46136c 100644 --- a/src/elementaryFunctions/includes/cosh.h +++ b/src/elementaryFunctions/includes/cosh.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** cosh.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:33:12 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 __COSH_H__ #define __COSH_H__ diff --git a/src/elementaryFunctions/includes/exp.h b/src/elementaryFunctions/includes/exp.h index 64ff310a..f515d06e 100644 --- a/src/elementaryFunctions/includes/exp.h +++ b/src/elementaryFunctions/includes/exp.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** exp.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:29:44 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 __EXP_H__ #define __EXP_H__ diff --git a/src/elementaryFunctions/includes/exp10.h b/src/elementaryFunctions/includes/exp10.h index 1208bb99..949a49dd 100644 --- a/src/elementaryFunctions/includes/exp10.h +++ b/src/elementaryFunctions/includes/exp10.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** exp10.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:32:28 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 __EXP10_H__ #define __EXP10_H__ diff --git a/src/elementaryFunctions/includes/log10.h b/src/elementaryFunctions/includes/log10.h index 0f7e3c93..a68810a9 100644 --- a/src/elementaryFunctions/includes/log10.h +++ b/src/elementaryFunctions/includes/log10.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** log.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Mar 22 08:52:36 2007 jofret -** Last update Mon Oct 22 09:29:03 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007-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 __LOG10_H__ #define __LOG10_H__ 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__ diff --git a/src/elementaryFunctions/includes/sinh.h b/src/elementaryFunctions/includes/sinh.h index 8d983ebf..105bf8d2 100644 --- a/src/elementaryFunctions/includes/sinh.h +++ b/src/elementaryFunctions/includes/sinh.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** sinh.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:13 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 __SINH_H__ #define __SINH_H__ diff --git a/src/elementaryFunctions/includes/tan.h b/src/elementaryFunctions/includes/tan.h index 9c3028a2..b9be081e 100644 --- a/src/elementaryFunctions/includes/tan.h +++ b/src/elementaryFunctions/includes/tan.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** tan.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Tue Dec 5 15:49:18 2006 jofret -** Last update Mon Oct 22 10:02:28 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 __TAN_H__ #define __TAN_H__ diff --git a/src/elementaryFunctions/includes/tanh.h b/src/elementaryFunctions/includes/tanh.h index 9caf63aa..32b78b03 100644 --- a/src/elementaryFunctions/includes/tanh.h +++ b/src/elementaryFunctions/includes/tanh.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** tanh.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Tue Dec 5 15:49:18 2006 jofret -** Last update Mon Oct 22 08:55:49 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 __TANH_H__ #define __TANH_H__ |