diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-05-14 19:25:32 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-05-14 19:25:32 +0000 |
commit | e8cd769d381cdaaf72701099923064f3be2312b5 (patch) | |
tree | 5497af981636694d9f559157141029571388153e /scripts/PROGRAM | |
parent | dfdf58267a5d46e41d0ecc2166a48c20cc65de8f (diff) | |
download | guile-e8cd769d381cdaaf72701099923064f3be2312b5.tar.gz |
Move author tag outside commentary; nfc.
Diffstat (limited to 'scripts/PROGRAM')
-rwxr-xr-x | scripts/PROGRAM | 4 |
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: |