From 0bed8f8edf8c88bf476380e84fdd929d817502f9 Mon Sep 17 00:00:00 2001 From: jofret Date: Mon, 9 Jun 2008 09:41:49 +0000 Subject: License update, comment removed --- src/auxiliaryFunctions/includes/pythag.h | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/auxiliaryFunctions/includes/pythag.h b/src/auxiliaryFunctions/includes/pythag.h index 5aa9d152..424ed2e2 100644 --- a/src/auxiliaryFunctions/includes/pythag.h +++ b/src/auxiliaryFunctions/includes/pythag.h @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** pythag.h -** Made by Bruno JOFRET -** -** Started on Thu Feb 8 10:12:17 2007 jofret -** Last update Thu Aug 16 12:18:00 2007 bruno -** -** 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 + * + */ #ifndef __PYTHAG_H__ #define __PYTHAG_H__ @@ -33,7 +33,6 @@ floatComplex cpythags(floatComplex x, floatComplex y); /* ** \brief Double Complex Pythag function */ -//NUTRICATO: BRUNO, NOT IMPLEMENTED YET!!!!!! doubleComplex zpythags(doubleComplex x, doubleComplex y); #endif /* !__PYTHAG_H__ */ -- cgit