summaryrefslogtreecommitdiff
path: root/PerformancePkg/Dp_App
diff options
context:
space:
mode:
authorhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-24 12:09:16 +0000
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-24 12:09:16 +0000
commit92ea1df875340a9841117762c41087bdb5561a10 (patch)
treee8761c9b6f4e8ef1a3ad7a36f53300fdfefaabfb /PerformancePkg/Dp_App
parent95d48e8299e000aefae3c7682039ce2473648940 (diff)
downloadedk2-platforms-92ea1df875340a9841117762c41087bdb5561a10.tar.xz
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10427 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg/Dp_App')
-rw-r--r--PerformancePkg/Dp_App/Dp.c2
-rw-r--r--PerformancePkg/Dp_App/Dp.h2
-rw-r--r--PerformancePkg/Dp_App/Dp.inf2
-rw-r--r--PerformancePkg/Dp_App/DpInternal.h2
-rw-r--r--PerformancePkg/Dp_App/DpProfile.c2
-rw-r--r--PerformancePkg/Dp_App/DpStrings.unibin29964 -> 29968 bytes
-rw-r--r--PerformancePkg/Dp_App/DpTrace.c2
-rw-r--r--PerformancePkg/Dp_App/DpUtilities.c2
-rw-r--r--PerformancePkg/Dp_App/Literals.c2
-rw-r--r--PerformancePkg/Dp_App/Literals.h2
10 files changed, 9 insertions, 9 deletions
diff --git a/PerformancePkg/Dp_App/Dp.c b/PerformancePkg/Dp_App/Dp.c
index f5d0bda9f8..39eba4134c 100644
--- a/PerformancePkg/Dp_App/Dp.c
+++ b/PerformancePkg/Dp_App/Dp.c
@@ -13,7 +13,7 @@
* Dp uses this information to group records in different ways. It also uses
* timer information to calculate elapsed time for each measurement.
*
- * Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+ * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
* 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/PerformancePkg/Dp_App/Dp.h b/PerformancePkg/Dp_App/Dp.h
index eb0537345b..e4c5a76d41 100644
--- a/PerformancePkg/Dp_App/Dp.h
+++ b/PerformancePkg/Dp_App/Dp.h
@@ -1,7 +1,7 @@
/** @file
* Common declarations for the Dp Performance Reporting Utility.
*
- * Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+ * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
* 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/PerformancePkg/Dp_App/Dp.inf b/PerformancePkg/Dp_App/Dp.inf
index 6849ab9569..aef7c07bac 100644
--- a/PerformancePkg/Dp_App/Dp.inf
+++ b/PerformancePkg/Dp_App/Dp.inf
@@ -1,7 +1,7 @@
#/** @file
# Display Performance Application, Module information file.
#
-# Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
# 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/PerformancePkg/Dp_App/DpInternal.h b/PerformancePkg/Dp_App/DpInternal.h
index 9335580093..8a4ce885cc 100644
--- a/PerformancePkg/Dp_App/DpInternal.h
+++ b/PerformancePkg/Dp_App/DpInternal.h
@@ -6,7 +6,7 @@
* Dp application. In addition to global data, function declarations for
* DpUtilities.c, DpTrace.c, and DpProfile.c are included here.
*
- * Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+ * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
* 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/PerformancePkg/Dp_App/DpProfile.c b/PerformancePkg/Dp_App/DpProfile.c
index 880e057e7c..037c6fa064 100644
--- a/PerformancePkg/Dp_App/DpProfile.c
+++ b/PerformancePkg/Dp_App/DpProfile.c
@@ -1,7 +1,7 @@
/** @file
* Measured Profiling reporting for the Dp utility.
*
- * Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+ * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
* 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/PerformancePkg/Dp_App/DpStrings.uni b/PerformancePkg/Dp_App/DpStrings.uni
index ba0b614d66..2d355dffb0 100644
--- a/PerformancePkg/Dp_App/DpStrings.uni
+++ b/PerformancePkg/Dp_App/DpStrings.uni
Binary files differ
diff --git a/PerformancePkg/Dp_App/DpTrace.c b/PerformancePkg/Dp_App/DpTrace.c
index fdbd860d43..77939c596e 100644
--- a/PerformancePkg/Dp_App/DpTrace.c
+++ b/PerformancePkg/Dp_App/DpTrace.c
@@ -1,7 +1,7 @@
/** @file
* Trace reporting for the Dp utility.
*
- * Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+ * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
* 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/PerformancePkg/Dp_App/DpUtilities.c b/PerformancePkg/Dp_App/DpUtilities.c
index 7f88a40208..dbb268a21c 100644
--- a/PerformancePkg/Dp_App/DpUtilities.c
+++ b/PerformancePkg/Dp_App/DpUtilities.c
@@ -1,7 +1,7 @@
/** @file
* Utility functions used by the Dp application.
*
- * Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+ * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
* 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/PerformancePkg/Dp_App/Literals.c b/PerformancePkg/Dp_App/Literals.c
index efc7d1f355..53d9507409 100644
--- a/PerformancePkg/Dp_App/Literals.c
+++ b/PerformancePkg/Dp_App/Literals.c
@@ -1,7 +1,7 @@
/** @file
* Definitions of ASCII string literals used by DP.
*
- * Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+ * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
* 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/PerformancePkg/Dp_App/Literals.h b/PerformancePkg/Dp_App/Literals.h
index d50dd7074f..37d8c5a7bf 100644
--- a/PerformancePkg/Dp_App/Literals.h
+++ b/PerformancePkg/Dp_App/Literals.h
@@ -1,7 +1,7 @@
/** @file
* Declarations of ASCII string literals used by DP.
*
- * Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+ * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
* 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