]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / Arm / DisableInterrupts.S
index f9f4a49575fb50c20e81641b450dcca1475f3a1b..b78d7fedbcca7bfa89191c7862c9bd22f3e54ce7 100644 (file)
@@ -2,9 +2,9 @@
 #\r
 # DisableInterrupts() 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
@@ -30,6 +30,6 @@
 #\r
 ASM_PFX(DisableInterrupts):\r
     mrs  R0,CPSR\r
-    orr  R0,R0,#0x80           @Disable IRQ interrupts\r
+    orr  R0,R0,#0x80    @Disable IRQ interrupts\r
     msr  CPSR_c,R0\r
     bx   LR\r