Fixing zlib license generation.

WebRTC license has been added in a wrong copy/paste in https://webrtc-review.googlesource.com/c/src/+/18244.

Bug: None
Change-Id: I7e16186fd0aac39bb1a5b934a7f5ba8ea31ef3ad
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/63341
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22519}
This commit is contained in:
Mirko Bonadei
2018-03-20 16:43:23 +01:00
committed by Commit Bot
parent b38b05b4b8
commit fe48ee9e2c

View File

@ -43,7 +43,7 @@ LIB_TO_LICENSES_DICT = {
'protobuf': ['third_party/protobuf/LICENSE'],
'usrsctp': ['third_party/usrsctp/LICENSE'],
'webrtc': ['LICENSE', 'LICENSE_THIRD_PARTY'],
'zlib': ['LICENSE', 'third_party/zlib/LICENSE'],
'zlib': ['third_party/zlib/LICENSE'],
# Compile time dependencies, no license needed:
'yasm': [],