diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-03-18 16:26:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 16:26:32 -0400 |
commit | 609e01d550f62253c56c34fc5a49d01f1d49e6e2 (patch) | |
tree | 908d59950be20044b5205e8907377ce388b5cd7f /tests/test_gssapi.py | |
parent | 57033fb57986a00263e57c615674bfec41efb59c (diff) | |
parent | 94f3894ab74744653604a52a31b28e1ba333e6d8 (diff) |
Merge pull request #2006 from pghmcfc/fsf-address-fix
Fix Free Software Foundation address
Diffstat (limited to 'tests/test_gssapi.py')
-rw-r--r-- | tests/test_gssapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gssapi.py b/tests/test_gssapi.py index acdc7c82..23c3ef42 100644 --- a/tests/test_gssapi.py +++ b/tests/test_gssapi.py @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with Paramiko; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ Test the used APIs for GSS-API / SSPI authentication |