X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FMaybe.hs;h=4b7b67e305445c9c4f3201fd7282d78a393b5ce0;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=d0b5c18a96a154d39bb7d28bcc304c4458e644d1;hpb=4836cf1053a971fe823ba547a8268431745c5bce;p=ghc-base.git diff --git a/Data/Maybe.hs b/Data/Maybe.hs index d0b5c18..4b7b67e 100644 --- a/Data/Maybe.hs +++ b/Data/Maybe.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Maybe -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental