blob: 49b33f962e2fd7f0fa72e59e3a9e61da1ce6e2e3 [file] [log] [blame]
cristyd49f3362012-06-04 14:04:08 +00001ImageMagick copyright:
2
cristyb56bb242014-11-25 17:12:48 +00003 Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
cristyd49f3362012-06-04 14:04:08 +00004
5 You may not use this file except in compliance with the License. You may obtain a copy of the License at
6
7 http://www.imagemagick.org/script/license.php
8
9 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
11The full text of this license is availaible in the LICENSE file.
12
13* * *
14
cristyd228c032012-06-03 15:01:15 +000015ImageMagick was originally developed and distributed by E. I. du Pont de Nemours and Company:
16
17 Copyright 1999 E. I. du Pont de Nemours and Company
18
19 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ("ImageMagick"), to deal in ImageMagick without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of ImageMagick, and to permit persons to whom the ImageMagick is furnished to do so, subject to the following conditions:
20
21 The above copyright notice and this permission notice shall be included in all copies or substantial portions of ImageMagick.
22
23 The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall E. I. du Pont de Nemours and Company be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with ImageMagick or the use or other dealings in ImageMagick.
24
25 Except as contained in this notice, the name of the E. I. du Pont de Nemours and Company shall not be used in advertising or otherwise to promote the sale, use or other dealings in ImageMagick without prior written authorization from the E. I. du Pont de Nemours and Company.
26
cristya60fdf02012-06-04 12:32:50 +000027As of 1999, E. I. du Pont de Nemours gave up all rights and privileges to
28the ImageMagick software suite and assigned ownership to ImageMagick Studio LLC.
cristy9c477c22012-06-04 12:31:12 +000029
cristyd228c032012-06-03 15:01:15 +000030* * *
31
cristy3ed852e2009-09-05 21:47:34 +000032This copyright is limited to magick/utility.c/Base64Decode() and Base64Encode(), incorporated from the OpenSSH package:
33
34 Copyright (c) 2000 Markus Friedl. All rights reserved.
35
36 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
37
38 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
39
40 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
41
42 THIS SOFTWARE IS PROVIDED BY THE AUTHOR \`\`AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43
44* * *
45
46This copyright is limited to the image patterns in magick/nt-base.c, incorporated from the XFig package:
47
48 | FIG : Facility for Interactive Generation of figures
49 | Copyright (c) 1985-1988 by Supoj Sutanthavibul
50 | Parts Copyright (c) 1989-2000 by Brian V. Smith
51 | Parts Copyright (c) 1991 by Paul King
52
53 Any party obtaining a copy of these files is granted, free of charge, a full and unrestricted irrevocable, world-wide, paid up, royalty-free, nonexclusive right and license to deal in this software and documentation files (the "Software"), including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons who receive copies from any such party to do so, with the only requirement being that this copyright notice remain intact.
54
55* * *
56
57This copyright is limited to code for reading XML files in magick/xml-tree.c, incorporated from the ezxml package:
58
cristy3ed852e2009-09-05 21:47:34 +000059 Copyright 2004-2006 Aaron Voisine <aaron@voisine.org>
60
61 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
62
63 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
64
65 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
66
67* * *
68
69This copyright is limited to the Windows installer and enhancements to the automake and autoconf configure scripts, incorporated from the GraphicsMagick package:
70
cristyf479b5a2009-09-10 04:14:35 +000071 Copyright (C) 2002 - 2009 GraphicsMagick Group
cristy3ed852e2009-09-05 21:47:34 +000072
cristyf479b5a2009-09-10 04:14:35 +000073 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
cristy3ed852e2009-09-05 21:47:34 +000074
cristyf479b5a2009-09-10 04:14:35 +000075 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
cristy3ed852e2009-09-05 21:47:34 +000076
cristyf479b5a2009-09-10 04:14:35 +000077 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
cristy3ed852e2009-09-05 21:47:34 +000078
cristyc007d192011-02-16 15:22:26 +000079* * *
80
81This copyright is limited to the Magick++ API in the Magick++ folder:
82
83 Copyright 1999 - 2002 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
84
85 Permission is hereby granted, free of charge, to any person obtaining a copy of the source files and associated documentation files ("Magick++"), to deal in Magick++ without restriction, including without limitation of the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of Magick++, and to permit persons to whom the Magick++ is furnished to do so, subject to the following conditions:
86
87 This copyright notice shall be included in all copies or substantial portions of Magick++. The copyright to Magick++ is retained by its author and shall not be subsumed or replaced by any other copyright.
88
89 The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall Bob Friesenhahn be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with Magick++ or the use or other dealings in Magick++.
cristyd49f3362012-06-04 14:04:08 +000090
91* * *
92
93ImageMagick includes two fonts, PerlMagick/t/ttf/input.ttf and
94PerlMagick/demo/Generic.ttf under this copyright:
95
96 Copyright: 2004-2007, Thatcher Ulrich <tu@tulrich.com>
97
98 I have placed these fonts in the Public Domain. This is all 100% my own work. Usage is totally unrestricted. If you want to make derivative works for any purpose, please go ahead.
99
100* * *
101
102ImageMagick incorporated a small portion of code from the gsview package to locate Ghostscript under Windows. This source code is distributed under the following license:
dirkb0b13bc2013-09-07 19:20:13 +0000103
cristyd49f3362012-06-04 14:04:08 +0000104 Copyright (C) 2000-2002, Ghostgum Software Pty Ltd. All rights reserved.
105
106 Permission is hereby granted, free of charge, to any person obtaining a copy of this file ("Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of this Software, and to permit persons to whom this file is furnished to do so, subject to the following conditions:
107
108 This Software is distributed with NO WARRANTY OF ANY KIND. No author or distributor accepts any responsibility for the consequences of using it, or for whether it serves any particular purpose or works at all, unless he or she says so in writing.
109
110 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
cristy3fda31f2013-07-28 19:07:17 +0000111
dirkb0b13bc2013-09-07 19:20:13 +0000112* * *
113
114This copyright is limited to the compression used in coder/dds.c, incorporated from the libsquish library:
115
cristy731976e2015-08-02 14:43:09 +0000116 Copyright (c) 2006 Simon Brown si@sjbrown.co.uk
117
118 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
119
120 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
121
dirkb0b13bc2013-09-07 19:20:13 +0000122 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
cristy731976e2015-08-02 14:43:09 +0000123
124* * *
125
126ImageMagick utilizes CSS for its web pages under this copyright:
127
128 Bootstrap v3.3.5 (http://getbootstrap.com)
129 Copyright 2011-2015 Twitter, Inc.
130 Licensed under the MIT license