From cd9b4f56d9cb58aff3511996dc517196c026863a Mon Sep 17 00:00:00 2001 From: jofret Date: Thu, 15 May 2008 09:49:57 +0000 Subject: License update --- src/elementaryFunctions/includes/atanh.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/elementaryFunctions/includes/atanh.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 -** -** 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__ -- cgit