diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2016-03-15 08:28:47 +0800 |
---|---|---|
committer | Jiaxin Wu <jiaxin.wu@intel.com> | 2016-03-16 14:01:26 +0800 |
commit | 6ddc2e438bd55e72b65806414c4fd712d50e612d (patch) | |
tree | 11f2153b17af7cc4884c4f6de8405987bde43f83 /MdeModulePkg/Library | |
parent | 1b53320e9e7a2d036796b0280d5ec52a004b2ca7 (diff) | |
download | edk2-platforms-6ddc2e438bd55e72b65806414c4fd712d50e612d.tar.xz |
MdeModulePkg: Coding style update for DxeHttpLib.inf
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Zhang Lubo <lubo.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf b/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf index 99fbe8da84..92b9b91239 100644 --- a/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf +++ b/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf @@ -1,7 +1,7 @@ ## @file
# It provides the helper routines to parse the HTTP message byte stream.
#
-# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -45,4 +45,4 @@ NetLib
[Protocols]
- gEfiHttpUtilitiesProtocolGuid
+ gEfiHttpUtilitiesProtocolGuid ## SOMETIMES_CONSUMES
\ No newline at end of file |