From 1e61e52ca81e6d1aa988010f8ebcc15b8fb4ad7a Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 21 May 2008 08:54:36 +0000 Subject: License update --- src/elementaryFunctions/cos/zcoss.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/elementaryFunctions/cos/zcoss.c') diff --git a/src/elementaryFunctions/cos/zcoss.c b/src/elementaryFunctions/cos/zcoss.c index 12000191..4fd5d3f0 100644 --- a/src/elementaryFunctions/cos/zcoss.c +++ b/src/elementaryFunctions/cos/zcoss.c @@ -1,14 +1,14 @@ /* -** -*- C -*- -** -** zcoss.c -** Made by Bruno JOFRET -** -** Started on Thu Dec 7 12:05:48 2006 jofret -** Last update Fri Feb 23 16:35:32 2007 jofret -** -** 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 + * + */ #include "cos.h" #include "sin.h" -- cgit