Make cros lint happy with most files

The requirements for the format of copyright headers has changed. Update
to the new style.

The Python formatter has changed.

This CL has no manual edits. The copyright headers were updated by bulk
search and replace. Everything else was the result of `cros format`.

A few files still failed cros lint, so these were reverted and can be
dealt with when required.

BUG=None
TEST=cros lint

Change-Id: Ic628ac2639e27a367937b9f3246a4de64195df8b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/hps-firmware/+/3960654
Commit-Queue: David Lattimore <dml@chromium.org>
Tested-by: David Lattimore <dml@chromium.org>
Reviewed-by: Dan Callaghan <dcallagh@chromium.org>
179 files changed
tree: 299bf8c7c0e59fd1c3ec7e4141bda4ebb948e49b
  1. .vscode/
  2. avr/
  3. bin/
  4. docs/
  5. models/
  6. renode/
  7. rust/
  8. scripts/
  9. soc/
  10. test_data/
  11. third_party/
  12. toolchain/
  13. .clang-format
  14. .gitignore
  15. .gn
  16. BUILD.gn
  17. BUILDCONFIG.gn
  18. DIR_METADATA
  19. environment
  20. LICENSE
  21. OWNERS
  22. PRESUBMIT.cfg
  23. pylintrc
  24. README.md
  25. rust-toolchain.toml
README.md

ChromiumOS Human Presence Sensor

The ChromiumOS Human Presence Sensor is a hardware peripheral which can detect the presence of one or more humans in front of the Chromebook.

This repository contains source code for the firmware which runs on the peripheral.

For more information, refer to the design document (Googlers only).

Documentation