diff --git a/CHANGES.md b/CHANGES.md index ab7f468a0d..1dd0116423 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -NOTE: as of JNA 4.0, JNA is now dual-licensed under LGPL and AL (see LICENSE). +NOTE: as of JNA 4.0, JNA is now dual-licensed under LGPL and AL 2.0 (see LICENSE). NOTE: JNI native support is typically incompatible between minor versions, and almost always incompatible between major versions. diff --git a/LICENSE b/LICENSE index a2c4ca6de9..7abf2126be 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ A copy is also included in the downloadable source code package containing JNA, in file "LGPL2.1", under the same directory as this file. -You may obtain a copy of the AL License at: +You may obtain a copy of the Apache License at: http://www.apache.org/licenses/ diff --git a/parent/pom.xml b/parent/pom.xml index 026b39815a..3cdfd88ae3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -18,7 +18,7 @@ repo - AL v2.0 + Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/pom-jna-platform.xml b/pom-jna-platform.xml index b61eea5ac1..31299d5aba 100644 --- a/pom-jna-platform.xml +++ b/pom-jna-platform.xml @@ -20,7 +20,7 @@ repo - AL v2.0 + Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/pom-jna.xml b/pom-jna.xml index 9da3a52a61..e52ecccd2e 100644 --- a/pom-jna.xml +++ b/pom-jna.xml @@ -20,7 +20,7 @@ repo - AL v2.0 + Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0.txt repo