summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-02-14 02:24:30 +0000
committerGlenn Morris <rgm@gnu.org>2007-02-14 02:24:30 +0000
commit92996a69e8b09e1d5a4dfd2c67203f453dcba092 (patch)
tree64f9781a247b4d377222d338102f253aed182701 /admin
parent9f2e4355849948c1fc32e4bb0d3f9f85716ee23e (diff)
downloademacs-92996a69e8b09e1d5a4dfd2c67203f453dcba092.tar.gz
Make legal status more obvious.
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/check-doc-strings5
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;