summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstub.c4
-rw-r--r--head.S4
2 files changed, 6 insertions, 2 deletions
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,