]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Sec/Ia32/Gasket.S
Update the copyright notice format
[mirror_edk2.git] / UnixPkg / Sec / Ia32 / Gasket.S
index 77e8296b0b63f721735c4cfbbaa6ec42255a830f..f9a2b53faf7cd3f122abc407e821df8fabf15563 100644 (file)
@@ -16,8 +16,8 @@
 # on Leopard and _stat$INDOE64 on Snow Leopard. That is why we pass stat()\r
 # into one of these gaskets from C code.\r
 #\r
-# Copyright (c) 2008 - 2009 Apple Inc. All rights reserved.\r
-# All rights reserved. This program and the accompanying materials\r
+# 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
@@ -27,6 +27,8 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
+#ifdef __APPLE__\r
+\r
   .text\r
 \r
 #------------------------------------------------------------------------------\r
@@ -235,3 +237,6 @@ _GasketUintnUint16:
   ret\r
 \r
   .subsections_via_symbols\r
+  \r
+  #endif\r
+  \r