diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py index 6c2a50a544..2ac8e6d437 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py @@ -40,6 +40,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'], # Compile time dependencies, no license needed: 'yasm': [],