github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/share/doc/GraphicsMagick/Copyright.txt (about)

     1  .. -*- mode: rst -*-
     2  .. This text is in reStucturedText format, so it may look a bit odd.
     3  .. See http://docutils.sourceforge.net/rst.html for details.
     4  
     5  ======================================
     6  GraphicsMagick Copyrights and Licenses
     7  ======================================
     8  
     9  This file is part of the GraphicsMagick software distributed by the
    10  GraphicsMagick Group.
    11  
    12    [*Please note that the legal community considers 15 or more
    13    total lines of code or text (not necessarily contiguous) to
    14    be significant for the purposes of copyright. Repeated
    15    changes such as renaming a symbol has similar significance
    16    to changing one line of code.*]
    17  
    18  The licenses which components of this software fall under are as follows.
    19  
    20  1)
    21  
    22    In November 2002, the GraphicsMagick Group created GraphicsMagick
    23    from ImageMagick Studio's ImageMagick and applied the "MIT" style
    24    license:
    25  
    26    Copyright (C) 2002-2020 GraphicsMagick Group
    27  
    28    Permission is hereby granted, free of charge, to any person
    29    obtaining a copy of this software and associated documentation files
    30    (the "Software"), to deal in the Software without restriction,
    31    including without limitation the rights to use, copy, modify, merge,
    32    publish, distribute, sublicense, and/or sell copies of the Software,
    33    and to permit persons to whom the Software is furnished to do so,
    34    subject to the following conditions:
    35  
    36    The above copyright notice and this permission notice shall be
    37    included in all copies or substantial portions of the Software.
    38  
    39    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    40    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    41    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    42    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
    43    BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
    44    ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    45    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    46    SOFTWARE.
    47  
    48  2)
    49  
    50    In October 1999, ImageMagick Studio assumed the responsibility for
    51    the development of ImageMagick (forking from the distribution by
    52    E. I. du Pont de Nemours and Company) and applied a new license:
    53  
    54    Copyright (C) 2002 ImageMagick Studio, a non-profit organization dedicated
    55    to making software imaging solutions freely available.
    56  
    57    Permission is hereby granted, free of charge, to any person obtaining a
    58    copy of this software and associated documentation files ("ImageMagick"),
    59    to deal in ImageMagick without restriction, including without limitation
    60    the rights to use, copy, modify, merge, publish, distribute, sublicense,
    61    and/or sell copies of ImageMagick, and to permit persons to whom the
    62    ImageMagick is furnished to do so, subject to the following conditions:
    63  
    64    The above copyright notice and this permission notice shall be included in
    65    all copies or substantial portions of ImageMagick.
    66  
    67    The software is provided "as is", without warranty of any kind, express or
    68    implied, including but not limited to the warranties of merchantability,
    69    fitness for a particular purpose and noninfringement.  In no event shall
    70    ImageMagick Studio be liable for any claim, damages or other liability,
    71    whether in an action of contract, tort or otherwise, arising from, out of
    72    or in connection with ImageMagick or the use or other dealings in
    73    ImageMagick.
    74  
    75    Except as contained in this notice, the name of the ImageMagick Studio
    76    shall not be used in advertising or otherwise to promote the sale, use or
    77    other dealings in ImageMagick without prior written authorization from the
    78    ImageMagick Studio.
    79  
    80  3)
    81  
    82    From 1991 to October 1999 (through ImageMagick 4.2.9), ImageMagick
    83    was developed and distributed by E. I. du Pont de Nemours and
    84    Company:
    85  
    86    Copyright 1999 E. I. du Pont de Nemours and Company
    87  
    88    Permission is hereby granted, free of charge, to any person obtaining a
    89    copy of this software and associated documentation files
    90    ("ImageMagick"), to deal in ImageMagick without restriction, including
    91    without limitation the rights to use, copy, modify, merge, publish,
    92    distribute, sublicense, and/or sell copies of ImageMagick, and to
    93    permit persons to whom the ImageMagick is furnished to do so, subject
    94    to the following conditions:
    95  
    96    The above copyright notice and this permission notice shall be included
    97    in all copies or substantial portions of ImageMagick.
    98  
    99    The software is provided "as is", without warranty of any kind, express
   100    or implied, including but not limited to the warranties of
   101    merchantability, fitness for a particular purpose and noninfringement.
   102    In no event shall E. I. du Pont de Nemours and Company be liable for
   103    any claim, damages or other liability, whether in an action of
   104    contract, tort or otherwise, arising from, out of or in connection with
   105    ImageMagick or the use or other dealings in ImageMagick.
   106  
   107    Except as contained in this notice, the name of the E. I. du Pont de
   108    Nemours and Company shall not be used in advertising or otherwise to
   109    promote the sale, use or other dealings in ImageMagick without prior
   110    written authorization from the E. I. du Pont de Nemours and Company.
   111  
   112  4)
   113  
   114    The GraphicsMagick Base64Decode() and Base64Encode() functions are
   115    based on source code obtained from OpenSSH. This source code is
   116    distributed under the following license:
   117  
   118    Copyright (c) 2000 Markus Friedl.  All rights reserved.
   119  
   120    Redistribution and use in source and binary forms, with or without
   121    modification, are permitted provided that the following conditions
   122    are met:
   123  
   124    1. Redistributions of source code must retain the above copyright
   125       notice, this list of conditions and the following disclaimer.
   126  
   127    2. Redistributions in binary form must reproduce the above copyright
   128       notice, this list of conditions and the following disclaimer in the
   129       documentation and/or other materials provided with the distribution.
   130  
   131    THIS SOFTWARE IS PROVIDED BY THE AUTHOR \`\`AS IS\'\' AND ANY EXPRESS OR
   132    IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   133    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   134    IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   135    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   136    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   137    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   138    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   139    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   140    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   141  
   142  5)
   143  
   144    Many of the pattern images in coders/logo.c are derived from XFig,
   145    which is distributed under the following license:
   146  
   147    | FIG : Facility for Interactive Generation of figures
   148    | Copyright (c) 1985-1988 by Supoj Sutanthavibul
   149    | Parts Copyright (c) 1989-2000 by Brian V. Smith
   150    | Parts Copyright (c) 1991 by Paul King
   151  
   152    Any party obtaining a copy of these files is granted, free of charge, a
   153    full and unrestricted irrevocable, world-wide, paid up, royalty-free,
   154    nonexclusive right and license to deal in this software and
   155    documentation files (the "Software"), including without limitation the
   156    rights to use, copy, modify, merge, publish, distribute, sublicense,
   157    and/or sell copies of the Software, and to permit persons who receive
   158    copies from any such party to do so, with the only requirement being
   159    that this copyright notice remain intact.
   160  
   161  6)
   162  
   163    The documentation for the composition operators is copied from the
   164    rlecomp manual page, which is authored by Rod Bogart and John W.
   165    Peterson. Rlecomp is part of the Utah Raster Toolkit distributed by the
   166    University of Michigan and the University of Utah. The copyright for
   167    this manual page is as follows:
   168  
   169    Copyright (c) 1986, University of Utah
   170  
   171    This software is copyrighted as noted below.  It may be freely copied,
   172    modified, and redistributed, provided that the copyright notice is
   173    preserved on all copies.
   174  
   175    There is no warranty or other guarantee of fitness for this software,
   176    it is provided solely "as is".  Bug reports or fixes may be sent
   177    to the author, who may or may not act on them as he desires.
   178  
   179    You may not include this software in a program or other software product
   180    without supplying the source, or without informing the end-user that the
   181    source is available for no extra charge.
   182  
   183    If you modify this software, you should include a notice giving the
   184    name of the person performing the modification, the date of modification,
   185    and the reason for such modification.
   186  
   187  7)
   188  
   189    The source code comprising magick_endian.c is originally derived
   190    from libtiff which has the following license:
   191  
   192    | Copyright (c) 1988-1997 Sam Leffler
   193    | Copyright (c) 1991-1997 Silicon Graphics, Inc.
   194  
   195    Permission to use, copy, modify, distribute, and sell this software and
   196    its documentation for any purpose is hereby granted without fee, provided
   197    that (i) the above copyright notices and this permission notice appear in
   198    all copies of the software and related documentation, and (ii) the names of
   199    Sam Leffler and Silicon Graphics may not be used in any advertising or
   200    publicity relating to the software without the specific, prior written
   201    permission of Sam Leffler and Silicon Graphics.
   202  
   203    THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
   204    EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
   205    WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
   206  
   207    IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
   208    ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
   209    OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   210    WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
   211    LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   212    OF THIS SOFTWARE.
   213  
   214  8)
   215  
   216    The C++ API known as "Magick++", and which resides in the Magick++
   217    directory, is distributed under the following license:
   218  
   219    Copyright 1999 - 2012 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
   220  
   221    Permission is hereby granted, free of charge, to any person
   222    obtaining a copy of this software and associated documentation files
   223    ("Magick++"), to deal in the Software without restriction, including
   224    without limitation the rights to use, copy, modify, merge, publish,
   225    distribute, sublicense, and/or sell copies of the Software, and to
   226    permit persons to whom the Software is furnished to do so, subject
   227    to the following conditions:
   228  
   229    The above copyright notice and this permission notice shall be
   230    included in all copies or substantial portions of the Software.
   231  
   232    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   233    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   234    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   235    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   236    BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   237    ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   238    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   239    SOFTWARE.
   240  
   241  9)
   242  
   243    The GraphicsMagick HaldClutImagePixels() function in magick/hclut.c
   244    is based on source code from the HaldCLUT package by Eskil Steenberg
   245    (http://www.quelsolaar.com/technology/clut.html) which is
   246    distributed under the following license:
   247  
   248    Copyright (c) 2005 Eskil Steenberg.  All rights reserved.
   249  
   250    Redistribution and use in source and binary forms, with or without
   251    modification, are permitted provided that the following conditions
   252    are met:
   253  
   254    1. Redistributions of source code must retain the above copyright
   255       notice, this list of conditions and the following disclaimer.
   256  
   257    2. Redistributions in binary form must reproduce the above copyright
   258       notice, this list of conditions and the following disclaimer in the
   259       documentation and/or other materials provided with the distribution.
   260  
   261    THIS SOFTWARE IS PROVIDED BY THE AUTHOR \`\`AS IS\'\' AND ANY EXPRESS OR
   262    IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   263    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   264    IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   265    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   266    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   267    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   268    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   269    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   270    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   271  
   272  10)
   273  
   274    GraphicsMagick makes use of third-party "delegate" libraries to
   275    support certain optional features. These libraries bear their own
   276    copyrights and licenses, which may be more or less restrictive than the
   277    GraphicsMagick license. For convenience, when GraphicsMagick is
   278    bundled with (or compiled with) "delegate" libraries, a copy of the
   279    licenses for these libraries is provided in a "licenses" directory.
   280  
   281  --------------------------------------------------------------------------
   282  
   283  .. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN
   284  
   285  Copyright |copy| GraphicsMagick Group 2002 - 2018