- Standardize copyright and license notice - Standardize header guards
The trailing comma is supported in MPW and GCC. It fixes the formatting issue with clang-format and makes cleaner diffs, so trailing commas have been added to enums and clang-format has been run over the sources.
- Extracted functions to //lib:test for writing tests - Extracted functions to lib/util.h if they are useful outside tests