1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/dgd-net/files/patch-ac
Adam David 18f9468cf2 This is the networking-enhanced version of DGD.
The following additional functionality is provided:

send and receive udp datagrams
initiate tcp and telnet connections
listen on any number of ports for incoming connections

This is a separate version because sites not requiring these features can
use the other version and not need to concern themselves with the network
security issues. Also the programming semantics for network communication
are somewhat different in the two versions.
1996-06-18 11:15:44 +00:00

20 lines
886 B
Plaintext

*** ../Copyright.NET.old Mon Jun 17 17:53:49 1996
--- ../Copyright.NET Mon Jun 17 17:54:29 1996
***************
*** 3,9 ****
The package is also a derived work of Dworkin's Generic Driver, which
is copyrighted by BeeHive Internet Technologies, Inc. Therefore, its
copyright applies to it in addition to mine. Its license is included
! in the file Copyright.DGD.
I grant permission for any use of this package which does not conflict
with the terms of the DGD copyright mentioned above.
--- 3,9 ----
The package is also a derived work of Dworkin's Generic Driver, which
is copyrighted by BeeHive Internet Technologies, Inc. Therefore, its
copyright applies to it in addition to mine. Its license is included
! in the file Copyright.
I grant permission for any use of this package which does not conflict
with the terms of the DGD copyright mentioned above.