From d1fadf617901afbb21613cf4a1124f45cf1b1562 Mon Sep 17 00:00:00 2001
From: Murray Stokely
Date: Tue, 2 May 2006 00:55:52 +0000
Subject: [PATCH] Add project idea to write a cleanroom BSD licensed
implementation of GNU Readline. jkh@ coordinating.
---
en/developers.sgml | 3 ++-
en/projects/summerofcode.sgml | 9 +++++++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/en/developers.sgml b/en/developers.sgml
index 02cb43435e..f94323bde6 100644
--- a/en/developers.sgml
+++ b/en/developers.sgml
@@ -6,7 +6,7 @@ allows multiple documents to use the abbreviated entities, and allows
us to update author names, or the representation of those names (such
as adding email addresses), by just editing a single file.
-$FreeBSD: www/en/developers.sgml,v 1.130 2006/04/27 13:18:14 joel Exp $
+$FreeBSD: www/en/developers.sgml,v 1.131 2006/04/27 14:00:03 joel Exp $
-->
@@ -87,6 +87,7 @@ $FreeBSD: www/en/developers.sgml,v 1.130 2006/04/27 13:18:14 joel Exp $
+
diff --git a/en/projects/summerofcode.sgml b/en/projects/summerofcode.sgml
index ad79cf523a..035de70047 100644
--- a/en/projects/summerofcode.sgml
+++ b/en/projects/summerofcode.sgml
@@ -1,6 +1,6 @@
-
+
%navincludes;
%includes;
@@ -105,7 +105,12 @@ href="&base;/projects/ideas/index.html">here.
to an annotated source or machine code listing, system-wide as well
as process-specific analyses, visual representations of callgraphs.
&a.jkoshy; is the coordinator.
-
+
+ BSD licensed API compatible version of GNU
+ readline: Create a cleanroom implementation that is API
+ compatible with GNU readline but which is not encumbered by the
+ GPL. &a.jkh; is the
+ coordinator.