Adding COPYING (ISC license terms).

This commit is contained in:
David Baird
2012-08-19 23:21:26 -06:00
parent 5adb5d1969
commit 47e92d3861
2 changed files with 17 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
http://en.wikipedia.org/wiki/ISC_license
Copyright (c) 2012, David Baird <dhbaird@gmail.com>
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.
+2 -1
View File
@@ -22,7 +22,8 @@ compilation](http://en.wikipedia.org/wiki/Single_Compilation_Unit)).
Also, this library does not work in cooperation with any asynchronous
event processing scheduler. The good news is that the code here is
straightforward and can serve as a reference to build something tailored
for your needs.
for your needs, in the spirt of copy-and-paste (and you are very welcome
to do so).
Happy hacking! Drop me a line if you do anything cool with this :)
...complaints welcome too.