]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefiles/ms.rule
License header updated to match correct format.
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / ms.rule
index 7702cfac549a15053861bb4f232126eda9b60bd7..5134acfe16a50b2a35d1031eca188defa9c35c82 100644 (file)
@@ -1,24 +1,26 @@
 ## @file\r
+# Makefile\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007 - 2014, 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
 #\r
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-#DEPFILES = $(OBJECTS:%.o=%.d)
-
-.c.obj :
-       $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
-
-.S.obj :
-       $(AS) -c $(ASFLAGS) $< -Fo$@
-
-.cpp.obj :
-       $(CXX) -c $(CPPFLAGS) $(INC) $< -Fo$@
-
-#-include $(DEPFILES)
-
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+\r
+#DEPFILES = $(OBJECTS:%.o=%.d)\r
+\r
+.c.obj :\r
+       $(CC) -c $(CFLAGS) $(INC) $< -Fo$@\r
+\r
+.S.obj :\r
+       $(AS) -c $(ASFLAGS) $< -Fo$@\r
+\r
+.cpp.obj :\r
+       $(CXX) -c $(CPPFLAGS) $(INC) $< -Fo$@\r
+\r
+#-include $(DEPFILES)\r
+\r