diff --git a/FileManip.cabal b/FileManip.cabal index be86de6..cb1a311 100644 --- a/FileManip.cabal +++ b/FileManip.cabal @@ -1,5 +1,5 @@ Name: FileManip -Version: 0.3.1 +Version: 0.3.2 License: BSD3 License-File: LICENSE Author: Bryan O'Sullivan diff --git a/System/FilePath/Find.hs b/System/FilePath/Find.hs index 44fd935..eb8d6b5 100644 --- a/System/FilePath/Find.hs +++ b/System/FilePath/Find.hs @@ -3,7 +3,7 @@ -- | -- Module: System.FilePath.Find -- Copyright: Bryan O'Sullivan --- License: LGPL +-- License: BSD3 -- Maintainer: Bryan O'Sullivan -- Stability: unstable -- Portability: Unix-like systems (requires newtype deriving) diff --git a/System/FilePath/Glob.hs b/System/FilePath/Glob.hs index 0a2ceaa..e44b368 100644 --- a/System/FilePath/Glob.hs +++ b/System/FilePath/Glob.hs @@ -1,7 +1,7 @@ -- | -- Module: System.FilePath.Glob -- Copyright: Bryan O'Sullivan --- License: LGPL +-- License: BSD3 -- Maintainer: Bryan O'Sullivan -- Stability: unstable -- Portability: everywhere diff --git a/System/FilePath/GlobPattern.hs b/System/FilePath/GlobPattern.hs index fa80d20..7299de0 100644 --- a/System/FilePath/GlobPattern.hs +++ b/System/FilePath/GlobPattern.hs @@ -1,7 +1,7 @@ -- | -- Module: System.FilePath.GlobPattern -- Copyright: Bryan O'Sullivan --- License: LGPL +-- License: BSD3 -- Maintainer: Bryan O'Sullivan -- Stability: unstable -- Portability: everywhere diff --git a/System/FilePath/Manip.hs b/System/FilePath/Manip.hs index 01308d1..3b4a26a 100644 --- a/System/FilePath/Manip.hs +++ b/System/FilePath/Manip.hs @@ -3,7 +3,7 @@ -- | -- Module: System.FilePath.Manip -- Copyright: Bryan O'Sullivan --- License: LGPL +-- License: BSD3 -- Maintainer: Bryan O'Sullivan -- Stability: unstable -- Portability: Unix-like systems (requires flexible instances)