shithub: sox

Download patch

ref: bd04288ab2624487e7f51948ed65132e085bb8b0
parent: aba404c96e311738b9bc12fcf24477c2a413db04
author: rrt <rrt>
date: Sun Dec 24 13:39:30 EST 2006

Add a note about implementing new features.

--- a/README
+++ b/README
@@ -7,6 +7,12 @@
 basic analysis and providing input to more capable analysis and
 plotting tools.
 
+SoX is distributed under the GNU GPL and GNU LGPL. To be precise: the
+sox program is distributed under the GPL, while the library libst, in
+which most of SoX's functionality resides, is dual-licensed. Note that
+some optional components of libst are GPL only: if you use these, you
+must use libst under the GPL.
+
 Send bug fixes, enhancements and feature requests to
 sox-devel@lists.sourceforge.net, or post them to the relevant tracker
 at http://sourceforge.net/projects/sox/.
@@ -127,3 +133,7 @@
 
 In handlers.c, note that many formats set up the header and then
 use the raw driver for reading and writing.  
+
+There are many new features wanted for SoX, listed on the feature
+request tracker at http://sf.net/projects/sox/. Users are encouraged
+to implement them!