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 | |
| parent | 008cad902f3434dc8c490dd0488ae93df4f16d9c (diff) | |
| download | emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.tar.gz emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.zip | |
Refill some long/short copyright headers.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/movemail.c | 4 | ||||
| -rw-r--r-- | lib-src/pop.c | 5 | ||||
| -rw-r--r-- | lib-src/update-game-score.c | 3 | ||||
| -rwxr-xr-x | lib-src/vcdiff | 3 |
4 files changed, 9 insertions, 6 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 7975ebecd62..682aa10aa39 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | /* movemail foo bar -- move file foo to file bar, | 1 | /* movemail foo bar -- move file foo to file bar, |
| 2 | locking file foo the way /bin/mail respects. | 2 | locking file foo the way /bin/mail respects. |
| 3 | Copyright (C) 1986, 1992-1994, 1996, 1999, 2001-2011 Free Software Foundation, Inc. | 3 | |
| 4 | Copyright (C) 1986, 1992-1994, 1996, 1999, 2001-2011 | ||
| 5 | Free Software Foundation, Inc. | ||
| 4 | 6 | ||
| 5 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 6 | 8 | ||
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 | |||
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index f3d21e781c9..9466bf7b149 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* update-game-score.c --- Update a score file | 1 | /* update-game-score.c --- Update a score file |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2011 | 3 | Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | Author: Colin Walters <walters@debian.org> | 5 | Author: Colin Walters <walters@debian.org> |
| 7 | 6 | ||
diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 36e4017f0d8..0f975cd0ee3 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | # Enhanced sccs diff utility for use with vc mode. | 3 | # Enhanced sccs diff utility for use with vc mode. |
| 4 | # This version is more compatible with rcsdiff(1). | 4 | # This version is more compatible with rcsdiff(1). |
| 5 | 5 | ||
| 6 | # Copyright (C) 1992-1993, 1995, 1997, 2001-2011 Free Software Foundation, Inc. | 6 | # Copyright (C) 1992-1993, 1995, 1997, 2001-2011 |
| 7 | # Free Software Foundation, Inc. | ||
| 7 | 8 | ||
| 8 | # Author: Paul Eggert | 9 | # Author: Paul Eggert |
| 9 | # (according to authors.el) | 10 | # (according to authors.el) |