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>
(cherry picked from commit 2e0e1f8d7b
)
This commit is contained in:
parent
413c7a4730
commit
a85a7b074f
|
@ -2076,6 +2076,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>
|
||||
|
|
Loading…
Reference in New Issue