aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/pop.c
diff options
context:
space:
mode:
authorGlenn Morris2010-01-13 00:35:10 -0800
committerGlenn Morris2010-01-13 00:35:10 -0800
commit114f9c96795aff3b51b9060d7c9c1b77debcc99a (patch)
treeb94fd3863a5c6bf870bd905cdeed340fa6620816 /lib-src/pop.c
parentc2623ee747a343021b9e9ce853835a938ab4fa80 (diff)
downloademacs-114f9c96795aff3b51b9060d7c9c1b77debcc99a.tar.gz
emacs-114f9c96795aff3b51b9060d7c9c1b77debcc99a.zip
Add 2010 to copyright years.
Diffstat (limited to 'lib-src/pop.c')
-rw-r--r--lib-src/pop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c
index b7d3f4b94d3..64488e7e3ea 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -1,6 +1,6 @@
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, 2002, 2003, 2004, 2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 4
5Author: Jonathan Kamens <jik@security.ov.com> 5Author: Jonathan Kamens <jik@security.ov.com>
6 6