diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2016-07-07 17:42:36 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2016-07-07 17:42:36 -0400 |
commit | 03bdee772197c600b0066ebd1f27172332045da2 (patch) | |
tree | 4d544002c8af899ad92f925f61d956327d8ccc8d /COPYING | |
parent | fe1a5f6ef20eb5fda2505832b24b6ea2f903e379 (diff) | |
download | udpastcp-03bdee772197c600b0066ebd1f27172332045da2.tar.xz udpastcp-03bdee772197c600b0066ebd1f27172332045da2.zip |
Add COPYING to clarify license status.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |