From: Glenn Morris <rgm@gnu.org>
Date: Wed, 14 Feb 2007 02:24:30 +0000 (+0000)
Subject: Make legal status more obvious.
X-Git-Tag: emacs-pretest-22.0.94~212
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92996a69e8b09e1d5a4dfd2c67203f453dcba092;p=emacs.git

Make legal status more obvious.
---

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;