Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: third_party/iccjpeg/LICENSE

Issue 4244005: iccjpeg library (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome.gyp ('k') | third_party/iccjpeg/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 LICENSE extracted from IJG's jpeg distribution:
2 -----------------------------------------------
3
4 In plain English:
5
6 1. We don't promise that this software works. (But if you find any bugs,
7 please let us know!)
8 2. You can use this software for whatever you want. You don't have to pay us.
9 3. You may not pretend that you wrote this software. If you use it in a
10 program, you must acknowledge somewhere in your documentation that
11 you've used the IJG code.
12
13 In legalese:
14
15 The authors make NO WARRANTY or representation, either express or implied,
16 with respect to this software, its quality, accuracy, merchantability, or
17 fitness for a particular purpose. This software is provided "AS IS", and you,
18 its user, assume the entire risk as to its quality and accuracy.
19
20 This software is copyright (C) 1991-1998, Thomas G. Lane.
21 All Rights Reserved except as specified below.
22
23 Permission is hereby granted to use, copy, modify, and distribute this
24 software (or portions thereof) for any purpose, without fee, subject to these
25 conditions:
26 (1) If any part of the source code for this software is distributed, then this
27 README file must be included, with this copyright and no-warranty notice
28 unaltered; and any additions, deletions, or changes to the original files
29 must be clearly indicated in accompanying documentation.
30 (2) If only executable code is distributed, then the accompanying
31 documentation must state that "this software is based in part on the work of
32 the Independent JPEG Group".
33 (3) Permission for use of this software is granted only if the user accepts
34 full responsibility for any undesirable consequences; the authors accept
35 NO LIABILITY for damages of any kind.
36
37 These conditions apply to any software derived from or based on the IJG code,
38 not just to the unmodified library. If you use our work, you ought to
39 acknowledge us.
40
41 Permission is NOT granted for the use of any IJG author's name or company name
42 in advertising or publicity relating to this software or products derived from
43 it. This software may be referred to only as "the Independent JPEG Group's
44 software".
45
46 We specifically permit and encourage the use of this software as the basis of
47 commercial products, provided that all warranty or liability claims are
48 assumed by the product vendor.
49
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | third_party/iccjpeg/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698