[xiph-cvs] cvs commit: vorbis README

Segher Fishies segher at xiph.org
Wed Mar 21 17:33:21 PST 2001



segher      01/03/21 17:33:21

  Modified:    .        README
  Log:
  more speling mistakes
  another LGPL to BSD change

Revision  Changes    Path
1.11      +6 -7      vorbis/README

Index: README
===================================================================
RCS file: /usr/local/cvsroot/vorbis/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- README	2001/03/22 01:16:22	1.10
+++ README	2001/03/22 01:33:20	1.11
@@ -13,7 +13,7 @@
 NEW AND IMPORTANT:
 
 If you're used to the source distribution from the first two beta
-relaeases, things are now rearranged a bit.  Specifically, the
+releases, things are now rearranged a bit.  Specifically, the
 'vorbis' CVS module contains only the libvorbis, libvorbisfile, and
 libvorbisenc libraries.  Because Ogg bitstreams are to be used by other 
 Ogg codecs, Ogg framing and streaming functionality is now in libogg 
@@ -38,9 +38,8 @@
 
 Directory:
 
-./lib  		The source for the libraries, an LGPLed implementation of 
-		the public domain Ogg Vorbis audio encoding
-		format.
+./lib  		The source for the libraries, a BSD-license implementation
+		of the public domain Ogg Vorbis audio encoding format.
 
 ./include       Library API headers
 
@@ -127,7 +126,7 @@
 instructions in the Ogg module README.  Open vorbis/mac/libvorbis.mcp,
 switch to the "Targets" pane, select everything, and make the project.
 Do the same thing to build libvorbisenc.mcp, and libvorbisfile.mcp (in
-that order).  vorbis/mac/Output you will now have both debug and final
+that order).  In vorbis/mac/Output you will now have both debug and final
 versions of Vorbis shared libraries to link your projects against.
 
 To build a project using Ogg Vorbis, add access paths to your
@@ -137,7 +136,7 @@
 be found in the "access paths" pane in your project settings.  Now
 simply add the shared libraries you need to your project (OggLib and
 VorbisLib at least) and #include "ogg/ogg.h" and "vorbis/codec.h"
-wherever you need to acces Ogg and Vorbis functionality.
+wherever you need to access Ogg and Vorbis functionality.
 
 
-$Id: README,v 1.10 2001/03/22 01:16:22 segher Exp $
+$Id: README,v 1.11 2001/03/22 01:33:20 segher Exp $

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list