Projekt

Obecné

Profil

Stáhnout (2.11 KB) Statistiky
| Větev: | Tag: | Revize:
1
## Independent JPEG Group (IJG) JPEG v9c
2

    
3
### IJG License
4
<pre>
5
/*
6
 * jcapimin.c
7
 *
8
 * Copyright (C) 1994-1998, Thomas G. Lane.
9
 * Modified 2003-2010 by Guido Vollbeding.
10
 * This file is part of the Independent JPEG Group's software.
11
 * For conditions of distribution and use, see the accompanying README file.
12
 */
13
[From the README file]
14
The authors make NO WARRANTY or representation, either express or implied,
15
with respect to this software, its quality, accuracy, merchantability, or
16
fitness for a particular purpose.  This software is provided "AS IS", and you,
17
its user, assume the entire risk as to its quality and accuracy.
18

    
19
This software is copyright (C) 1991-2018, Thomas G. Lane, Guido Vollbeding.
20
All Rights Reserved except as specified below.
21

    
22
Permission is hereby granted to use, copy, modify, and distribute this
23
software (or portions thereof) for any purpose, without fee, subject to these
24
conditions:
25
(1) If any part of the source code for this software is distributed, then this
26
README file must be included, with this copyright and no-warranty notice
27
unaltered; and any additions, deletions, or changes to the original files
28
must be clearly indicated in accompanying documentation.
29
(2) If only executable code is distributed, then the accompanying
30
documentation must state that "this software is based in part on the work of
31
the Independent JPEG Group".
32
(3) Permission for use of this software is granted only if the user accepts
33
full responsibility for any undesirable consequences; the authors accept
34
NO LIABILITY for damages of any kind.
35

    
36
These conditions apply to any software derived from or based on the IJG code,
37
not just to the unmodified library.  If you use our work, you ought to
38
acknowledge us.
39

    
40
Permission is NOT granted for the use of any IJG author's name or company name
41
in advertising or publicity relating to this software or products derived from
42
it.  This software may be referred to only as "the Independent JPEG Group's
43
software".
44

    
45
We specifically permit and encourage the use of this software as the basis of
46
commercial products, provided that all warranty or liability claims are
47
assumed by the product vendor.
48

    
49
</pre>
(4-4/4)