]> Creatis software - gdcm.git/blob - src/jpeg/ljpg/README
add the files for 'xmedcon' Jpeg Lossless library
[gdcm.git] / src / jpeg / ljpg / README
1 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2 # filename: README                                                        #
3 #                                                                         #
4 # UTILITY text: Medical Image Conversion Utility                          #
5 #                                                                         #
6 # purpose     : the ljpg 'you-should-read' file                           #
7 #                                                                         #
8 # project     : (X)MedCon by Erik Nolf                                    #
9 #                                                                         #
10 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
11 # $Id: README,v 1.1 2003/10/21 12:08:53 jpr Exp $
12
13 (X)MedCon's LossLess JPEG Decompression Library (DICOM)
14 -----------------------------------------------
15
16 This library code was originally contributed by 'Jaslet Bertrand'.
17
18 The software is based in part on the work of:
19
20 a) the Cornell University LossLess JPEG library
21
22         see ftp://ftp.cs.cornell.edu/pub/multimed
23
24 b) the Independent JPEG Group's JPEG software
25
26         see http://www.ijg.org
27
28 License & Copyright notices:
29 ---------------------------
30
31 1) (X)MedCon's LJPG (C) 2002, Jaslet Bertrand.
32
33         Read the file ./COPYING.LIB
34
35 2) Cornell University
36
37 Copyright (c) 1993 Cornell University, Kongji Huang
38 All rights reserved.
39  
40 Permission to use, copy, modify, and distribute this software and its
41 documentation for any purpose, without fee, and without written
42 agreement is hereby granted, provided that the above copyright notice
43 and the following two paragraphs appear in all copies of this
44 software.
45
46 IN NO EVENT SHALL THE CORNELL UNIVERSITY BE LIABLE TO ANY PARTY FOR
47 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
48 OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF CORNELL 
49 UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50
51 THE CORNELL UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES,
52 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
53 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE
54 PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND CORNELL UNIVERSITY HAS 
55 NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, 
56 OR MODIFICATIONS.
57
58 ---------------------------------------------------------------------------
59
60 Copyright (c) 1993 The Regents of the University of California, Brian
61 C. Smith All rights reserved.
62
63 Permission to use, copy, modify, and distribute this software and its
64 documentation for any purpose, without fee, and without written
65 agreement is hereby granted, provided that the above copyright notice
66 and the following two paragraphs appear in all copies of this
67 software.
68
69 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
70 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
71 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
72 THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
73 SUCH DAMAGE.
74
75 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
76 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
77 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE
78 PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
79 CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
80 ENHANCEMENTS, OR MODIFICATIONS.
81
82 ---------------------------------------------------------------------------
83
84 3) Independent JPEG Group (IJG)
85
86 The authors make NO WARRANTY or representation, either express or
87 implied, with respect to this software, its quality, accuracy,
88 merchantability, or fitness for a particular purpose.  This software is
89 provided "AS IS", and you, its user, assume the entire risk as to its
90 quality and accuracy.
91
92 This software is copyright (C) 1991, 1992, Thomas G. Lane.  All Rights
93 Reserved except as specified below.
94
95 Permission is hereby granted to use, copy, modify, and distribute this
96 software (or portions thereof) for any purpose, without fee, subject to
97 these conditions:  (1) If any part of the source code for this software
98 is distributed, then this README file must be included, with this
99 copyright and no-warranty notice unaltered; and any additions,
100 deletions, or changes to the original files must be clearly indicated
101 in accompanying documentation.  (2) If only executable code is
102 distributed, then the accompanying documentation must state that "this
103 software is based in part on the work of the Independent JPEG Group".
104 (3) Permission for use of this software is granted only if the user
105 accepts full responsibility for any undesirable consequences; the
106 authors accept NO LIABILITY for damages of any kind.
107
108 Permission is NOT granted for the use of any IJG author's name or
109 company name in advertising or publicity relating to this software or
110 products derived from it.  This software may be referred to only as
111 "the Independent JPEG Group's software".
112
113 We specifically permit and encourage the use of this software as the
114 basis of commercial products, provided that all warranty or liability
115 claims are assumed by the product vendor.
116
117 ---------------------------------------------------------------------------
118