diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/b2m.pl | 2 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 2 | ||||
| -rwxr-xr-x | lib-src/vcdiff | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl index 38eb96e076f..ce547e0dd81 100644 --- a/lib-src/b2m.pl +++ b/lib-src/b2m.pl | |||
| @@ -30,7 +30,7 @@ use Mail::Address; | |||
| 30 | use Date::Parse; | 30 | use Date::Parse; |
| 31 | 31 | ||
| 32 | my($whoami) = basename $0; | 32 | my($whoami) = basename $0; |
| 33 | my($version) = '$Revision: 1.5 $'; | 33 | my($version) = '$Revision: 1.6 $'; |
| 34 | my($usage) = "Usage: $whoami [--help] [--version] [--[no]full-headers] [Babyl-file] | 34 | my($usage) = "Usage: $whoami [--help] [--version] [--[no]full-headers] [Babyl-file] |
| 35 | \tBy default, full headers are printed.\n"; | 35 | \tBy default, full headers are printed.\n"; |
| 36 | 36 | ||
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 86a3f6722cd..f3773e48766 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -29,7 +29,7 @@ Options: | |||
| 29 | 29 | ||
| 30 | Report bugs to <bug-gnu-emacs@gnu.org>.' | 30 | Report bugs to <bug-gnu-emacs@gnu.org>.' |
| 31 | 31 | ||
| 32 | Id='$Id: rcs2log,v 1.50 2002/02/03 17:31:31 eggert Exp $' | 32 | Id='$Id: rcs2log,v 1.51 2003/09/01 15:45:03 miles Exp $' |
| 33 | 33 | ||
| 34 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002 | 34 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002 |
| 35 | # Free Software Foundation, Inc. | 35 | # Free Software Foundation, Inc. |
diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 32c4e5ba89e..9e52a7f4c30 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 24 | # Boston, MA 02111-1307, USA. | 24 | # Boston, MA 02111-1307, USA. |
| 25 | # | 25 | # |
| 26 | # $Id: vcdiff,v 1.7 2001/02/20 12:36:28 gerd Exp $ | 26 | # $Id: vcdiff,v 1.8 2003/09/01 15:45:03 miles Exp $ |
| 27 | # | 27 | # |
| 28 | 28 | ||
| 29 | DIFF="diff" | 29 | DIFF="diff" |