Home | History | Annotate | Download | only in mech_krb5
      1  4162  kupfer  * Copyright (c) 1987, 1990, 1993, 1994
      2  4162  kupfer  *	The Regents of the University of California.  All rights reserved.
      3  4162  kupfer  *
      4  4162  kupfer  * Redistribution and use in source and binary forms, with or without
      5  4162  kupfer  * modification, are permitted provided that the following conditions
      6  4162  kupfer  * are met:
      7  4162  kupfer  * 1. Redistributions of source code must retain the above copyright
      8  4162  kupfer  *    notice, this list of conditions and the following disclaimer.
      9  4162  kupfer  * 2. Redistributions in binary form must reproduce the above copyright
     10  4162  kupfer  *    notice, this list of conditions and the following disclaimer in the
     11  4162  kupfer  *    documentation and/or other materials provided with the distribution.
     12  4162  kupfer  * 3. All advertising materials mentioning features or use of this software
     13  4162  kupfer  *    must display the following acknowledgement:
     14  4162  kupfer  *	This product includes software developed by the University of
     15  4162  kupfer  *	California, Berkeley and its contributors.
     16  4162  kupfer  * 4. Neither the name of the University nor the names of its contributors
     17  4162  kupfer  *    may be used to endorse or promote products derived from this software
     18  4162  kupfer  *    without specific prior written permission.
     19  4162  kupfer  *
     20  4162  kupfer  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     21  4162  kupfer  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     22  4162  kupfer  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     23  4162  kupfer  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     24  4162  kupfer  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     25  4162  kupfer  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     26  4162  kupfer  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     27  4162  kupfer  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     28  4162  kupfer  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     29  4162  kupfer  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     30  4162  kupfer  * SUCH DAMAGE.
     31  4162  kupfer 
     32  4162  kupfer  * Copyright 1990,1991,1993-1995 by the Massachusetts Institute of Technology.
     33  4162  kupfer  * All Rights Reserved.
     34  4162  kupfer  *
     35  4162  kupfer  * Export of this software from the United States of America may
     36  4162  kupfer  *   require a specific license from the United States Government.
     37  4162  kupfer  *   It is the responsibility of any person or organization contemplating
     38  4162  kupfer  *   export to obtain such a license before exporting.
     39  4162  kupfer  *
     40  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
     41  4162  kupfer  * distribute this software and its documentation for any purpose and
     42  4162  kupfer  * without fee is hereby granted, provided that the above copyright
     43  4162  kupfer  * notice appear in all copies and that both that copyright notice and
     44  4162  kupfer  * this permission notice appear in supporting documentation, and that
     45  4162  kupfer  * the name of M.I.T. not be used in advertising or publicity pertaining
     46  4162  kupfer  * to distribution of the software without specific, written prior
     47  4162  kupfer  * permission.  M.I.T. makes no representations about the suitability of
     48  4162  kupfer  * this software for any purpose.  It is provided "as is" without express
     49  4162  kupfer  * or implied warranty.
     50  4162  kupfer 
     51  4162  kupfer  * Copyright 1987,1988,1990-1995,1997-2005 by the Massachusetts Institute of Technology.
     52  4162  kupfer  * All Rights Reserved.
     53  4162  kupfer  *
     54  4162  kupfer  * Export of this software from the United States of America may
     55  4162  kupfer  *   require a specific license from the United States Government.
     56  4162  kupfer  *   It is the responsibility of any person or organization contemplating
     57  4162  kupfer  *   export to obtain such a license before exporting.
     58  4162  kupfer  * 
     59  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
     60  4162  kupfer  * distribute this software and its documentation for any purpose and
     61  4162  kupfer  * without fee is hereby granted, provided that the above copyright
     62  4162  kupfer  * notice appear in all copies and that both that copyright notice and
     63  4162  kupfer  * this permission notice appear in supporting documentation, and that
     64  4162  kupfer  * the name of M.I.T. not be used in advertising or publicity pertaining
     65  4162  kupfer  * to distribution of the software without specific, written prior
     66  4162  kupfer  * permission.  Furthermore if you modify this software you must label
     67  4162  kupfer  * your software as modified software and not distribute it in such a
     68  4162  kupfer  * fashion that it might be confused with the original M.I.T. software.
     69  4162  kupfer  * M.I.T. makes no representations about the suitability of
     70  4162  kupfer  * this software for any purpose.  It is provided "as is" without express
     71  4162  kupfer  * or implied warranty.
     72  4162  kupfer 
     73  4162  kupfer  * Copyright (C) 1989-1994,2001-2004 by the Massachusetts Institute of Technology,
     74  4162  kupfer  * Cambridge, MA, USA.  All Rights Reserved.
     75  4162  kupfer  * 
     76  4162  kupfer  * This software is being provided to you, the LICENSEE, by the 
     77  4162  kupfer  * Massachusetts Institute of Technology (M.I.T.) under the following 
     78  4162  kupfer  * license.  By obtaining, using and/or copying this software, you agree 
     79  4162  kupfer  * that you have read, understood, and will comply with these terms and 
     80  4162  kupfer  * conditions:  
     81  4162  kupfer  * 
     82  4162  kupfer  * Export of this software from the United States of America may
     83  4162  kupfer  * require a specific license from the United States Government.
     84  4162  kupfer  * It is the responsibility of any person or organization contemplating
     85  4162  kupfer  * export to obtain such a license before exporting.
     86  4162  kupfer  * 
     87  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify and distribute 
     88  4162  kupfer  * this software and its documentation for any purpose and without fee or 
     89  4162  kupfer  * royalty is hereby granted, provided that you agree to comply with the 
     90  4162  kupfer  * following copyright notice and statements, including the disclaimer, and 
     91  4162  kupfer  * that the same appear on ALL copies of the software and documentation, 
     92  4162  kupfer  * including modifications that you make for internal use or for 
     93  4162  kupfer  * distribution:
     94  4162  kupfer  * 
     95  4162  kupfer  * THIS SOFTWARE IS PROVIDED "AS IS", AND M.I.T. MAKES NO REPRESENTATIONS 
     96  4162  kupfer  * OR WARRANTIES, EXPRESS OR IMPLIED.  By way of example, but not 
     97  4162  kupfer  * limitation, M.I.T. MAKES NO REPRESENTATIONS OR WARRANTIES OF 
     98  4162  kupfer  * MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF 
     99  4162  kupfer  * THE LICENSED SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY 
    100  4162  kupfer  * PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.   
    101  4162  kupfer  * 
    102  4162  kupfer  * The name of the Massachusetts Institute of Technology or M.I.T. may NOT 
    103  4162  kupfer  * be used in advertising or publicity pertaining to distribution of the 
    104  4162  kupfer  * software.  Title to copyright in this software and any associated 
    105  4162  kupfer  * documentation shall at all times remain with M.I.T., and USER agrees to 
    106  4162  kupfer  * preserve same.
    107  4162  kupfer  *
    108  4162  kupfer  * Furthermore if you modify this software you must label
    109  4162  kupfer  * your software as modified software and not distribute it in such a
    110  4162  kupfer  * fashion that it might be confused with the original M.I.T. software.  
    111  4162  kupfer 
    112  4162  kupfer  * Copyright (c) 1994 CyberSAFE Corporation.
    113  4162  kupfer  * Copyright (c) 1993 Open Computing Security Group
    114  4162  kupfer  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
    115  4162  kupfer  * All Rights Reserved.
    116  4162  kupfer  *
    117  4162  kupfer  * Export of this software from the United States of America may
    118  4162  kupfer  *   require a specific license from the United States Government.
    119  4162  kupfer  *   It is the responsibility of any person or organization contemplating
    120  4162  kupfer  *   export to obtain such a license before exporting.
    121  4162  kupfer  *
    122  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
    123  4162  kupfer  * distribute this software and its documentation for any purpose and
    124  4162  kupfer  * without fee is hereby granted, provided that the above copyright
    125  4162  kupfer  * notice appear in all copies and that both that copyright notice and
    126  4162  kupfer  * this permission notice appear in supporting documentation, and that
    127  4162  kupfer  * the name of M.I.T. not be used in advertising or publicity pertaining
    128  4162  kupfer  * to distribution of the software without specific, written prior
    129  4162  kupfer  * permission.  Furthermore if you modify this software you must label
    130  4162  kupfer  * your software as modified software and not distribute it in such a
    131  4162  kupfer  * fashion that it might be confused with the original M.I.T. software.
    132  4162  kupfer  * Neither M.I.T., the Open Computing Security Group, nor
    133  4162  kupfer  * CyberSAFE Corporation make any representations about the suitability of
    134  4162  kupfer  * this software for any purpose.  It is provided "as is" without express
    135  4162  kupfer  * or implied warranty.
    136  4162  kupfer 
    137  4162  kupfer Copyright 1997 by Massachusetts Institute of Technology
    138  4162  kupfer Copyright 1987, 1988 by the Student Information Processing Board
    139  4162  kupfer 	of the Massachusetts Institute of Technology
    140  4162  kupfer 
    141  4162  kupfer Permission to use, copy, modify, and distribute this software
    142  4162  kupfer and its documentation for any purpose and without fee is
    143  4162  kupfer hereby granted, provided that the above copyright notice
    144  4162  kupfer appear in all copies and that both that copyright notice and
    145  4162  kupfer this permission notice appear in supporting documentation,
    146  4162  kupfer and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
    147  4162  kupfer used in advertising or publicity pertaining to distribution
    148  4162  kupfer of the software without specific, written prior permission.
    149  4162  kupfer M.I.T. and the M.I.T. S.I.P.B. make no representations about
    150  4162  kupfer the suitability of this software for any purpose.  It is
    151  4162  kupfer provided "as is" without express or implied warranty.
    152  4162  kupfer 
    153  4162  kupfer  * Copyright (C) 1998 by the FundsXpress, INC.
    154  4162  kupfer  * 
    155  4162  kupfer  * All rights reserved.
    156  4162  kupfer  * 
    157  4162  kupfer  * Export of this software from the United States of America may require
    158  4162  kupfer  * a specific license from the United States Government.  It is the
    159  4162  kupfer  * responsibility of any person or organization contemplating export to
    160  4162  kupfer  * obtain such a license before exporting.
    161  4162  kupfer  * 
    162  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
    163  4162  kupfer  * distribute this software and its documentation for any purpose and
    164  4162  kupfer  * without fee is hereby granted, provided that the above copyright
    165  4162  kupfer  * notice appear in all copies and that both that copyright notice and
    166  4162  kupfer  * this permission notice appear in supporting documentation, and that
    167  4162  kupfer  * the name of FundsXpress. not be used in advertising or publicity pertaining
    168  4162  kupfer  * to distribution of the software without specific, written prior
    169  4162  kupfer  * permission.  FundsXpress makes no representations about the suitability of
    170  4162  kupfer  * this software for any purpose.  It is provided "as is" without express
    171  4162  kupfer  * or implied warranty.
    172  4162  kupfer  * 
    173  4162  kupfer  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
    174  4162  kupfer  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
    175  4162  kupfer  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
    176  4162  kupfer 
    177  4162  kupfer  * Copyright 1993 by OpenVision Technologies, Inc.
    178  4162  kupfer  * 
    179  4162  kupfer  * Permission to use, copy, modify, distribute, and sell this software
    180  4162  kupfer  * and its documentation for any purpose is hereby granted without fee,
    181  4162  kupfer  * provided that the above copyright notice appears in all copies and
    182  4162  kupfer  * that both that copyright notice and this permission notice appear in
    183  4162  kupfer  * supporting documentation, and that the name of OpenVision not be used
    184  4162  kupfer  * in advertising or publicity pertaining to distribution of the software
    185  4162  kupfer  * without specific, written prior permission. OpenVision makes no
    186  4162  kupfer  * representations about the suitability of this software for any
    187  4162  kupfer  * purpose.  It is provided "as is" without express or implied warranty.
    188  4162  kupfer  * 
    189  4162  kupfer  * OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
    190  4162  kupfer  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
    191  4162  kupfer  * EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
    192  4162  kupfer  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
    193  4162  kupfer  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
    194  4162  kupfer  * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
    195  4162  kupfer  * PERFORMANCE OF THIS SOFTWARE.
    196  4162  kupfer 
    197  4162  kupfer  ** Copyright (C) 1990, RSA Data Security, Inc. All rights reserved. **
    198  4162  kupfer  **                                                                  **
    199  4162  kupfer  ** License to copy and use this software is granted provided that   **
    200  4162  kupfer  ** it is identified as the "RSA Data Security, Inc. MD4 Message     **
    201  4162  kupfer  ** Digest Algorithm" in all material mentioning or referencing this **
    202  4162  kupfer  ** software or this function.                                       **
    203  4162  kupfer  **                                                                  **
    204  4162  kupfer  ** License is also granted to make and use derivative works         **
    205  4162  kupfer  ** provided that such works are identified as "derived from the RSA **
    206  4162  kupfer  ** Data Security, Inc. MD4 Message Digest Algorithm" in all         **
    207  4162  kupfer  ** material mentioning or referencing the derived work.             **
    208  4162  kupfer  **                                                                  **
    209  4162  kupfer  ** RSA Data Security, Inc. makes no representations concerning      **
    210  4162  kupfer  ** either the merchantability of this software or the suitability   **
    211  4162  kupfer  ** of this software for any particular purpose.  It is provided "as **
    212  4162  kupfer  ** is" without express or implied warranty of any kind.             **
    213  4162  kupfer  **                                                                  **
    214  4162  kupfer  ** These notices must be retained in any copies of any part of this **
    215  4162  kupfer  ** documentation and/or software.                                   **
    216  4162  kupfer 
    217  4162  kupfer  * Copyright (c) 1990 Regents of The University of Michigan.
    218  4162  kupfer  * All Rights Reserved.
    219  4162  kupfer  *
    220  4162  kupfer  * Permission to use, copy, modify, and distribute this software
    221  4162  kupfer  * and its documentation for any purpose and without fee is hereby
    222  4162  kupfer  * granted, provided that the above copyright notice appears in all
    223  4162  kupfer  * copies and that both that copyright notice and this permission
    224  4162  kupfer  * notice appear in supporting documentation, and that the name of
    225  4162  kupfer  * The University of Michigan not be used in advertising or
    226  4162  kupfer  * publicity pertaining to distribution of the software without
    227  4162  kupfer  * specific, written prior permission. This software is supplied as
    228  4162  kupfer  * is without expressed or implied warranties of any kind.
    229  4162  kupfer  *
    230  4162  kupfer  *	ITD Research Systems
    231  4162  kupfer  *	University of Michigan
    232  4162  kupfer  *	535 W. William Street
    233  4162  kupfer  *	Ann Arbor, Michigan
    234  4162  kupfer  *	+1-313-936-2652
    235  4162  kupfer  *	netatalk (a] terminator.cc.umich.edu
    236