diff options
| author | Glenn Morris | 2011-01-26 00:36:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-26 00:36:39 -0800 |
| commit | 95df8112a0cbdb06addbac5fbea03b37d4440418 (patch) | |
| tree | 40de7680f5332a55701dc1477722357dd37803b3 /lib-src/pop.c | |
| parent | 008cad902f3434dc8c490dd0488ae93df4f16d9c (diff) | |
| download | emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.tar.gz emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.zip | |
Refill some long/short copyright headers.
Diffstat (limited to 'lib-src/pop.c')
| -rw-r--r-- | lib-src/pop.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index 38961ee1bd4..a3fda09d44f 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | /* pop.c: client routines for talking to a POP3-protocol post-office server | 1 | /* pop.c: client routines for talking to a POP3-protocol post-office server |
| 2 | Copyright (C) 1991, 1993, 1996-1997, 1999, 2001-2011 Free Software Foundation, Inc. | 2 | |
| 3 | Copyright (C) 1991, 1993, 1996-1997, 1999, 2001-2011 | ||
| 4 | Free Software Foundation, Inc. | ||
| 3 | 5 | ||
| 4 | Author: Jonathan Kamens <jik@security.ov.com> | 6 | Author: Jonathan Kamens <jik@security.ov.com> |
| 5 | 7 | ||
| @@ -1623,4 +1625,3 @@ find_crlf (char *in_string, int len) | |||
| 1623 | } | 1625 | } |
| 1624 | 1626 | ||
| 1625 | #endif /* MAIL_USE_POP */ | 1627 | #endif /* MAIL_USE_POP */ |
| 1626 | |||