From 66c2e4fca248124d9d669f65f60d89bb4a47b271 Mon Sep 17 00:00:00 2001 From: Anne Redulla Date: Tue, 4 Jul 2023 17:02:07 +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: I770554248e33c1e50938cc32daee36a83b643ec9 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4672125 Reviewed-by: Shahbaz Youssefi Commit-Queue: Shahbaz Youssefi --- README.chromium | 1 + src/common/base/README.angle | 1 + src/common/third_party/xxhash/README.chromium | 1 + .../vulkan/shaders/src/third_party/etc_decoder/README.chromium | 1 + .../vulkan/shaders/src/third_party/ffx_spd/README.chromium | 1 + src/tests/test_utils/third_party/README.angle | 1 + src/third_party/ceval/README.chromium | 1 + src/third_party/libXNVCtrl/README.chromium | 2 ++ src/third_party/volk/README.chromium | 1 + third_party/EGL-Registry/README.chromium | 1 + third_party/OpenCL-Docs/README.chromium | 1 + third_party/OpenCL-ICD-Loader/README.chromium | 1 + third_party/OpenGL-Registry/README.chromium | 1 + third_party/VK-GL-CTS/README.angle | 1 + third_party/android_system_sdk/README.chromium | 1 + third_party/astc-encoder/README.angle | 3 ++- third_party/bazel/README.chromium | 3 ++- third_party/bazel/desugar/README.chromium | 1 + third_party/colorama/README.chromium | 3 ++- third_party/cpu_features/README.chromium | 1 + third_party/flatbuffers/README.chromium | 1 + third_party/glmark2/README.angle | 2 +- third_party/jdk/README.chromium | 2 +- third_party/libpng/README.angle | 1 + third_party/logdog/README.chromium | 2 +- third_party/logdog/get.sh | 2 +- third_party/proguard/README.chromium | 3 ++- third_party/r8/README.chromium | 3 ++- third_party/rapidjson/README.chromium | 1 + third_party/renderdoc/README.chromium | 2 +- third_party/turbine/README.chromium | 3 ++- tools/flex-bison/third_party/m4sugar/README.chromium | 1 + tools/flex-bison/third_party/skeletons/README.chromium | 1 + util/android/third_party/README.angle | 1 + util/windows/third_party/StackWalker/README.chromium | 1 + 35 files changed, 42 insertions(+), 11 deletions(-) diff --git a/README.chromium b/README.chromium index bcee64a41..86cf52f23 100644 --- a/README.chromium +++ b/README.chromium @@ -3,6 +3,7 @@ URL: http://angleproject.org Version: unknown License: BSD License File: LICENSE +Shipped: yes Description: The goal of ANGLE is to allow users of multiple operating systems diff --git a/src/common/base/README.angle b/src/common/base/README.angle index b10d564b4..9d9cbed12 100644 --- a/src/common/base/README.angle +++ b/src/common/base/README.angle @@ -6,6 +6,7 @@ SOURCE CODE: Copy the Chromium folder manually into this folder and run git cl f Date: 24/05/2017 Revision: 28b5bbb227d331c01e6ff9b2f8729732135aadc7 (Chromium) Security Critical: no +Shipped: yes License: Chromium License File: LICENSE in Chromium/src diff --git a/src/common/third_party/xxhash/README.chromium b/src/common/third_party/xxhash/README.chromium index ba6652c39..4c915de40 100644 --- a/src/common/third_party/xxhash/README.chromium +++ b/src/common/third_party/xxhash/README.chromium @@ -3,6 +3,7 @@ URL: https://github.com/Cyan4973/xxHash License: BSD License File: LICENSE Security Critical: yes +Shipped: yes Description: Extremely fast non-cryptographic hash algorithm diff --git a/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/README.chromium b/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/README.chromium index d201515ca..6b8e4752b 100644 --- a/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/README.chromium +++ b/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/README.chromium @@ -7,6 +7,7 @@ Revision: cbc9cc966d2b3cae8906d2d30e761904342b5aba License: MIT License File: LICENSE Security Critical: No +Shipped: yes Description: compute shader decode etc to rgba. diff --git a/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/README.chromium b/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/README.chromium index 73b3a6c28..5732988d9 100644 --- a/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/README.chromium +++ b/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/README.chromium @@ -7,6 +7,7 @@ Revision: 0e82a6f4f491aa18adde62edc3f5c4ed20d92627 License: MIT License File: LICENSE Security Critical: No +Shipped: yes Description: A single-pass downsampler used to generate texture mipmaps. diff --git a/src/tests/test_utils/third_party/README.angle b/src/tests/test_utils/third_party/README.angle index b9715b364..42f78cea4 100644 --- a/src/tests/test_utils/third_party/README.angle +++ b/src/tests/test_utils/third_party/README.angle @@ -3,6 +3,7 @@ URL: https://github.com/LunarG/VulkanSamples/tree/master/API-Samples/utils License: Apache License, Version 2.0 License File: http://www.apache.org/licenses/LICENSE-2.0 Security Critical: no +Shipped: no Description: Utility functions used to implement Vulkan samples and performance tests. diff --git a/src/third_party/ceval/README.chromium b/src/third_party/ceval/README.chromium index 817dbebe8..30eee3014 100644 --- a/src/third_party/ceval/README.chromium +++ b/src/third_party/ceval/README.chromium @@ -3,6 +3,7 @@ URL: https://github.com/erstan/ceval-single-header Version: 1ed80ae78ba7bef1744b1ccdffc6c6802eeec8fa License: MIT License File: LICENSE +Shipped: no Description: A C/C++ header for parsing and evaluation of arithmetic expressions. diff --git a/src/third_party/libXNVCtrl/README.chromium b/src/third_party/libXNVCtrl/README.chromium index 22b9bd0aa..6306b9d83 100644 --- a/src/third_party/libXNVCtrl/README.chromium +++ b/src/third_party/libXNVCtrl/README.chromium @@ -4,7 +4,9 @@ URL: http://cgit.freedesktop.org/~aplattner/nvidia-settings/ Version: unknown Date: 2008 License: MIT +License File: LICENSE Security Critical: no +Shipped: yes Description: This package provides access to NVidia Control X Extension. It is used to determine the version of the NVIDIA driver in use. diff --git a/src/third_party/volk/README.chromium b/src/third_party/volk/README.chromium index 2f9843039..02a835c76 100644 --- a/src/third_party/volk/README.chromium +++ b/src/third_party/volk/README.chromium @@ -5,6 +5,7 @@ Version: 0 License: MIT License File: LICENSE.md Security Critical: yes +Shipped: yes Description: volk is a meta-loader for Vulkan. It allows you to dynamically load diff --git a/third_party/EGL-Registry/README.chromium b/third_party/EGL-Registry/README.chromium index 7e4e0ebdb..216510c0f 100644 --- a/third_party/EGL-Registry/README.chromium +++ b/third_party/EGL-Registry/README.chromium @@ -6,6 +6,7 @@ SOURCE CODE: git clone -b EGL-Registry https://github.com/KhronosGroup/EGL-Regis Date: N/A Revision: N/A Security Critical: no +Shipped: yes License: Apache 2.0 License File: Not Included diff --git a/third_party/OpenCL-Docs/README.chromium b/third_party/OpenCL-Docs/README.chromium index 9f7c76be1..049cdf8e4 100644 --- a/third_party/OpenCL-Docs/README.chromium +++ b/third_party/OpenCL-Docs/README.chromium @@ -6,6 +6,7 @@ SOURCE CODE: git clone -b OpenCL-Docs https://github.com/KhronosGroup/OpenCL-Doc Date: N/A Revision: N/A Security Critical: no +Shipped: yes License: Apache 2.0 License File: Not Included diff --git a/third_party/OpenCL-ICD-Loader/README.chromium b/third_party/OpenCL-ICD-Loader/README.chromium index 7a66ef9c5..2b5bcc87b 100644 --- a/third_party/OpenCL-ICD-Loader/README.chromium +++ b/third_party/OpenCL-ICD-Loader/README.chromium @@ -6,6 +6,7 @@ SOURCE CODE: git clone -b OpenCL-ICD-Loader https://chromium.googlesource.com/ex Date: 29/04/2021 Revision: 9b5e3849b49a1448996c8b96ba086cd774d987db Security Critical: no +Shipped: yes License: Apache 2.0 License File: LICENSE diff --git a/third_party/OpenGL-Registry/README.chromium b/third_party/OpenGL-Registry/README.chromium index 3385911e1..4e243035d 100644 --- a/third_party/OpenGL-Registry/README.chromium +++ b/third_party/OpenGL-Registry/README.chromium @@ -6,6 +6,7 @@ SOURCE CODE: git clone -b OpenGL-Registry https://github.com/KhronosGroup/OpenGL Date: N/A Revision: N/A Security Critical: no +Shipped: yes License: Apache 2.0 License File: Not Included diff --git a/third_party/VK-GL-CTS/README.angle b/third_party/VK-GL-CTS/README.angle index 1fda4857b..b3cde5c15 100644 --- a/third_party/VK-GL-CTS/README.angle +++ b/third_party/VK-GL-CTS/README.angle @@ -6,6 +6,7 @@ SOURCE CODE: git clone -b VK-GL-CTS https://chromium.googlesource.com/external/g Date: 20/06/2016 Revision: f4f3d8079e7a37d7675ab93583e6438d0bca0e58 Security Critical: no +Shipped: no License: Apache 2.0 License File: LICENSE diff --git a/third_party/android_system_sdk/README.chromium b/third_party/android_system_sdk/README.chromium index 1f5747450..f8ff72f47 100644 --- a/third_party/android_system_sdk/README.chromium +++ b/third_party/android_system_sdk/README.chromium @@ -6,6 +6,7 @@ Revision: RPB2.200611.009 License: GPL v2 License File: LICENSE Security Critical: No +Shipped: yes Description: System SDK stubs for compiling Android Webview and Monochrome targets. diff --git a/third_party/astc-encoder/README.angle b/third_party/astc-encoder/README.angle index 300c020a1..e59ff2e1f 100644 --- a/third_party/astc-encoder/README.angle +++ b/third_party/astc-encoder/README.angle @@ -3,8 +3,9 @@ Short Name: astc-encoder URL: https://github.com/ARM-software/astc-encoder Version: 573c475389bf51d16a5c3fc8348092e094e50e8f Security Critical: no +Shipped: yes License: Apache-2.0 -License File: NOT_SHIPPED +License File: src/LICENSE.txt Description: This is the official repository for the Arm ASTC Encoder, a texture compressor for the Adaptive Scalable Texture Compression data format. diff --git a/third_party/bazel/README.chromium b/third_party/bazel/README.chromium index 6cd292c5a..91c7584da 100644 --- a/third_party/bazel/README.chromium +++ b/third_party/bazel/README.chromium @@ -2,9 +2,10 @@ Name: (Components of) Bazel Short Name: (Components of) Bazel URL: https://github.com/bazelbuild/bazel License: Apache 2.0 -License File: NOT_SHIPPED +License File: LICENSE Version: Unknown Security Critical: no +Shipped: no Description: This directory contains Bazel components used for building Android binaries. diff --git a/third_party/bazel/desugar/README.chromium b/third_party/bazel/desugar/README.chromium index 5de7a2194..4f00b271e 100644 --- a/third_party/bazel/desugar/README.chromium +++ b/third_party/bazel/desugar/README.chromium @@ -4,6 +4,7 @@ URL: https://github.com/bazelbuild/bazel Version: 1.1.0 License: Apache 2.0 Security Critical: no +Shipped: yes Description: Desugar is a Google-developed open-source Java library used by the build process diff --git a/third_party/colorama/README.chromium b/third_party/colorama/README.chromium index 6ee5c1704..f006f2a3f 100644 --- a/third_party/colorama/README.chromium +++ b/third_party/colorama/README.chromium @@ -3,8 +3,9 @@ Short Name: colorama URL: https://github.com/tartley/colorama.git Version: 799604a104 License: BSD -License File: NOT_SHIPPED +License File: LICENSE Security Critical: no +Shipped: no Description: Provides a simple cross-platform API to print colored terminal text from Python diff --git a/third_party/cpu_features/README.chromium b/third_party/cpu_features/README.chromium index b1a8ff739..4c7ed6ec1 100644 --- a/third_party/cpu_features/README.chromium +++ b/third_party/cpu_features/README.chromium @@ -6,6 +6,7 @@ Date: 2023/05/17 License: Apache 2.0 License File: src/LICENSE Security Critical: Yes +Shipped: yes Description: cpu_features is a library to retrieve CPU features at runtime. It is used to diff --git a/third_party/flatbuffers/README.chromium b/third_party/flatbuffers/README.chromium index 9deedaca0..fe3db1193 100644 --- a/third_party/flatbuffers/README.chromium +++ b/third_party/flatbuffers/README.chromium @@ -6,6 +6,7 @@ Date: 2023/06/22 License: Apache 2.0 License File: LICENSE Security Critical: yes +Shipped: yes Description: FlatBuffers is an efficient cross platform serialization library for games and diff --git a/third_party/glmark2/README.angle b/third_party/glmark2/README.angle index 265b09f72..7e5ff54e2 100644 --- a/third_party/glmark2/README.angle +++ b/third_party/glmark2/README.angle @@ -3,8 +3,8 @@ Short Name: glmark2 URL: https://github.com/glmark2/glmark2 Version: ca8de51fedb70bace5351c6b002eb952c747e889 Security Critical: no +Shipped: no License: GPL v3 -License File: NOT_SHIPPED Description: glmark2 is an OpenGL 2.0 and ES 2.0 benchmark. diff --git a/third_party/jdk/README.chromium b/third_party/jdk/README.chromium index d834a41ed..4cddb8ed0 100644 --- a/third_party/jdk/README.chromium +++ b/third_party/jdk/README.chromium @@ -4,8 +4,8 @@ URL: https://openjdk.java.net/ Version: 11.0.4 CPEPrefix: cpe:/a:oracle:openjdk:11.0.4 License: GPL v2 -License File: NOT_SHIPPED Security Critical: no +Shipped: no Description: The Java Development Kit (JDK) is a software development environment used for diff --git a/third_party/libpng/README.angle b/third_party/libpng/README.angle index 52345691b..173735e16 100644 --- a/third_party/libpng/README.angle +++ b/third_party/libpng/README.angle @@ -2,5 +2,6 @@ Name: libpng URL: http://libpng.org/ Version: 1.6.22 Security Critical: yes +Shipped: no License: libpng license License Android Compatible: yes diff --git a/third_party/logdog/README.chromium b/third_party/logdog/README.chromium index 959cc27d4..1d040caa5 100644 --- a/third_party/logdog/README.chromium +++ b/third_party/logdog/README.chromium @@ -4,8 +4,8 @@ URL: https://chromium.googlesource.com/infra/luci/luci-py/client/libs/logdog Version: 17ec234f823f7bff6ada6584fdbbee9d54b8fc58 Revision: 17ec234f823f7bff6ada6584fdbbee9d54b8fc58 License: Apache 2.0 -License File: NOT_SHIPPED Security Critical: no +Shipped: no Description: This is used from build/android/pylib/utils/logdog_helper.py diff --git a/third_party/logdog/get.sh b/third_party/logdog/get.sh index ea97f90f3..b05b8194b 100755 --- a/third_party/logdog/get.sh +++ b/third_party/logdog/get.sh @@ -26,8 +26,8 @@ URL: https://chromium.googlesource.com/infra/luci/luci-py/client/libs/logdog Version: $revision Revision: $revision License: Apache 2.0 -License File: NOT_SHIPPED Security Critical: no +Shipped: no Description: This is used from build/android/pylib/utils/logdog_helper.py diff --git a/third_party/proguard/README.chromium b/third_party/proguard/README.chromium index fead1bf54..93f591ec7 100644 --- a/third_party/proguard/README.chromium +++ b/third_party/proguard/README.chromium @@ -3,8 +3,9 @@ URL: http://proguard.sourceforge.net/ Version: 6.0.3 Date: June 22, 2016 License: GPL v2 -License File: NOT_SHIPPED +License File: LICENSE Security Critical: no +Shipped: no Description: This directory includes proguard.jar to allow Chromium to shrink, optimize java diff --git a/third_party/r8/README.chromium b/third_party/r8/README.chromium index 12c75cdd5..22ae3ef79 100644 --- a/third_party/r8/README.chromium +++ b/third_party/r8/README.chromium @@ -2,8 +2,9 @@ Name: R8 URL: https://r8.googlesource.com/r8 Version: 3.0.33 License: BSD 3-Clause -License File: NOT_SHIPPED +License File: LICENSE Security Critical: no +Shipped: no Description: lib/r8.jar diff --git a/third_party/rapidjson/README.chromium b/third_party/rapidjson/README.chromium index 8dd14bffc..567d7b2ef 100644 --- a/third_party/rapidjson/README.chromium +++ b/third_party/rapidjson/README.chromium @@ -2,6 +2,7 @@ Name: RapidJSON URL: https://github.com/TenCent/rapidjson License: MIT License File: src/license.txt +Shipped: no CPEPrefix: cpe:/a:tencent:rapidjson:1.1.0 Description: diff --git a/third_party/renderdoc/README.chromium b/third_party/renderdoc/README.chromium index 8c52aa02a..ecb00ce38 100644 --- a/third_party/renderdoc/README.chromium +++ b/third_party/renderdoc/README.chromium @@ -1,8 +1,8 @@ Name: RenderDoc API Header URL: https://raw.githubusercontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h License: MIT -License File: NOT_SHIPPED Security Critical: no +Shipped: no Description: Header file for RenderDoc's in-app capture API. diff --git a/third_party/turbine/README.chromium b/third_party/turbine/README.chromium index f183d8c3b..96952945c 100644 --- a/third_party/turbine/README.chromium +++ b/third_party/turbine/README.chromium @@ -4,8 +4,9 @@ URL: https://github.com/google/turbine Version: 0 Revision: 3c31e67ae25b5e43713fd868e3a9b535ff6298af License: Apache 2.0 -License File: NOT_SHIPPED +License File: LICENSE Security Critical: no +Shipped: no Description: Turbine is a header compiler for Java. This library does not provide versioning diff --git a/tools/flex-bison/third_party/m4sugar/README.chromium b/tools/flex-bison/third_party/m4sugar/README.chromium index c60a5fd4f..e60c16fb5 100644 --- a/tools/flex-bison/third_party/m4sugar/README.chromium +++ b/tools/flex-bison/third_party/m4sugar/README.chromium @@ -4,6 +4,7 @@ URL: https://www.gnu.org/software/autoconf/ Version: unknown License: GPL License File: LICENSE +Shipped: yes Security critical: no Description: diff --git a/tools/flex-bison/third_party/skeletons/README.chromium b/tools/flex-bison/third_party/skeletons/README.chromium index 215d82e63..46d1b5673 100644 --- a/tools/flex-bison/third_party/skeletons/README.chromium +++ b/tools/flex-bison/third_party/skeletons/README.chromium @@ -3,6 +3,7 @@ URL: https://www.gnu.org/software/bison/ Version: 3.3.2 License: GPL License File: LICENSE +Shipped: yes Security critical: no Description: diff --git a/util/android/third_party/README.angle b/util/android/third_party/README.angle index 29547a97c..389c368ec 100644 --- a/util/android/third_party/README.angle +++ b/util/android/third_party/README.angle @@ -3,6 +3,7 @@ URL: https://android.googlesource.com/platform/ndk/+/65966d5033af36134135d1308bd Version: 65966d5033af36134135d1308bdc62b216a5a414 License: Apache License, Version 2.0 License File: http://www.apache.org/licenses/LICENSE-2.0 +Shipped: no Description: Helper glue code for ANativeActivity implementations \ No newline at end of file diff --git a/util/windows/third_party/StackWalker/README.chromium b/util/windows/third_party/StackWalker/README.chromium index 593ebb314..827e499c4 100644 --- a/util/windows/third_party/StackWalker/README.chromium +++ b/util/windows/third_party/StackWalker/README.chromium @@ -3,6 +3,7 @@ URL: https://github.com/JochenKalmbach/StackWalker License: BSD License File: LICENSE Security Critical: no +Shipped: no Description: Walking the callstack in windows applications