diff --git a/ntlm/ntlmv1.go b/ntlm/ntlmv1.go index a0f44ea..84cbcd6 100644 --- a/ntlm/ntlmv1.go +++ b/ntlm/ntlmv1.go @@ -1,6 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. -// Receve an Authenticate message and authenticate the user package ntlm import ( diff --git a/ntlm/ntlmv2.go b/ntlm/ntlmv2.go index 14be1ab..3619eb3 100644 --- a/ntlm/ntlmv2.go +++ b/ntlm/ntlmv2.go @@ -1,6 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. -// Receve an Authenticate message and authenticate the user package ntlm import (