summaryrefslogtreecommitdiff
path: root/net/dgd-net/files/patch-ac
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-06-18 11:15:44 +0000
committerAdam David <adam@FreeBSD.org>1996-06-18 11:15:44 +0000
commit18f9468cf23a3e4288d1715920f8716462d55410 (patch)
treed11cbbeea938d4574fb25b4d5108df23725bedb9 /net/dgd-net/files/patch-ac
parentUpgrade to ircII 2.9 (diff)
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.
Notes
Notes: svn path=/head/; revision=3250
Diffstat (limited to 'net/dgd-net/files/patch-ac')
-rw-r--r--net/dgd-net/files/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/dgd-net/files/patch-ac b/net/dgd-net/files/patch-ac
new file mode 100644
index 000000000000..b637ea21817f
--- /dev/null
+++ b/net/dgd-net/files/patch-ac
@@ -0,0 +1,19 @@
+*** ../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.