[xiph-cvs] cvs commit: vorbis/doc programming.html stereo.html v-comment.html vorbis.html
Stan Seibert
volsung at xiph.org
Tue Jul 2 17:38:01 PDT 2002
volsung 02/07/02 17:38:00
Modified: . AUTHORS COPYING README libvorbis.spec
debian copyright
doc programming.html stereo.html v-comment.html
vorbis.html
Log:
More menial janitorial work on the documentation.
I'll be asking for a raise soon. :)
Revision Changes Path
1.2 +1 -1 vorbis/AUTHORS
Index: AUTHORS
===================================================================
RCS file: /usr/local/cvsroot/vorbis/AUTHORS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AUTHORS 2000/11/08 08:36:35 1.1
+++ AUTHORS 2002/07/03 00:37:55 1.2
@@ -1,3 +1,3 @@
Monty <monty at xiph.org>
-and the rest of the Xiphophorus Company.
+and the rest of the Xiph.org Foundation.
<p><p>1.5 +4 -4 vorbis/COPYING
Index: COPYING
===================================================================
RCS file: /usr/local/cvsroot/vorbis/COPYING,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- COPYING 2001/02/26 03:50:37 1.4
+++ COPYING 2002/07/03 00:37:55 1.5
@@ -1,4 +1,4 @@
-Copyright (c) 2001, Xiphophorus
+Copyright (c) 2002, Xiph.org Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -11,9 +11,9 @@
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
-- Neither the name of the Xiphophorus nor the names of its contributors
-may be used to endorse or promote products derived from this software
-without specific prior written permission.
+- Neither the name of the Xiph.org Foundation nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
<p><p>1.12 +3 -3 vorbis/README
Index: README
===================================================================
RCS file: /usr/local/cvsroot/vorbis/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- README 2001/03/22 01:33:20 1.11
+++ README 2002/07/03 00:37:55 1.12
@@ -5,8 +5,8 @@
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
-* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
-* by the XIPHOPHORUS Company http://www.xiph.org/ *
+* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
+* by the Xiph.org Foundation, http://www.xiph.org/ *
* *
********************************************************************
@@ -139,4 +139,4 @@
wherever you need to access Ogg and Vorbis functionality.
-$Id: README,v 1.11 2001/03/22 01:33:20 segher Exp $
+$Id: README,v 1.12 2002/07/03 00:37:55 volsung Exp $
<p><p>1.17 +1 -1 vorbis/libvorbis.spec
Index: libvorbis.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis/libvorbis.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libvorbis.spec 2002/06/01 11:48:10 1.16
+++ libvorbis.spec 2002/07/03 00:37:55 1.17
@@ -9,7 +9,7 @@
Group: Libraries/Multimedia
Copyright: BSD
URL: http://www.xiph.org/
-Vendor: Xiphophorus <team at xiph.org>
+Vendor: Xiph.org Foundation <team at xiph.org>
Source: ftp://ftp.xiph.org/pub/ogg/vorbis/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
Requires: libogg >= 1.0rc3
<p><p>1.8 +4 -4 vorbis/debian/copyright
Index: copyright
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/copyright,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- copyright 2001/12/13 22:24:13 1.7
+++ copyright 2002/07/03 00:37:57 1.8
@@ -7,7 +7,7 @@
Copyright:
-Copyright (c) 2001, Xiphophorus
+Copyright (c) 2002, Xiph.org Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -20,9 +20,9 @@
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
-- Neither the name of the Xiphophorus nor the names of its contributors
-may be used to endorse or promote products derived from this software
-without specific prior written permission.
+- Neither the name of the Xiph.org Foundation nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
<p><p>1.5 +23 -28 vorbis/doc/programming.html
Index: programming.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/programming.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- programming.html 2001/12/16 04:15:46 1.4
+++ programming.html 2002/07/03 00:37:58 1.5
@@ -4,18 +4,18 @@
<h1><font color=#000070>
-Programming with Xiphophorus <tt>libvorbis</tt>
+Programming with Xiph.org <tt>libvorbis</tt>
</font></h1>
Last update to this document: July 22, 1999</em><br>
<h2>Description</h2>
-Libvorbis is Xiphophorus's portable Ogg Vorbis CODEC implemented as a
-programmatic library. Libvorbis provides primitives to handle framing
-and manipulation of Ogg bitstreams (used by the Vorbis for
-streaming), a full analysis (encoding) interface as well as packet
-decoding and synthesis for playback. <p>
+Libvorbis is the Xiph.org Foundation's portable Ogg Vorbis CODEC
+implemented as a programmatic library. Libvorbis provides primitives
+to handle framing and manipulation of Ogg bitstreams (used by the
+Vorbis for streaming), a full analysis (encoding) interface as well as
+packet decoding and synthesis for playback. <p>
The libvorbis library does not provide any system interface; a
full-featured demonstration player included with the library
@@ -476,32 +476,27 @@
</a>
<font size=-2 color=#505050>
-Ogg is a Xiphophorus effort to
+Ogg is a <a href="http://www.xiph.org"></a> effort to
protect essential tenets of Internet multimedia from corporate
hostage-taking; Open Source is the net's greatest tool to keep
everyone honest. See <a href="http://www.xiph.org/about.html">About
-Xiphophorus</a> for details.
+</a> for details.
<p>
-Ogg Vorbis is the first Ogg audio CODEC. Anyone may
-freely use and distribute the Ogg and Vorbis specification,
-whether in a private, public or corporate capacity. However,
-Xiphophorus and the Ogg project (xiph.org) reserve the right to set
-the Ogg/Vorbis specification and certify specification compliance.<p>
-
-Xiphophorus's Vorbis software CODEC implementation is distributed
-under the Lesser/Library GNU Public License. This does not restrict
-third parties from distributing independent implementations of Vorbis
-software under other licenses.<p>
-
-OggSquish, Vorbis, Xiphophorus and their logos are trademarks (tm) of
-Xiphophorus. These pages are
-copyright (C) 1994-2000 Xiphophorus. All rights reserved.<p>
+Ogg Vorbis is the first Ogg audio CODEC. Anyone may freely use and
+distribute the Ogg and Vorbis specification, whether in a private,
+public or corporate capacity. However, the Xiph.org Foundation and
+the Ogg project (xiph.org) reserve the right to set the Ogg Vorbis
+specification and certify specification compliance.<p>
+
+Xiph.org's Vorbis software CODEC implementation is distributed under a
+BSD-like license. This does not restrict third parties from
+distributing independent implementations of Vorbis software under
+other licenses.<p>
+
+Ogg, Vorbis, Xiph.org Foundation and their logos are trademarks (tm)
+of the Xiph.org Foundation. These
+pages are copyright (C) 1994-2002 Xiph.org Foundation. All rights
+reserved.<p>
</body>
-
-
-
-
-
-
<p><p>1.6 +14 -14 vorbis/doc/stereo.html
Index: stereo.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/stereo.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- stereo.html 2002/07/02 21:44:02 1.5
+++ stereo.html 2002/07/03 00:37:58 1.6
@@ -437,28 +437,28 @@
</a>
<font size=-2 color=#505050>
-Ogg is a Xiphophorus effort to
-protect essential tenets of Internet multimedia from corporate
+Ogg is a Xiph.org Foundation effort
+to protect essential tenets of Internet multimedia from corporate
hostage-taking; Open Source is the net's greatest tool to keep
everyone honest. See <a href="http://www.xiph.org/about.html">About
-Xiphophorus</a> for details.
+the Xiph.org Foundation</a> for details.
<p>
-Ogg Vorbis is the first Ogg audio CODEC. Anyone may
-freely use and distribute the Ogg and Vorbis specification,
-whether in a private, public or corporate capacity. However,
-Xiphophorus and the Ogg project (xiph.org) reserve the right to set
-the Ogg/Vorbis specification and certify specification compliance.<p>
+Ogg Vorbis is the first Ogg audio CODEC. Anyone may freely use and
+distribute the Ogg and Vorbis specification, whether in a private,
+public or corporate capacity. However, the Xiph.org Foundation and
+the Ogg project (xiph.org) reserve the right to set the Ogg Vorbis
+specification and certify specification compliance.<p>
-Xiphophorus's Vorbis software CODEC implementation is distributed
-under a BSD-like License. This does not restrict third parties from
+Xiph.org's Vorbis software CODEC implementation is distributed under a
+BSD-like license. This does not restrict third parties from
distributing independent implementations of Vorbis software under
other licenses.<p>
-OggSquish, Vorbis, Xiphophorus and their logos are trademarks (tm) of
-Xiphophorus. These pages are
-copyright (C) 1994-2001 Xiphophorus. All rights reserved.<p>
-
+Ogg, Vorbis, Xiph.org Foundation and their logos are trademarks (tm)
+of the Xiph.org Foundation. These
+pages are copyright (C) 1994-2002 Xiph.org Foundation. All rights
+reserved.<p>
</body>
<p><p>1.9 +16 -15 vorbis/doc/v-comment.html
Index: v-comment.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/v-comment.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- v-comment.html 2002/07/02 22:44:39 1.8
+++ v-comment.html 2002/07/03 00:37:58 1.9
@@ -182,27 +182,28 @@
</a>
<font size=-2 color=#505050>
-Ogg is a Xiphophorus effort to
-protect essential tenets of Internet multimedia from corporate
+Ogg is a Xiph.org Foundation effort
+to protect essential tenets of Internet multimedia from corporate
hostage-taking; Open Source is the net's greatest tool to keep
everyone honest. See <a href="http://www.xiph.org/about.html">About
-Xiphophorus</a> for details.
+the Xiph.org Foundation</a> for details.
<p>
-Ogg Vorbis is the first Ogg audio CODEC. Anyone may
-freely use and distribute the Ogg and Vorbis specification,
-whether in a private, public or corporate capacity. However,
-Xiphophorus and the Ogg project (xiph.org) reserve the right to set
-the Ogg/Vorbis specification and certify specification compliance.<p>
+Ogg Vorbis is the first Ogg audio CODEC. Anyone may freely use and
+distribute the Ogg and Vorbis specification, whether in a private,
+public or corporate capacity. However, the Xiph.org Foundation and
+the Ogg project (xiph.org) reserve the right to set the Ogg Vorbis
+specification and certify specification compliance.<p>
-Xiphophorus's Vorbis software CODEC implementation is distributed
-under the Lesser/Library GNU Public License. This does not restrict
-third parties from distributing independent implementations of Vorbis
-software under other licenses.<p>
+Xiph.org's Vorbis software CODEC implementation is distributed under a
+BSD-like license. This does not restrict third parties from
+distributing independent implementations of Vorbis software under
+other licenses.<p>
-OggSquish, Vorbis, Xiphophorus and their logos are trademarks (tm) of
-Xiphophorus. These pages are
-copyright (C) 1994-2001 Xiphophorus. All rights reserved.<p>
+Ogg, Vorbis, Xiph.org Foundation and their logos are trademarks (tm)
+of the Xiph.org Foundation. These
+pages are copyright (C) 1994-2002 Xiph.org Foundation. All rights
+reserved.<p>
</body>
<p><p>1.4 +22 -21 vorbis/doc/vorbis.html
Index: vorbis.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbis.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vorbis.html 2000/06/16 06:50:16 1.3
+++ vorbis.html 2002/07/03 00:37:58 1.4
@@ -7,8 +7,8 @@
Ogg Vorbis encoding format documentation
</font></h1>
-Last update to this document: July 15, 1999</em><br>
-Last update to Vorbis documentation: July 21, 1999</em><p>
+Last update to this document: July 2, 2002</em><br>
+Last update to Vorbis documentation: July 2, 2002</em><p>
<table><tr><td>
<img src=wait.png>
@@ -47,7 +47,7 @@
MPEG-1 audio layer 3, MPEG-4 audio (AAC and TwinVQ), and PAC.<p>
Vorbis is the first of a planned family of Ogg multimedia coding
-formats being developed as part of Xiphophorus's Ogg multimedia
+formats being developed as part of the Xiph.org Foundation's Ogg multimedia
project. See http://www.xiph.org/
for more information.
@@ -75,7 +75,7 @@
The Programming with libvorbis
documents discuss use of the reference Vorbis codec library
-(libvorbis) produced by Xiphophorus.<p>
+(libvorbis) produced by the Xiph.org Foundation.<p>
The data representations and algorithms necessary at each step to
encode and decode Ogg Vorbis bitstreams are described by the below
@@ -165,27 +165,28 @@
</a>
<font size=-2 color=#505050>
-Ogg is a Xiphophorus effort to
-protect essential tenets of Internet multimedia from corporate
+Ogg is a Xiph.org Foundation effort
+to protect essential tenets of Internet multimedia from corporate
hostage-taking; Open Source is the net's greatest tool to keep
everyone honest. See <a href="http://www.xiph.org/about.html">About
-Xiphophorus</a> for details.
+the Xiph.org Foundation</a> for details.
<p>
-Ogg Vorbis is the first Ogg audio CODEC. Anyone may
-freely use and distribute the Ogg and Vorbis specification,
-whether in a private, public or corporate capacity. However,
-Xiphophorus and the Ogg project (xiph.org) reserve the right to set
-the Ogg/Vorbis specification and certify specification compliance.<p>
-
-Xiphophorus's Vorbis software CODEC implementation is distributed
-under the Lesser/Library GNU Public License. This does not restrict
-third parties from distributing independent implementations of Vorbis
-software under other licenses.<p>
-
-OggSquish, Vorbis, Xiphophorus and their logos are trademarks (tm) of
-Xiphophorus. These pages are
-copyright (C) 1994-2000 Xiphophorus. All rights reserved.<p>
+Ogg Vorbis is the first Ogg audio CODEC. Anyone may freely use and
+distribute the Ogg and Vorbis specification, whether in a private,
+public or corporate capacity. However, the Xiph.org Foundation and
+the Ogg project (xiph.org) reserve the right to set the Ogg Vorbis
+specification and certify specification compliance.<p>
+
+Xiph.org's Vorbis software CODEC implementation is distributed under a
+BSD-like license. This does not restrict third parties from
+distributing independent implementations of Vorbis software under
+other licenses.<p>
+
+Ogg, Vorbis, Xiph.org Foundation and their logos are trademarks (tm)
+of the Xiph.org Foundation. These
+pages are copyright (C) 1994-2002 Xiph.org Foundation. All rights
+reserved.<p>
</body>
<p><p><p>--- >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