You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2014/11/18 14:46:46 UTC

thrift git commit: THRIFT-2840: Cabal file points to LICENSE file outside the path of the Haskell project. Client: hs Patch: Sean Parsons

Repository: thrift
Updated Branches:
  refs/heads/master 16a23a661 -> 0a93dcde9


THRIFT-2840: Cabal file points to LICENSE file outside the path of the Haskell project.
Client: hs
Patch: Sean Parsons

Update Thrift.cabal license to copy of local license file

This closes #272


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/0a93dcde
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/0a93dcde
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/0a93dcde

Branch: refs/heads/master
Commit: 0a93dcde9fff3b04cd37386bb2461e62dec3ed01
Parents: 16a23a6
Author: jfarrell <jf...@apache.org>
Authored: Tue Nov 18 08:44:54 2014 -0500
Committer: jfarrell <jf...@apache.org>
Committed: Tue Nov 18 08:45:41 2014 -0500

----------------------------------------------------------------------
 lib/hs/Thrift.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/0a93dcde/lib/hs/Thrift.cabal
----------------------------------------------------------------------
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index b9501cb..5610a5c 100755
--- a/lib/hs/Thrift.cabal
+++ b/lib/hs/Thrift.cabal
@@ -27,7 +27,7 @@ Synopsis:       Haskell bindings for the Apache Thrift RPC system
 Homepage:       http://thrift.apache.org
 Bug-Reports:    https://issues.apache.org/jira/browse/THRIFT
 Maintainer:     dev@thrift.apache.org
-License-File:   ../../LICENSE
+License-File:   LICENSE
 
 Description:
   Haskell bindings for the Apache Thrift RPC system. Requires the use of the thrift code generator.