Home | History | Annotate | Download | only in krb5
      1  4162  kupfer  * Copyright 1989,1990,1995 by the Massachusetts Institute of Technology.
      2  4162  kupfer  * All Rights Reserved.
      3  4162  kupfer  *
      4  4162  kupfer  * Export of this software from the United States of America may
      5  4162  kupfer  *   require a specific license from the United States Government.
      6  4162  kupfer  *   It is the responsibility of any person or organization contemplating
      7  4162  kupfer  *   export to obtain such a license before exporting.
      8  4162  kupfer  *
      9  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
     10  4162  kupfer  * distribute this software and its documentation for any purpose and
     11  4162  kupfer  * without fee is hereby granted, provided that the above copyright
     12  4162  kupfer  * notice appear in all copies and that both that copyright notice and
     13  4162  kupfer  * this permission notice appear in supporting documentation, and that
     14  4162  kupfer  * the name of M.I.T. not be used in advertising or publicity pertaining
     15  4162  kupfer  * to distribution of the software without specific, written prior
     16  4162  kupfer  * permission.  M.I.T. makes no representations about the suitability of
     17  4162  kupfer  * this software for any purpose.  It is provided "as is" without express
     18  4162  kupfer  * or implied warranty.
     19  4162  kupfer 
     20  4162  kupfer  * Copyright 1987-2004 by the Massachusetts Institute of Technology.
     21  4162  kupfer  * All Rights Reserved.
     22  4162  kupfer  *
     23  4162  kupfer  * Export of this software from the United States of America may
     24  4162  kupfer  *   require a specific license from the United States Government.
     25  4162  kupfer  *   It is the responsibility of any person or organization contemplating
     26  4162  kupfer  *   export to obtain such a license before exporting.
     27  4162  kupfer  * 
     28  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
     29  4162  kupfer  * distribute this software and its documentation for any purpose and
     30  4162  kupfer  * without fee is hereby granted, provided that the above copyright
     31  4162  kupfer  * notice appear in all copies and that both that copyright notice and
     32  4162  kupfer  * this permission notice appear in supporting documentation, and that
     33  4162  kupfer  * the name of M.I.T. not be used in advertising or publicity pertaining
     34  4162  kupfer  * to distribution of the software without specific, written prior
     35  4162  kupfer  * permission.  Furthermore if you modify this software you must label
     36  4162  kupfer  * your software as modified software and not distribute it in such a
     37  4162  kupfer  * fashion that it might be confused with the original M.I.T. software.
     38  4162  kupfer  * M.I.T. makes no representations about the suitability of
     39  4162  kupfer  * this software for any purpose.  It is provided "as is" without express
     40  4162  kupfer  * or implied warranty.
     41  4162  kupfer 
     42  4162  kupfer  * Copyright (C) 1989-1995 by the Massachusetts Institute of Technology,
     43  4162  kupfer  * Cambridge, MA, USA.  All Rights Reserved.
     44  4162  kupfer  *
     45  4162  kupfer  * This software is being provided to you, the LICENSEE, by the
     46  4162  kupfer  * Massachusetts Institute of Technology (M.I.T.) under the following
     47  4162  kupfer  * license.  By obtaining, using and/or copying this software, you agree
     48  4162  kupfer  * that you have read, understood, and will comply with these terms and
     49  4162  kupfer  * conditions:
     50  4162  kupfer  *
     51  4162  kupfer  * Export of this software from the United States of America may
     52  4162  kupfer  * require a specific license from the United States Government.
     53  4162  kupfer  * It is the responsibility of any person or organization contemplating
     54  4162  kupfer  * export to obtain such a license before exporting.
     55  4162  kupfer  *
     56  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify and distribute
     57  4162  kupfer  * this software and its documentation for any purpose and without fee or
     58  4162  kupfer  * royalty is hereby granted, provided that you agree to comply with the
     59  4162  kupfer  * following copyright notice and statements, including the disclaimer, and
     60  4162  kupfer  * that the same appear on ALL copies of the software and documentation,
     61  4162  kupfer  * including modifications that you make for internal use or for
     62  4162  kupfer  * distribution:
     63  4162  kupfer  *
     64  4162  kupfer  * THIS SOFTWARE IS PROVIDED "AS IS", AND M.I.T. MAKES NO REPRESENTATIONS
     65  4162  kupfer  * OR WARRANTIES, EXPRESS OR IMPLIED.  By way of example, but not
     66  4162  kupfer  * limitation, M.I.T. MAKES NO REPRESENTATIONS OR WARRANTIES OF
     67  4162  kupfer  * MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
     68  4162  kupfer  * THE LICENSED SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
     69  4162  kupfer  * PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
     70  4162  kupfer  *
     71  4162  kupfer  * The name of the Massachusetts Institute of Technology or M.I.T. may NOT
     72  4162  kupfer  * be used in advertising or publicity pertaining to distribution of the
     73  4162  kupfer  * software.  Title to copyright in this software and any associated
     74  4162  kupfer  * documentation shall at all times remain with M.I.T., and USER agrees to
     75  4162  kupfer  * preserve same.
     76  4162  kupfer 
     77  4162  kupfer  ** Copyright (C) 1990, RSA Data Security, Inc. All rights reserved. **
     78  4162  kupfer  **                                                                  **
     79  4162  kupfer  ** License to copy and use this software is granted provided that   **
     80  4162  kupfer  ** it is identified as the "RSA Data Security, Inc. MD4 Message     **
     81  4162  kupfer  ** Digest Algorithm" in all material mentioning or referencing this **
     82  4162  kupfer  ** software or this function.                                       **
     83  4162  kupfer  **                                                                  **
     84  4162  kupfer  ** License is also granted to make and use derivative works         **
     85  4162  kupfer  ** provided that such works are identified as "derived from the RSA **
     86  4162  kupfer  ** Data Security, Inc. MD4 Message Digest Algorithm" in all         **
     87  4162  kupfer  ** material mentioning or referencing the derived work.             **
     88  4162  kupfer  **                                                                  **
     89  4162  kupfer  ** RSA Data Security, Inc. makes no representations concerning      **
     90  4162  kupfer  ** either the merchantability of this software or the suitability   **
     91  4162  kupfer  ** of this software for any particular purpose.  It is provided "as **
     92  4162  kupfer  ** is" without express or implied warranty of any kind.             **
     93  4162  kupfer  **                                                                  **
     94  4162  kupfer  ** These notices must be retained in any copies of any part of this **
     95  4162  kupfer  ** documentation and/or software.                                   **
     96  4162  kupfer 
     97  4162  kupfer  * Copyright 1993,1995 by OpenVision Technologies, Inc.
     98  4162  kupfer  *
     99  4162  kupfer  * Permission to use, copy, modify, distribute, and sell this software
    100  4162  kupfer  * and its documentation for any purpose is hereby granted without fee,
    101  4162  kupfer  * provided that the above copyright notice appears in all copies and
    102  4162  kupfer  * that both that copyright notice and this permission notice appear in
    103  4162  kupfer  * supporting documentation, and that the name of OpenVision not be used
    104  4162  kupfer  * in advertising or publicity pertaining to distribution of the software
    105  4162  kupfer  * without specific, written prior permission. OpenVision makes no
    106  4162  kupfer  * representations about the suitability of this software for any
    107  4162  kupfer  * purpose.  It is provided "as is" without express or implied warranty.
    108  4162  kupfer  *
    109  4162  kupfer  * OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
    110  4162  kupfer  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
    111  4162  kupfer  * EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
    112  4162  kupfer  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
    113  4162  kupfer  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
    114  4162  kupfer  * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
    115  4162  kupfer  * PERFORMANCE OF THIS SOFTWARE.
    116  4162  kupfer 
    117  4162  kupfer  * Copyright (C) 1998 by the FundsXpress, INC.
    118  4162  kupfer  * 
    119  4162  kupfer  * All rights reserved.
    120  4162  kupfer  * 
    121  4162  kupfer  * Export of this software from the United States of America may require
    122  4162  kupfer  * a specific license from the United States Government.  It is the
    123  4162  kupfer  * responsibility of any person or organization contemplating export to
    124  4162  kupfer  * obtain such a license before exporting.
    125  4162  kupfer  * 
    126  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
    127  4162  kupfer  * distribute this software and its documentation for any purpose and
    128  4162  kupfer  * without fee is hereby granted, provided that the above copyright
    129  4162  kupfer  * notice appear in all copies and that both that copyright notice and
    130  4162  kupfer  * this permission notice appear in supporting documentation, and that
    131  4162  kupfer  * the name of FundsXpress. not be used in advertising or publicity pertaining
    132  4162  kupfer  * to distribution of the software without specific, written prior
    133  4162  kupfer  * permission.  FundsXpress makes no 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  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
    138  4162  kupfer  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
    139  4162  kupfer  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
    140  4162  kupfer 
    141  4162  kupfer  * Copyright (c) 2002 Naval Research Laboratory (NRL/CCS)
    142  4162  kupfer  *
    143  4162  kupfer  * Permission to use, copy, modify and distribute this software and its
    144  4162  kupfer  * documentation is hereby granted, provided that both the copyright
    145  4162  kupfer  * notice and this permission notice appear in all copies of the software,
    146  4162  kupfer  * derivative works or modified versions, and any portions thereof.
    147  4162  kupfer  * 
    148  4162  kupfer  * NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND
    149  4162  kupfer  * DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
    150  4162  kupfer  * RESULTING FROM THE USE OF THIS SOFTWARE.
    151  4162  kupfer 
    152  4162  kupfer  * Copyright 1995 by Richard P. Basch.  All Rights Reserved.
    153  4162  kupfer  * Copyright 1995 by Lehman Brothers, Inc.  All Rights Reserved.
    154  4162  kupfer  *
    155  4162  kupfer  * Export of this software from the United States of America may
    156  4162  kupfer  *   require a specific license from the United States Government.
    157  4162  kupfer  *   It is the responsibility of any person or organization contemplating
    158  4162  kupfer  *   export to obtain such a license before exporting.
    159  4162  kupfer  * 
    160  4162  kupfer  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
    161  4162  kupfer  * distribute this software and its documentation for any purpose and
    162  4162  kupfer  * without fee is hereby granted, provided that the above copyright
    163  4162  kupfer  * notice appear in all copies and that both that copyright notice and
    164  4162  kupfer  * this permission notice appear in supporting documentation, and that
    165  4162  kupfer  * the name of Richard P. Basch, Lehman Brothers and M.I.T. not be used
    166  4162  kupfer  * in advertising or publicity pertaining to distribution of the software
    167  4162  kupfer  * without specific, written prior permission.  Richard P. Basch,
    168  4162  kupfer  * Lehman Brothers and M.I.T. make no representations about the suitability
    169  4162  kupfer  * of this software for any purpose.  It is provided "as is" without
    170  4162  kupfer  * express or implied warranty.
    171