Copyright (C) 1996-2007 by Theodore Ts'o
Copyright 1999 Andreas Dilger
   13: 
   14: Redistribution and use in source and binary forms, with or without
   15: modification, are permitted provided that the following conditions
   16: are met:
   17: 1. Redistributions of source code must retain the above copyright
   18:    notice, and the entire permission notice in its entirety,
   19:    including the disclaimer of warranties.
   20: 2. Redistributions in binary form must reproduce the above copyright
   21:    notice, this list of conditions and the following disclaimer in the
   22:    documentation and/or other materials provided with the distribution.
   23: 3. The name of the author may not be used to endorse or promote
   24:    products derived from this software without specific prior
   25:    written permission.
   26: 
   27: THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   28: WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   29: OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
   30: WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
   31: LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   32: CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   33: OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   34: BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   35: LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   36: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   37: USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
   38: DAMAGE.


Copyright (c) 1997, 1998, 2001 Kungliga Tekniska Högskolan
   10:  * (Royal Institute of Technology, Stockholm, Sweden).
   11:  * All rights reserved.
   12:  *
   13:  * Redistribution and use in source and binary forms, with or without
   14:  * modification, are permitted provided that the following conditions
   15:  * are met:
   16:  *
   17:  * 1. Redistributions of source code must retain the above copyright
   18:  *    notice, this list of conditions and the following disclaimer.
   19:  *
   20:  * 2. Redistributions in binary form must reproduce the above copyright
   21:  *    notice, this list of conditions and the following disclaimer in the
   22:  *    documentation and/or other materials provided with the distribution.
   23:  *
   24:  * 3. Neither the name of the Institute nor the names of its contributors
   25:  *    may be used to endorse or promote products derived from this software
   26:  *    without specific prior written permission.
   27:  *
   28:  * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
   29:  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   30:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   31:  * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
   32:  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   33:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   34:  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   35:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   36:  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   37:  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   38:  * SUCH DAMAGE.


Copyright (c) 1994-2008 Carnegie Mellon University.  All rights reserved.
    4: #
    5: # Redistribution and use in source and binary forms, with or without
    6: # modification, are permitted provided that the following conditions
    7: # are met:
    8: #
    9: # 1. Redistributions of source code must retain the above copyright
   10: #    notice, this list of conditions and the following disclaimer.
   11: #
   12: # 2. Redistributions in binary form must reproduce the above copyright
   13: #    notice, this list of conditions and the following disclaimer in
   14: #    the documentation and/or other materials provided with the
   15: #    distribution.
   16: #
   17: # 3. The name "Carnegie Mellon University" must not be used to
   18: #    endorse or promote products derived from this software without
   19: #    prior written permission. For permission or any legal
   20: #    details, please contact
   21: #      Carnegie Mellon University
   22: #      Center for Technology Transfer and Enterprise Creation
   23: #      4615 Forbes Avenue
   24: #      Suite 302
   25: #      Pittsburgh, PA  15213
   26: #      (412) 268-7393, fax: (412) 268-7395
   27: #      innovation@andrew.cmu.edu
   28: #
   29: # 4. Redistributions of any form whatsoever must retain the following
   30: #    acknowledgment:
   31: #    "This product includes software developed by Computing Services
   32: #     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
   33: #
   34: # CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
   35: # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   36: # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
   37: # FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   38: # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   39: # AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   40: # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


Copyright (c) 1988 Regents of the University of California.
    3:  * All rights reserved.
    4:  *
    5:  * Redistribution and use in source and binary forms are permitted
    6:  * provided that the above copyright notice and this paragraph are
    7:  * duplicated in all such forms and that any documentation,
    8:  * advertising materials, and other materials related to such
    9:  * distribution and use acknowledge that the software was developed
   10:  * by the University of California, Berkeley.  The name of the
   11:  * University may not be used to endorse or promote products derived
   12:  * from this software without specific prior written permission.
   13:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   14:  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   15:  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.