summaryrefslogtreecommitdiff
path: root/scripts/PROGRAM
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-05-14 19:25:32 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-05-14 19:25:32 +0000
commite8cd769d381cdaaf72701099923064f3be2312b5 (patch)
tree5497af981636694d9f559157141029571388153e /scripts/PROGRAM
parentdfdf58267a5d46e41d0ecc2166a48c20cc65de8f (diff)
downloadguile-e8cd769d381cdaaf72701099923064f3be2312b5.tar.gz
Move author tag outside commentary; nfc.
Diffstat (limited to 'scripts/PROGRAM')
-rwxr-xr-xscripts/PROGRAM4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PROGRAM b/scripts/PROGRAM
index ea0146f15..3511ccdfc 100755
--- a/scripts/PROGRAM
+++ b/scripts/PROGRAM
@@ -22,6 +22,8 @@ exec ${GUILE-guile} -c "(apply $main (cdr (command-line)))" "$@"
;; the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
;; Boston, MA 02111-1307 USA
+;;; Author: J.R.Hacker
+
;;; Commentary:
;; Usage: PROGRAM [ARGS]
@@ -29,8 +31,6 @@ exec ${GUILE-guile} -c "(apply $main (cdr (command-line)))" "$@"
;; PROGRAM does something.
;;
;; TODO: Write it!
-;;
-;; Author: J.R.Hacker
;;; Code: