aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-03-08 17:25:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-08 17:25:09 +0000
commit684f9c1f5db6f8ae5e002ccf1aa763894b277c6d (patch)
treef80bdc436a4e35ebc8c7e05323eab88254845f0c
parent4218d8df3a6dfb5f6b7d9403fe76ac6d8cfc1e62 (diff)
parent886b9c47c214bd4f1260bfadc1d15874af4fb717 (diff)
downloadmtools-684f9c1f5db6f8ae5e002ccf1aa763894b277c6d.tar.gz
Merge "Add license_note and GPL 3.0" am: 886b9c47c2
Original change: https://android-review.googlesource.com/c/platform/external/mtools/+/2012221 Change-Id: Idcaf55aadfa93f6fb64ea5a71fcdc0da22ffd4d6
-rw-r--r--Android.bp1
-rw-r--r--METADATA4
2 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2466b88..4f9461f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,6 +25,7 @@ license {
name: "external_mtools_license",
visibility: [":__subpackages__"],
license_kinds: [
+ "SPDX-license-identifier-GPL-3.0",
"legacy_by_exception_only", // by exception only
],
license_text: [
diff --git a/METADATA b/METADATA
index e2fe90d..57cef2b 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,6 @@
+# *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
+# CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
+# DEPENDING ON IT IN YOUR PROJECT. ***
name: "mtools"
description:
"Mtools is a collection of utilities to access MS-DOS disks from GNU and "
@@ -14,5 +17,6 @@ third_party {
}
version: "4.0.37"
last_upgrade_date { year: 2022 month: 1 day: 9 }
+ license_note: "contains GFDL documentation"
license_type: BY_EXCEPTION_ONLY
}