diff options
Diffstat (limited to 'src/elementaryFunctions/tan/testTan.h')
-rw-r--r-- | src/elementaryFunctions/tan/testTan.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/elementaryFunctions/tan/testTan.h b/src/elementaryFunctions/tan/testTan.h index 1e1cac62..b213f105 100644 --- a/src/elementaryFunctions/tan/testTan.h +++ b/src/elementaryFunctions/tan/testTan.h @@ -1,20 +1,21 @@ /* -** -*- C -*- -** -** testTan.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Mar 30 11:22:40 2007 jofret -** Last update Fri Mar 30 12:05:07 2007 jofret -** -** 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 _TESTTAN_H_ #define _TESTTAN_H_ #include <stdio.h> #include <assert.h> + #include "tan.h" #include "constant.h" |