SUNWflac.copyright revision 12723
12723N/AFor the avoidance of doubt, except that if any license choice other
12723N/Athan GPL or LGPL is available it will apply instead, Sun elects to
12723N/Ause only the General Public License version 2 (GPLv2) at this time
12723N/Afor any software where a choice of GPL license versions is made
12723N/Aavailable with the language indicating that GPLv2 or any later
12723N/Aversion may be used, or where a choice of which version of the GPL
12723N/Ais applied is otherwise unspecified.
12723N/A
12723N/A--------------------------------------------------------------------
12723N/A
12723N/A Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
12723N/A Free Software Foundation, Inc.
12723N/A Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98
12723N/A Free Software Foundation, Inc.
12723N/A Copyright (C) 1989,90,91,92,93,94,96,97,98 Free Software Foundation, Inc.
12723N/A
12723N/A Getopt for GNU.
12723N/A NOTE: getopt is now part of the C library, so if you don't know what
12723N/A "Keep this file name-space clean" means, talk to drepper@gnu.org
12723N/A before changing it!
12723N/A
12723N/A This file is part of the GNU C Library.
12723N/A
12723N/A The GNU C Library is free software; you can redistribute it and/or
12723N/A modify it under the terms of the GNU Library General Public License as
12723N/A published by the Free Software Foundation; either version 2 of the
12723N/A License, or (at your option) any later version.
12723N/A
12723N/A The GNU C Library is distributed in the hope that it will be useful,
12723N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12723N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12723N/A Library General Public License for more details.
12723N/A
12723N/A You should have received a copy of the GNU Library General Public
12723N/A License along with the GNU C Library; see the file COPYING.LIB. If not,
12723N/A write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
12723N/A Boston, MA 02111-1307, USA.
12723N/A
12723N/A--------------------------------------------------------------------
12723N/A
12723N/A Copyright (C) 2001-2007 Josh Coalson
12723N/A
12723N/A This file is part the FLAC project. FLAC is comprised of several
12723N/A components distributed under difference licenses. The codec libraries
12723N/A are distributed under Xiph.Org's BSD-like license (see the file
12723N/A COPYING.Xiph in this distribution). All other programs, libraries, and
12723N/A plugins are distributed under the GPL (see COPYING.GPL). The documentation
12723N/A is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12723N/A FLAC distribution contains at the top the terms under which it may be
12723N/A distributed.
12723N/A
12723N/A Since this particular file is relevant to all components of FLAC,
12723N/A it may be distributed under the Xiph.Org license, which is the least
12723N/A restrictive of those mentioned above. See the file COPYING.Xiph in this
12723N/A distribution.
12723N/A
12723N/A--------------------------------------------------------------------
12723N/A
12723N/A Copyright (C) 2002-2007 Daisuke Shimamura
12723N/A Copyright (C) 2001 Edmund Grimley Evans <edmundo@rano.org>
12723N/A Copyright (C) 1999-2001 H蛆ard Kv虱en <havardk@xmms.org>
12723N/A Copyright (C) 2000-2002 Jerome Couderc <j.couderc@ifrance.com>
12723N/A Copyright (C) 2000-2007 Josh Coalson
12723N/A Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
12723N/A Copyright (C) 2001 Peter Harris <peter.harris@hummingbird.com>
12723N/A Copyright (C) 2003 Philip J�genstedt
12723N/A Copyright (C) 2000-2001 Robert Leslie
12723N/A
12723N/A This program is free software; you can redistribute it and/or modify
12723N/A it under the terms of the GNU General Public License as published by
12723N/A the Free Software Foundation; either version 2 of the License, or
12723N/A (at your option) any later version.
12723N/A
12723N/A This program is distributed in the hope that it will be useful,
12723N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12723N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12723N/A GNU General Public License for more details.
12723N/A
12723N/A You should have received a copy of the GNU General Public License
12723N/A along with this program; if not, write to the Free Software
12723N/A Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12723N/A
12723N/A--------------------------------------------------------------------
12723N/A
12723N/A Copyright (C) 2000-2007 Josh Coalson
12723N/A
12723N/A Redistribution and use in source and binary forms, with or without
12723N/A modification, are permitted provided that the following conditions
12723N/A are met:
12723N/A
12723N/A - Redistributions of source code must retain the above copyright
12723N/A notice, this list of conditions and the following disclaimer.
12723N/A
12723N/A - Redistributions in binary form must reproduce the above copyright
12723N/A notice, this list of conditions and the following disclaimer in the
12723N/A documentation and/or other materials provided with the distribution.
12723N/A
12723N/A - Neither the name of the Xiph.org Foundation nor the names of its
12723N/A contributors may be used to endorse or promote products derived from
12723N/A this software without specific prior written permission.
12723N/A
12723N/A THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
12723N/A ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
12723N/A LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
12723N/A A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
12723N/A CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
12723N/A EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
12723N/A PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
12723N/A PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
12723N/A LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
12723N/A NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
12723N/A SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12723N/A
12723N/A--------------------------------------------------------------------
12723N/A
12723N/A Copyright (C) 2002-2006 Daisuke Shimamura
12723N/A Copyright (C) 2000-2007 Josh Coalson
12723N/A Copyright (C) 1999-2001 H�vard Kv�len <havardk@xmms.org>
12723N/A
12723N/A This program is free software; you can redistribute it and/or
12723N/A modify it under the terms of the GNU General Public License
12723N/A as published by the Free Software Foundation; either version 2
12723N/A of the License, or (at your option) any later version.
12723N/A
12723N/A This program is distributed in the hope that it will be useful,
12723N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12723N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12723N/A GNU General Public License for more details.
12723N/A
12723N/A You should have received a copy of the GNU General Public License
12723N/A along with this program; if not, write to the Free Software
12723N/A Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
12723N/A
12723N/A--------------------------------------------------------------------
12723N/A
12723N/A Copyright (C) 2000-2007 Josh Coalson
12723N/A Copyright (C) 2001 David Robinson and Glen Sawyer
12723N/A Copyright (c) 2002 John Edwards
12723N/A
12723N/A This library is free software; you can redistribute it and/or
12723N/A modify it under the terms of the GNU Lesser General Public
12723N/A License as published by the Free Software Foundation; either
12723N/A version 2.1 of the License, or (at your option) any later version.
12723N/A
12723N/A This library is distributed in the hope that it will be useful,
12723N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12723N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12723N/A Lesser General Public License for more details.
12723N/A
12723N/A You should have received a copy of the GNU Lesser General Public
12723N/A License along with this library; if not, write to the Free Software
12723N/A Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
12723N/A
12723N/A--------------------------------------------------------------------
12723N/A