1
|
JNA is dual-licensed under 2 alternative Open Source/Free
|
2
|
licenses: LGPL 2.1 and Apache License 2.0. (starting with
|
3
|
JNA version 4.0.0).
|
4
|
|
5
|
What this means is that one can choose either one of these
|
6
|
licenses (for purposes of re-distributing JNA; usually by
|
7
|
including it as one of jars another application or
|
8
|
library uses) by downloading corresponding jar file,
|
9
|
using it, and living happily everafter.
|
10
|
|
11
|
You may obtain a copy of the LGPL License at:
|
12
|
|
13
|
http://www.gnu.org/licenses/licenses.html
|
14
|
|
15
|
A copy is also included in the downloadable source code package
|
16
|
containing JNA, in file "LGPL2.1", under the same directory
|
17
|
as this file.
|
18
|
|
19
|
You may obtain a copy of the ASL License at:
|
20
|
|
21
|
http://www.apache.org/licenses/
|
22
|
|
23
|
A copy is also included in the downloadable source code package
|
24
|
containing JNA, in file "ASL2.0", under the same directory
|
25
|
as this file.
|