* unexelf.c: Use a different way to cause a compilation error if anyone uses
[bpt/emacs.git] / admin / check-doc-strings
index ce2166f..ef4b203 100755 (executable)
@@ -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;
@@ -298,4 +301,3 @@ foreach my $fun (sort keys %texi_funtype) {
   }
 }
 
-# arch-tag: e75331f5-5d1b-4393-ad5b-b0f87b5d47b0