Home | History | Annotate | Download | only in krb5
      1  * Copyright 1995 by the Massachusetts Institute of Technology.
      2  * All Rights Reserved.
      3  *
      4  * Export of this software from the United States of America may
      5  *   require a specific license from the United States Government.
      6  *   It is the responsibility of any person or organization contemplating
      7  *   export to obtain such a license before exporting.
      8  *
      9  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
     10  * distribute this software and its documentation for any purpose and
     11  * without fee is hereby granted, provided that the above copyright
     12  * notice appear in all copies and that both that copyright notice and
     13  * this permission notice appear in supporting documentation, and that
     14  * the name of M.I.T. not be used in advertising or publicity pertaining
     15  * to distribution of the software without specific, written prior
     16  * permission.  M.I.T. makes no representations about the suitability of
     17  * this software for any purpose.  It is provided "as is" without express
     18  * or implied warranty.
     19 
     20  * Copyright 1988-1992,1994-2003 by the Massachusetts Institute of Technology.  
     21  * All Rights Reserved.  
     22  *  
     23  * Export of this software from the United States of America may  
     24  *   require a specific license from the United States Government.  
     25  *   It is the responsibility of any person or organization contemplating  
     26  *   export to obtain such a license before exporting.  
     27  *  
     28  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and  
     29  * distribute this software and its documentation for any purpose and  
     30  * without fee is hereby granted, provided that the above copyright  
     31  * notice appear in all copies and that both that copyright notice and  
     32  * this permission notice appear in supporting documentation, and that  
     33  * the name of M.I.T.  not be used in advertising or publicity pertaining  
     34  * to distribution of the software without specific, written prior  
     35  * permission.  Furthermore if you modify this software you must label
     36  * your software as modified software and not distribute it in such a
     37  * fashion that it might be confused with the original M.I.T. software.
     38  * M.I.T. makes no representations about the suitability of
     39  * this software for any purpose.  It is provided "as is" without express
     40  * or implied warranty.
     41 
     42  * Copyright (C) 1998 by the FundsXpress, INC.
     43  * 
     44  * All rights reserved.
     45  * 
     46  * Export of this software from the United States of America may require
     47  * a specific license from the United States Government.  It is the
     48  * responsibility of any person or organization contemplating export to
     49  * obtain such a license before exporting.
     50  * 
     51  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
     52  * distribute this software and its documentation for any purpose and
     53  * without fee is hereby granted, provided that the above copyright
     54  * notice appear in all copies and that both that copyright notice and
     55  * this permission notice appear in supporting documentation, and that
     56  * the name of FundsXpress. not be used in advertising or publicity pertaining
     57  * to distribution of the software without specific, written prior
     58  * permission.  FundsXpress makes no representations about the suitability of
     59  * this software for any purpose.  It is provided "as is" without express
     60  * or implied warranty.
     61  * 
     62  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
     63  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
     64  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
     65 
     66  * Copyright (c) 1990, 1991, 1993-1995
     67  *	The Regents of the University of California.  All rights reserved.
     68  *
     69  * Redistribution and use in source and binary forms, with or without
     70  * modification, are permitted provided that the following conditions
     71  * are met:
     72  * 1. Redistributions of source code must retain the above copyright
     73  *    notice, this list of conditions and the following disclaimer.
     74  * 2. Redistributions in binary form must reproduce the above copyright
     75  *    notice, this list of conditions and the following disclaimer in the
     76  *    documentation and/or other materials provided with the distribution.
     77  * 3. All advertising materials mentioning features or use of this software
     78  *    must display the following acknowledgement:
     79  *	This product includes software developed by the University of
     80  *	California, Berkeley and its contributors.
     81  * 4. Neither the name of the University nor the names of its contributors
     82  *    may be used to endorse or promote products derived from this software
     83  *    without specific prior written permission.
     84  *
     85  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     86  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     87  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     88  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     89  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     90  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     91  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     92  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     93  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     94  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     95  * SUCH DAMAGE.
     96 
     97  Copyright 1987-1989 by the Student Information Processing Board  
     98  of the Massachusetts Institute of Technology  
     99 
    100  Permission to use, copy, modify, and distribute this software
    101  and its documentation for any purpose and without fee is  
    102  hereby granted, provided that the above copyright notice  
    103  appear in all copies and that both that copyright notice and  
    104  this permission notice appear in supporting documentation,  
    105  and that the names of M.I.T. and the M.I.T. S.I.P.B. not be  
    106  used in advertising or publicity pertaining to distribution  
    107  of the software without specific, written prior permission.  
    108  M.I.T. and the M.I.T. S.I.P.B. make no representations about  
    109  the suitability of this software for any purpose. It is  
    110  provided "as is" without express or implied warranty.  
    111 
    112  * Copyright (c) 1988 Regents of the University of California.
    113  * All rights reserved.
    114  *
    115  * Redistribution and use in source and binary forms are permitted
    116  * provided that: (1) source distributions retain this entire copyright
    117  * notice and comment, and (2) distributions including binaries display
    118  * the following acknowledgement:  ``This product includes software
    119  * developed by the University of California, Berkeley and its contributors''
    120  * in the documentation or other materials provided with the distribution
    121  * and in all advertising materials mentioning features or use of this
    122  * software. Neither the name of the University nor the names of its
    123  * contributors may be used to endorse or promote products derived
    124  * from this software without specific prior written permission.
    125  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
    126  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
    127  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
    128