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 | |
parent | 22647fef9fb2806fd29474702edbb1187e82fa87 (diff) | |
download | guile-61897afe9a5950c5369c954c685d52d7d8aad7ce.tar.gz |
Re-add authorship info.
-rwxr-xr-x | scripts/PROGRAM | 2 | ||||
-rwxr-xr-x | scripts/display-commentary | 2 | ||||
-rwxr-xr-x | scripts/doc-snarf | 2 | ||||
-rwxr-xr-x | scripts/generate-autoload | 2 | ||||
-rwxr-xr-x | scripts/punify | 2 | ||||
-rwxr-xr-x | scripts/read-scheme-source | 2 | ||||
-rwxr-xr-x | scripts/snarf-check-and-output-texi | 2 | ||||
-rwxr-xr-x | scripts/use2dot | 2 |
8 files changed, 16 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] diff --git a/scripts/display-commentary b/scripts/display-commentary index 4d1b17f0a..1eeb842d8 100755 --- a/scripts/display-commentary +++ b/scripts/display-commentary @@ -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: Thien-Thi Nguyen + ;;; Commentary: ;; Usage: display-commentary FILE1 FILE2 ... diff --git a/scripts/doc-snarf b/scripts/doc-snarf index 6279c9c68..941682e78 100755 --- a/scripts/doc-snarf +++ b/scripts/doc-snarf @@ -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: Martin Grabmueller + ;;; Commentary: ;; Usage: doc-snarf FILE diff --git a/scripts/generate-autoload b/scripts/generate-autoload index d1e5ba3b9..eef2b88c5 100755 --- a/scripts/generate-autoload +++ b/scripts/generate-autoload @@ -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: Thien-Thi Nguyen + ;;; Commentary: ;; Usage: generate-autoload [OPTIONS] FILE1 FILE2 ... diff --git a/scripts/punify b/scripts/punify index 8101550f2..1cc318fb6 100755 --- a/scripts/punify +++ b/scripts/punify @@ -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: Thien-Thi Nguyen + ;;; Commentary: ;; Usage: punify FILE1 FILE2 ... diff --git a/scripts/read-scheme-source b/scripts/read-scheme-source index 6a82938e4..48e96058a 100755 --- a/scripts/read-scheme-source +++ b/scripts/read-scheme-source @@ -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: Thien-Thi Nguyen + ;;; Commentary: ;; Usage: read-scheme-source FILE1 FILE2 ... diff --git a/scripts/snarf-check-and-output-texi b/scripts/snarf-check-and-output-texi index b61e77d34..e3c84f540 100755 --- a/scripts/snarf-check-and-output-texi +++ b/scripts/snarf-check-and-output-texi @@ -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: Michael Livshin + ;;; Code: (define-module (scripts snarf-check-and-output-texi) diff --git a/scripts/use2dot b/scripts/use2dot index b52276a38..d2cb64695 100755 --- a/scripts/use2dot +++ b/scripts/use2dot @@ -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: Thien-Thi Nguyen + ;;; Commentary: ;; Usage: use2dot [OPTIONS] [FILE ...] |