diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-01-05 22:10:10 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-01-05 22:10:10 +0000 |
commit | 0543c9b78072bc28a3dd094bce91753d11bb2f6c (patch) | |
tree | 23afe3407f7b8ea964fe9a0bc74a42c0e9ee49b1 | |
parent | 110611ddcc157b711e58c4211ce81e31e8969c87 (diff) | |
download | guile-0543c9b78072bc28a3dd094bce91753d11bb2f6c.tar.gz |
Fixed copyright notice on complex transcendental functions. Jerry
Hedden assigned the copyright to the FSF a while ago.
-rw-r--r-- | ice-9/boot-9.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 77c14e1b4..1b59fae38 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -880,7 +880,7 @@ ;;; {Transcendental Functions} ;;; ;;; Derived from "Transcen.scm", Complex trancendental functions for SCM. -;;; Copyright (C) 1992, 1993 Jerry D. Hedden. +;;; Written by Jerry D. Hedden, (C) FSF. ;;; See the file `COPYING' for terms applying to this program. ;;; |