aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-01-27 23:33:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-27 23:33:14 +0000
commit1888f61d2ea32c5caf92c5d70bd56e134b5f8c03 (patch)
tree02f5aea3b19920b957d823f4240e0ea462e65af1
parent7254a0d5b2858045dbfb5b678a8e6d34558a6697 (diff)
parenta1a74f105f454fb6b104dd069503013f2c9406dc (diff)
downloadhttplib2-1888f61d2ea32c5caf92c5d70bd56e134b5f8c03.tar.gz
Fix license_type. Contains GPL am: a1a74f105f
Original change: https://android-review.googlesource.com/c/platform/external/python/httplib2/+/1556396 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ifb62d3915560e45d6c523eb0c0af70d1decfa10d
-rw-r--r--METADATA5
-rw-r--r--OWNERS1
2 files changed, 4 insertions, 2 deletions
diff --git a/METADATA b/METADATA
index ac99305..bcdbd44 100644
--- a/METADATA
+++ b/METADATA
@@ -10,7 +10,10 @@ third_party {
value: "https://github.com/httplib2/httplib2.git"
}
version: "v0.18.1"
- license_type: NOTICE
+ # would be NOTICE save for:
+ # test/other_cacerts.txt
+ # doc/html/_static/jquery.js
+ license_type: RESTRICTED
last_upgrade_date {
year: 2020
month: 5
diff --git a/OWNERS b/OWNERS
index e6fbf8d..110ac37 100644
--- a/OWNERS
+++ b/OWNERS
@@ -2,4 +2,3 @@
# or people with more than 10 commits last year.
# Please update this list if you find better owner candidates.
herbertxue@google.com
-yim@google.com