1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

Move author tag outside commentary; nfc.

This commit is contained in:
Thien-Thi Nguyen 2001-05-14 19:25:32 +00:00
parent dfdf58267a
commit e8cd769d38
7 changed files with 18 additions and 17 deletions

View file

@ -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: