summaryrefslogtreecommitdiff
path: root/tests/test_kex_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-08 17:12:50 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-08 17:12:50 -0700
commitae3760ecd982f26079adc78b71249cd2b094d9ef (patch)
tree570e0c79b38bfeb67d78137278efb0f350448267 /tests/test_kex_gss.py
parent14644ff7fb296f9ed40e4be913a17720ebd9b72d (diff)
downloadparamiko-ae3760ecd982f26079adc78b71249cd2b094d9ef.tar.gz
Clean up more of the unnecessary-IMHO headers
Diffstat (limited to 'tests/test_kex_gss.py')
-rw-r--r--tests/test_kex_gss.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test_kex_gss.py b/tests/test_kex_gss.py
index e160eb35..b5e277b3 100644
--- a/tests/test_kex_gss.py
+++ b/tests/test_kex_gss.py
@@ -22,16 +22,6 @@
"""
Unit Tests for the GSS-API / SSPI SSHv2 Diffie-Hellman Key Exchange and user
authentication
-
-@author: Sebastian Deiss
-@contact: U{https://github.com/SebastianDeiss/paramiko/issues}
-@organization: science + computing ag
- (U{EMail<mailto:a.kruis@science-computing.de>})
-@copyright: (C) 2003-2009 Robey Pointer, (C) 2013-2014 U{science + computing ag
- <https://www.science-computing.de>}
-@license: GNU Lesser General Public License (LGPL)
-
-Created on 08.01.2014
"""