Fixing license header ...

Signed-off-by: Alek Du <alek.du@intel.com>
diff --git a/bootstub.c b/bootstub.c
index d45bbe1..663f198 100644
--- a/bootstub.c
+++ b/bootstub.c
@@ -1,6 +1,8 @@
 /*
  * bootstub 32 bit entry setting routings 
- * Copyright (C) 2008, Alek Du <alek.du@intel.com> Intel Corporation.
+ *
+ * Copyright (C) 2008-2010 Intel Corporation.
+ * Author: Alek Du <alek.du@intel.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/head.S b/head.S
index 941c92d..d4f21e2 100644
--- a/head.S
+++ b/head.S
@@ -1,6 +1,8 @@
 /*
  * head.S for bootstub to load protected mode kernel
- * Copyright (C) 2008, Alek Du <alek.du@intel.com> Intel Corporation.
+ *
+ * Copyright (C) 2008-2010 Intel Corporation.
+ * Author: Alek Du <alek.du@intel.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,