X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=AppPkg%2FApplications%2FSockets%2FGetHostByAddr%2FGetHostByAddr.c;h=c096f43ba1064b6aabb19056af6c16abdedcdba0;hp=2387a2c845ede04cf526aecab08532f8aa189b8a;hb=6dbd32caf698ceb86fd00face651cdc0e55f3e62;hpb=06c355b42fd112da4a439ba225aa666767d02838 diff --git a/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c b/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c index 2387a2c845..c096f43ba1 100644 --- a/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c +++ b/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c @@ -1,17 +1,15 @@ /** @file Translate the port number into a service name - Copyright (c) 2011-2012, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
+ This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - **/ - #include #include #include @@ -19,8 +17,8 @@ #include #include -#include -#include +#include +#include #include #include @@ -30,8 +28,8 @@ /** Translate the IP address into a host name - @param [in] Argc The number of arguments - @param [in] Argv The argument value array + @param[in] Argc The number of arguments + @param[in] Argv The argument value array @retval 0 The application exited normally. @retval Other An error occurred.