audk/AppPkg/Applications/Sockets
Michael D Kinney bcb966958a AppPkg: Replace BSD License with BSD+Patent License
https://bugzilla.tianocore.org/show_bug.cgi?id=1373

Replace BSD 2-Clause License with BSD+Patent License.  This change is
based on the following emails:

  https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html
  https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html

RFCs with detailed process for the license change:

  V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html
  V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html
  V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
2019-04-09 10:58:32 -07:00
..
DataSink AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
DataSource AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
GetAddrInfo AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
GetHostByAddr AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
GetHostByDns AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
GetHostByName AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
GetNameInfo AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
GetNetByAddr AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
GetNetByName AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
GetServByName AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
GetServByPort AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
OobRx AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
OobTx AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
RawIp4Rx AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
RawIp4Tx AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
RecvDgram AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
SetHostName AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
SetSockOpt AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
TftpServer AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
WebServer AppPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:32 -07:00
ReadMe.txt Update documentation to match required tree on the storage device. 2012-02-13 19:01:10 +00:00
Sockets.inc Update the license dates 2012-03-20 22:16:42 +00:00

ReadMe.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Users of the socket library need to do the following:

•	Use the development branch: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/EADK/
•	Create an Efi\StdLib\etc directory on their system or USB flash device
•	Copy the files from StdLib\Efi\StdLib\etc into that directory
•	Edit the files appropriately
	o	Set the correct DNS servers in resolv.conf
	o	Set the search order in host.conf
•	At the EFI shell
	o	Set the device containing the \Efi directory as the default device
	o	Run the socket application