LICENSE-jna.txt 692 B

12345678910111213141516171819202122
  1. Java Native Access project (JNA) is dual-licensed under 2
  2. alternative Open Source/Free licenses: LGPL 2.1 or later and
  3. Apache License 2.0. (starting with JNA version 4.0.0).
  4. You can freely decide which license you want to apply to
  5. the project.
  6. You may obtain a copy of the LGPL License at:
  7. http://www.gnu.org/licenses/licenses.html
  8. A copy is also included in the downloadable source code package
  9. containing JNA, in file "LGPL2.1", under the same directory
  10. as this file.
  11. You may obtain a copy of the Apache License at:
  12. http://www.apache.org/licenses/
  13. A copy is also included in the downloadable source code package
  14. containing JNA, in file "AL2.0", under the same directory
  15. as this file.