]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseCpuLib / Arm / CpuSleep.S
index 8d0637226207b2878654b4b404b7872c912b165a..df5bef41b2abcba066fadd9b67e40899fa9a6456 100644 (file)
@@ -2,9 +2,9 @@
 #\r
 # CpuSleep() for ARM\r
 #\r
-# Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-# Portions copyright (c) 2008-2009 Apple Inc.<BR>\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
@@ -34,5 +34,5 @@
 #\r
 ASM_PFX(CpuSleep):\r
     mov r0,#0\r
-    mcr p15,0,r0,c7,c0,4   ;Wait for Interrupt instruction\r
+    mcr p15,0,r0,c7,c0,4   // Wait for Interrupt instruction\r
     bx  lr\r