]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixConsoleDxe/UnixConsole.inf
Update the copyright notice format
[mirror_edk2.git] / UnixPkg / UnixConsoleDxe / UnixConsole.inf
index 6a9748a323afe40eeeece9f41a5707bf5d1a743f..a3e1313734fe8191e896525ded90f24558f0b4ab 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
+## @file\r
 # Console Dxe driver\r
 #\r
 # Simulate console with Unix API\r
-# Copyright (c) 2006, 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
+#  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
@@ -12,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -20,8 +20,6 @@
   FILE_GUID                      = f314a8cc-8985-11db-9f69-0040d02b1835\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = InitializeUnixConsole\r
 \r
@@ -34,7 +32,7 @@
 #  COMPONENT_NAME                =  gUnixConsoleComponentName                    \r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   ConsoleOut.c\r
   ConsoleIn.c\r