diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-22 03:17:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-22 03:17:24 +0000 |
commit | a43dbef8899766788fda9e206bf9ac59a4167088 (patch) | |
tree | a7600eeabd882950d258102010758f2221269223 /lib-src | |
parent | 6666a3c378b6b757ba5db71bb934548451fc94f8 (diff) | |
download | emacs-a43dbef8899766788fda9e206bf9ac59a4167088.tar.gz emacs-a43dbef8899766788fda9e206bf9ac59a4167088.tar.bz2 emacs-a43dbef8899766788fda9e206bf9ac59a4167088.zip |
Comment change.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/b2m.c | 1 | ||||
-rw-r--r-- | lib-src/digest-doc.c | 2 | ||||
-rw-r--r-- | lib-src/sorted-doc.c | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c index 6ca8031b0e9..8801f2f702f 100644 --- a/lib-src/b2m.c +++ b/lib-src/b2m.c @@ -1,5 +1,6 @@ /* * b2m - a filter for Babyl -> Unix mail files + * The copyright on this file has been disclaimed. * * usage: b2m < babyl > mailbox * diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c index a6510f39f15..f2584b2780a 100644 --- a/lib-src/digest-doc.c +++ b/lib-src/digest-doc.c @@ -1,4 +1,4 @@ -/* Give this program DOCSTR.mm.nn as standard input and it outputs to +/* Give this program DOC-mm.nn.oo as standard input and it outputs to standard output a file of nroff output containing the doc strings. Copyright (C) 1987, 1994, 2001 Free Software Foundation Inc. diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index cc09583499d..d0c160b8ad8 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c @@ -1,4 +1,4 @@ -/* Give this program DOCSTR.mm.nn as standard input and it outputs to +/* Give this program DOC-mm.nn.oo as standard input and it outputs to standard output a file of texinfo input containing the doc strings. Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001 |