Home | History | Annotate | Download | only in ImageMagick
      1 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
      2 
      3 1. ImageMagick copyright:
      4 
      5 Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization dedicated
      6 to making software imaging solutions freely available.
      7 
      8 You may not use this file except in compliance with the License. You may obtain
      9 a copy of the License at
     10 
     11   http://www.imagemagick.org/script/license.php
     12 
     13 Unless required by applicable law or agreed to in writing, software distributed
     14 under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
     15 CONDITIONS OF ANY KIND, either express or implied.  See the License for the
     16 specific language governing permissions and limitations under the License.
     17 
     18 The full text of this license is availaible in the LICENSE file.
     19 
     20 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
     21 
     22 2. 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):
     24 
     25 Copyright 1999 E. I. du Pont de Nemours and Company
     26 
     27 Permission is hereby granted, free of charge, to any person obtaining a copy of
     28 this software and associated documentation files ("ImageMagick"), to deal in
     29 ImageMagick without restriction, including without limitation the rights to
     30 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
     31 of ImageMagick, and to permit persons to whom the ImageMagick is furnished to
     32 do so, subject to the following conditions:
     33 
     34 The above copyright notice and this permission notice shall be included in all
     35 copies or substantial portions of ImageMagick.
     36 
     37 The software is provided "as is", without warranty of any kind, express or
     38 implied, including but not limited to the warranties of merchantability,
     39 fitness for a particular purpose and noninfringement.  In no event shall E. I.
     40 du Pont de Nemours and Company be liable for any claim, damages or other
     41 liability, whether in an action of contract, tort or otherwise, arising from,
     42 out of or in connection with ImageMagick or the use or other dealings in
     43 ImageMagick.
     44 
     45 Except as contained in this notice, the name of the E. I. du Pont de Nemours
     46 and Company shall not be used in advertising or otherwise to promote the sale,
     47 use or other dealings in ImageMagick without prior written authorization from
     48 the E. I. du Pont de Nemours and Company.
     49 
     50 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
     51 
     52 3. OpenSSH copyright (this copyright is limited to magick/utility.c/
     53    Base64Decode() and Base64Encode(),incorporated from the OpenSSH package):
     54 
     55 Copyright (c) 2000 Markus Friedl.  All rights reserved.
     56 
     57 Redistribution and use in source and binary forms, with or without modification,
     58 are permitted provided that the following conditions are met:
     59 
     60 1. Redistributions of source code must retain the above copyright notice, this
     61 list of conditions and the following disclaimer.
     62 
     63 2. Redistributions in binary form must reproduce the above copyright notice,
     64 this list of conditions and the following disclaimer in the documentation
     65 and/or other materials provided with the distribution.
     66 
     67 THIS SOFTWARE IS PROVIDED BY THE AUTHOR \`\`AS IS\'\' AND ANY EXPRESS OR
     68 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
     69 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
     70 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
     71 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
     72 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
     73 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
     74 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     75 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     76 POSSIBILITY OF SUCH DAMAGE.
     77 
     78 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
     79 
     80 4. Xfig copyright (this copyright is limited to the image patterns in
     81    magick/nt-base.c, incorporated from the XFig package):
     82 
     83 | 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
     87 
     88 Any party obtaining a copy of these files is granted, free of charge, a full
     89 and unrestricted irrevocable, world-wide, paid up, royalty-free, nonexclusive
     90 right and license to deal in this software and documentation files (the
     91 "Software"), including without limitation the rights to use, copy, modify,
     92 merge, publish, distribute, sublicense, and/or sell copies of the Software, and
     93 to permit persons who receive copies from any such party to do so, with the
     94 only requirement being that this copyright notice remain intact.
     95 
     96 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
     97 
     98 5. ezXML copyright (This copyright is limited to code for reading XML files in
     99    magick/xml-tree.c, incorporated from the ezxml package):
    100 
    101 Copyright 2004-2006 Aaron Voisine <aaron (a] voisine.org>
    102 
    103 Permission is hereby granted, free of charge, to any person obtaining a copy of
    104 this software and associated documentation files (the "Software"), to deal in
    105 the Software without restriction, including without limitation the rights to
    106 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
    107 of the Software, and to permit persons to whom the Software is furnished to do
    108 so, subject to the following conditions:
    109 
    110 The above copyright notice and this permission notice shall be included in all
    111 copies or substantial portions of the Software.
    112 
    113 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    114 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    115 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
    116 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    117 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    118 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    119 SOFTWARE.
    120 
    121 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    122 
    123 6. 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):
    126 
    127 Copyright (C) 2002 - 2009 GraphicsMagick Group
    128 
    129 Permission is hereby granted, free of charge, to any person obtaining a copy of
    130 this software and associated documentation files (the "Software"), to deal in
    131 the Software without restriction, including without limitation the rights to
    132 use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    133 copies of the Software, and to permit persons to whom the Software is
    134 furnished to do so, subject to the following conditions:
    135 
    136 The above copyright notice and this permission notice shall be included in all
    137 copies or substantial portions of the Software.
    138 
    139 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    140 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    141 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    142 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    143 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    144 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    145 SOFTWARE.
    146 
    147 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    148 
    149 7. Magick++ copyright (this copyright is limited to the Magick++ API in the
    150    Magick++ folder):
    151 
    152 Copyright 1999 - 2002 Bob Friesenhahn <bfriesen (a] simple.dallas.tx.us>
    153 
    154 Permission is hereby granted, free of charge, to any person obtaining a copy of
    155 the source files and associated documentation files ("Magick++"), to deal in
    156 Magick++ without restriction, including without limitation of the rights to
    157 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
    158 of Magick++, and to permit persons to whom the Magick++ is furnished to do so,
    159 subject to the following conditions:
    160 
    161 This copyright notice shall be included in all copies or substantial portions
    162 of Magick++. The copyright to Magick++ is retained by its author and shall not
    163 be subsumed or replaced by any other copyright.
    164 
    165 The software is provided "as is", without warranty of any kind, express or
    166 implied, including but not limited to the warranties of merchantability,fitness
    167 for a particular purpose and noninfringement. In no event shall Bob Friesenhahn
    168 be liable for any claim, damages or other liability, whether in an action of
    169 contract, tort or otherwise, arising from, out of or in connection with
    170 Magick++ or the use or other dealings in Magick++.
    171 
    172 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    173 
    174 8. Thatcher Ulrich copyright (ImageMagick includes two fonts,
    175    PerlMagick/t/ttf/input.ttf and PerlMagick/demo/Generic.ttf under this
    176    copyright):
    177 
    178   Copyright: 2004-2007, Thatcher Ulrich <tu (a] tulrich.com>
    179 
    180   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.
    183 
    184 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    185 
    186 9. 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):
    189 
    190 Copyright (C) 2000-2002, Ghostgum Software Pty Ltd. All rights reserved.
    191 
    192 Permission is hereby granted, free of charge, to any person obtaining a copy of
    193 this file ("Software"), to deal in the Software without restriction, including
    194 without limitation the rights to use, copy, modify, merge, publish, distribute,
    195 sublicense, and/or sell copies of this Software, and to permit persons to whom
    196 this file is furnished to do so, subject to the following conditions:
    197 
    198 This Software is distributed with NO WARRANTY OF ANY KIND.  No author or
    199 distributor accepts any responsibility for the consequences of using it, or
    200 for whether it serves any particular purpose or works at all, unless he or she
    201 says so in writing.
    202 
    203 The above copyright notice and this permission notice shall be included in all
    204 copies or substantial portions of the Software.
    205 
    206 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    207 
    208 10. Libsquish copyright (this copyright is limited to the compression used in
    209     coder/dds.c, incorporated from the libsquish library):
    210 
    211 Copyright (c) 2006 Simon Brown                          si (a] sjbrown.co.uk
    212 
    213 Permission is hereby granted, free of charge, to any person obtaining a copy of
    214 this software and associated documentation files (the "Software"), to deal in
    215 the Software without restriction, including without limitation the rights to
    216 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
    217 of the Software, and to  permit persons to whom the Software is furnished to do
    218 so, subject to the following conditions:
    219 
    220 The above copyright notice and this permission notice shall be included in all
    221 copies or substantial portions of the Software.
    222 
    223 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    224 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    225 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    226 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY  CLAIM, DAMAGES OR OTHER
    227 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    228 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    229 SOFTWARE.
    230 
    231 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    232 
    233 11. Bootstrap copyright (ImageMagick utilizes CSS for its web pages under this
    234     copyright):
    235 
    236 Bootstrap v3.3.5 (http://getbootstrap.com)
    237 Copyright 2011-2015 Twitter, Inc.
    238 Licensed under the MIT license
    239 
    240 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    241