aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 13:16:18 -0800
committerBob Badour <bbadour@google.com>2021-02-03 13:16:18 -0800
commit4470c1370121594bc24ef924b5447be8fe412f1d (patch)
tree39bc4e253d946a671dacd5e49a19786d7b08e646 /METADATA
parent90b1479488cc46762ce2403873ec9a64edfdde56 (diff)
downloadprotobuf-4470c1370121594bc24ef924b5447be8fe412f1d.tar.gz
Fix license_type. Contains GPL
See: http://go/android-license-checking-v2-lsc Test: m all Bug: 151953481 Bug: 151177513 Bug: 67772237 Exempt-From-Owner-Approval: janitorial work Change-Id: Ie037bee36edb81ae58b720d4a63ec02687d72950
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA3
1 files changed, 2 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index c1c4110ea..eb67a96c7 100644
--- a/METADATA
+++ b/METADATA
@@ -14,5 +14,6 @@ third_party {
# Also update the suffix in Android.bp when updating the version.
version: "v3.9.1"
last_upgrade_date { year: 2019 month: 8 day: 23 }
- license_type: NOTICE
+ # would be NOTICE save for GPL in java/core/src/stubs/sun/misc/Unsafe.java
+ license_type: RESTRICTED
}