diff options
Diffstat (limited to 'src/auxiliaryFunctions/abs')
-rw-r--r-- | src/auxiliaryFunctions/abs/cabsa.c | 20 | ||||
-rw-r--r-- | src/auxiliaryFunctions/abs/dabsa.c | 20 | ||||
-rw-r--r-- | src/auxiliaryFunctions/abs/dabss.c | 20 | ||||
-rw-r--r-- | src/auxiliaryFunctions/abs/sabsa.c | 20 | ||||
-rw-r--r-- | src/auxiliaryFunctions/abs/sabss.c | 20 | ||||
-rw-r--r-- | src/auxiliaryFunctions/abs/testAbs.h | 21 | ||||
-rw-r--r-- | src/auxiliaryFunctions/abs/zabsa.c | 20 |
7 files changed, 71 insertions, 70 deletions
diff --git a/src/auxiliaryFunctions/abs/cabsa.c b/src/auxiliaryFunctions/abs/cabsa.c index a7d41efc..cacf4273 100644 --- a/src/auxiliaryFunctions/abs/cabsa.c +++ b/src/auxiliaryFunctions/abs/cabsa.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** cabsa.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Wed Apr 25 13:23:20 2007 jofret -** Last update Mon Oct 22 10:46:16 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 + * + */ #include "abs.h" diff --git a/src/auxiliaryFunctions/abs/dabsa.c b/src/auxiliaryFunctions/abs/dabsa.c index 5081fa25..edff9910 100644 --- a/src/auxiliaryFunctions/abs/dabsa.c +++ b/src/auxiliaryFunctions/abs/dabsa.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** dabsa.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Wed Apr 25 11:17:25 2007 jofret -** Last update Mon Oct 22 10:45:56 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 + * + */ #include "abs.h" diff --git a/src/auxiliaryFunctions/abs/dabss.c b/src/auxiliaryFunctions/abs/dabss.c index 16f04773..5be86cd1 100644 --- a/src/auxiliaryFunctions/abs/dabss.c +++ b/src/auxiliaryFunctions/abs/dabss.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** sabss.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Feb 8 10:26:22 2007 jofret -** Last update Fri Apr 20 15:56:25 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 + * + */ #include "abs.h" diff --git a/src/auxiliaryFunctions/abs/sabsa.c b/src/auxiliaryFunctions/abs/sabsa.c index df5af141..406afc59 100644 --- a/src/auxiliaryFunctions/abs/sabsa.c +++ b/src/auxiliaryFunctions/abs/sabsa.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** sabsa.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Wed Apr 25 10:53:09 2007 jofret -** Last update Mon Oct 22 10:45:22 2007 bruno -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007 - 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 "abs.h" diff --git a/src/auxiliaryFunctions/abs/sabss.c b/src/auxiliaryFunctions/abs/sabss.c index e567b210..802951e6 100644 --- a/src/auxiliaryFunctions/abs/sabss.c +++ b/src/auxiliaryFunctions/abs/sabss.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** sabss.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Feb 8 10:26:22 2007 jofret -** Last update Fri Apr 20 15:56:37 2007 jofret -** -** Copyright INRIA 2007 -*/ + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2007 - 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 "abs.h" diff --git a/src/auxiliaryFunctions/abs/testAbs.h b/src/auxiliaryFunctions/abs/testAbs.h index 7a23998e..c334f678 100644 --- a/src/auxiliaryFunctions/abs/testAbs.h +++ b/src/auxiliaryFunctions/abs/testAbs.h @@ -1,14 +1,15 @@ /* -** -*- C -*- -** -** testAbs.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Mon Apr 23 16:26:14 2007 jofret -** Last update Wed Apr 25 13:35:16 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 _TESTABS_H_ #define _TESTABS_H_ diff --git a/src/auxiliaryFunctions/abs/zabsa.c b/src/auxiliaryFunctions/abs/zabsa.c index 56b24ce9..2b73432e 100644 --- a/src/auxiliaryFunctions/abs/zabsa.c +++ b/src/auxiliaryFunctions/abs/zabsa.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zabsa.c -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Wed Apr 25 13:24:43 2007 jofret -** Last update Mon Oct 22 10:47:00 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 + * + */ #include "abs.h" |