Fix file headers

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9189 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2009-08-24 23:39:38 +00:00
parent 8992ce066e
commit acbcf0425f
10 changed files with 13 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
Implementation of synchronization functions. Still needs to be ported
Copyright (c) 2006 - 2009, Intel Corporation<BR>
Portions copyright (c) 2008-2009 Apple Inc.<BR>
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
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

View File

@@ -2,7 +2,7 @@
# Base Synchronization Library implementation.
#
# Copyright (c) 2007 - 2008, Intel Corporation.<BR>
# Portions Copyright (c) 2008-2009 Apple Inc.<BR>
# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -41,6 +41,7 @@
Ia32/InterlockedIncrement.asm | INTEL
Synchronization.c | INTEL
# Ia32/GccInline.c | GCC
Ia32/InterlockedCompareExchange64.S | GCC
Ia32/InterlockedCompareExchange32.S | GCC
Ia32/InterlockedDecrement.S | GCC
@@ -62,6 +63,8 @@
X64/InterlockedIncrement.asm | INTEL
Synchronization.c | INTEL
# X64/GccInline.c | GCC
X64/InterlockedIncrement.S | GCC
X64/InterlockedDecrement.S | GCC
X64/InterlockedCompareExchange64.S | GCC

View File

@@ -2,7 +2,7 @@
Implementation of synchronization functions.
Copyright (c) 2006 - 2008, Intel Corporation<BR>
Portions Copyright (c) 2008-2009 Apple Inc.<BR>
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
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

View File

@@ -2,7 +2,7 @@
GCC inline implementation of BaseSynchronizationLib processor specific functions.
Copyright (c) 2006 - 2009, Intel Corporation<BR>
Portions copyright (c) 2008-2009 Apple Inc.<BR>
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
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