components/ircii/ircii.license
changeset 367 6ee87227d15e
child 856 2ada8b6573a2
equal deleted inserted replaced
366:5abfaefe3013 367:6ee87227d15e
       
     1 /*	$eterna: Copyright,v 1.13 2005/04/03 02:35:06 mrg Exp $	*/
       
     2 
       
     3 /*
       
     4  * Copyright (c) 1990 Michael Sandrof.
       
     5  * Copyright (c) 1991, 1992 Troy Rollo.
       
     6  * Copyright (c) 1992-2005 Matthew R. Green.
       
     7  * All rights reserved.
       
     8  *
       
     9  * Redistribution and use in source and binary forms, with or without
       
    10  * modification, are permitted provided that the following conditions
       
    11  * are met:
       
    12  * 1. Redistributions of source code must retain the above copyright
       
    13  *    notice, this list of conditions and the following disclaimer.
       
    14  * 2. Redistributions in binary form must reproduce the above copyright
       
    15  *    notice, this list of conditions and the following disclaimer in the
       
    16  *    documentation and/or other materials provided with the distribution.
       
    17  * 3. The name of the author may not be used to endorse or promote products
       
    18  *    derived from this software without specific prior written permission.
       
    19  *
       
    20  * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
       
    21  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
       
    22  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
       
    23  * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
       
    24  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
       
    25  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
       
    26  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
       
    27  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
       
    28  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
       
    29  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
       
    30  * SUCH DAMAGE.
       
    31  */
       
    32 
       
    33 #pragma ident	"@(#)copyright	1.1	08/06/05 SMI"	/* copied from original src */
       
    34 
       
    35 One module of the source code, scandir.c is copyright (c) 1983
       
    36 by the Regents of the University of California, with modifications
       
    37 by various contributors.  All rights are reserved by the
       
    38 University of California.  
       
    39 
       
    40 One module of the source code, stringlist.c, is
       
    41 Copyright (c) 1994, 1999 The NetBSD Foundation, Inc.
       
    42 
       
    43 One module of the source code, stringlist.h, is
       
    44 Copyright (c) 1994 Christos Zoulas
       
    45 
       
    46 Two modules of the source code, get{addr,name}info.c, are
       
    47 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
       
    48 
       
    49 Two modules of the source code, inet_{ntop,pton}.c are
       
    50 Copyright (c) 1996 by Internet Software Consortium.