GHC Ownership
Simon Marlow
simonmar@microsoft.com
Wed, 12 Jun 2002 10:45:24 +0100
> At 2002-06-11 08:18, Simon Marlow wrote:
>=20
> >This is *so* annoying when all we're trying to do is write=20
> free software=20
> >here. =20
>=20
> This reminds me... who legally owns GHC?
>=20
> * the University of Glasgow?
>=20
> * Simon and Simon?
>=20
> * Microsoft?
>=20
> * many different people and institutions?
Mostly the University of Glasgow. Various bits belong to other
copyright holders: code from the Haskell Report(s), code from the FFI
spec, the regex library from FreeBSD, and GMP. None of it is owned by
Microsoft.
Cheers,
Simon