@@ -170,3 +170,36 @@ ext/md5/md5.h:
170
170
171
171
L. Peter Deutsch
172
172
ghost@aladdin.com
173
+
174
+ ext/socket/addrinfo.h:
175
+ ext/socket/getaddrinfo.c:
176
+ ext/socket/getnameinfo.c:
177
+
178
+ This file is under the BSD licence.
179
+
180
+ Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
181
+ All rights reserved.
182
+
183
+ Redistribution and use in source and binary forms, with or without
184
+ modification, are permitted provided that the following conditions
185
+ are met:
186
+ 1. Redistributions of source code must retain the above copyright
187
+ notice, this list of conditions and the following disclaimer.
188
+ 2. Redistributions in binary form must reproduce the above copyright
189
+ notice, this list of conditions and the following disclaimer in the
190
+ documentation and/or other materials provided with the distribution.
191
+ 3. Neither the name of the project nor the names of its contributors
192
+ may be used to endorse or promote products derived from this software
193
+ without specific prior written permission.
194
+
195
+ THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
196
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
197
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
198
+ ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
199
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
200
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
201
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
202
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
203
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
204
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
205
+ SUCH DAMAGE.
0 commit comments