aio recvfrom was not null terminating the result
[jimtcl.git] / LICENSE
blob5dfe8c44d49cb1abaa0d75e4d8209b49a673336a
1 Unless explicitly stated, all files within Jim repository are released
2 under following license:
4 /* Jim - A small embeddable Tcl interpreter
5  *
6  * Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
7  * Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
8  * Copyright 2005 patthoyts - Pat Thoyts <patthoyts@users.sf.net> 
9  * Copyright 2008 oharboe - Ã˜yvind Harboe - oyvind.harboe@zylin.com
10  * Copyright 2008 Andrew Lunn <andrew@lunn.ch>
11  * Copyright 2008 Duane Ellis <openocd@duaneellis.com>
12  * Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
13  * 
14  * Redistribution and use in source and binary forms, with or without
15  * modification, are permitted provided that the following conditions
16  * are met:
17  * 
18  * 1. Redistributions of source code must retain the above copyright
19  *    notice, this list of conditions and the following disclaimer.
20  * 2. Redistributions in binary form must reproduce the above
21  *    copyright notice, this list of conditions and the following
22  *    disclaimer in the documentation and/or other materials
23  *    provided with the distribution.
24  * 
25  * THIS SOFTWARE IS PROVIDED BY THE JIM TCL PROJECT ``AS IS'' AND ANY
26  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
27  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
28  * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
29  * JIM TCL PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
30  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
34  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
36  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37  * 
38  * The views and conclusions contained in the software and documentation
39  * are those of the authors and should not be interpreted as representing
40  * official policies, either expressed or implied, of the Jim Tcl Project.
41  */