diff options
-rw-r--r-- | dt_fd_forward/Android.bp | 2 | ||||
-rw-r--r-- | openjdkjvm/Android.bp | 2 | ||||
-rw-r--r-- | openjdkjvmti/Android.bp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dt_fd_forward/Android.bp b/dt_fd_forward/Android.bp index 772b55eb06..bc6aa27143 100644 --- a/dt_fd_forward/Android.bp +++ b/dt_fd_forward/Android.bp @@ -39,7 +39,7 @@ license { visibility: [":__subpackages__"], license_kinds: [ "SPDX-license-identifier-Apache-2.0", - "SPDX-license-identifier-GPL-with-classpath-exception", + "SPDX-license-identifier-GPL-2.0-with-classpath-exception", ], license_text: [ "NOTICE", diff --git a/openjdkjvm/Android.bp b/openjdkjvm/Android.bp index 2757d9d3b7..86b9b0470a 100644 --- a/openjdkjvm/Android.bp +++ b/openjdkjvm/Android.bp @@ -35,7 +35,7 @@ license { name: "art_openjdkjvm_license", visibility: [":__subpackages__"], license_kinds: [ - "SPDX-license-identifier-GPL-with-classpath-exception", + "SPDX-license-identifier-GPL-2.0-with-classpath-exception", ], license_text: [ "NOTICE", diff --git a/openjdkjvmti/Android.bp b/openjdkjvmti/Android.bp index d01357f801..18c4301ead 100644 --- a/openjdkjvmti/Android.bp +++ b/openjdkjvmti/Android.bp @@ -36,7 +36,7 @@ license { visibility: [":__subpackages__"], license_kinds: [ "SPDX-license-identifier-Apache-2.0", - "SPDX-license-identifier-GPL-with-classpath-exception", + "SPDX-license-identifier-GPL-2.0-with-classpath-exception", ], license_text: [ "NOTICE", |