]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefiles/ms.lib
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / ms.lib
index dd9ef74aee16396e60b8251f81fd09b6ac43d5a7..ebb516535ca7cd65b5bbc7740d4b9eca7c0138db 100644 (file)
@@ -1,31 +1,25 @@
 ## @file\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation\r
-# All rights reserved. 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.
-
-!INCLUDE ..\Makefiles\ms.common
-
-LIBRARY = $(LIB_PATH)\$(LIBNAME).lib
-
-all: $(LIBRARY)
-
-$(LIBRARY) : $(OBJECTS)
-       -@if not exist $(LIB_PATH) mkdir $(LIB_PATH)
-       $(AR) /nologo /out:$@ $**
-
-.PHONY:clean
-clean:
-       del /f /q $(OBJECTS) *.pdb > nul
-
-.PHONY:cleanall
-cleanall:
-       del /f /q $(OBJECTS) $(LIBRARY) *.pdb > nul
-
-!INCLUDE ..\Makefiles\ms.rule
-
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
+!INCLUDE ..\Makefiles\ms.common\r
+\r
+LIBRARY = $(LIB_PATH)\$(LIBNAME).lib\r
+\r
+all: $(LIBRARY)\r
+\r
+$(LIBRARY) : $(OBJECTS)\r
+       -@if not exist $(LIB_PATH) mkdir $(LIB_PATH)\r
+       $(AR) /nologo /out:$@ $**\r
+\r
+.PHONY:clean\r
+clean:\r
+       del /f /q $(OBJECTS) *.pdb > nul\r
+\r
+.PHONY:cleanall\r
+cleanall:\r
+       del /f /q $(OBJECTS) $(LIBRARY) *.pdb > nul\r
+\r
+!INCLUDE ..\Makefiles\ms.rule\r
+\r