summaryrefslogtreecommitdiff
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
parent14644ff7fb296f9ed40e4be913a17720ebd9b72d (diff)
downloadparamiko-ae3760ecd982f26079adc78b71249cd2b094d9ef.tar.gz
Clean up more of the unnecessary-IMHO headers
-rw-r--r--tests/test_gssapi.py10
-rw-r--r--tests/test_kex_gss.py10
-rw-r--r--tests/test_ssh_gss.py10
3 files changed, 0 insertions, 30 deletions
diff --git a/tests/test_gssapi.py b/tests/test_gssapi.py
index e9ef99a9..0d3df72c 100644
--- a/tests/test_gssapi.py
+++ b/tests/test_gssapi.py
@@ -20,16 +20,6 @@
"""
Test the used APIs for GSS-API / SSPI 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) 2013-2014 U{science + computing ag
- <https://www.science-computing.de>}
-@license: GNU Lesser General Public License (LGPL)
-
-Created on 04.12.2013
"""
import unittest
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
"""
diff --git a/tests/test_ssh_gss.py b/tests/test_ssh_gss.py
index 98e280ec..595081b8 100644
--- a/tests/test_ssh_gss.py
+++ b/tests/test_ssh_gss.py
@@ -21,16 +21,6 @@
"""
Unit Tests for the GSS-API / SSPI SSHv2 Authentication (gssapi-with-mic)
-
-@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-2007 Robey Pointer, (C) 2013-2014 U{science + computing ag
- <https://www.science-computing.de>}
-@license: GNU Lesser General Public License (LGPL)
-
-Created on 04.12.2013
"""
import socket