monad-loops
monad-loops copied to clipboard
LICENSE file contradicts license field in .cabal file
From .cabal:
license: PublicDomain
But the LICENSE file seems to be for a standard BSD3 license.
So, which is it?
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)?