diff options
author | Glenn Morris <rgm@gnu.org> | 2007-02-14 02:24:30 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-02-14 02:24:30 +0000 |
commit | 92996a69e8b09e1d5a4dfd2c67203f453dcba092 (patch) | |
tree | 64f9781a247b4d377222d338102f253aed182701 /admin/check-doc-strings | |
parent | 9f2e4355849948c1fc32e4bb0d3f9f85716ee23e (diff) | |
download | emacs-92996a69e8b09e1d5a4dfd2c67203f453dcba092.tar.gz emacs-92996a69e8b09e1d5a4dfd2c67203f453dcba092.tar.bz2 emacs-92996a69e8b09e1d5a4dfd2c67203f453dcba092.zip |
Make legal status more obvious.
Diffstat (limited to 'admin/check-doc-strings')
-rwxr-xr-x | admin/check-doc-strings | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/check-doc-strings b/admin/check-doc-strings index ce2166fce81..daed2926b20 100755 --- a/admin/check-doc-strings +++ b/admin/check-doc-strings @@ -1,6 +1,9 @@ : #-*- Perl -*- eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge - if 0; # Author: Martin Buchholz + if 0; + +# Author: Martin Buchholz +# This program is in the public domain. use strict; use POSIX; |