summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-07 17:42:36 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-07 17:42:36 -0400
commit03bdee772197c600b0066ebd1f27172332045da2 (patch)
tree4d544002c8af899ad92f925f61d956327d8ccc8d
parentfe1a5f6ef20eb5fda2505832b24b6ea2f903e379 (diff)
downloadudpastcp-03bdee772197c600b0066ebd1f27172332045da2.tar.xz
udpastcp-03bdee772197c600b0066ebd1f27172332045da2.zip
Add COPYING to clarify license status.
-rw-r--r--COPYING9
1 files changed, 9 insertions, 0 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..29f1fe6
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,9 @@
+This program is copyright Alex Xu, aka Hello71, and is made available under the
+terms of the GNU General Public License version 3.0, except where otherwise
+noted. A copy is provided in the LICENSE file.
+
+src/checksum.c is based on code from the Linux kernel and as such is made
+available under the GNU GPL version 2.0.
+
+src/uthash.h is verbatim from https://github.com/troydhanson/uthash and is thus
+made available under the terms stated in that file.