"Fossies" - the Fresh Open Source Software Archive

Member "ngrep-1_47/LICENSE" (7 Sep 2017, 3393 Bytes) of package /linux/misc/ngrep-1_47.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 Copyright (c) 2017 Jordan Ritter.  All rights reserved.
    2 
    3 Permission is granted to anyone to use this software for any purpose on
    4 any computer system, and to alter it and redistribute it, subject
    5 to the following restrictions:
    6 
    7 1. The origin of this software must not be misrepresented, either by
    8    explicit claim or by omission.
    9 
   10 2. Altered versions must be plainly marked as such, and must not be
   11    misrepresented as being the original software.  Any altered version
   12    must clearly and properly represent the origin of this software in
   13    any accompanying documentation.
   14 
   15 3. All advertising materials which relate specifically to derivate
   16    works of this software must display the following acknowledgement:
   17    This product includes software developed by Jordan Ritter.
   18 
   19 4. The name of the Author may not be used to endorse or promote
   20    products derived from this software without specific prior written
   21    permission.
   22 
   23 5. This notice, and any references to this notice, in any original or
   24    derived source distribution of or documentation for this software,
   25    may not be removed or altered.
   26 
   27 
   28 THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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
   31 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
   32 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   33 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   34 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   35 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   36 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
   37 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
   38 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   39 
   40 
   41 
   42 Portions were copied from tcpkill (part of dsniff), which has the
   43 following copyright:
   44 
   45   Copyright (c) 1999, 2000 Dug Song <dugsong@monkey.org>
   46   All rights reserved, all wrongs reversed.
   47 
   48   Redistribution and use in source and binary forms, with or without
   49   modification, are permitted provided that the following conditions
   50   are met:
   51 
   52   1. Redistributions of source code must retain the above copyright
   53      notice, this list of conditions and the following disclaimer.
   54   2. Redistributions in binary form must reproduce the above copyright
   55      notice, this list of conditions and the following disclaimer in the
   56      documentation and/or other materials provided with the distribution.
   57   3. The name of author may not be used to endorse or promote products
   58      derived from this software without specific prior written permission.
   59 
   60   THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
   61   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
   62   AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
   63   THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   64   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   65   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
   66   OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   67   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   68   OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   69   ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.