]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LzmaCustomDecompressLib / LzmaCustomDecompressLib.inf
index a55ddef1c898084c8530c9335e777f7cb9bcece8..c9291a54206c243ed25b499befccfd77b14dcc98 100644 (file)
@@ -1,13 +1,13 @@
-#/** @file\r
+## @file\r
 #  LzmaCustomDecompressLib produces LZMA custom decompression algorithm.\r
 #\r
 #  It is based on the LZMA SDK 4.65.\r
 #  LZMA SDK 4.65 was placed in the public domain on 2009-02-03.  \r
 #  It was released on the http://www.7-zip.org/sdk.html website.\r
 #\r
-#  Copyright (c) 2009, Intel Corporation.\r
+#  Copyright (c) 2009 - 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
@@ -15,7 +15,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -23,7 +23,7 @@
   FILE_GUID                      = 35194660-7421-44ad-9636-e44885f092d1\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = BASE\r
+  LIBRARY_CLASS                  = NULL\r
   CONSTRUCTOR                    = LzmaDecompressLibConstructor\r
 \r
 #\r
@@ -32,7 +32,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   LzmaDecompress.c\r
   Sdk/C/LzFind.c\r
   Sdk/C/LzmaDec.c\r