about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL60
1 files changed, 57 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 242aaa6767..e82b645b41 100644
--- a/INSTALL
+++ b/INSTALL
@@ -773,9 +773,10 @@ parts of the library were contributed or worked on by other people.
      platforms was written by Per Bothner and modified by Ulrich
      Drepper.
 
-   * The Internet-related code (most of the `inet' subdirectory) and
-     several other miscellaneous functions and header files have been
-     included from 4.4 BSD with little or no modification.
+   * Some of the Internet-related code (most of the `inet'
+     subdirectory) and several other miscellaneous functions and
+     header files have been included from 4.4 BSD with little or no
+     modification.
 
      All code incorporated from 4.4 BSD is under the following
      copyright:
@@ -916,3 +917,56 @@ parts of the library were contributed or worked on by other people.
           or `Software.Distribution@CS.CMU.EDU' any improvements or
           extensions that they make and grant Carnegie Mellon the
           rights to redistribute these changes.
+
+   * The `getaddrinfo' function is written by Craig Metz and it has the
+     following copyright:
+
+	The Inner Net License, Version 2.00
+	===================================
+
+	The author(s) grant permission for redistribution and use in source and
+	binary forms, with or without modification, of the software
+	and documentation provided that the following conditions are met:
+
+	0. If you receive a version of the software that is
+	   specifically labelled as not being for redistribution
+	   (check the version message and/or README), you are not
+	   permitted to redistribute that version of the software in
+	   any way or form.
+	1. All terms of the all other applicable copyrights and
+	   licenses must be followed.
+	2. Redistributions of source code must retain the authors'
+	   copyright notice(s), this list of conditions, and the
+	   following disclaimer.
+	3. Redistributions in binary form must reproduce the authors'
+	   copyright notice(s), this list of conditions, and the
+	   following disclaimer in the documentation and/or other
+	   materials provided with the distribution.
+	4. All advertising materials mentioning features or use of
+	   this software must display the following acknowledgement
+	   with the name(s) of the authors as specified in the
+	   copyright notice(s) substituted where indicated:
+
+	This product includes software developed by <name(s)>, The Inner
+	Net, and other contributors.
+
+	5. Neither the name(s) of the author(s) nor the names of its
+	   contributors may be used to endorse or promote products
+	   derived from this software without specific prior written
+	   permission.
+
+	THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS
+	IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+	LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+	FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
+	SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+	INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+	DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+	SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+	OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+	LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
+	THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+	OF SUCH DAMAGE.
+
+	If these license terms cause you a real problem, contact the author.