From 92996a69e8b09e1d5a4dfd2c67203f453dcba092 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 14 Feb 2007 02:24:30 +0000 Subject: [PATCH] Make legal status more obvious. --- admin/check-doc-strings | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.39.2