root / ImageMagick / branches / ImageMagick-6.3.9 / NOTICE

Revision 9473, 6.2 kB (checked in by cristy, 7 months ago)
Line 
1This product includes software developed by ImageMagick Studio LLC
2(http://www.imagemagick.org/).
3
4ImageMagick incorporated a small portion of code from the gsview package to
5locate Ghostscript under Windows in magick/nt-base.c.  The source code is
6distributed under the following license:
7
8    Copyright (C) 2000-2002, Ghostgum Software Pty Ltd.  All rights reserved.
9
10    Permission is hereby granted, free of charge, to any person obtaining
11    a copy of this file ("Software"), to deal in the Software without
12    restriction, including without limitation the rights to use, copy,
13    modify, merge, publish, distribute, sublicense, and/or sell copies of
14    this Software, and to permit persons to whom this file is furnished to
15    do so, subject to the following conditions:
16
17    This Software is distributed with NO WARRANTY OF ANY KIND.  No author or
18    distributor accepts any responsibility for the consequences of using it,
19    or for whether it serves any particular purpose or works at all, unless
20    he or she says so in writing.
21
22    The above copyright notice and this permission notice shall be included
23    in all copies or substantial portions of the Software.
24
25The Base64Decode() and Base64Encode() methods in magick/utility.c is based
26on source code obtained from OpenSSH.  The source code is distributed under
27the following license:
28
29    Copyright (c) 2000 Markus Friedl.  All rights reserved.
30
31    Redistribution and use in source and binary forms, with or without
32    modification, are permitted provided that the following conditions are met:
33
34       1. Redistributions of source code must retain the above copyright
35          notice, this list of conditions and the following disclaimer.
36       2. Redistributions in binary form must reproduce the above copyright
37          notice, this list of conditions and the following disclaimer in the
38          documentation and/or other materials provided with the distribution.
39
40    THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
41    IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
42    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
43    IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
44    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
45    BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
46    USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
47    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
48    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50
51ImageMagick includes patterns in coders/pattern.c which are derived from
52XFig and is distributed under the following license:
53
54    FIG : Facility for Interactive Generation of figures Copyright (c)
55    1985-1988 by Supoj Sutanthavibul Parts Copyright (c) 1989-2000 by Brian
56    V. Smith Parts Copyright (c) 1991 by Paul King
57
58    Any party obtaining a copy of these files is granted, free of charge,
59    a full and unrestricted irrevocable, world-wide, paid up, royalty-free,
60    nonexclusive right and license to deal in this software and documentation
61    files (the "Software"), including without limitation the rights to use,
62    copy, modify, merge, publish, distribute, sublicense, and/or sell copies
63    of the Software, and to permit persons who receive copies from any such
64    party to do so, with the only requirement being that this copyright
65    notice remain intact.
66
67Portions of the magick/xml-tree.c was derived from ezxml which is licensed as
68follows:
69
70    Copyright 2004, 2005 Aaron Voisine <aaron@voisine.org>
71
72    Permission is hereby granted, free of charge, to any person obtaining a
73    copy of this software and associated documentation files (the "Software"),
74    to deal in the Software without restriction, including without limitation
75    the rights to use, copy, modify, merge, publish, distribute, sublicense,
76    and/or sell copies of the Software, and to permit persons to whom the
77    Software is furnished to do so, subject to the following conditions:
78
79    The above copyright notice and this permission notice shall be included
80    in all copies or substantial portions of the Software.
81
82    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
83    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
84    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
85    THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
86    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
87    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
88    OTHER DEALINGS IN THE SOFTWARE.
89
90Some coder and script improvements come from GraphicsMagick under the
91following license:
92
93    Copyright (C) 2002 GraphicsMagick Group.
94
95    Permission is hereby granted, free of charge, to any person
96    obtaining a copy of this software and associated documentation files
97    ("GraphicsMagick"), to deal in GraphicsMagick without restriction,
98    including without limitation the rights to use, copy, modify, merge,
99    publish, distribute, sublicense, and/or sell copies of GraphicsMagick,
100    and to permit persons to whom GraphicsMagick is furnished to do so,
101    subject to the following conditions:
102
103    The above copyright notice and this permission notice shall be included
104    in all copies or substantial portions of GraphicsMagick.
105
106    The software is provided "as is", without warranty of any kind, express or
107    implied, including but not limited to the warranties of merchantability,
108    fitness for a particular purpose and noninfringement.  In no event shall
109    GraphicsMagick Group be liable for any claim, damages or other liability,
110    whether in an action of contract, tort or otherwise, arising from, out
111    of or in connection with GraphicsMagick or the use or other dealings
112    in GraphicsMagick.
113
114    Except as contained in this notice, the name of the GraphicsMagick Group
115    shall not be used in advertising or otherwise to promote the sale, use
116    or other dealings in GraphicsMagick without prior written authorization
117    from the GraphicsMagick Group.
Note: See TracBrowser for help on using the browser.