mirror of https://github.com/acidanthera/audk.git
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:
parent
95d48e8299
commit
92ea1df875
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
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
|
||||
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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
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
|
||||
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
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
A Processor’s 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
|
||||
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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# TSC reads are much more efficient and do not incur the overhead associated with a ring transition or
|
||||
# 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
|
||||
# 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,7 +2,7 @@
|
|||
# Build description file to generate Shell DP application and
|
||||
# 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
|
||||
# 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#/** @file
|
||||
# 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
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue