[LSC] Add LOCAL_LICENSE_KINDS to external/wuffs-mirror-release-c am: 9fc6aed342 am: cb9bd8382e am: 9a8c4214ef am: 4093e4de01

Original change: https://android-review.googlesource.com/c/platform/external/wuffs-mirror-release-c/+/1927672

Change-Id: Ia0b57f1e65ec0067f1d9f0452e0d5afb43402e21
tree: 66500da679470fe5a6e602c2a46370f17d3774f3
  1. .github/
  2. docs/
  3. release/
  4. script/
  5. Android.bp
  6. LICENSE
  7. METADATA
  8. MODULE_LICENSE_APACHE2
  9. OWNERS.android
  10. README.md
  11. sync.txt
README.md

Wuffs Mirror (release/c)

This repository mirrors a subset of the Wuffs (Wrangling Untrusted File Formats Safely) repository.

Wuffs is both a programming language (Wuffs-the-language) and a standard library (Wuffs-the-library) written in that language. The Wuffs toolchain converts from Wuffs-the-language to C and Wuffs-the-library is available as a single C file - a header file library.

People who just want to use Wuffs-the-library in its C form (instead of modifying its Wuffs form or otherwise needing Wuffs-the-language tools) only need that one C file.

This repository's release/c directory contains that C file (at various versions). It mirrors the release/c directory of the original Wuffs repository (except for the “unsupported snapshot” version). By excluding everything else, this repository is much smaller and changes much less frequently.

Updates

This repository's release/c directory is manually updated by the script/sync.sh shell script, which also logs to sync.txt.

Disclaimer

This is not an official Google product, it is just code that happens to be owned by Google.


Updated on March 2021.