]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / CompilerStub / CompilerStubLib.inf
index fdfb0af8e1ed6e27d9d1d9aa181df18e055067bf..d0aef2f1b6d43a98287e7095358c37ae53a6239c 100644 (file)
@@ -1,7 +1,7 @@
 #/*++\r
 #\r
-#  Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
-#  All rights reserved. This program and the accompanying materials                          \r
+#  Copyright (c) 2006 - 2007, Intel Corporation. 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
@@ -26,16 +26,20 @@ COMPONENT_TYPE  = LIBRARY
 [sources.common] \r
 \r
 [sources.ia32]\r
-  Ia32\memcpyRep1.asm\r
-  Ia32\memsetRep4.asm\r
-#  Ia32\memcpy.asm\r
-#  Ia32\memset.asm\r
+  Ia32/memcpyRep1.asm | MSFT\r
+  Ia32/memcpyRep1.asm | INTEL\r
+  Ia32/memsetRep4.asm | MSFT\r
+  Ia32/memsetRep4.asm | INTEL\r
+  memcpy.c            | GCC\r
+  memset.c            | GCC\r
   \r
 [sources.x64]  \r
-  x64\memcpyRep1.asm\r
-  x64\memsetRep4.asm\r
-#  x64\memcpy.asm\r
-#  x64\memset.asm\r
+  x64/memcpyRep1.asm | MSFT\r
+  x64/memcpyRep1.asm | INTEL \r
+  x64/memsetRep4.asm | MSFT\r
+  x64/memsetRep4.asm | INTEL\r
+  memcpy.c           | GCC\r
+  memset.c           | GCC\r
   \r
 [sources.Ipf]  \r
   memcpy.c\r