Fix license_type. Contains AMD and GPL

See: http://go/android-license-checking-v2-lsc

https://android.googlesource.com/platform/external/mesa3d/+/master/docs/README.UVD

https://android.googlesource.com/platform/external/mesa3d/+/master/docs/README.VCE

https://android.googlesource.com/platform/external/mesa3d/+/master/include/drm-uapi/etnaviv_drm.h

Test: m all

Bug: 151953481
Bug: 151177513
Bug: 67772237

Change-Id: If46015bf1683ac7cf989394a6eea4d0575110881
diff --git a/METADATA b/METADATA
index ea26b8c..ee8d4b3 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: "mesa3d"
 description:
     "Mesa (or Mesa 3D) is a library which provides the OpenGL, OpenGL ES, EGL, "
@@ -15,5 +18,10 @@
   }
   version: "17.0.4"
   last_upgrade_date { year: 2017 month: 5 day: 22 }
-  license_type: NOTICE
+  # would be NOTICE save for:
+  #   include/drm-uapi/etnaviv_drm.h
+  # and RESTRICTED save for:
+  #   docs/README.VCE
+  #   docs/README.UVD
+  license_type: BY_EXCEPTION_ONLY
 }