diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-24 12:09:16 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-24 12:09:16 +0000 |
commit | 92ea1df875340a9841117762c41087bdb5561a10 (patch) | |
tree | e8761c9b6f4e8ef1a3ad7a36f53300fdfefaabfb /PerformancePkg/Dp_App | |
parent | 95d48e8299e000aefae3c7682039ce2473648940 (diff) | |
download | edk2-92ea1df875340a9841117762c41087bdb5561a10.zip edk2-92ea1df875340a9841117762c41087bdb5561a10.tar.gz edk2-92ea1df875340a9841117762c41087bdb5561a10.tar.bz2 |
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.c | 2 | ||||
-rw-r--r-- | PerformancePkg/Dp_App/Dp.h | 2 | ||||
-rw-r--r-- | PerformancePkg/Dp_App/Dp.inf | 2 | ||||
-rw-r--r-- | PerformancePkg/Dp_App/DpInternal.h | 2 | ||||
-rw-r--r-- | PerformancePkg/Dp_App/DpProfile.c | 2 | ||||
-rw-r--r-- | PerformancePkg/Dp_App/DpStrings.uni | bin | 29964 -> 29968 bytes | |||
-rw-r--r-- | PerformancePkg/Dp_App/DpTrace.c | 2 | ||||
-rw-r--r-- | PerformancePkg/Dp_App/DpUtilities.c | 2 | ||||
-rw-r--r-- | PerformancePkg/Dp_App/Literals.c | 2 | ||||
-rw-r--r-- | PerformancePkg/Dp_App/Literals.h | 2 |
10 files changed, 9 insertions, 9 deletions
diff --git a/PerformancePkg/Dp_App/Dp.c b/PerformancePkg/Dp_App/Dp.c index f5d0bda..39eba41 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 eb05373..e4c5a76 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 6849ab9..aef7c07 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 9335580..8a4ce88 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 880e057..037c6fa 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 Binary files differindex ba0b614..2d355df 100644 --- a/PerformancePkg/Dp_App/DpStrings.uni +++ b/PerformancePkg/Dp_App/DpStrings.uni diff --git a/PerformancePkg/Dp_App/DpTrace.c b/PerformancePkg/Dp_App/DpTrace.c index fdbd860..77939c5 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 7f88a40..dbb268a 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 efc7d1f..53d9507 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 d50dd70..37d8c5a 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
|