crosvm/common
Dennis Kempin 1dab58a2cf Update all copyright headers to match new style
This search/replace updates all copyright notices to drop the
"All rights reserved", Use "ChromiumOS" instead of "Chromium OS"
and drops the trailing dots.

This fulfills the request from legal and unifies our notices.

./tools/health-check has been updated to only accept this style.

BUG=b:246579983
TEST=./tools/health-check

Change-Id: I87a80701dc651f1baf4820e5cc42469d7c5f5bf7
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3894243
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
2022-09-13 18:41:29 +00:00
..
assertions Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
audio_streams Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
balloon_control Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
cros-fuzz Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
cros_asyncv2 Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
data_model Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
p9 Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
sync Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
chromeos_warning.md Add version pin warning to common/ 2022-04-15 19:51:35 +00:00
README.md docs: Use mdformat to format markdown files 2022-01-27 21:29:11 +00:00

Crosvm General Purpose Libraries

The crates in this folder are general purpose libraries used by other projects in ChromeOS as well.

To make them accessible independendly of crosvm, each of these crates is excluded from the crosvm workspace.

List of libraries

  • cros-fuzz: Support crate for fuzzing rust code in ChromeOS
  • p9: Server implementation of the 9p file system protocol