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
Version: 0.3.1
Version: 0.3.2
License: BSD3
License-File: LICENSE
Author: Bryan O'Sullivan <bos@serpentine.com>

View File

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

View File

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

View File

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

View File

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