]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / MetronomeDxe / MetronomeDxe.inf
index 9d9f4713f39b18bb147382a56c6ec83520c75436..d7a4065bae290bdf9cb73162fa378c0fb83ae7ef 100644 (file)
@@ -1,18 +1,13 @@
-#/** @file\r
+## @file\r
 # NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS\r
 #\r
 # This metronome module simulates metronome by Sleep WinAPI.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\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
-#  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.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -20,8 +15,6 @@
   FILE_GUID                      = 154CAB4A-52B5-46CD-99C3-4368ABBACFFD\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = WinNtMetronomeDriverInitialize\r
 \r
@@ -31,7 +24,7 @@
 #  VALID_ARCHITECTURES           = IA32\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   Metronome.h\r
   Metronome.c\r
 \r
@@ -48,6 +41,6 @@
 [Protocols]\r
   gEfiMetronomeArchProtocolGuid                 # PROTOCOL ALWAYS_PRODUCED\r
 \r
-[depex]\r
+[Depex]\r
   TRUE\r
   \r