diff --git a/msdos/msdos.c b/msdos/msdos.c index f5b7e1c5..b3e5d395 100644 --- a/msdos/msdos.c +++ b/msdos/msdos.c @@ -1,4 +1,4 @@ -
/* MSDOS utility functions. +/* MSDOS utility functions. Copyright (C) 2009 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -106,4 +106,3 @@ getpass (const char *prompt) return strdup (getpassbuf); } -
\ No newline at end of file