You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2019/09/03 17:55:28 UTC

[hbase] branch branch-2.2 updated: HBASE-22954 Update license for net.java.dev.jna.

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

busbey pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 86b86a3  HBASE-22954 Update license for net.java.dev.jna.
86b86a3 is described below

commit 86b86a302a4bb7d4474048c2db2a5a33bc1791b0
Author: Wei-Chiu Chuang <we...@cloudera.com>
AuthorDate: Fri Aug 30 13:28:24 2019 -0700

    HBASE-22954 Update license for net.java.dev.jna.
    
    > Java Native Access project (JNA) is dual-licensed under 2
    > alternative Open Source/Free licenses: LGPL 2.1 or later and
    > Apache License 2.0. (starting with JNA version 4.0.0).
    >
    > You can freely decide which license you want to apply to
    > the project.
    
    Specify that we're redistributing the library under ALv2.
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
    (cherry picked from commit 2e0e1f8d7bb031f04da4dccb245c55b7d556a584)
---
 .../src/main/resources/supplemental-models.xml            | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
index 6c47009..1571e36 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -2064,6 +2064,21 @@ Copyright 2010 FasterXML.com
   </supplement>
 
   <supplement>
+    <project> <!-- hadoop.profile=3.0 from hadoop-3.3.0 -->
+      <groupId>net.java.dev.jna</groupId>
+      <artifactId>jna</artifactId>
+      <version>5.2.0</version>
+      <licenses>
+        <license>
+          <name>Apache License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
+
+  <supplement>
     <project>
       <groupId>org.jruby.jcodings</groupId>
       <artifactId>jcodings</artifactId>