blob: 967481db402a9fda91db07e3a6fec3b53bed1be9 [file] [log] [blame]
dirk7c1d4962015-08-11 23:04:00 +02001* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
cristyd49f3362012-06-04 14:04:08 +00002
dirk7c1d4962015-08-11 23:04:00 +020031. ImageMagick copyright:
cristyd49f3362012-06-04 14:04:08 +00004
Haibo Huange19a1b92019-12-29 11:19:26 -08005Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization dedicated
dirk7c1d4962015-08-11 23:04:00 +02006to making software imaging solutions freely available.
cristyd49f3362012-06-04 14:04:08 +00007
dirk7c1d4962015-08-11 23:04:00 +02008You may not use this file except in compliance with the License. You may obtain
9a copy of the License at
cristyd49f3362012-06-04 14:04:08 +000010
Cristy1eccad32018-09-09 19:34:39 -040011 https://imagemagick.org/script/license.php
dirk7c1d4962015-08-11 23:04:00 +020012
13Unless required by applicable law or agreed to in writing, software distributed
14under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
15CONDITIONS OF ANY KIND, either express or implied. See the License for the
16specific language governing permissions and limitations under the License.
cristyd49f3362012-06-04 14:04:08 +000017
18The full text of this license is availaible in the LICENSE file.
19
dirk7c1d4962015-08-11 23:04:00 +020020* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
cristyd49f3362012-06-04 14:04:08 +000021
dirk7c1d4962015-08-11 23:04:00 +0200222. E. I. du Pont de Nemours and Company copyright (ImageMagick was originally
23 developed and distributed by E. I. du Pont de Nemours and Company):
cristyd228c032012-06-03 15:01:15 +000024
dirk7c1d4962015-08-11 23:04:00 +020025Copyright 1999 E. I. du Pont de Nemours and Company
cristyd228c032012-06-03 15:01:15 +000026
dirk7c1d4962015-08-11 23:04:00 +020027Permission is hereby granted, free of charge, to any person obtaining a copy of
28this software and associated documentation files ("ImageMagick"), to deal in
29ImageMagick without restriction, including without limitation the rights to
30use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
31of ImageMagick, and to permit persons to whom the ImageMagick is furnished to
32do so, subject to the following conditions:
cristyd228c032012-06-03 15:01:15 +000033
dirk7c1d4962015-08-11 23:04:00 +020034The above copyright notice and this permission notice shall be included in all
35copies or substantial portions of ImageMagick.
cristyd228c032012-06-03 15:01:15 +000036
dirk7c1d4962015-08-11 23:04:00 +020037The software is provided "as is", without warranty of any kind, express or
38implied, including but not limited to the warranties of merchantability,
39fitness for a particular purpose and noninfringement. In no event shall E. I.
40du Pont de Nemours and Company be liable for any claim, damages or other
41liability, whether in an action of contract, tort or otherwise, arising from,
42out of or in connection with ImageMagick or the use or other dealings in
43ImageMagick.
cristyd228c032012-06-03 15:01:15 +000044
dirk7c1d4962015-08-11 23:04:00 +020045Except as contained in this notice, the name of the E. I. du Pont de Nemours
46and Company shall not be used in advertising or otherwise to promote the sale,
47use or other dealings in ImageMagick without prior written authorization from
48the E. I. du Pont de Nemours and Company.
cristyd228c032012-06-03 15:01:15 +000049
dirk7c1d4962015-08-11 23:04:00 +020050* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
cristy9c477c22012-06-04 12:31:12 +000051
dirk7c1d4962015-08-11 23:04:00 +0200523. OpenSSH copyright (this copyright is limited to magick/utility.c/
53 Base64Decode() and Base64Encode(),incorporated from the OpenSSH package):
cristyd228c032012-06-03 15:01:15 +000054
dirk7c1d4962015-08-11 23:04:00 +020055Copyright (c) 2000 Markus Friedl. All rights reserved.
cristy3ed852e2009-09-05 21:47:34 +000056
dirk7c1d4962015-08-11 23:04:00 +020057Redistribution and use in source and binary forms, with or without modification,
58are permitted provided that the following conditions are met:
cristy3ed852e2009-09-05 21:47:34 +000059
dirk7c1d4962015-08-11 23:04:00 +0200601. Redistributions of source code must retain the above copyright notice, this
61list of conditions and the following disclaimer.
cristy3ed852e2009-09-05 21:47:34 +000062
dirk7c1d4962015-08-11 23:04:00 +0200632. Redistributions in binary form must reproduce the above copyright notice,
64this list of conditions and the following disclaimer in the documentation
65and/or other materials provided with the distribution.
cristy3ed852e2009-09-05 21:47:34 +000066
dirk7c1d4962015-08-11 23:04:00 +020067THIS SOFTWARE IS PROVIDED BY THE AUTHOR \`\`AS IS\'\' AND ANY EXPRESS OR
68IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
69MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
70EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
71EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
72PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
73BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
74IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
75ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
76POSSIBILITY OF SUCH DAMAGE.
cristy3ed852e2009-09-05 21:47:34 +000077
dirk7c1d4962015-08-11 23:04:00 +020078* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
cristy3ed852e2009-09-05 21:47:34 +000079
dirk7c1d4962015-08-11 23:04:00 +0200804. Xfig copyright (this copyright is limited to the image patterns in
81 magick/nt-base.c, incorporated from the XFig package):
cristy3ed852e2009-09-05 21:47:34 +000082
dirk7c1d4962015-08-11 23:04:00 +020083| FIG : Facility for Interactive Generation of figures
84| Copyright (c) 1985-1988 by Supoj Sutanthavibul
85| Parts Copyright (c) 1989-2000 by Brian V. Smith
86| Parts Copyright (c) 1991 by Paul King
cristy3ed852e2009-09-05 21:47:34 +000087
dirk7c1d4962015-08-11 23:04:00 +020088Any party obtaining a copy of these files is granted, free of charge, a full
89and unrestricted irrevocable, world-wide, paid up, royalty-free, nonexclusive
90right and license to deal in this software and documentation files (the
91"Software"), including without limitation the rights to use, copy, modify,
92merge, publish, distribute, sublicense, and/or sell copies of the Software, and
93to permit persons who receive copies from any such party to do so, with the
94only requirement being that this copyright notice remain intact.
cristy3ed852e2009-09-05 21:47:34 +000095
dirk7c1d4962015-08-11 23:04:00 +020096* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
cristy3ed852e2009-09-05 21:47:34 +000097
dirk7c1d4962015-08-11 23:04:00 +0200985. ezXML copyright (This copyright is limited to code for reading XML files in
99 magick/xml-tree.c, incorporated from the ezxml package):
cristy3ed852e2009-09-05 21:47:34 +0000100
dirk7c1d4962015-08-11 23:04:00 +0200101Copyright 2004-2006 Aaron Voisine <aaron@voisine.org>
cristy3ed852e2009-09-05 21:47:34 +0000102
dirk7c1d4962015-08-11 23:04:00 +0200103Permission is hereby granted, free of charge, to any person obtaining a copy of
104this software and associated documentation files (the "Software"), to deal in
105the Software without restriction, including without limitation the rights to
106use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
107of the Software, and to permit persons to whom the Software is furnished to do
108so, subject to the following conditions:
cristy3ed852e2009-09-05 21:47:34 +0000109
dirk7c1d4962015-08-11 23:04:00 +0200110The above copyright notice and this permission notice shall be included in all
111copies or substantial portions of the Software.
cristy3ed852e2009-09-05 21:47:34 +0000112
dirk7c1d4962015-08-11 23:04:00 +0200113THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
114IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
115FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
116AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
117LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
118OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
119SOFTWARE.
cristy3ed852e2009-09-05 21:47:34 +0000120
dirk7c1d4962015-08-11 23:04:00 +0200121* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
cristy3ed852e2009-09-05 21:47:34 +0000122
dirk7c1d4962015-08-11 23:04:00 +02001236. GraphicsMagick copyright (this copyright is limited to the Windows installer
124 and enhancements to the automake and autoconf configure scripts,
125 incorporated from the GraphicsMagick package):
cristy3ed852e2009-09-05 21:47:34 +0000126
dirk7c1d4962015-08-11 23:04:00 +0200127Copyright (C) 2002 - 2009 GraphicsMagick Group
cristyc007d192011-02-16 15:22:26 +0000128
dirk7c1d4962015-08-11 23:04:00 +0200129Permission is hereby granted, free of charge, to any person obtaining a copy of
130this software and associated documentation files (the "Software"), to deal in
131the Software without restriction, including without limitation the rights to
132use, copy, modify, merge, publish, distribute, sublicense, and/or sell
133copies of the Software, and to permit persons to whom the Software is
134furnished to do so, subject to the following conditions:
cristyc007d192011-02-16 15:22:26 +0000135
dirk7c1d4962015-08-11 23:04:00 +0200136The above copyright notice and this permission notice shall be included in all
137copies or substantial portions of the Software.
cristyd49f3362012-06-04 14:04:08 +0000138
dirk7c1d4962015-08-11 23:04:00 +0200139THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
140IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
141FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
142AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
143LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
144OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
145SOFTWARE.
cristyd49f3362012-06-04 14:04:08 +0000146
dirk7c1d4962015-08-11 23:04:00 +0200147* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
148
1497. Magick++ copyright (this copyright is limited to the Magick++ API in the
150 Magick++ folder):
151
152Copyright 1999 - 2002 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
153
154Permission is hereby granted, free of charge, to any person obtaining a copy of
155the source files and associated documentation files ("Magick++"), to deal in
156Magick++ without restriction, including without limitation of the rights to
157use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
158of Magick++, and to permit persons to whom the Magick++ is furnished to do so,
159subject to the following conditions:
160
161This copyright notice shall be included in all copies or substantial portions
162of Magick++. The copyright to Magick++ is retained by its author and shall not
163be subsumed or replaced by any other copyright.
164
165The software is provided "as is", without warranty of any kind, express or
166implied, including but not limited to the warranties of merchantability,fitness
167for a particular purpose and noninfringement. In no event shall Bob Friesenhahn
168be liable for any claim, damages or other liability, whether in an action of
169contract, tort or otherwise, arising from, out of or in connection with
170Magick++ or the use or other dealings in Magick++.
171
172* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
173
1748. Thatcher Ulrich copyright (ImageMagick includes two fonts,
175 PerlMagick/t/ttf/input.ttf and PerlMagick/demo/Generic.ttf under this
176 copyright):
cristyd49f3362012-06-04 14:04:08 +0000177
178 Copyright: 2004-2007, Thatcher Ulrich <tu@tulrich.com>
179
dirk7c1d4962015-08-11 23:04:00 +0200180 I have placed these fonts in the Public Domain. This is all 100% my own work.
181 Usage is totally unrestricted. If you want to make derivative works for any
182 purpose, please go ahead.
cristyd49f3362012-06-04 14:04:08 +0000183
dirk7c1d4962015-08-11 23:04:00 +0200184* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
cristyd49f3362012-06-04 14:04:08 +0000185
dirk7c1d4962015-08-11 23:04:00 +02001869. Gsview copyright (ImageMagick incorporated a small portion of code from the
187 gsview package to locate Ghostscript under Windows. This source code is
188 distributed under the following license):
dirkb0b13bc2013-09-07 19:20:13 +0000189
dirk7c1d4962015-08-11 23:04:00 +0200190Copyright (C) 2000-2002, Ghostgum Software Pty Ltd. All rights reserved.
cristyd49f3362012-06-04 14:04:08 +0000191
dirk7c1d4962015-08-11 23:04:00 +0200192Permission is hereby granted, free of charge, to any person obtaining a copy of
193this file ("Software"), to deal in the Software without restriction, including
194without limitation the rights to use, copy, modify, merge, publish, distribute,
195sublicense, and/or sell copies of this Software, and to permit persons to whom
196this file is furnished to do so, subject to the following conditions:
cristyd49f3362012-06-04 14:04:08 +0000197
dirk7c1d4962015-08-11 23:04:00 +0200198This Software is distributed with NO WARRANTY OF ANY KIND. No author or
199distributor accepts any responsibility for the consequences of using it, or
200for whether it serves any particular purpose or works at all, unless he or she
201says so in writing.
cristyd49f3362012-06-04 14:04:08 +0000202
dirk7c1d4962015-08-11 23:04:00 +0200203The above copyright notice and this permission notice shall be included in all
204copies or substantial portions of the Software.
cristy3fda31f2013-07-28 19:07:17 +0000205
dirk7c1d4962015-08-11 23:04:00 +0200206* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
dirkb0b13bc2013-09-07 19:20:13 +0000207
dirk7c1d4962015-08-11 23:04:00 +020020810. Libsquish copyright (this copyright is limited to the compression used in
209 coder/dds.c, incorporated from the libsquish library):
dirkb0b13bc2013-09-07 19:20:13 +0000210
dirk7c1d4962015-08-11 23:04:00 +0200211Copyright (c) 2006 Simon Brown si@sjbrown.co.uk
cristy731976e2015-08-02 14:43:09 +0000212
dirk7c1d4962015-08-11 23:04:00 +0200213Permission is hereby granted, free of charge, to any person obtaining a copy of
214this software and associated documentation files (the "Software"), to deal in
215the Software without restriction, including without limitation the rights to
216use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
217of the Software, and to permit persons to whom the Software is furnished to do
218so, subject to the following conditions:
cristy731976e2015-08-02 14:43:09 +0000219
dirk7c1d4962015-08-11 23:04:00 +0200220The above copyright notice and this permission notice shall be included in all
221copies or substantial portions of the Software.
cristy731976e2015-08-02 14:43:09 +0000222
dirk7c1d4962015-08-11 23:04:00 +0200223THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
224IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
225FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
226AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
227LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
228OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
229SOFTWARE.
cristy731976e2015-08-02 14:43:09 +0000230
dirk7c1d4962015-08-11 23:04:00 +0200231* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
cristy731976e2015-08-02 14:43:09 +0000232
Cristy074c7cd2015-08-12 07:41:20 -040023311. Bootstrap copyright (ImageMagick utilizes CSS for its web pages under this
dirk7c1d4962015-08-11 23:04:00 +0200234 copyright):
cristy731976e2015-08-02 14:43:09 +0000235
dirk7c1d4962015-08-11 23:04:00 +0200236Bootstrap v3.3.5 (http://getbootstrap.com)
237Copyright 2011-2015 Twitter, Inc.
238Licensed under the MIT license
239
Cristy074c7cd2015-08-12 07:41:20 -0400240* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *