Fix LICENSE file

It looks like somehow, our LICENSE file was missing a space which is
throwing off the md5sum calculation.

Tested:
~/repo/bios-bmc-smm-error-logger(main)$ md5sum LICENSE
e3fc50a88d0a364313df4b21ef20c29e  LICENSE

This is the most commont LICENSE checksum (our bb file is wrong as well)

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: Ib209c9ee8470822f8d6aa03bb25fbe644499581d
1 file changed
tree: 4c04f4e27beddcdada26977c5162201494c1e537
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. test/
  6. .clang-format
  7. .clang-tidy
  8. .gitignore
  9. LICENSE
  10. MAINTAINERS
  11. meson.build
  12. meson_options.txt
  13. OWNERS
  14. README.md
README.md

bios-bmc-smm-error-logger

This daemon will follow the design doc: https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/52109

More detailed implementation details will also be placed here in the future