From d42acbb58e1a4c252d221f5205f27efae62c876d Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Mon, 15 Jan 2018 20:13:16 +0100 Subject: [PATCH] Add license file for 'fiat' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: I61c2cb30f3b1d8770dd9cd5b74571cab14adc522 Reviewed-on: https://webrtc-review.googlesource.com/39800 Reviewed-by: Patrik Höglund Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#21629} --- 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 5cb8011978..6ae56dc6d6 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py @@ -27,6 +27,7 @@ LIB_TO_LICENSES_DICT = { 'boringssl': ['third_party/boringssl/src/LICENSE'], 'errorprone': ['third_party/errorprone/LICENSE'], 'expat': ['third_party/expat/files/COPYING'], + 'fiat': ['third_party/boringssl/src/third_party/fiat/LICENSE'], 'guava': ['third_party/guava/LICENSE'], 'ijar': ['third_party/ijar/LICENSE'], 'jsoncpp': ['third_party/jsoncpp/LICENSE'],