Advertisement
Guest User

Visipics ImageMagick Copyright

a guest
Jul 27th, 2016
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. This file is part of the ImageMagick software distributed by the
  2. ImageMagick Studio LLC. The author and current maintainer of ImageMagick
  3. is John Cristy (psyche at imagemagick.org).
  4.  
  5. The licences which components of this software fall under are as follows.
  6.  
  7. 1)
  8. Copyright (C) 2003 ImageMagick Studio, a non-profit organization
  9. dedicated to making software imaging solutions freely available.
  10.  
  11. Permission is hereby granted, free of charge, to any person
  12. obtaining a copy of this software and associated documentation
  13. files ("ImageMagick"), to deal in ImageMagick without restriction,
  14. including without limitation the rights to use, copy, modify, merge,
  15. publish, distribute, sublicense, and/or sell copies of ImageMagick,
  16. and to permit persons to whom the ImageMagick is furnished to do so,
  17. subject to the following conditions:
  18.  
  19. The above copyright notice and this permission notice shall be included
  20. in all copies or substantial portions of ImageMagick.
  21.  
  22. The software is provided "as is", without warranty of any kind,
  23. express or implied, including but not limited to the warranties of
  24. merchantability, fitness for a particular purpose and noninfringement.
  25. In no event shall ImageMagick Studio be liable for any claim, damages or
  26. other liability, whether in an action of contract, tort or otherwise,
  27. arising from, out of or in connection with ImageMagick or the use or
  28. other dealings in ImageMagick.
  29.  
  30. Except as contained in this notice, the name of the ImageMagick Studio
  31. shall not be used in advertising or otherwise to promote the sale, use
  32. or other dealings in ImageMagick without prior written authorization
  33. from the ImageMagick Studio.
  34.  
  35. 3)
  36. In November 2002, the GraphicsMagick Group created GraphicsMagick from
  37. ImageMagick Studio's ImageMagick source. ImageMagick adopted some of
  38. their improvements to existing programs and scripts, including:
  39.  
  40. Unix configure
  41. Installation instructions
  42. Test programs
  43. PerlMagick test scripts
  44. JP2 image coder
  45. Some web page improvements
  46. Windows configure
  47. Windows IMDisplay
  48. Windows ATL COM
  49.  
  50. In addition the Windows distrbution of ImageMagick includes this
  51. new program:
  52.  
  53. Windows ATL7 COM
  54.  
  55. The improvements and the ATL7 COM is copyright:
  56.  
  57. Copyright (C) 2002 GraphicsMagick Group, an organization dedicated to
  58. making software imaging solutions freely available.
  59.  
  60. Permission is hereby granted, free of charge, to any person
  61. obtaining a copy of this software and associated documentation files
  62. ("GraphicsMagick"), to deal in GraphicsMagick without restriction,
  63. including without limitation the rights to use, copy, modify, merge,
  64. publish, distribute, sublicense, and/or sell copies of GraphicsMagick,
  65. and to permit persons to whom GraphicsMagick is furnished to do so,
  66. subject to the following conditions:
  67.  
  68. The above copyright notice and this permission notice shall be included
  69. in all copies or substantial portions of GraphicsMagick.
  70.  
  71. The software is provided "as is", without warranty of any kind,
  72. express or implied, including but not limited to the warranties of
  73. merchantability, fitness for a particular purpose and noninfringement.
  74. In no event shall GraphicsMagick Group be liable for any claim, damages
  75. or other liability, whether in an action of contract, tort or otherwise,
  76. arising from, out of or in connection with GraphicsMagick or the use
  77. or other dealings in GraphicsMagick.
  78.  
  79. Except as contained in this notice, the name of the GraphicsMagick
  80. Group shall not be used in advertising or otherwise to promote the
  81. sale, use or other dealings in GraphicsMagick without prior written
  82. authorization from the GraphicsMagick Group.
  83.  
  84. 4)
  85. From 1991 to August 1999, ImageMagick was developed and distributed
  86. by E. I. du Pont de Nemours and Company:
  87.  
  88. Copyright 1999 E. I. du Pont de Nemours and Company
  89.  
  90. Permission is hereby granted, free of charge, to any person
  91. obtaining a copy of this software and associated documentation
  92. files ("ImageMagick"), to deal in ImageMagick without restriction,
  93. including without limitation the rights to use, copy, modify, merge,
  94. publish, distribute, sublicense, and/or sell copies of ImageMagick,
  95. and to permit persons to whom the ImageMagick is furnished to do so,
  96. subject to the following conditions:
  97.  
  98. The above copyright notice and this permission notice shall be included
  99. in all copies or substantial portions of ImageMagick.
  100.  
  101. The software is provided "as is", without warranty of any kind,
  102. express or implied, including but not limited to the warranties of
  103. merchantability, fitness for a particular purpose and noninfringement.
  104. In no event shall E. I. du Pont de Nemours and Company be liable
  105. for any claim, damages or other liability, whether in an action of
  106. contract, tort or otherwise, arising from, out of or in connection
  107. with ImageMagick or the use or other dealings in ImageMagick.
  108.  
  109. Except as contained in this notice, the name of the E. I. du Pont de
  110. Nemours and Company shall not be used in advertising or otherwise to
  111. promote the sale, use or other dealings in ImageMagick without prior
  112. written authorization from the E. I. du Pont de Nemours and Company.
  113.  
  114. 5)
  115. This copyright is limited to some code (for locating an installed
  116. Ghostscript under Windows) in the file magick/nt_base.c which was
  117. incorporated from the gsview package:
  118.  
  119. Copyright (C) 2000-2002, Ghostgum Software Pty Ltd. All rights
  120. reserved.
  121.  
  122. Permission is hereby granted, free of charge, to any person obtaining
  123. a copy of this file ("Software"), to deal in the Software without
  124. restriction, including without limitation the rights to use, copy,
  125. modify, merge, publish, distribute, sublicense, and/or sell copies of
  126. this Software, and to permit persons to whom this file is furnished
  127. to do so, subject to the following conditions:
  128.  
  129. This Software is distributed with NO WARRANTY OF ANY KIND. No author
  130. or distributor accepts any responsibility for the consequences of using
  131. it, or for whether it serves any particular purpose or works at all,
  132. unless he or she says so in writing.
  133.  
  134. The above copyright notice and this permission notice shall be included
  135. in all copies or substantial portions of the Software.
  136.  
  137. 6)
  138. The Base64Decode() and Base64Encode() mthods are based on source code
  139. obtained from OpenSSH. This source code is distributed under
  140. the following license.
  141.  
  142. Copyright (c) 2000 Markus Friedl. All rights reserved.
  143.  
  144. Redistribution and use in source and binary forms, with or without
  145. modification, are permitted provided that the following conditions are
  146. met: 1. Redistributions of source code must retain the above copyright
  147. notice, this list of conditions and the following disclaimer.
  148. 2. Redistributions in binary form must reproduce the above copyright
  149. notice, this list of conditions and the following disclaimer in the
  150. documentation and/or other materials provided with the distribution.
  151.  
  152. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  153. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  154. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  155. DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  156. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  157. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  158. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  159. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  160. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  161. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  162. POSSIBILITY OF SUCH DAMAGE.
  163.  
  164. 7)
  165. The C++ API known as "Magick++", and which resides in the Magick++
  166. directory, is distributed under the following license:
  167.  
  168. Copyright 1999 - 2003 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
  169.  
  170. Permission is hereby granted, free of charge, to any person obtaining
  171. a copy of the source files and associated documentation files
  172. ("Magick++"), to deal in Magick++ without restriction, including
  173. without limitation of the rights to use, copy, modify, merge, publish,
  174. distribute, sublicense, and/or sell copies of Magick++, and to permit
  175. persons to whom the Magick++ is furnished to do so, subject to the
  176. following conditions:
  177.  
  178. This copyright notice shall be included in all copies or substantial
  179. portions of Magick++. The copyright to Magick++ is retained by its
  180. author and shall not be subsumed or replaced by any other copyright.
  181.  
  182. The software is provided "as is", without warranty of any
  183. kind, express or implied, including but not limited to the
  184. warranties of merchantability, fitness for a particular purpose and
  185. noninfringement. In no event shall Bob Friesenhahn be liable for any
  186. claim, damages or other liability, whether in an action of contract,
  187. tort or otherwise, arising from, out of or in connection with Magick++
  188. or the use or other dealings in Magick++.
  189.  
  190. 8)
  191. Many of the pattern images in coders/pattern.c are derived from XFig,
  192. which is distributed under the following license:
  193.  
  194. FIG : Facility for Interactive Generation of figures
  195. Copyright (c) 1985-1988 by Supoj Sutanthavibul
  196. Parts Copyright (c) 1989-2000 by Brian V. Smith
  197. Parts Copyright (c) 1991 by Paul King
  198.  
  199. Any party obtaining a copy of these files is granted, free of charge, a
  200. full and unrestricted irrevocable, world-wide, paid up, royalty-free,
  201. nonexclusive right and license to deal in this software and
  202. documentation files (the "Software"), including without limitation the
  203. rights to use, copy, modify, merge, publish, distribute, sublicense,
  204. and/or sell copies of the Software, and to permit persons who receive
  205. copies from any such party to do so, with the only requirement being
  206. that this copyright notice remain intact.
  207.  
  208. 8)
  209. The ImageMagick logo is copyright Pineapple USA Inc. It is freely
  210. distributable, however, modifications to the logo are not permitted.
  211.  
  212. 9)
  213. ImageMagick makes use of third-party "delegate" libraries to support
  214. certain optional features. These libraries bear their own copyrights
  215. and licenses, which may be more or less restrictive than the ImageMagick
  216. license. For convenience, when ImageMagick is bundled with (or compiled
  217. with) "delegate" libraries, a copy of the licenses for these libraries
  218. is provided in a "licenses" directory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement