tizen 2.3.1 release
[external/libjpeg-turbo.git] / debian / copyright
1 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
2 Name: libjpeg-turbo
3 Source: lp:libjpeg-turbo
4
5 Files: *
6 Copyright: 1999-2006 MIYASAKA Masaru 
7     2004 Landmark Graphics Corporation
8     2005-2007 Sun Microsystems, Inc.
9     2009 Pierre Ossman for Cendio AB
10     2009-2010 D. R. Commander
11     2010 Thomas G. Lane, Guido Vollbeding
12     2009, Thomas G. Lane, Guido Vollbeding
13     1998, Thomas G. Lane
14     2010 Nokia Corporation
15 License:  JPEG
16  .
17  In plain English:
18  .
19  1. We don't promise that this software works.  (But if you find any bugs,
20    please let us know!)
21  2. You can use this software for whatever you want.  You don't have to pay us.
22  3. You may not pretend that you wrote this software.  If you use it in a
23    program, you must acknowledge somewhere in your documentation that
24    you've used the IJG code.
25  .
26  In legalese:
27  The authors make NO WARRANTY or representation, either express or implied,
28  with respect to this software, its quality, accuracy, merchantability, or
29  fitness for a particular purpose.  This software is provided "AS IS", and you,
30  its user, assume the entire risk as to its quality and accuracy.
31  .
32  This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
33  All Rights Reserved except as specified below.
34  .
35  Permission is hereby granted to use, copy, modify, and distribute this
36  software (or portions thereof) for any purpose, without fee, subject to these
37  conditions:
38  (1) If any part of the source code for this software is distributed, then this
39  README file must be included, with this copyright and no-warranty notice
40  unaltered; and any additions, deletions, or changes to the original files
41  must be clearly indicated in accompanying documentation.
42  (2) If only executable code is distributed, then the accompanying
43  documentation must state that "this software is based in part on the work of
44  the Independent JPEG Group".
45  (3) Permission for use of this software is granted only if the user accepts
46  full responsibility for any undesirable consequences; the authors accept
47  NO LIABILITY for damages of any kind.
48  .
49  These conditions apply to any software derived from or based on the IJG code,
50  not just to the unmodified library.  If you use our work, you ought to
51  acknowledge us.
52  .
53  Permission is NOT granted for the use of any IJG author's name or company name
54  in advertising or publicity relating to this software or products derived from
55  it.  This software may be referred to only as "the Independent JPEG Group's
56  software".
57  .
58  We specifically permit and encourage the use of this software as the basis of
59  commercial products, provided that all warranty or liability claims are
60  assumed by the product vendor.
61  .
62  .
63  ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
64  sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA
65  .
66  ansi2knr.c is NOT covered by the above copyright and conditions, but instead
67  by the usual distribution terms of the Free Software Foundation; principally,
68  that you must include source code if you redistribute it.  (See the file
69  ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
70  of any program generated from the IJG code, this does not limit you more than
71  the foregoing paragraphs do.
72  .
73  The Unix configuration script "configure" was produced with GNU Autoconf.
74  It is copyright by the Free Software Foundation but is freely distributable.
75  The same holds for its supporting scripts (config.guess, config.sub,
76  ltmain.sh).  Another support script, install-sh, is copyright by X Consortium
77  but is also freely distributable.
78  .
79  The IJG distribution formerly included code to read and write GIF files.
80  To avoid entanglement with the Unisys LZW patent, GIF reading support has
81  been removed altogether, and the GIF writer has been simplified to produce
82  "uncompressed GIFs".  This technique does not use the LZW algorithm; the
83  resulting GIF files are larger than usual, but are readable by all standard
84  GIF decoders.
85  .
86  We are required to state that
87     "The Graphics Interchange Format(c) is the Copyright property of
88     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
89     CompuServe Incorporated."
90
91 Files: debian/*
92 Copyright: 2010, 2011 Linaro Limited
93 License: LGPL-2.1
94  This library is free software; you can redistribute it and/or
95  modify it under the terms of the GNU Library General Public
96  License (LGPL) as published by the Free Software Foundation;
97  either version 2 of the License, or (at your option) any later
98  version.
99  .
100  This library is distributed in the hope that it will be useful,
101  but WITHOUT ANY WARRANTY; without even the implied warranty of
102  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
103  Library General Public License for more details.
104  .
105  You should have received a copy of the GNU Library General Public License
106  along with this library; see the file COPYING.LIB.  If not, write to
107  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
108  Boston, MA 02110-1301, USA.
109  .
110  On Debian systems, the complete text of the GNU Library General Public
111  License, version 2, can be found in /usr/share/common-licenses/LGPL-2.1.