[Maxima-commits] CVS: maxima/share/contrib solve_rat_ineq.mac, NONE, 1.1



Alexey,

there has been a discussion on this list the last days about the appropriate license for files in 
Maxima. Did it really come to an end? Maybe I missed something. But anyway, I would be 
happy, if someone will post a file header which can be used from now on. Meanwhile I will 
use the license statement I found in your link below.

Regards
Volker van Nek

Am 5 Jun 2008 um 1:23 hat Alexey Beshenov geschrieben:

> A note for maxima/share contributors.
> 
> It seems to be not sufficient just to say "(L)GPL", and you should use the 
> correct copyright note, see 
> http://www.fsf.org/licensing/licenses/gpl-howto.html
> 
> On Thursday 05 June 2008 00:59, Volker van Nek wrote:
> > Update of /cvsroot/maxima/maxima/share/contrib
> > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20424/share/contrib
> >
> > Added Files:
> > 	solve_rat_ineq.mac
> > Log Message:
> > solver for real univariate rational inequalities
> >
> > --- NEW FILE: solve_rat_ineq.mac ---
> >
> > /* solver for real univariate rational inequalities
> >
> >    returns intervals of solutions as a list of simple inequalities
> >
> >    uses algsys as equality solver
> >
> >    Volker van Nek, June 2008
> >
> >    LGPL
> >
> >    example:
> >    (%i6) solve_rat_ineq((x-1)^2*(x+1)^2>0);
> >    (%o6)               [[x < - 1], [x > - 1, x < 1], [x > 1]]
> >
> >    more examples see below
> > */
> 
> -- 
> Alexey Beshenov <al at beshenov.ru>
> http://beshenov.ru/
>