Add ISC license notice for Vinnie Falco's code contributions

This commit is contained in:
Vinnie Falco
2013-05-13 20:56:31 -07:00
committed by Arthur Britto
parent 87fd0b8c6c
commit dce09a8564

15
LICENSE
View File

@@ -8,6 +8,21 @@ Copyright (c) 2012 Arthur Britto
Copyright (c) 2011-2012 David Schwartz
Copyright (c) 2011-2012 Jed McCaleb
Some code:
Copyright (c) 2013 Vinnie Falco <vinnie.falco@gmail.com>
Contributions from Vinnie Falco provided under the terms of the ISC License:
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
Some code from ASIO examples:
// Copyright (c) 2003-2011 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//