You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ka...@apache.org on 2018/06/08 14:25:13 UTC

[incubator-heron] branch master updated: Add permissive licence to libunwind (#2914)

This is an automated email from the ASF dual-hosted git repository.

karthikz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 13f6626  Add permissive licence to libunwind (#2914)
13f6626 is described below

commit 13f662668afcf025192ec3e9e95713e49f91ce9a
Author: Oliver Bristow <ev...@gmail.com>
AuthorDate: Fri Jun 8 15:25:11 2018 +0100

    Add permissive licence to libunwind (#2914)
---
 third_party/libunwind/BUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/third_party/libunwind/BUILD b/third_party/libunwind/BUILD
index 9c73b70..9a113a3 100644
--- a/third_party/libunwind/BUILD
+++ b/third_party/libunwind/BUILD
@@ -1,3 +1,5 @@
+licenses(["permissive"])
+
 package(default_visibility = ["//visibility:public"])
 
 exports_files([

-- 
To stop receiving notification emails like this one, please contact
karthikz@apache.org.