SUNWogg-vorbis.copyright revision 12750
6e0bee749e9081c846d305caa233c222da771831jhaslam--------------------------------------------------------------------
6e0bee749e9081c846d305caa233c222da771831jhaslam THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007
6e0bee749e9081c846d305caa233c222da771831jhaslam *******************************************************************
6e0bee749e9081c846d305caa233c222da771831jhaslam THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
6e0bee749e9081c846d305caa233c222da771831jhaslam USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
6e0bee749e9081c846d305caa233c222da771831jhaslam GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
6e0bee749e9081c846d305caa233c222da771831jhaslam IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
6e0bee749e9081c846d305caa233c222da771831jhaslam *******************************************************************
6e0bee749e9081c846d305caa233c222da771831jhaslam Redistribution and use in source and binary forms, with or without
6e0bee749e9081c846d305caa233c222da771831jhaslam modification, are permitted provided that the following conditions
6e0bee749e9081c846d305caa233c222da771831jhaslam - Redistributions of source code must retain the above copyright
6e0bee749e9081c846d305caa233c222da771831jhaslam notice, this list of conditions and the following disclaimer.
6e0bee749e9081c846d305caa233c222da771831jhaslam - Redistributions in binary form must reproduce the above copyright
6e0bee749e9081c846d305caa233c222da771831jhaslam notice, this list of conditions and the following disclaimer in the
6e0bee749e9081c846d305caa233c222da771831jhaslam documentation and/or other materials provided with the distribution.
6e0bee749e9081c846d305caa233c222da771831jhaslam - Neither the name of the Xiph.org Foundation nor the names of its
6e0bee749e9081c846d305caa233c222da771831jhaslam contributors may be used to endorse or promote products derived from
6e0bee749e9081c846d305caa233c222da771831jhaslam this software without specific prior written permission.
6e0bee749e9081c846d305caa233c222da771831jhaslam THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6e0bee749e9081c846d305caa233c222da771831jhaslam ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6e0bee749e9081c846d305caa233c222da771831jhaslam LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6e0bee749e9081c846d305caa233c222da771831jhaslam A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION
6e0bee749e9081c846d305caa233c222da771831jhaslam OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
6e0bee749e9081c846d305caa233c222da771831jhaslam SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
6e0bee749e9081c846d305caa233c222da771831jhaslam LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6e0bee749e9081c846d305caa233c222da771831jhaslam DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6e0bee749e9081c846d305caa233c222da771831jhaslam THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6e0bee749e9081c846d305caa233c222da771831jhaslam (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6e0bee749e9081c846d305caa233c222da771831jhaslam OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6e0bee749e9081c846d305caa233c222da771831jhaslam--------------------------------------------------------------------
6e0bee749e9081c846d305caa233c222da771831jhaslam Copyright (C) 2003 Commonwealth Scientific and Industrial Research
6e0bee749e9081c846d305caa233c222da771831jhaslam Organisation (CSIRO) Australia
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi Redistribution and use in source and binary forms, with or without
6e0bee749e9081c846d305caa233c222da771831jhaslam modification, are permitted provided that the following conditions
6e0bee749e9081c846d305caa233c222da771831jhaslam - Redistributions of source code must retain the above copyright
6e0bee749e9081c846d305caa233c222da771831jhaslam notice, this list of conditions and the following disclaimer.
6e0bee749e9081c846d305caa233c222da771831jhaslam - Redistributions in binary form must reproduce the above copyright
6e0bee749e9081c846d305caa233c222da771831jhaslam notice, this list of conditions and the following disclaimer in the
6e0bee749e9081c846d305caa233c222da771831jhaslam documentation and/or other materials provided with the distribution.
6e0bee749e9081c846d305caa233c222da771831jhaslam - Neither the name of CSIRO Australia nor the names of its
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi contributors may be used to endorse or promote products derived from
6e0bee749e9081c846d305caa233c222da771831jhaslam this software without specific prior written permission.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6e0bee749e9081c846d305caa233c222da771831jhaslam ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6e0bee749e9081c846d305caa233c222da771831jhaslam LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
6e0bee749e9081c846d305caa233c222da771831jhaslam PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE ORGANISATION OR
6e0bee749e9081c846d305caa233c222da771831jhaslam CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
6e0bee749e9081c846d305caa233c222da771831jhaslam EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
6e0bee749e9081c846d305caa233c222da771831jhaslam PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
6e0bee749e9081c846d305caa233c222da771831jhaslam PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
6e0bee749e9081c846d305caa233c222da771831jhaslam LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
6e0bee749e9081c846d305caa233c222da771831jhaslam NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
6e0bee749e9081c846d305caa233c222da771831jhaslam SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6e0bee749e9081c846d305caa233c222da771831jhaslam--------------------------------------------------------------------
6e0bee749e9081c846d305caa233c222da771831jhaslam Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann,
6e0bee749e9081c846d305caa233c222da771831jhaslam Technische Universita"t Berlin
6e0bee749e9081c846d305caa233c222da771831jhaslam Some of these routines (autocorrelator, LPC coefficient estimator)
6e0bee749e9081c846d305caa233c222da771831jhaslam are derived from code written by Jutta Degener and Carsten Bormann;
6e0bee749e9081c846d305caa233c222da771831jhaslam thus we include their copyright below. The entirety of this file
6e0bee749e9081c846d305caa233c222da771831jhaslam is freely redistributable on the condition that both of these
6e0bee749e9081c846d305caa233c222da771831jhaslam copyright notices are preserved without modification.
6e0bee749e9081c846d305caa233c222da771831jhaslam Preserved Copyright: ********************************************
6e0bee749e9081c846d305caa233c222da771831jhaslam Any use of this software is permitted provided that this notice is not
6e0bee749e9081c846d305caa233c222da771831jhaslam removed and that neither the authors nor the Technische Universita"t
6e0bee749e9081c846d305caa233c222da771831jhaslam Berlin are deemed to have made any representations as to the
6e0bee749e9081c846d305caa233c222da771831jhaslam suitability of this software for any purpose nor are held responsible
6e0bee749e9081c846d305caa233c222da771831jhaslam for any defects of this software. THERE IS ABSOLUTELY NO WARRANTY FOR
6e0bee749e9081c846d305caa233c222da771831jhaslam THIS SOFTWARE.
6e0bee749e9081c846d305caa233c222da771831jhaslam As a matter of courtesy, the authors request to be informed about uses
6e0bee749e9081c846d305caa233c222da771831jhaslam this software has found, about bugs in this software, and about any
6e0bee749e9081c846d305caa233c222da771831jhaslam improvements that may be of general interest.
6e0bee749e9081c846d305caa233c222da771831jhaslam Berlin, 28.11.1994
6e0bee749e9081c846d305caa233c222da771831jhaslam Jutta Degener
6e0bee749e9081c846d305caa233c222da771831jhaslam Carsten Bormann
6e0bee749e9081c846d305caa233c222da771831jhaslam--------------------------------------------------------------------