From 323ce1df1b5d65e3133c97dc82ec65355023d118 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Sun, 3 Feb 2008 17:52:21 +0000 Subject: [PATCH] Fix reference to LGPL in sources --HG-- extra : convert_revision : b39042cb836780b9c8e7902149b8fb86a6a8b49d --- FileManip.cabal | 2 +- System/FilePath/Find.hs | 2 +- System/FilePath/Glob.hs | 2 +- System/FilePath/GlobPattern.hs | 2 +- System/FilePath/Manip.hs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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)