home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libv4l-0 / copyright < prev    next >
Encoding:
Text File  |  2009-01-24  |  5.5 KB  |  123 lines

  1. This package was debianized by Gregor Jasny <gjasny@web.de> on
  2. Sun, 27 Jul 2008 11:01:46 +0200.
  3.  
  4. It was downloaded from http://people.atrpms.net/~hdegoede/
  5.  
  6. Upstream Author:
  7.  
  8.     Hans de Goede <j.w.r.degoede@hhs.nl>
  9.  
  10. Copyright:
  11.  
  12.     Copyright (C) 2008 Hans de Goede
  13.  
  14. License:
  15.  
  16.     This package is free software; you can redistribute it and/or
  17.     modify it under the terms of the GNU Lesser General Public
  18.     License as published by the Free Software Foundation; either
  19.     version 2.1 of the License, or (at your option) any later version.
  20.  
  21.     This package is distributed in the hope that it will be useful,
  22.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  23.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  24.     Lesser General Public License for more details.
  25.  
  26.     You should have received a copy of the GNU Lesser General Public
  27.     License along with this package; if not, write to the Free Software
  28.     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  29.  
  30. On Debian systems, the complete text of the GNU Lesser General
  31. Public License can be found in `/usr/share/common-licenses/LGPL'.
  32.  
  33. The Debian packaging is (C) 2008, Gregor Jasny <gjasny@web.de> and
  34. is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
  35.  
  36. Bayer pattern decoding functions
  37.   * Written by Damien Douxchamps and Frederic Devernay
  38.  
  39. PAC207 decoder
  40.   * Bertrik.Sikken. Thomas Kaiser (C) 2005
  41.   * Copyright (C) 2003 2004 2005 Michel Xhaard
  42.  
  43. sonix decoder
  44.   * Bertrik.Sikken. (C) 2005
  45.  
  46. Spca561 decoder
  47.   * (C) 2005 Andrzej Szombierski [qq@kuku.eu.org]
  48.  
  49. Small jpeg decoder library (tinyjpeg)
  50.     Copyright (c) 2006, Luc Saillard <luc@saillard.org>
  51.     All rights reserved.
  52.     Redistribution and use in source and binary forms, with or without
  53.     modification, are permitted provided that the following conditions are met:
  54.  
  55.     - Redistributions of source code must retain the above copyright notice,
  56.      this list of conditions and the following disclaimer.
  57.  
  58.     - Redistributions in binary form must reproduce the above copyright notice,
  59.      this list of conditions and the following disclaimer in the documentation
  60.      and/or other materials provided with the distribution.
  61.  
  62.     - Neither the name of the author nor the names of its contributors may be
  63.      used to endorse or promote products derived from this software without
  64.      specific prior written permission.
  65.  
  66.     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  67.     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  68.     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  69.     ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  70.     LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  71.     CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  72.     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  73.     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  74.     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  75.     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  76.     POSSIBILITY OF SUCH DAMAGE.
  77.  
  78. jidctflt.c
  79.     Copyright (C) 1994-1998, Thomas G. Lane.
  80.     This file is part of the Independent JPEG Group's software.
  81.  
  82.     The authors make NO WARRANTY or representation, either express or implied,
  83.     with respect to this software, its quality, accuracy, merchantability, or
  84.     fitness for a particular purpose.  This software is provided "AS IS", and you,
  85.     its user, assume the entire risk as to its quality and accuracy.
  86.  
  87.     This software is copyright (C) 1991-1998, Thomas G. Lane.
  88.     All Rights Reserved except as specified below.
  89.  
  90.     Permission is hereby granted to use, copy, modify, and distribute this
  91.     software (or portions thereof) for any purpose, without fee, subject to these
  92.     conditions:
  93.     (1) If any part of the source code for this software is distributed, then this
  94.     README file must be included, with this copyright and no-warranty notice
  95.     unaltered; and any additions, deletions, or changes to the original files
  96.     must be clearly indicated in accompanying documentation.
  97.     (2) If only executable code is distributed, then the accompanying
  98.     documentation must state that "this software is based in part on the work of
  99.     the Independent JPEG Group".
  100.     (3) Permission for use of this software is granted only if the user accepts
  101.     full responsibility for any undesirable consequences; the authors accept
  102.     NO LIABILITY for damages of any kind.
  103.  
  104.     These conditions apply to any software derived from or based on the IJG code,
  105.     not just to the unmodified library.  If you use our work, you ought to
  106.     acknowledge us.
  107.  
  108.     Permission is NOT granted for the use of any IJG author's name or company name
  109.     in advertising or publicity relating to this software or products derived from
  110.     it.  This software may be referred to only as "the Independent JPEG Group's
  111.     software".
  112.  
  113.     We specifically permit and encourage the use of this software as the basis of
  114.     commercial products, provided that all warranty or liability claims are
  115.     assumed by the product vendor.
  116.  
  117.     This implementation is based on Arai, Agui, and Nakajima's algorithm for
  118.     scaled DCT.  Their original paper (Trans. IEICE E-71(11):1095) is in
  119.     Japanese, but the algorithm is described in the Pennebaker & Mitchell
  120.     JPEG textbook (see REFERENCES section in file README).  The following code
  121.     is based directly on figure 4-8 in P&M.
  122.  
  123.