X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fnetrc.c;h=28e9ec42d811f3f1d78fabcecf089775eb9fefeb;hp=8a048fd9129f81a2f9de09f19ac35273fbe99d58;hb=0b056d17201d2bae32857dbec4c8f7a95578cdf9;hpb=1f4b5402c3c0117db123b0ecffbaf3279259a6bc diff --git a/src/netrc.c b/src/netrc.c index 8a048fd9..28e9ec42 100644 --- a/src/netrc.c +++ b/src/netrc.c @@ -1,20 +1,20 @@ /* Read and parse the .netrc file to get hosts, accounts, and passwords. Copyright (C) 1996, Free Software Foundation, Inc. -This file is part of Wget. +This file is part of GNU Wget. -This program is free software; you can redistribute it and/or modify +GNU Wget is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -This program is distributed in the hope that it will be useful, +GNU Wget is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 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 this program; if not, write to the Free Software +along with Wget; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This file used to be kept in synch with the code in Fetchmail, but