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 <busbey@apache.org>
This commit is contained in:
Wei-Chiu Chuang 2019-08-30 13:28:24 -07:00 committed by Sean Busbey
parent 1d1813de48
commit 2e0e1f8d7b
1 changed files with 15 additions and 0 deletions

View File

@ -995,6 +995,21 @@ Copyright 2010 FasterXML.com
</project>
</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>