summaryrefslogtreecommitdiffstatshomepage
path: root/COPYING
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-03-05 21:23:21 +1100
committer Vas Crabb <vas@vastheman.com>2020-03-05 21:23:21 +1100
commit5bce46bd7561ae1857c7e17614133f01f984ae78 (patch)
tree5df802bbf88b78604f359e9691f395fd2fea4bec /COPYING
parent72082dc6d70b62ad921d5ac680c628c9ce158271 (diff)
Removed winpcap and cleaned up network module selection.
(nw) The pcap.h header itself has the problematic original BSD license, including the obnoxious advertising clause. Using tap/tun networking on Windows provides a much better experience, so the extra setup is worth it. This patch also allows you to enable pcap on platforms where it's disabled by default with USE_PCAP=1 if you really want to use it.
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING29
1 files changed, 29 insertions, 0 deletions
diff --git a/COPYING b/COPYING
index 74d0fc76826..7cd1ef9f2af 100644
--- a/COPYING
+++ b/COPYING
@@ -25,6 +25,35 @@ General Public License for more details.
This software is based in part on the work of the Independent JPEG Group.
+The contents of the hash directory are dedicated to the public domain
+as described in docs/legal/CC0.
+
+No Copyright
+
+The person who associated a work with this deed has dedicated the work
+to the public domain by waiving all of his or her rights to the work
+worldwide under copyright law, including all related and neighboring
+rights, to the extent allowed by law.
+
+You can copy, modify, distribute and perform the work, even for
+commercial purposes, all without asking permission. See Other
+Information below.
+
+Other Information
+
+ * In no way are the patent or trademark rights of any person affected
+ by CC0, nor are the rights that other persons may have in the work
+ or in how the work is used, such as publicity or privacy rights.
+
+ * Unless expressly stated otherwise, the person who associated a work
+ with this deed makes no warranties about the work, and disclaims
+ liability for all uses of the work, to the fullest extent permitted
+ by applicable law.
+
+ * When using or citing the work, you should not imply endorsement by
+ the author or the affirmer.
+
+
Asio C++ Library
Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)