diff options
| author | Paul Eggert | 2013-01-01 09:11:05 +0000 |
|---|---|---|
| committer | Paul Eggert | 2013-01-01 09:11:05 +0000 |
| commit | ab422c4d6899b1442cb6954c1829c1fb656b006c (patch) | |
| tree | 60db097dfe36449f23ebab332ba625f15c7f7bb1 /lib-src/pop.c | |
| parent | 5cebef2d18da5c7b365875bd2f771a8953284ec5 (diff) | |
| download | emacs-ab422c4d6899b1442cb6954c1829c1fb656b006c.tar.gz emacs-ab422c4d6899b1442cb6954c1829c1fb656b006c.zip | |
Update copyright notices for 2013.
Diffstat (limited to 'lib-src/pop.c')
| -rw-r--r-- | lib-src/pop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index bfbcb8c9466..ba384db3d19 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -1,7 +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 | 2 | ||
| 3 | Copyright (C) 1991, 1993, 1996-1997, 1999, 2001-2012 | 3 | Copyright (C) 1991, 1993, 1996-1997, 1999, 2001-2013 Free Software |
| 4 | Free Software Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | Author: Jonathan Kamens <jik@security.ov.com> | 6 | Author: Jonathan Kamens <jik@security.ov.com> |
| 7 | 7 | ||