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.

(From meta-nuvoton rev: f0403cadf1a796fe04b0ba21b224ff66be591e9e)

Change-Id: I2cd59cc2a968ecc4d381967e626978b1fa58edfa
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-nuvoton/LICENSE b/meta-nuvoton/LICENSE
index 1ed34d7..22a3b52 100644
--- a/meta-nuvoton/LICENSE
+++ b/meta-nuvoton/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.