0

[ssci] Add Shipped field to READMEs

This CL adds the Shipped field and updates the
License File field in Chromium READMEs within the
directory /native_client_sdk.

See the LSC doc at go/lsc-chrome-metadata.

This CL was uploaded by git cl split.

Bug: b:285450740
Change-Id: I9828cdd7a79aa7608849a1e0637eb17f8a38de55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4663462
Owners-Override: Anne Redulla <aredulla@google.com>
Commit-Queue: Patrick Meiring <meiring@google.com>
Auto-Submit: Anne Redulla <aredulla@google.com>
Reviewed-by: Patrick Meiring <meiring@google.com>
Cr-Commit-Position: refs/heads/main@{#1172185}
This commit is contained in:
Anne Redulla
2023-07-19 06:08:24 +00:00
committed by Chromium LUCI CQ
parent 0eb33bf04a
commit 752a4b1d9e
3 changed files with 4 additions and 2 deletions
native_client_sdk/src
build_tools
sdk_tools
third_party
fancy_urllib
libraries
third_party
newlib-extras
pthreads-win32

@ -1,8 +1,8 @@
Name: fancy_urllib
URL: http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
Shipped: no
The fancy_urllib library was obtained from
http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib/fancy_urllib/__init__.py

@ -5,6 +5,7 @@ Date: 2013-07-30
License: BSD 3-Clause License
License File: README
Security Critical: no
Shipped: yes
This directory contains several socket-related header files taken from newlib.
These files are not present in the version of newlib included in the NaCl

@ -3,8 +3,9 @@ URL: https://www.sourceware.org/pthreads-win32/
Version: 2.9.1.0
Date: 2012-08-21
License: LGPL 2.1
License File: NOT_SHIPPED
License File: LICENSE
Security Critical: no
Shipped: no
This library is included only to allow external users of the Native Client SDK
to build PPAPI plugins using the pthreads interface. This is convenient during