meta-nuvoton: License wording cleanup

Whitespace fixes.

The LICENSE file referred to a mix of licenses but only listed MIT.
Add an Apache fallback for anything that isn't explicitly stated.

Change-Id: I77ee096d6292ff3b96dab97c8f230119932e33b2
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/LICENSE b/LICENSE
index 1ed34d7..22a3b52 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,12 @@
-Different components of Phosphor OpenBMC are under different licenses (a mix
-Please see:
+Different components of meta-nuvoton are under different licenses (a mix
+of MIT and Apache-2.0). Please see:
 
+COPYING.Apache-2.0
 COPYING.MIT (MIT)
 
 All metadata is MIT licensed unless otherwise stated. Source code
 included in tree for individual recipes is under the LICENSE stated in
 the associated recipe (.bb file) unless otherwise stated.
+
+License information for any other files is either explicitly stated
+or defaults to Apache-2.0.