From ffb8c8c1474de420ce6b0de5383111d0cb1686a6 Mon Sep 17 00:00:00 2001 From: Alessio Bazzica Date: Mon, 1 Apr 2019 10:19:25 +0200 Subject: [PATCH] Add PFFFT to generate_license Bug: webrtc:9577 Change-Id: Id7169db3daf4615c35e7de60481c3d1f9fbb36ff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130511 Reviewed-by: Oleh Prypin Commit-Queue: Alessio Bazzica Cr-Commit-Position: refs/heads/master@{#27384} --- tools_webrtc/libs/generate_licenses.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py index 7665095e52..6a9d8a90c1 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py @@ -52,6 +52,7 @@ LIB_TO_LICENSES_DICT = { 'libvpx': ['third_party/libvpx/source/libvpx/LICENSE'], 'libyuv': ['third_party/libyuv/LICENSE'], 'opus': ['third_party/opus/src/COPYING'], + 'pffft': ['third_party/pffft/LICENSE'], 'protobuf': ['third_party/protobuf/LICENSE'], 'rnnoise': ['third_party/rnnoise/COPYING'], 'usrsctp': ['third_party/usrsctp/LICENSE'],