From eb9ab683b4a649975d7a78fbb61428720faa8397 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 10 Sep 2004 00:25:34 +0000 Subject: [PATCH] link to license page, minor verbiage --- doc/html/developers.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/html/developers.html b/doc/html/developers.html index 2ae171b8..4c73b87d 100644 --- a/doc/html/developers.html +++ b/doc/html/developers.html @@ -127,17 +127,18 @@
-

- FLAC is open to third-party developers who want to add support for FLAC into their programs. All the necessary functionality is contained the libraries libFLAC or libFLAC++ which are licensed under Xiph.Org's BSD license. The relevant documentation here is: + FLAC is open to third-party developers who want to add support for FLAC into their programs. All the necessary functionality is contained the lib*FLAC libraries which are licensed under Xiph.org's BSD license. The relevant documentation here is:

- There also are several examples in the FLAC code base of the use of libFLAC and libFLAC++ that may also be helpful. Visit the download page for instructions on how to get the source. + There also are several examples in the FLAC code base of API usage that may also be helpful. Visit the download page for instructions on how to get the source.