Fix reference to LGPL in sources
This commit is contained in:
parent
2e4d053ee9
commit
26a3a9d1fc
5 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue