From f42f22f5dd8b6421fe6780b06ed3fb327f9dd46b Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Thu, 8 Dec 2016 10:21:16 +0800 Subject: [PATCH] MdeModulePkg/EbcDxe: Fix incorrect Copyright format Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdQuit.c | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdRegister.c | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.h | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbHook.h | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupport.h | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportString.c | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSymbol.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdQuit.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdQuit.c index fa53eb8bc0..a2f20dcfb7 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdQuit.c +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdQuit.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007, Intel Corporation.All rights reserved.
+Copyright (c) 2007, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdRegister.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdRegister.c index 7755024a64..9e32d18585 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdRegister.c +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdRegister.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007, Intel Corporation.All rights reserved.
+Copyright (c) 2007, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c index a59b2566fa..67a4905e90 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007, Intel Corporation All rights reserved.
+Copyright (c) 2007, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.h b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.h index 911b0f9b6d..a765d14179 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.h +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.h @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007, Intel Corporation All rights reserved.
+Copyright (c) 2007, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c index 2e001a4a54..472158b8f9 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007, Intel Corporation All rights reserved.
+Copyright (c) 2007, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h index 801cbc1236..af5a7cab99 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007, Intel Corporation All rights reserved.
+Copyright (c) 2007, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbHook.h b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbHook.h index fd5e430c62..8d8bdc611f 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbHook.h +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbHook.h @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007, Intel Corporation All rights reserved.
+Copyright (c) 2007, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupport.h b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupport.h index 68becd6d80..4df396657c 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupport.h +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupport.h @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007, Intel Corporation All rights reserved.
+Copyright (c) 2007, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportString.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportString.c index 0a49d2fd57..78a0559079 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportString.c +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportString.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007 - 2016, Intel Corporation All rights reserved.
+Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSymbol.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSymbol.c index de9ad8bb59..e6a677d764 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSymbol.c +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSymbol.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2007 - 2016, Intel Corporatio. All rights reserved.
+Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at -- 2.39.2