You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ed...@apache.org on 2008/08/16 14:46:54 UTC

svn commit: r686487 - /mina/trunk/core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMResponses.java

Author: edeoliveira
Date: Sat Aug 16 05:46:53 2008
New Revision: 686487

URL: http://svn.apache.org/viewvc?rev=686487&view=rev
Log:
Fixed header to comply with the code's owner terms of use

Modified:
    mina/trunk/core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMResponses.java

Modified: mina/trunk/core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMResponses.java
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMResponses.java?rev=686487&r1=686486&r2=686487&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMResponses.java (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMResponses.java Sat Aug 16 05:46:53 2008
@@ -31,7 +31,11 @@
  * NTLMResponses.java - Calculates the various Type 3 responses. Needs an MD4, MD5 and DES
  * crypto provider (Please note that default provider doesn't provide MD4).
  * 
- * Base code borrowed from : http://curl.haxx.se/rfc/ntlm.html
+ * Copyright © 2003 Eric Glass 
+ * Permission to use, copy, modify, and distribute this document for any purpose and without 
+ * any fee is hereby granted, provided that the above copyright notice and this list of 
+ * conditions appear in all copies. 
+ * @see http://curl.haxx.se/rfc/ntlm.html
  * 
  * @author The Apache MINA Project (dev@mina.apache.org)
  * @version $Rev$, $Date$