diff options
author | Glenn Morris <rgm@gnu.org> | 2011-01-26 00:36:39 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-01-26 00:36:39 -0800 |
commit | 95df8112a0cbdb06addbac5fbea03b37d4440418 (patch) | |
tree | 40de7680f5332a55701dc1477722357dd37803b3 /lib-src/pop.c | |
parent | 008cad902f3434dc8c490dd0488ae93df4f16d9c (diff) | |
download | emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.tar.gz |
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 @@ /* pop.c: client routines for talking to a POP3-protocol post-office server - Copyright (C) 1991, 1993, 1996-1997, 1999, 2001-2011 Free Software Foundation, Inc. + +Copyright (C) 1991, 1993, 1996-1997, 1999, 2001-2011 + Free Software Foundation, Inc. Author: Jonathan Kamens <jik@security.ov.com> @@ -1623,4 +1625,3 @@ find_crlf (char *in_string, int len) } #endif /* MAIL_USE_POP */ - |