diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-29 12:15:47 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-29 12:15:47 +0000 |
commit | d6ebcab76903254f4423b7e7d3808fb0abaadb46 (patch) | |
tree | a67bae8401afa9d22b8424ed77c92dd03eca32b6 /ArmPkg/Library/BaseMemoryLibStm/Arm | |
parent | cf748a1a6895a3418e2dea91bd0cd0e45f72c679 (diff) | |
download | edk2-platforms-d6ebcab76903254f4423b7e7d3808fb0abaadb46.tar.xz |
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10444 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/BaseMemoryLibStm/Arm')
-rwxr-xr-x | ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.S | 4 | ||||
-rwxr-xr-x | ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.asm | 4 | ||||
-rwxr-xr-x | ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.S | 4 | ||||
-rwxr-xr-x | ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.asm | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.S b/ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.S index 91a4dfcfe5..9d0d389a13 100755 --- a/ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.S +++ b/ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.S @@ -6,8 +6,8 @@ # 32-bit aligned, else it does a byte copy. It also does a byte copy for
# any trailing bytes. It was updated to do 32-byte copies using stm/ldm.
#
-# Copyright (c) 2008-2010 Apple Inc. All rights reserved.<BR>
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2008 - 2010, Apple Inc. 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
# http://opensource.org/licenses/bsd-license.php
diff --git a/ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.asm b/ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.asm index 19b68eea46..ea6fb3225d 100755 --- a/ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.asm +++ b/ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.asm @@ -6,8 +6,8 @@ ; 32-bit aligned, else it does a byte copy. It also does a byte copy for
; any trailing bytes. It was updated to do 32-byte copies using stm/ldm.
;
-; Copyright (c) 2008-2010 Apple Inc. All rights reserved.<BR>
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2008 - 2010, Apple Inc. 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
; http://opensource.org/licenses/bsd-license.php
diff --git a/ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.S b/ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.S index 0c3697f065..94aa0ca3db 100755 --- a/ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.S +++ b/ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.S @@ -6,8 +6,8 @@ # 32-bit aligned, else it does a byte copy. It also does a byte copy for
# any trailing bytes. It was updated to do 32-byte at a time.
#
-# Copyright (c) 2008-2010 Apple Inc. All rights reserved.<BR>
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2008 - 2010, Apple Inc. 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
# http://opensource.org/licenses/bsd-license.php
diff --git a/ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.asm b/ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.asm index 7304f1c509..bed26fef6e 100755 --- a/ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.asm +++ b/ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.asm @@ -6,8 +6,8 @@ ; 32-bit aligned, else it does a byte copy. It also does a byte copy for
; any trailing bytes. It was updated to do 32-byte at a time.
;
-; Copyright (c) 2008-2010 Apple Inc. All rights reserved.<BR>
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2008 - 2010, Apple Inc. 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
; http://opensource.org/licenses/bsd-license.php
|