From 95b2e095394589534a82eb06e82e839d21ff414d Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Fri, 26 Jan 2007 17:54:04 +0000
Subject: [PATCH] Add footnote that Paul Foley contributed cmucl's
 simple-streams implementation.

---
 docs/cmu-user/simple-streams.tex | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/cmu-user/simple-streams.tex b/docs/cmu-user/simple-streams.tex
index 205faabcb..cdb60042b 100644
--- a/docs/cmu-user/simple-streams.tex
+++ b/docs/cmu-user/simple-streams.tex
@@ -3,10 +3,11 @@
 \label{simple-streams}
 
 \cmucl{} includes a partial implementation of \emph{Simple Streams}, a
-protocol that allows user-extensible streams. The protocol was
-proposed by Franz, Inc. and is intended to replace the \emph{Gray
-Streams} method of extending streams. Simple streams are distributed
-as a \cmucl{} subsystem, that can be loaded into the image by saying
+protocol that allows user-extensible streams\footnote{This
+implementation was donated by Paul Foley}. The protocol was proposed
+by Franz, Inc. and is intended to replace the \emph{Gray Streams}
+method of extending streams. Simple streams are distributed as a
+\cmucl{} subsystem, that can be loaded into the image by saying
 
 \begin{lisp}
    (require :simple-streams)
-- 
GitLab