Update the copyright notice format

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10427 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hhtian 2010-04-24 12:09:16 +00:00
parent 95d48e8299
commit 92ea1df875
16 changed files with 15 additions and 15 deletions

View File

@ -13,7 +13,7 @@
* Dp uses this information to group records in different ways. It also uses * Dp uses this information to group records in different ways. It also uses
* timer information to calculate elapsed time for each measurement. * 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 * This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License * 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 * which accompanies this distribution. The full text of the license may be found at

View File

@ -1,7 +1,7 @@
/** @file /** @file
* Common declarations for the Dp Performance Reporting Utility. * 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 * This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License * 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 * which accompanies this distribution. The full text of the license may be found at

View File

@ -1,7 +1,7 @@
#/** @file #/** @file
# Display Performance Application, Module information 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 # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # 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 # which accompanies this distribution. The full text of the license may be found at

View File

@ -6,7 +6,7 @@
* Dp application. In addition to global data, function declarations for * Dp application. In addition to global data, function declarations for
* DpUtilities.c, DpTrace.c, and DpProfile.c are included here. * 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 * This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License * 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 * which accompanies this distribution. The full text of the license may be found at

View File

@ -1,7 +1,7 @@
/** @file /** @file
* Measured Profiling reporting for the Dp utility. * 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 * This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License * 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 * which accompanies this distribution. The full text of the license may be found at

Binary file not shown.

View File

@ -1,7 +1,7 @@
/** @file /** @file
* Trace reporting for the Dp utility. * 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 * This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License * 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 * which accompanies this distribution. The full text of the license may be found at

View File

@ -1,7 +1,7 @@
/** @file /** @file
* Utility functions used by the Dp application. * 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 * This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License * 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 * which accompanies this distribution. The full text of the license may be found at

View File

@ -1,7 +1,7 @@
/** @file /** @file
* Definitions of ASCII string literals used by DP. * 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 * This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License * 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 * which accompanies this distribution. The full text of the license may be found at

View File

@ -1,7 +1,7 @@
/** @file /** @file
* Declarations of ASCII string literals used by DP. * 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 * This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License * 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 * which accompanies this distribution. The full text of the license may be found at

View File

@ -3,7 +3,7 @@
These definitions should work for any version of Ich. These definitions should work for any version of Ich.
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 This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 which accompanies this distribution. The full text of the license may be found at

View File

@ -1,7 +1,7 @@
/** @file /** @file
ASCII String Literals with special meaning to Performance measurement and the Dp utility. ASCII String Literals with special meaning to Performance measurement and 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 This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 which accompanies this distribution. The full text of the license may be found at

View File

@ -17,7 +17,7 @@
A Processors support for invariant TSC is indicated by CPUID.0x80000007.EDX[8]. A Processors support for invariant TSC is indicated by CPUID.0x80000007.EDX[8].
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 This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 which accompanies this distribution. The full text of the license may be found at

View File

@ -8,7 +8,7 @@
# TSC reads are much more efficient and do not incur the overhead associated with a ring transition or # TSC reads are much more efficient and do not incur the overhead associated with a ring transition or
# access to a platform resource. # access to a platform resource.
# #
# Copyright (c) 2009-2010, Intel Corporation. All rights reserved. # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # 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 # which accompanies this distribution. The full text of the license may be found at

View File

@ -2,7 +2,7 @@
# Build description file to generate Shell DP application and # Build description file to generate Shell DP application and
# Performance Libraries. # Performance Libraries.
# #
# 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 # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # 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 # which accompanies this distribution. The full text of the license may be found at

View File

@ -1,7 +1,7 @@
#/** @file #/** @file
# Build description file to generate Shell DP application. # Build description file to generate Shell 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 # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # 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 # which accompanies this distribution. The full text of the license may be found at