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
diff --git a/LICENSE b/LICENSE
index 980a15a..8dada3e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-                                Apache License
+                                 Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/