On Mon, 26 Apr 2004, Nicolas Cannasse wrote:
> > Hi all,
> > I'm using this module in my projects and I'm wondering if it's possib=
le
> > to include it in extlib. It's a multiset implemetation based on avl
> > trees.
> >
> > http://lamp.epfl.ch/~sbriais/caml/multiset.tgz
> >
> > I didn't ask to author yet, but it's GPL...
>
> ExtLib is LGPL without linking clauses ( same licence as Ocaml Standar
> Libary ) and is then not compatible with GPL.
> Is a multiset "common usage" enough to be included into ExtLib ?
From multiset.mli, I read:
(* original file set.ml[i] by Xavier Leroy *)
(* upgraded to multiset by S=E9bastien Briais *)
(* other contributors: Haakon Nilsen (union bug) *)
(* This file is distributed under the terms of the GNU Library General *=
)
(* Public License, with the special exception on linking described *=
)
(* LICENSE file which comes with OCaml distribution. *=
)
So, this is LGPL!
Martin
|