diff options
-rw-r--r-- | checkalias.c | 2 | ||||
-rw-r--r-- | driver.c | 2 | ||||
-rw-r--r-- | env.c | 3 | ||||
-rw-r--r-- | etrn.c | 2 | ||||
-rw-r--r-- | fetchmail.c | 2 | ||||
-rw-r--r-- | getpass.c | 2 | ||||
-rw-r--r-- | imap.c | 2 | ||||
-rw-r--r-- | interface.c | 2 | ||||
-rw-r--r-- | netrc.c | 20 | ||||
-rw-r--r-- | options.c | 3 | ||||
-rw-r--r-- | pop3.c | 3 | ||||
-rw-r--r-- | report.c | 2 | ||||
-rw-r--r-- | rpa.c | 3 | ||||
-rw-r--r-- | sink.c | 2 | ||||
-rw-r--r-- | socket.c | 3 | ||||
-rw-r--r-- | xmalloc.c | 3 |
16 files changed, 8 insertions, 48 deletions
diff --git a/checkalias.c b/checkalias.c index c7bf1872..cf151d76 100644 --- a/checkalias.c +++ b/checkalias.c @@ -3,8 +3,6 @@ * * Copyright 1997 by Eric S. Raymond * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" #ifdef HAVE_GETHOSTBYNAME @@ -3,8 +3,6 @@ * * Copyright 1997 by Eric S. Raymond * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" @@ -1,9 +1,8 @@ /* * env.c -- small service routines * + * Copyright 1998 by Eric S. Raymond * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" @@ -2,8 +2,6 @@ * etrn.c -- ETRN protocol methods * * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" diff --git a/fetchmail.c b/fetchmail.c index 06daa86d..0b62590e 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -2,8 +2,6 @@ * fetchmail.c -- main driver module for fetchmail * * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" @@ -10,8 +10,6 @@ This version hacked by Wilfred Teiken, allowing the password to be piped to fetchmail. - i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 - ***********************************************************************/ #include "config.h" @@ -3,8 +3,6 @@ * * Copyright 1997 by Eric S. Raymond * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" diff --git a/interface.c b/interface.c index 8b7b0085..608ddc45 100644 --- a/interface.c +++ b/interface.c @@ -6,8 +6,6 @@ * * Copyright (c) 1996,1997 by George M. Sipe - ALL RIGHTS RESERVED * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 - * * This 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; version 2, or (at your option) any later version. @@ -1,24 +1,10 @@ /* netrc.c -- parse the .netrc file to get hosts, accounts, and passwords - Copyright (C) 1996, Free Software Foundation, Inc. - Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 - - i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 - This program 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, - 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. + Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + For license terms, see the file COPYING in this directory. -/* Compile with -DSTANDALONE to test this module. */ + Compile with -DSTANDALONE to test this module. */ #include <stdio.h> #include <ctype.h> @@ -1,9 +1,8 @@ /* * options.c -- command-line option processing * + * Copyright 1998 by Eric S. Raymond. * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" @@ -1,9 +1,8 @@ /* * pop3.c -- POP3 protocol methods * + * Copyright 1998 by Eric S. Raymond. * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" @@ -20,8 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ * Bludgeoned into submission for SunOS 4.1.3 by * Chris Cheyney <cheyney@netcom.com>. * Now it works even when the return from vprintf is unreliable. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #ifdef HAVE_CONFIG_H @@ -8,9 +8,6 @@ description: RPA authorisation code for POP3 client The sole entry point is POP3_auth_rpa() - - i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 - ***********************************************************************/ #include "config.h" @@ -8,8 +8,6 @@ * * Copyright 1998 by Eric S. Raymond * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" @@ -1,9 +1,8 @@ /* * socket.c -- socket library functions * + * Copyright 1998 by Eric S. Raymond. * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" @@ -1,9 +1,8 @@ /* * xmalloc.c -- allocate space or die * + * Copyright 1998 by Eric S. Raymond. * For license terms, see the file COPYING in this directory. - * - * i18n by Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7-Nov-1998 */ #include "config.h" |