From 82a558f917e2b32f4a865ae8a7f3f9f25e9cbe08 Mon Sep 17 00:00:00 2001 From: jofret Date: Fri, 23 May 2008 11:34:45 +0000 Subject: Header update --- src/elementaryFunctions/asin/dasins.c | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'src/elementaryFunctions/asin/dasins.c') diff --git a/src/elementaryFunctions/asin/dasins.c b/src/elementaryFunctions/asin/dasins.c index 0a9911f2..08e524b3 100644 --- a/src/elementaryFunctions/asin/dasins.c +++ b/src/elementaryFunctions/asin/dasins.c @@ -1,15 +1,14 @@ /* -** -*- C -*- -** -** dasins.c -** Made by Bruno JOFRET -** -** Started on Fri Jan 5 10:26:21 2007 jofret -** Last update Fri Apr 20 14:45:38 2007 jofret -** -** Copyright INRIA 2007 -*/ - + * 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 + * + */ #include #include "asin.h" -- cgit