summaryrefslogtreecommitdiff
path: root/tests/python_dependencies/impacket/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python_dependencies/impacket/version.py')
-rw-r--r--tests/python_dependencies/impacket/version.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/python_dependencies/impacket/version.py b/tests/python_dependencies/impacket/version.py
new file mode 100644
index 000000000..badd4a8a4
--- /dev/null
+++ b/tests/python_dependencies/impacket/version.py
@@ -0,0 +1,12 @@
+# Copyright (c) 2003-2016 CORE Security Technologies
+#
+# This software is provided under under a slightly modified version
+# of the Apache Software License. See the accompanying LICENSE file
+# for more information.
+#
+
+VER_MAJOR = "0"
+VER_MINOR = "9.15"
+
+BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR)
+