This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 2e0e1f8 HBASE-22954 Update license for net.java.dev.jna.
2e0e1f8 is described below
commit 2e0e1f8d7bb031f04da4dccb245c55b7d556a584
Author: Wei-Chiu Chuang <[email protected]>
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 <[email protected]>
---
.../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 f3a6afc..3181fa5 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -996,6 +996,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>