Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / python_dependencies / impacket / version.py
1 # Copyright (c) 2003-2016 CORE Security Technologies
2 #
3 # This software is provided under under a slightly modified version
4 # of the Apache Software License. See the accompanying LICENSE file
5 # for more information.
6 #
7
8 VER_MAJOR = "0"
9 VER_MINOR = "9.15"
10
11 BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR)
12