Fix several review comments.
diff --git a/edk/BaseTypes.h b/edk/BaseTypes.h
index f0b1b97..f7a29de 100644
--- a/edk/BaseTypes.h
+++ b/edk/BaseTypes.h
@@ -1,3 +1,13 @@
+/** @file
+  Processor or Compiler specific defines for all supported processors.
+
+  This file is stand alone self consistent set of definitions.
+
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
+  SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
 #ifndef CPER_BASETYPES_H
 #define CPER_BASETYPES_H
 
diff --git a/edk/Cper.c b/edk/Cper.c
index 0ccf08b..a772939 100644
--- a/edk/Cper.c
+++ b/edk/Cper.c
@@ -1,7 +1,17 @@
+/** @file
+  GUIDs and definitions used for Common Platform Error Record.
+
+  Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>
+  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
+  SPDX-License-Identifier: BSD-2-Clause-Patent
+
+  @par Revision Reference:
+  GUIDs defined in UEFI 2.7 Specification.
+
+**/
+
 /**
  * Extern definitions for EFI GUIDs relating to notification types and error section types.
- * 
- * Author: Lawrence.Tang@arm.com
  **/
 #include "Cper.h"