monad-loops icon indicating copy to clipboard operation
monad-loops copied to clipboard

LICENSE file contradicts license field in .cabal file

Open ivan-m opened this issue 8 years ago • 1 comments

From .cabal:

license: PublicDomain

But the LICENSE file seems to be for a standard BSD3 license.

So, which is it?

ivan-m avatar Aug 02 '17 03:08 ivan-m

I came here to say the same. Given the contents of the license file, I think the intention was probably to have the cabal file have:

license : BSD-3

Can we get this change onto master (assuming it is correct)?

TD5 avatar Mar 16 '20 12:03 TD5