From 73d51f8e849c631711c219ec26f90a1daad8052e Mon Sep 17 00:00:00 2001 From: Anne Redulla Date: Wed, 12 Jul 2023 15:32:29 +1000 Subject: [PATCH] [ssci] Added Shipped field to READMEs This CL adds the Shipped field (and may update the License File field) in Chromium READMEs. Changes were automatically created, so if you disagree with any of them (e.g. a package is used only for testing purposes and is not shipped), comment the suggested change and why. See the LSC doc at go/lsc-chrome-metadata. Bug: b:285450740 Change-Id: If4955c6f6e7b58e0c99469fc45ed5b9e8f30a32b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/311720 Commit-Queue: Tomas Gunnarsson Reviewed-by: Tomas Gunnarsson Auto-Submit: Anne Redulla Cr-Commit-Position: refs/heads/main@{#40424} --- README.chromium | 1 + common_audio/third_party/ooura/README.chromium | 1 + common_audio/third_party/spl_sqrt_floor/README.chromium | 1 + modules/third_party/fft/README.chromium | 1 + modules/third_party/g711/README.chromium | 1 + modules/third_party/g722/README.chromium | 1 + modules/third_party/portaudio/README.chromium | 1 + rtc_base/third_party/base64/README.chromium | 1 + rtc_base/third_party/sigslot/README.chromium | 1 + 9 files changed, 9 insertions(+) diff --git a/README.chromium b/README.chromium index 58c8da8403..333e79e707 100644 --- a/README.chromium +++ b/README.chromium @@ -4,6 +4,7 @@ Version: 90 CPEPrefix: cpe:/a:webrtc_project:webrtc:90 License: BSD License File: LICENSE +Shipped: yes Description: WebRTC provides real time voice and video processing diff --git a/common_audio/third_party/ooura/README.chromium b/common_audio/third_party/ooura/README.chromium index 9df2ddb5e2..459df13042 100644 --- a/common_audio/third_party/ooura/README.chromium +++ b/common_audio/third_party/ooura/README.chromium @@ -6,6 +6,7 @@ Date: 2018-06-19 License: Custome license License File: LICENSE Security Critical: yes +Shipped: yes Description: This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of diff --git a/common_audio/third_party/spl_sqrt_floor/README.chromium b/common_audio/third_party/spl_sqrt_floor/README.chromium index b226490e85..b2c4309bd6 100644 --- a/common_audio/third_party/spl_sqrt_floor/README.chromium +++ b/common_audio/third_party/spl_sqrt_floor/README.chromium @@ -6,6 +6,7 @@ Date: 2018-03-22 License: Custom license License File: LICENSE Security Critical: yes +Shipped: yes Description: Sqrt routine, originally was posted to the USENET group comp.sys.arm on diff --git a/modules/third_party/fft/README.chromium b/modules/third_party/fft/README.chromium index 94d20d422f..0c79ef8a6a 100644 --- a/modules/third_party/fft/README.chromium +++ b/modules/third_party/fft/README.chromium @@ -6,6 +6,7 @@ Date: 2018-07-26 License: Custom license License File: LICENSE Security Critical: yes +Shipped: yes Description: Multivariate complex Fourier transform, computed in place diff --git a/modules/third_party/g711/README.chromium b/modules/third_party/g711/README.chromium index 1baa2637a9..675572d720 100644 --- a/modules/third_party/g711/README.chromium +++ b/modules/third_party/g711/README.chromium @@ -6,6 +6,7 @@ Date: 2018-06-25 License: Custom license License File: LICENSE Security Critical: yes +Shipped: yes Description: In line A-law and u-law conversion routines diff --git a/modules/third_party/g722/README.chromium b/modules/third_party/g722/README.chromium index c427ed8cf2..ba2234f4f1 100644 --- a/modules/third_party/g722/README.chromium +++ b/modules/third_party/g722/README.chromium @@ -6,6 +6,7 @@ Date: 2018-06-25 License: Custom license License File: LICENSE Security Critical: yes +Shipped: yes Description: The ITU G.722 codec, encode and decode part. diff --git a/modules/third_party/portaudio/README.chromium b/modules/third_party/portaudio/README.chromium index 722dd94345..3f7beef655 100644 --- a/modules/third_party/portaudio/README.chromium +++ b/modules/third_party/portaudio/README.chromium @@ -6,6 +6,7 @@ Date: 2022-04-12 License: Custom license License File: LICENSE Security Critical: yes +Shipped: yes Description: Part of portaudio library to operate with memory barriers and ring buffer. diff --git a/rtc_base/third_party/base64/README.chromium b/rtc_base/third_party/base64/README.chromium index 92ba0d36d7..1f01511fee 100644 --- a/rtc_base/third_party/base64/README.chromium +++ b/rtc_base/third_party/base64/README.chromium @@ -6,6 +6,7 @@ Date: 2018-06-20 License: Custom license License File: LICENSE Security Critical: yes +Shipped: yes Description: A simple base64 encoder and decoder diff --git a/rtc_base/third_party/sigslot/README.chromium b/rtc_base/third_party/sigslot/README.chromium index e0575cf16a..9867dd0320 100644 --- a/rtc_base/third_party/sigslot/README.chromium +++ b/rtc_base/third_party/sigslot/README.chromium @@ -6,6 +6,7 @@ Date: 2018-07-09 License: Custom license License File: LICENSE Security Critical: yes +Shipped: yes Description: C++ Signal/Slot Library