diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-07-14 09:40:10 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-07-14 09:40:10 +0000 |
commit | 61897afe9a5950c5369c954c685d52d7d8aad7ce (patch) | |
tree | 6913f86683d135f5eb6020143a7da71f1f268ac2 /scripts/PROGRAM | |
parent | 22647fef9fb2806fd29474702edbb1187e82fa87 (diff) | |
download | guile-61897afe9a5950c5369c954c685d52d7d8aad7ce.tar.gz |
Re-add authorship info.
Diffstat (limited to 'scripts/PROGRAM')
-rwxr-xr-x | scripts/PROGRAM | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/PROGRAM b/scripts/PROGRAM index 74a4f3cff..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] |