Skip to content

Commit a032a3e

Browse files
authored
Merge pull request #1845 from swinslow/cornell-lossless-jpeg
Add Cornell-Lossless-JPEG
2 parents 872d7f5 + b007747 commit a032a3e

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

Diff for: src/Cornell-Lossless-JPEG.xml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3+
<license isOsiApproved="false" licenseId="Cornell-Lossless-JPEG"
4+
name="Cornell Lossless JPEG License" listVersionAdded="3.20">
5+
<crossRefs>
6+
<crossRef>https://android.googlesource.com/platform/external/dng_sdk/+/refs/heads/master/source/dng_lossless_jpeg.cpp#16</crossRef>
7+
<crossRef>https://www.mssl.ucl.ac.uk/~mcrw/src/20050920/proto.h</crossRef>
8+
<crossRef>https://gitlab.freedesktop.org/libopenraw/libopenraw/blob/master/lib/ljpegdecompressor.cpp#L32</crossRef>
9+
</crossRefs>
10+
<text>
11+
<copyrightText>
12+
Copyright (c) 1993 Cornell University, Kongji Huang<br />
13+
All rights reserved.
14+
</copyrightText>
15+
16+
<p>Permission to use, copy, modify, and distribute this software and its
17+
documentation for any purpose, without fee, and without written
18+
agreement is hereby granted, provided that the above copyright notice
19+
and the following two paragraphs appear in all copies of this
20+
software.</p>
21+
22+
<p>IN NO EVENT SHALL <alt match=".+" name="disclaimer1">THE CORNELL UNIVERSITY</alt> BE LIABLE TO ANY PARTY FOR
23+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
24+
OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF <alt match=".+" name="disclaimer2">CORNELL
25+
UNIVERSITY</alt> HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
26+
27+
<p><alt match=".+" name="disclaimer3">THE CORNELL UNIVERSITY</alt> SPECIFICALLY DISCLAIMS ANY WARRANTIES,
28+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
29+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE
30+
PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND <alt match=".+" name="disclaimer4">CORNELL UNIVERSITY</alt> HAS
31+
NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
32+
OR MODIFICATIONS.</p>
33+
</text>
34+
</license>
35+
</SPDXLicenseCollection>
36+
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 1993 Cornell University, Kongji Huang
2+
All rights reserved.
3+
4+
Permission to use, copy, modify, and distribute this software and its
5+
documentation for any purpose, without fee, and without written
6+
agreement is hereby granted, provided that the above copyright notice
7+
and the following two paragraphs appear in all copies of this
8+
software.
9+
10+
IN NO EVENT SHALL THE CORNELL UNIVERSITY BE LIABLE TO ANY PARTY FOR
11+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
12+
OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF CORNELL
13+
UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14+
15+
THE CORNELL UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES,
16+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
17+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE
18+
PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND CORNELL UNIVERSITY HAS
19+
NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
20+
OR MODIFICATIONS.

0 commit comments

Comments
 (0)