github.com/n00py/Slackor@v0.0.0-20200610224921-d007fcea1740/impacket/LICENSE (about)

     1  Licencing
     2  ---------
     3  
     4  We provide this software under a slightly modified version of the
     5  Apache Software License. The only changes to the document were the
     6  replacement of "Apache" with "Impacket" and "Apache Software Foundation"
     7  with "SecureAuth Corporation". Feel free to compare the resulting
     8  document to the official Apache license.
     9  
    10  The `Apache Software License' is an Open Source Initiative Approved
    11  License.
    12  
    13  
    14  The Apache Software License, Version 1.1
    15  Modifications by SecureAuth Corporation (see above)
    16  
    17  Copyright (c) 2000 The Apache Software Foundation.  All rights
    18  reserved.
    19  
    20  Redistribution and use in source and binary forms, with or without
    21  modification, are permitted provided that the following conditions
    22  are met:
    23  
    24  1. Redistributions of source code must retain the above copyright
    25     notice, this list of conditions and the following disclaimer.
    26  
    27  2. Redistributions in binary form must reproduce the above copyright
    28     notice, this list of conditions and the following disclaimer in
    29     the documentation and/or other materials provided with the
    30     distribution.
    31  
    32  3. The end-user documentation included with the redistribution,
    33     if any, must include the following acknowledgment:
    34        "This product includes software developed by
    35         SecureAuth Corporation (https://www.secureauth.com/)."
    36     Alternately, this acknowledgment may appear in the software itself,
    37     if and wherever such third-party acknowledgments normally appear.
    38  
    39  4. The names "Impacket", "SecureAuth Corporation" must
    40     not be used to endorse or promote products derived from this
    41     software without prior written permission. For written
    42     permission, please contact oss@secureauth.com.
    43  
    44  5. Products derived from this software may not be called "Impacket",
    45     nor may "Impacket" appear in their name, without prior written
    46     permission of SecureAuth Corporation.
    47  
    48  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    49  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    50  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    51  DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
    52  ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    53  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    54  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
    55  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    56  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    57  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    58  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    59  SUCH DAMAGE.
    60  
    61  
    62  
    63  Smb.py and nmb.py are based on Pysmb by Michael Teo
    64  (https://miketeo.net/projects/pysmb/), and are distributed under the
    65  following license:
    66  
    67  This software is provided 'as-is', without any express or implied
    68  warranty.  In no event will the author be held liable for any damages
    69  arising from the use of this software.
    70  
    71  Permission is granted to anyone to use this software for any purpose,
    72  including commercial applications, and to alter it and redistribute it
    73  freely, subject to the following restrictions:
    74  
    75  1. The origin of this software must not be misrepresented; you must
    76     not claim that you wrote the original software. If you use this
    77     software in a product, an acknowledgment in the product
    78     documentation would be appreciated but is not required.
    79  
    80  2. Altered source versions must be plainly marked as such, and must
    81     not be misrepresented as being the original software.
    82  
    83  3. This notice cannot be removed or altered from any source
    84     distribution.