Fix reference to LGPL in sources

This commit is contained in:
Bryan O'Sullivan 2008-02-03 17:52:21 +00:00
parent 2e4d053ee9
commit 26a3a9d1fc
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
Name: FileManip Name: FileManip
Version: 0.3.1 Version: 0.3.2
License: BSD3 License: BSD3
License-File: LICENSE License-File: LICENSE
Author: Bryan O'Sullivan <bos@serpentine.com> Author: Bryan O'Sullivan <bos@serpentine.com>

View file

@ -3,7 +3,7 @@
-- | -- |
-- Module: System.FilePath.Find -- Module: System.FilePath.Find
-- Copyright: Bryan O'Sullivan -- Copyright: Bryan O'Sullivan
-- License: LGPL -- License: BSD3
-- Maintainer: Bryan O'Sullivan <bos@serpentine.com> -- Maintainer: Bryan O'Sullivan <bos@serpentine.com>
-- Stability: unstable -- Stability: unstable
-- Portability: Unix-like systems (requires newtype deriving) -- Portability: Unix-like systems (requires newtype deriving)

View file

@ -1,7 +1,7 @@
-- | -- |
-- Module: System.FilePath.Glob -- Module: System.FilePath.Glob
-- Copyright: Bryan O'Sullivan -- Copyright: Bryan O'Sullivan
-- License: LGPL -- License: BSD3
-- Maintainer: Bryan O'Sullivan <bos@serpentine.com> -- Maintainer: Bryan O'Sullivan <bos@serpentine.com>
-- Stability: unstable -- Stability: unstable
-- Portability: everywhere -- Portability: everywhere

View file

@ -1,7 +1,7 @@
-- | -- |
-- Module: System.FilePath.GlobPattern -- Module: System.FilePath.GlobPattern
-- Copyright: Bryan O'Sullivan -- Copyright: Bryan O'Sullivan
-- License: LGPL -- License: BSD3
-- Maintainer: Bryan O'Sullivan <bos@serpentine.com> -- Maintainer: Bryan O'Sullivan <bos@serpentine.com>
-- Stability: unstable -- Stability: unstable
-- Portability: everywhere -- Portability: everywhere

View file

@ -3,7 +3,7 @@
-- | -- |
-- Module: System.FilePath.Manip -- Module: System.FilePath.Manip
-- Copyright: Bryan O'Sullivan -- Copyright: Bryan O'Sullivan
-- License: LGPL -- License: BSD3
-- Maintainer: Bryan O'Sullivan <bos@serpentine.com> -- Maintainer: Bryan O'Sullivan <bos@serpentine.com>
-- Stability: unstable -- Stability: unstable
-- Portability: Unix-like systems (requires flexible instances) -- Portability: Unix-like systems (requires flexible instances)