diff --git a/AUTHORS b/AUTHORS index 171072e9c9e063f560c32da4e69a661d29eeaff7..0da10363c0cbaa09350bda3f3a6a6bf762cf536e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,3 @@ Monty -and the rest of the Xiphophorus Company. +and the rest of the Xiph.org Foundation. diff --git a/COPYING b/COPYING index 69bbac0e3adf3505a12f1792fd08dc5d8fac86cf..928afad347ed6a6cabcbbba7879e66e80fed362d 100644 --- a/COPYING +++ b/COPYING @@ -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. 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 diff --git a/README b/README index 0cb82680f3fb6962a6063af55b0cc5b88e73a4f9..469ce8bf2a8742fddb9b01ea1aacf0a9133fb7a7 100644 --- a/README +++ b/README @@ -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 @@ VorbisLib at least) and #include "ogg/ogg.h" and "vorbis/codec.h" 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 $ diff --git a/debian/copyright b/debian/copyright index 5df704e66784585b80723813c13fd86fa0b7707e..8f46e97f1ededf6c2871ad1b7e5b38aac85dc6cc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,7 @@ Upstream Author(s): Monty 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. 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 diff --git a/doc/programming.html b/doc/programming.html index d03eafdf262746cea0bf3e3e04e2bc74b8fe1b06..ce7fb4b7f5eab52b50df336143076f55e9109b3c 100644 --- a/doc/programming.html +++ b/doc/programming.html @@ -4,18 +4,18 @@

-Programming with Xiphophorus libvorbis +Programming with Xiph.org libvorbis

Last update to this document: July 22, 1999

Description

-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.

+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.

The libvorbis library does not provide any system interface; a full-featured demonstration player included with the library @@ -476,32 +476,27 @@ when the number of bytes written were larger than the buffer.

-Ogg is a Xiphophorus effort to +Ogg is 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 About -Xiphophorus for details. + for details.

-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.

+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.

-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.

+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.

-OggSquish, Vorbis, Xiphophorus and their logos are trademarks (tm) of -Xiphophorus. These pages are -copyright (C) 1994-2000 Xiphophorus. All rights reserved.

+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.

- - - - - - diff --git a/doc/stereo.html b/doc/stereo.html index 7ba29009ecf9a37dd7fb52563e96fa9ae9350073..f5a7a2dcf68a4b3442298a888cc2c3fdd24ea514 100644 --- a/doc/stereo.html +++ b/doc/stereo.html @@ -437,28 +437,28 @@ will likely be readded to the stereo model in the future. -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 About -Xiphophorus for details. +the Xiph.org Foundation for details.

-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.

+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.

-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.

-OggSquish, Vorbis, Xiphophorus and their logos are trademarks (tm) of -Xiphophorus. These pages are -copyright (C) 1994-2001 Xiphophorus. All rights reserved.

- +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.

diff --git a/doc/v-comment.html b/doc/v-comment.html index f45bf671f9a4d2b443d754ca6d61a43ce1d2ae04..f37f15cb51e207c4f6aa9851d44c6557512625af 100644 --- a/doc/v-comment.html +++ b/doc/v-comment.html @@ -182,27 +182,28 @@ This is actually somewhat easier to describe in code; implementation of the abov -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 About -Xiphophorus for details. +the Xiph.org Foundation for details.

-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.

- -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.

- -OggSquish, Vorbis, Xiphophorus and their logos are trademarks (tm) of -Xiphophorus. These pages are -copyright (C) 1994-2001 Xiphophorus. All rights reserved.

+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.

+ +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.

+ +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.

diff --git a/doc/vorbis.html b/doc/vorbis.html index 27e3a5b0c1c05abbf894ac42acecbe448d2632b0..05c140b825da7ed389bca536d54e0d973314f406 100644 --- a/doc/vorbis.html +++ b/doc/vorbis.html @@ -7,8 +7,8 @@ Ogg Vorbis encoding format documentation -Last update to this document: July 15, 1999
-Last update to Vorbis documentation: July 21, 1999

+Last update to this document: July 2, 2002
+Last update to Vorbis documentation: July 2, 2002

@@ -47,7 +47,7 @@ places Vorbis in the same class as audio representations including MPEG-1 audio layer 3, MPEG-4 audio (AAC and TwinVQ), and PAC.

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 @@ audio signal from the decoded representation (synthesis).

The Programming with libvorbis documents discuss use of the reference Vorbis codec library -(libvorbis) produced by Xiphophorus.

+(libvorbis) produced by the Xiph.org Foundation.

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 @@ Ogg physical bitstream. -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 About -Xiphophorus for details. +the Xiph.org Foundation for details.

-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.

- -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.

- -OggSquish, Vorbis, Xiphophorus and their logos are trademarks (tm) of -Xiphophorus. These pages are -copyright (C) 1994-2000 Xiphophorus. All rights reserved.

+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.

+ +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.

+ +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.

diff --git a/libvorbis.spec b/libvorbis.spec index a83df3522308bdf489ed7e8ae72012e31ef57f2f..acbbf25b5f0f9f8e313b2d997731c4ca389a6db6 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -9,7 +9,7 @@ Release: %{release} Group: Libraries/Multimedia Copyright: BSD URL: http://www.xiph.org/ -Vendor: Xiphophorus +Vendor: Xiph.org Foundation Source: ftp://ftp.xiph.org/pub/ogg/vorbis/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root Requires: libogg >= 1.0rc3