]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/ResourcePublicationLib.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Library / ResourcePublicationLib.h
index cd51c7f65f018f313e68253aeaeacb3f7754f727..08e779d68c128791aed0c5e7d352d66717ed9f92 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides a service to publish discovered system resources.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, 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
@@ -21,9 +21,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Declares that the system memory buffer specified by MemoryBegin and MemoryLength\r
   as permanent memory that may be used for general purpose use by software.\r
   The amount of memory available to software may be less than MemoryLength\r
-  if published memory has alignment restrictions. \r
+  if published memory has alignment restrictions.\r
   If MemoryLength is 0, then ASSERT().\r
-  If MemoryLength is greater than (MAX_ADDRESS - MemoryBegin + 1), then ASSERT(). \r
+  If MemoryLength is greater than (MAX_ADDRESS - MemoryBegin + 1), then ASSERT().\r
 \r
   @param  MemoryBegin               The start address of the memory being declared.\r
   @param  MemoryLength              The number of bytes of memory being declared.\r