summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-10-15 04:24:05 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-10-15 04:24:05 +0000
commit8da98c897bc9a5280a2cf4be5a795c83c00fd80b (patch)
treea06a9c80d9bb49174bb9750db26b583400cbe914 /README
parent03dbb26a274a115873632e3c3e23aead7214e1b2 (diff)
downloadflac-8da98c897bc9a5280a2cf4be5a795c83c00fd80b.tar.gz
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 2 insertions, 4 deletions
diff --git a/README b/README
index 9934e7a9..c4fd6721 100644
--- a/README
+++ b/README
@@ -22,17 +22,15 @@ codec developed by Josh Coalson.
FLAC is comprised of
* `libFLAC', a library which implements reference encoders and
- decoders, and a metadata interface
+ decoders for native FLAC and Ogg FLAC, and a metadata interface
* `libFLAC++', a C++ object wrapper library around libFLAC
- * `libOggFLAC' and `libOggFLAC++', which provide encoders and
- decoders for FLAC streams in an Ogg container
* `flac', a command-line program for encoding and decoding files
* `metaflac', a command-line program for viewing and editing FLAC
metadata
* player plugins for XMMS and Winamp
* user and API documentation
-The libraries (libFLAC, libFLAC++, libOggFLAC, and libOggFLAC++) are
+The libraries (libFLAC, libFLAC++) are
licensed under Xiph.org's BSD-like license (see COPYING.Xiph). All other
programs and plugins are licensed under the GNU General Public License
(see COPYING.GPL). The documentation is licensed under the GNU Free