aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--checkalias.c2
-rw-r--r--driver.c2
-rw-r--r--env.c3
-rw-r--r--etrn.c2
-rw-r--r--fetchmail.c2
-rw-r--r--getpass.c2
-rw-r--r--imap.c2
-rw-r--r--interface.c2
-rw-r--r--netrc.c20
-rw-r--r--options.c3
-rw-r--r--pop3.c3
-rw-r--r--report.c2
-rw-r--r--rpa.c3
-rw-r--r--sink.c2
-rw-r--r--socket.c3
-rw-r--r--xmalloc.c3
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
diff --git a/driver.c b/driver.c
index f599ccce..b3efd876 100644
--- a/driver.c
+++ b/driver.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"
diff --git a/env.c b/env.c
index 122e924e..cfd39f49 100644
--- a/env.c
+++ b/env.c
@@ -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"
diff --git a/etrn.c b/etrn.c
index 203dc4df..ca38299a 100644
--- a/etrn.c
+++ b/etrn.c
@@ -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"
diff --git a/getpass.c b/getpass.c
index 31ba2a7d..dc6ea426 100644
--- a/getpass.c
+++ b/getpass.c
@@ -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"
diff --git a/imap.c b/imap.c
index be92cbc2..0a28ef4a 100644
--- a/imap.c
+++ b/imap.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"
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.
diff --git a/netrc.c b/netrc.c
index 3d20ae97..7fda4e58 100644
--- a/netrc.c
+++ b/netrc.c
@@ -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>
diff --git a/options.c b/options.c
index 4f770d02..b4966e3c 100644
--- a/options.c
+++ b/options.c
@@ -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"
diff --git a/pop3.c b/pop3.c
index da21777c..9b0de48d 100644
--- a/pop3.c
+++ b/pop3.c
@@ -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"
diff --git a/report.c b/report.c
index 2e4cfeaa..b684ae21 100644
--- a/report.c
+++ b/report.c
@@ -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
diff --git a/rpa.c b/rpa.c
index 646a5002..90b8c2d2 100644
--- a/rpa.c
+++ b/rpa.c
@@ -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"
diff --git a/sink.c b/sink.c
index e5d9ca79..c603b8a6 100644
--- a/sink.c
+++ b/sink.c
@@ -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"
diff --git a/socket.c b/socket.c
index 31620013..43218b95 100644
--- a/socket.c
+++ b/socket.c
@@ -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"
diff --git a/xmalloc.c b/xmalloc.c
index 481f8180..ed0b88e7 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -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"