LICENSE 3.5 KB

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