License.txt 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. Fellow Oak DICOM
  2. Copyright (C) 2012-2020 fo-dicom contributors
  3. This software is licensed under the Microsoft Public License (MS-PL)
  4. Microsoft Public License (MS-PL)
  5. This license governs use of the accompanying software. If you use the software, you
  6. accept this license. If you do not accept the license, do not use the software.
  7. 1. Definitions
  8. The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
  9. same meaning here as under U.S. copyright law.
  10. A "contribution" is the original software, or any additions or changes to the software.
  11. A "contributor" is any person that distributes its contribution under this license.
  12. "Licensed patents" are a contributor's patent claims that read directly on its contribution.
  13. 2. Grant of Rights
  14. (A) Copyright Grant- Subject to the terms of this license, including the license conditions
  15. and limitations in section 3, each contributor grants you a non-exclusive, worldwide,
  16. royalty-free copyright license to reproduce its contribution, prepare derivative works
  17. of its contribution, and distribute its contribution or any derivative works that you create.
  18. (B) Patent Grant- Subject to the terms of this license, including the license conditions and
  19. limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free
  20. license under its licensed patents to make, have made, use, sell, offer for sale, import,
  21. and/or otherwise dispose of its contribution in the software or derivative works of the
  22. contribution in the software.
  23. 3. Conditions and Limitations
  24. (A) No Trademark License- This license does not grant you rights to use any contributors' name,
  25. logo, or trademarks.
  26. (B) If you bring a patent claim against any contributor over patents that you claim are infringed
  27. by the software, your patent license from such contributor to the software ends automatically.
  28. (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark,
  29. and attribution notices that are present in the software.
  30. (D) If you distribute any portion of the software in source code form, you may do so only under this
  31. license by including a complete copy of this license with your distribution. If you distribute
  32. any portion of the software in compiled or object code form, you may only do so under a license
  33. that complies with this license.
  34. (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express
  35. warranties, guarantees or conditions. You may have additional consumer rights under your local
  36. laws which this license cannot change. To the extent permitted under your local laws, the
  37. contributors exclude the implied warranties of merchantability, fitness for a particular purpose
  38. and non-infringement.
  39. ---- libijg (from DCMTK 3.5.4 COPYRIGHT) ----
  40. Unless otherwise specified, the DCMTK software package has the
  41. following copyright:
  42. /*
  43. * Copyright (C) 1994-2004, OFFIS
  44. *
  45. * This software and supporting documentation were developed by
  46. *
  47. * Kuratorium OFFIS e.V.
  48. * Healthcare Information and Communication Systems
  49. * Escherweg 2
  50. * D-26121 Oldenburg, Germany
  51. *
  52. * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND OFFIS MAKES NO WARRANTY
  53. * REGARDING THE SOFTWARE, ITS PERFORMANCE, ITS MERCHANTABILITY OR
  54. * FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER DISEASES OR
  55. * ITS CONFORMITY TO ANY SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND
  56. * PERFORMANCE OF THE SOFTWARE IS WITH THE USER.
  57. *
  58. * Copyright of the software and supporting documentation is, unless
  59. * otherwise stated, owned by OFFIS, and free access is hereby granted as
  60. * a license to use this software, copy this software and prepare
  61. * derivative works based upon this software. However, any distribution
  62. * of this software source code or supporting documentation or derivative
  63. * works (source code and supporting documentation) must include the
  64. * three paragraphs of this copyright notice.
  65. *
  66. */
  67. The dcmjpeg sub-package includes an adapted version of the Independent JPEG
  68. Group Toolkit Version 6b, which is contained in dcmjpeg/libijg8,
  69. dcmjpeg/libijg12 and dcmjpeg/libijg16. This toolkit is covered by the
  70. following copyright. The original README file for the Independent JPEG
  71. Group Toolkit is located in dcmjpeg/docs/ijg_readme.txt.
  72. /*
  73. * The authors make NO WARRANTY or representation, either express or implied,
  74. * with respect to this software, its quality, accuracy, merchantability, or
  75. * fitness for a particular purpose. This software is provided "AS IS", and you,
  76. * its user, assume the entire risk as to its quality and accuracy.
  77. *
  78. * This software is copyright (C) 1991-1998, Thomas G. Lane.
  79. * All Rights Reserved except as specified below.
  80. *
  81. * Permission is hereby granted to use, copy, modify, and distribute this
  82. * software (or portions thereof) for any purpose, without fee, subject to these
  83. * conditions:
  84. * (1) If any part of the source code for this software is distributed, then this
  85. * README file must be included, with this copyright and no-warranty notice
  86. * unaltered; and any additions, deletions, or changes to the original files
  87. * must be clearly indicated in accompanying documentation.
  88. * (2) If only executable code is distributed, then the accompanying
  89. * documentation must state that "this software is based in part on the work of
  90. * the Independent JPEG Group".
  91. * (3) Permission for use of this software is granted only if the user accepts
  92. * full responsibility for any undesirable consequences; the authors accept
  93. * NO LIABILITY for damages of any kind.
  94. *
  95. * These conditions apply to any software derived from or based on the IJG code,
  96. * not just to the unmodified library. If you use our work, you ought to
  97. * acknowledge us.
  98. *
  99. * Permission is NOT granted for the use of any IJG author's name or company name
  100. * in advertising or publicity relating to this software or products derived from
  101. * it. This software may be referred to only as "the Independent JPEG Group's
  102. * software".
  103. *
  104. * We specifically permit and encourage the use of this software as the basis of
  105. * commercial products, provided that all warranty or liability claims are
  106. * assumed by the product vendor.
  107. */
  108. ---- OpenJPEG JPEG 2000 codec (from license.txt) ----
  109. /*
  110. * Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
  111. * Copyright (c) 2002-2007, Professor Benoit Macq
  112. * Copyright (c) 2001-2003, David Janssens
  113. * Copyright (c) 2002-2003, Yannick Verschueren
  114. * Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe
  115. * Copyright (c) 2005, Herve Drolon, FreeImage Team
  116. * All rights reserved.
  117. *
  118. * Redistribution and use in source and binary forms, with or without
  119. * modification, are permitted provided that the following conditions
  120. * are met:
  121. * 1. Redistributions of source code must retain the above copyright
  122. * notice, this list of conditions and the following disclaimer.
  123. * 2. Redistributions in binary form must reproduce the above copyright
  124. * notice, this list of conditions and the following disclaimer in the
  125. * documentation and/or other materials provided with the distribution.
  126. *
  127. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
  128. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  129. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  130. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  131. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  132. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  133. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  134. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  135. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  136. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  137. * POSSIBILITY OF SUCH DAMAGE.
  138. */
  139. ---- CharLS JPEG-LS codec (from License.txt) ----
  140. Copyright (c) 2007-2009, Jan de Vaan
  141. All rights reserved.
  142. Redistribution and use in source and binary forms, with or without
  143. modification, are permitted provided that the following conditions are met:
  144. * Redistributions of source code must retain the above copyright notice, this
  145. list of conditions and the following disclaimer.
  146. * Redistributions in binary form must reproduce the above copyright notice,
  147. this list of conditions and the following disclaimer in the documentation
  148. and/or other materials provided with the distribution.
  149. * Neither the name of my employer, nor the names of its contributors may be
  150. used to endorse or promote products derived from this software without
  151. specific prior written permission.
  152. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  153. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  154. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  155. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  156. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  157. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  158. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  159. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  160. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  161. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.