Skip to content

Commit 5e6c8f7

Browse files
committed
Relicensed NameManip to 3-clause BSD
Received email permission from Volker Wysk on Aug. 10, 2011, to do so.
1 parent 805aa8a commit 5e6c8f7

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

LICENSE

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ under the licenses shown below.
3737
----------------------------------------------------
3838
Portions of System.Path come from Volker Wysk's HsShellScript
3939
library, version 2.1.0. That code is Copyright (c) 2004 Volker Wysk
40-
and is licensed under the GNU LGPL 2.1
41-
42-
Debian GNU/Linux users may find the GNU LGPL 2.1 at
43-
/usr/share/common-licenses/LGPL-2.1. Alternatively, you may find it
44-
at 3rd-party-licenses/LGPL-2.1 in the source distribution.
40+
and was originally licensed under the GNU LGPL 2.1. Volker gave permission
41+
on Aug. 10, 2011, to John Goerzen to relicense it under the same 3-clause
42+
BSD license as MissingH itself.
4543

4644
----------------------------------------------------
4745
Data.Hash.CRC32.Posix is

src/System/Path/NameManip.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{- |
22
Module : System.Path.NameManip
33
Copyright : Copyright (C) 2004 Volker Wysk
4-
License : GNU LGPL, version 2.1 or above
4+
License : BSD3
55
66
Maintainer : John Goerzen <[email protected]>
77
Stability : provisional

tofix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
NameManip.hs emailed 20110810
21
Posix.hs emailed 20110810
32
ParseDate.hs emailed 20110810

0 commit comments

Comments
 (0)