diff options
| author | Glenn Morris | 2007-11-28 07:54:12 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-28 07:54:12 +0000 |
| commit | 645a2b0df60f13db7d243f36596388ce85c133a0 (patch) | |
| tree | 9b569dbf7032d42fa390dc46fb64d5c1f7e326e6 | |
| parent | 62961127341b1c0e903ce6b8303f4ff68443893d (diff) | |
| download | emacs-645a2b0df60f13db7d243f36596388ce85c133a0.tar.gz emacs-645a2b0df60f13db7d243f36596388ce85c133a0.zip | |
Add 2007 to copyright years.
| -rw-r--r-- | lisp/gnus/password.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/password.el b/lisp/gnus/password.el index 32ab76052d9..0d478774902 100644 --- a/lisp/gnus/password.el +++ b/lisp/gnus/password.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; password.el --- Read passwords from user, possibly using a password cache. | 1 | ;;; password.el --- Read passwords from user, possibly using a password cache. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | ;; Created: 2003-12-21 | 7 | ;; Created: 2003-12-21 |