aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-01-28 01:12:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-28 01:12:55 +0000
commit002b03f108109fdb8d5b03f44f6e282a7c9054ee (patch)
tree02f5aea3b19920b957d823f4240e0ea462e65af1
parent895e381d9497884d1ae368a3ddee0ae7c4c54185 (diff)
parent15a46c6c3071269fceb8c4e8d38fd06be6c32081 (diff)
downloadhttplib2-002b03f108109fdb8d5b03f44f6e282a7c9054ee.tar.gz
Fix license_type. Contains GPL am: a1a74f105f am: 1888f61d2e am: 4f6d55bcf1 am: 15a46c6c30
Original change: https://android-review.googlesource.com/c/platform/external/python/httplib2/+/1556396 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib7724ba2d6443f998619f55e4ee50ab371514bd9
-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