Home | History | Annotate | Download | only in pppdump
      1 This file contains a summary of the licenses on the software in this
      2 package.  Some of these source files are under GNU Public License.
      3 Those files may be redistributed under the terms of the GNU General
      4 Public License version 2 or (at your option) any later version.  See
      5 the COPYING file for details or the GNU web site at
      6 http://www.gnu.org/.
      7 
      8 Copyright (C) 1999  Paul Mackerras.  All rights reserved.
      9 
     10   This program is free software; you can redistribute it and/or modify
     11   it under the terms of the GNU General Public License as published by
     12   the Free Software Foundation; either version 2 of the License, or (at
     13   your option) any later version.
     14 
     15 Copyright (c) 1985, 1986 The Regents of the University of California.
     16 All rights reserved.
     17 
     18   This code is derived from software contributed to Berkeley by
     19   James A. Woods, derived from original work by Spencer Thomas
     20   and Joseph Orost.
     21 
     22   Redistribution and use in source and binary forms, with or without
     23   modification, are permitted provided that the following conditions
     24   are met:
     25   1. Redistributions of source code must retain the above copyright
     26      notice, this list of conditions and the following disclaimer.
     27   2. Redistributions in binary form must reproduce the above copyright
     28      notice, this list of conditions and the following disclaimer in the
     29      documentation and/or other materials provided with the distribution.
     30   3. All advertising materials mentioning features or use of this software
     31      must display the following acknowledgement:
     32  	This product includes software developed by the University of
     33  	California, Berkeley and its contributors.
     34   4. Neither the name of the University nor the names of its contributors
     35      may be used to endorse or promote products derived from this software
     36      without specific prior written permission.
     37  
     38   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     39   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     40   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     41   ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     42   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     43   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     44   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     45   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     46   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     47   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     48   SUCH DAMAGE.
     49 
     50   This file is derived from zlib.h and zconf.h from the zlib-0.95
     51   distribution by Jean-loup Gailly and Mark Adler, with some additions
     52   by Paul Mackerras to aid in implementing Deflate compression and
     53   decompression for PPP packets.
     54 
     55   zlib.h -- interface of the 'zlib' general purpose compression library
     56   version 0.95, Aug 16th, 1995.
     57 
     58   Copyright (C) 1995 Jean-loup Gailly and Mark Adler
     59 
     60   This software is provided 'as-is', without any express or implied
     61   warranty.  In no event will the authors be held liable for any damages
     62   arising from the use of this software.
     63 
     64   Permission is granted to anyone to use this software for any purpose,
     65   including commercial applications, and to alter it and redistribute it
     66   freely, subject to the following restrictions:
     67 
     68   1. The origin of this software must not be misrepresented; you must not
     69      claim that you wrote the original software. If you use this software
     70      in a product, an acknowledgment in the product documentation would be
     71      appreciated but is not required.
     72   2. Altered source versions must be plainly marked as such, and must not be
     73      misrepresented as being the original software.
     74   3. This notice may not be removed or altered from any source distribution.
     75 
     76   Jean-loup Gailly        Mark Adler
     77   gzip (a] prep.ai.mit.edu    madler (a] alumni.caltech.edu
     78 
     79   Copyright (c) 1994 The Australian National University.
     80   All rights reserved.
     81 
     82   Permission to use, copy, modify, and distribute this software and its
     83   documentation is hereby granted, provided that the above copyright
     84   notice appears in all copies.  This software is provided without any
     85   warranty, express or implied. The Australian National University
     86   makes no representations about the suitability of this software for
     87   any purpose.
     88 
     89   Copyright 1999 Paul Mackerras, Alan Curry.
     90  
     91    This program is free software; you can redistribute it and/or
     92    modify it under the terms of the GNU General Public License
     93    as published by the Free Software Foundation; either version
     94    2 of the License, or (at your option) any later version.
     95