]> sjero.net Git - wget/blobdiff - src/http-ntlm.c
[svn]
[wget] / src / http-ntlm.c
index 8a95cb7b959e352447170dc27337a9e8394cb44b..5e45c0dba0ce0d2ebb61aa4bc57ee94f98f38072 100644 (file)
@@ -1,6 +1,6 @@
 /* NTLM code.
    Copyright (C) 2005 Free Software Foundation, Inc.
-   Donated by Daniel Stenberg.
+   Contributed by Daniel Stenberg.
 
 This file is part of GNU Wget.
 
@@ -15,8 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Wget; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+along with Wget; if not, write to the Free Software Foundation, Inc.,
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 
 In addition, as a special exception, the Free Software Foundation
 gives permission to link the code of its release of Wget with the
@@ -37,7 +37,6 @@ so, delete this exception statement from your version.  */
 
 */
 
-/* -- WIN32 approved -- */
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>