aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--driver.c3
-rw-r--r--imap.c3
-rw-r--r--mxget.c3
-rw-r--r--pop2.c3
-rw-r--r--rfc822.c3
-rw-r--r--smtp.c3
7 files changed, 7 insertions, 13 deletions
diff --git a/COPYING b/COPYING
index 876b0bab..a2e40c63 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-The code in the fetchmail distribution is Copyright 1996 by Eric S. Raymond.
+The code in the fetchmail distribution is Copyright 1997 by Eric S. Raymond.
Portions are also copyrighted by Carl Harris, 1993 and 1995. Copyright
retained for the purpose of protecting free redistribution of source.
diff --git a/driver.c b/driver.c
index 46cd22ae..9ca2e65d 100644
--- a/driver.c
+++ b/driver.c
@@ -1,8 +1,7 @@
/*
* driver.c -- generic driver for mail fetch method protocols
*
- * Copyright 1996 by Eric S. Raymond
- * All rights reserved.
+ * Copyright 1997 by Eric S. Raymond
* For license terms, see the file COPYING in this directory.
*/
diff --git a/imap.c b/imap.c
index 970404b3..a4e2f092 100644
--- a/imap.c
+++ b/imap.c
@@ -1,8 +1,7 @@
/*
* imap.c -- IMAP2bis/IMAP4 protocol methods
*
- * Copyright 1996 by Eric S. Raymond
- * All rights reserved.
+ * Copyright 1997 by Eric S. Raymond
* For license terms, see the file COPYING in this directory.
*/
diff --git a/mxget.c b/mxget.c
index ad4e5090..91b2b418 100644
--- a/mxget.c
+++ b/mxget.c
@@ -1,8 +1,7 @@
/*
* mxget.c -- fetch MX records for given DNS name
*
- * Copyright 1996 by Eric S. Raymond
- * All rights reserved.
+ * Copyright 1997 by Eric S. Raymond
* For license terms, see the file COPYING in this directory.
*/
diff --git a/pop2.c b/pop2.c
index 0bcbb2a6..f56647c2 100644
--- a/pop2.c
+++ b/pop2.c
@@ -1,8 +1,7 @@
/*
* pop2.c -- POP2 protocol methods
*
- * Copyright 1996 by Eric S. Raymond
- * All rights reserved.
+ * Copyright 1997 by Eric S. Raymond
* For license terms, see the file COPYING in this directory.
*/
diff --git a/rfc822.c b/rfc822.c
index 9d70dabe..0976c701 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -1,8 +1,7 @@
/*
* rfc822.c -- code for slicing and dicing RFC822 mail headers
*
- * Copyright 1996 by Eric S. Raymond
- * All rights reserved.
+ * Copyright 1997 by Eric S. Raymond
* For license terms, see the file COPYING in this directory.
*/
diff --git a/smtp.c b/smtp.c
index 867db2c8..72bc44b7 100644
--- a/smtp.c
+++ b/smtp.c
@@ -4,8 +4,7 @@
* Concept due to Harry Hochheiser. Implementation by ESR. Cleanup and
* strict RFC821 compliance by Cameron MacPherson.
*
- * Copyright 1996 Eric S. Raymond
- * All rights reserved.
+ * Copyright 1997 Eric S. Raymond
* For license terms, see the file COPYING in this directory.
*/