From 9b6895ccd9eb065f30f3f23383a9b182a5f71e27 Mon Sep 17 00:00:00 2001 From: Anne Redulla Date: Wed, 5 Jul 2023 17:15:38 +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: I69bd0f58ab3b3861498f355e5a5650dcddfa3a6f Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4666442 Reviewed-by: Mirko Bonadei Commit-Queue: Anne Redulla --- README.chromium | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.chromium b/README.chromium index 527cc80c6..0b9762f5e 100644 --- a/README.chromium +++ b/README.chromium @@ -1,8 +1,9 @@ Name: libyuv -URL: http://code.google.com/p/libyuv/ +URL: https://chromium.googlesource.com/libyuv/libyuv/ Version: 1874 License: BSD License File: LICENSE +Shipped: yes Description: libyuv is an open source project that includes YUV conversion and scaling functionality.