[commit: ghc] master: libiserv: Add license file (908edbf)
git at git.haskell.org
git at git.haskell.org
Thu Jun 14 14:04:14 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/908edbfbc65049d102c2a861cc5954fa50c772ae/ghc
>---------------------------------------------------------------
commit 908edbfbc65049d102c2a861cc5954fa50c772ae
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Thu Jun 14 09:09:23 2018 -0400
libiserv: Add license file
Test Plan: Run `make bindist` on built tree.
Subscribers: rwbarton, thomie, carter, angerman
GHC Trac Issues: #14392
Differential Revision: https://phabricator.haskell.org/D4844
>---------------------------------------------------------------
908edbfbc65049d102c2a861cc5954fa50c772ae
libraries/{ghc-prim => libiserv}/LICENSE | 0
libraries/libiserv/libiserv.cabal | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/ghc-prim/LICENSE b/libraries/libiserv/LICENSE
similarity index 100%
copy from libraries/ghc-prim/LICENSE
copy to libraries/libiserv/LICENSE
diff --git a/libraries/libiserv/libiserv.cabal b/libraries/libiserv/libiserv.cabal
index 0ae3bf4..dc3076d 100644
--- a/libraries/libiserv/libiserv.cabal
+++ b/libraries/libiserv/libiserv.cabal
@@ -2,7 +2,7 @@ Name: libiserv
Version: 8.5
Copyright: XXX
License: BSD3
--- XXX License-File: LICENSE
+License-File: LICENSE
Author: XXX
Maintainer: XXX
Synopsis: Provides shared functionality between iserv and iserv-proxy
More information about the ghc-commits
mailing list