pyfast 4.12.0__cp36-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. fast/README.md +41 -0
  2. fast/__init__.py +22 -0
  3. fast/bin/DirectML.dll +0 -0
  4. fast/bin/FAST.dll +0 -0
  5. fast/bin/InferenceEngineONNXRuntime.dll +0 -0
  6. fast/bin/InferenceEngineOpenVINO.dll +0 -0
  7. fast/bin/InferenceEngineTensorFlow.dll +0 -0
  8. fast/bin/InferenceEngineTensorRT.dll +0 -0
  9. fast/bin/JKQTCommonSharedLib_Release.dll +0 -0
  10. fast/bin/JKQTFastPlotterSharedLib_Release.dll +0 -0
  11. fast/bin/JKQTMathTextSharedLib_Release.dll +0 -0
  12. fast/bin/JKQTPlotterSharedLib_Release.dll +0 -0
  13. fast/bin/OpenCL.dll +0 -0
  14. fast/bin/OpenIGTLink.dll +0 -0
  15. fast/bin/Qt5Concurrent.dll +0 -0
  16. fast/bin/Qt5Core.dll +0 -0
  17. fast/bin/Qt5DBus.dll +0 -0
  18. fast/bin/Qt5Gui.dll +0 -0
  19. fast/bin/Qt5Multimedia.dll +0 -0
  20. fast/bin/Qt5MultimediaWidgets.dll +0 -0
  21. fast/bin/Qt5Network.dll +0 -0
  22. fast/bin/Qt5OpenGL.dll +0 -0
  23. fast/bin/Qt5PrintSupport.dll +0 -0
  24. fast/bin/Qt5SerialPort.dll +0 -0
  25. fast/bin/Qt5Sql.dll +0 -0
  26. fast/bin/Qt5Svg.dll +0 -0
  27. fast/bin/Qt5Test.dll +0 -0
  28. fast/bin/Qt5Widgets.dll +0 -0
  29. fast/bin/Qt5Xml.dll +0 -0
  30. fast/bin/UFFviewer.exe +0 -0
  31. fast/bin/_fast.pyd +0 -0
  32. fast/bin/brotlicommon.dll +0 -0
  33. fast/bin/brotlidec.dll +0 -0
  34. fast/bin/brotlienc.dll +0 -0
  35. fast/bin/cache.json +114134 -0
  36. fast/bin/dcmdata.dll +0 -0
  37. fast/bin/dcmimage.dll +0 -0
  38. fast/bin/dcmimgle.dll +0 -0
  39. fast/bin/dcmjpeg.dll +0 -0
  40. fast/bin/fast_configuration.txt +14 -0
  41. fast/bin/gna.dll +0 -0
  42. fast/bin/ijg12.dll +0 -0
  43. fast/bin/ijg16.dll +0 -0
  44. fast/bin/ijg8.dll +0 -0
  45. fast/bin/jxl.dll +0 -0
  46. fast/bin/jxl_cms.dll +0 -0
  47. fast/bin/jxl_threads.dll +0 -0
  48. fast/bin/libcrypto-1_1-x64.dll +0 -0
  49. fast/bin/libjpeg.dll +0 -0
  50. fast/bin/libopenslide-1.dll +0 -0
  51. fast/bin/libssl-1_1-x64.dll +0 -0
  52. fast/bin/oflog.dll +0 -0
  53. fast/bin/ofstd.dll +0 -0
  54. fast/bin/onnxruntime.dll +0 -0
  55. fast/bin/onnxruntime_providers_shared.dll +0 -0
  56. fast/bin/openvino.dll +0 -0
  57. fast/bin/openvino_auto_batch_plugin.dll +0 -0
  58. fast/bin/openvino_auto_plugin.dll +0 -0
  59. fast/bin/openvino_c.dll +0 -0
  60. fast/bin/openvino_gapi_preproc.dll +0 -0
  61. fast/bin/openvino_hetero_plugin.dll +0 -0
  62. fast/bin/openvino_intel_cpu_plugin.dll +0 -0
  63. fast/bin/openvino_intel_gna_plugin.dll +0 -0
  64. fast/bin/openvino_intel_gpu_plugin.dll +0 -0
  65. fast/bin/openvino_ir_frontend.dll +0 -0
  66. fast/bin/openvino_onnx_frontend.dll +0 -0
  67. fast/bin/openvino_paddle_frontend.dll +0 -0
  68. fast/bin/plugins.xml +24 -0
  69. fast/bin/realsense2.dll +0 -0
  70. fast/bin/runPipeline.exe +0 -0
  71. fast/bin/systemCheck.exe +0 -0
  72. fast/bin/tbb.dll +0 -0
  73. fast/bin/tbb_preview.dll +0 -0
  74. fast/bin/tbbbind.dll +0 -0
  75. fast/bin/tbbmalloc.dll +0 -0
  76. fast/bin/tbbmalloc_proxy.dll +0 -0
  77. fast/bin/tiff.dll +0 -0
  78. fast/bin/zlib.dll +0 -0
  79. fast/doc/bright-plotting-style.ini +66 -0
  80. fast/doc/dark-plotting-style.ini +66 -0
  81. fast/doc/fonts/UFL.txt +96 -0
  82. fast/doc/fonts/Ubuntu-Bold.ttf +0 -0
  83. fast/doc/fonts/Ubuntu-BoldItalic.ttf +0 -0
  84. fast/doc/fonts/Ubuntu-Italic.ttf +0 -0
  85. fast/doc/fonts/Ubuntu-Light.ttf +0 -0
  86. fast/doc/fonts/Ubuntu-LightItalic.ttf +0 -0
  87. fast/doc/fonts/Ubuntu-Medium.ttf +0 -0
  88. fast/doc/fonts/Ubuntu-MediumItalic.ttf +0 -0
  89. fast/doc/fonts/Ubuntu-Regular.ttf +0 -0
  90. fast/doc/fonts/UbuntuMono-Bold.ttf +0 -0
  91. fast/doc/fonts/UbuntuMono-BoldItalic.ttf +0 -0
  92. fast/doc/fonts/UbuntuMono-Italic.ttf +0 -0
  93. fast/doc/fonts/UbuntuMono-Regular.ttf +0 -0
  94. fast/doc/images/FAST_logo_square.png +0 -0
  95. fast/doc/images/fast_icon.ico +0 -0
  96. fast/doc/images/fast_icon.png +0 -0
  97. fast/entry_points.py +14 -0
  98. fast/fast.py +20057 -0
  99. fast/kernels/Algorithms/AirwaySegmentation/AirwaySegmentation.cl +85 -0
  100. fast/kernels/Algorithms/ApplyColormap/ApplyColormap.cl +146 -0
  101. fast/kernels/Algorithms/BinaryThresholding/BinaryThresholding2D.cl +61 -0
  102. fast/kernels/Algorithms/BinaryThresholding/BinaryThresholding3D.cl +61 -0
  103. fast/kernels/Algorithms/BlockMatching/BlockMatching.cl +257 -0
  104. fast/kernels/Algorithms/CenterlineExtraction/CenterlineExtraction.cl +153 -0
  105. fast/kernels/Algorithms/CoherentPointDrift/CoherentPointDrift.cl +0 -0
  106. fast/kernels/Algorithms/Color/ColorToGrayscale.cl +22 -0
  107. fast/kernels/Algorithms/Color/GrayscaleToColor.cl +19 -0
  108. fast/kernels/Algorithms/GaussianSmoothing/GaussianSmoothing2D.cl +35 -0
  109. fast/kernels/Algorithms/GaussianSmoothing/GaussianSmoothing3D.cl +75 -0
  110. fast/kernels/Algorithms/GradientVectorFlow/EulerGradientVectorFlow.cl +174 -0
  111. fast/kernels/Algorithms/GradientVectorFlow/MultigridGradientVectorFlow.cl +407 -0
  112. fast/kernels/Algorithms/HounsefieldConverter/HounsefieldConverter.cl +22 -0
  113. fast/kernels/Algorithms/ImageAdd/ImageAdd.cl +79 -0
  114. fast/kernels/Algorithms/ImageCaster/ImageCaster.cl +38 -0
  115. fast/kernels/Algorithms/ImageChannelConverter/ImageChannelConverter.cl +121 -0
  116. fast/kernels/Algorithms/ImageFlipper/ImageFlipper2D.cl +23 -0
  117. fast/kernels/Algorithms/ImageFlipper/ImageFlipper3D.cl +51 -0
  118. fast/kernels/Algorithms/ImageGradient/ImageGradient.cl +71 -0
  119. fast/kernels/Algorithms/ImageInverter/ImageInverter.cl +30 -0
  120. fast/kernels/Algorithms/ImageMultiply/ImageMultiply.cl +79 -0
  121. fast/kernels/Algorithms/ImagePatch/PatchStitcher2D.cl +22 -0
  122. fast/kernels/Algorithms/ImagePatch/PatchStitcher3D.cl +95 -0
  123. fast/kernels/Algorithms/ImageResampler/ImageResampler2D.cl +40 -0
  124. fast/kernels/Algorithms/ImageResampler/ImageResampler3D.cl +32 -0
  125. fast/kernels/Algorithms/ImageResizer/ImageResizer.cl +134 -0
  126. fast/kernels/Algorithms/ImageSharpening/ImageSharpening.cl +47 -0
  127. fast/kernels/Algorithms/ImageSlicer/ImageSlicer.cl +77 -0
  128. fast/kernels/Algorithms/ImageTransposer/ImageTransposer2D.cl +16 -0
  129. fast/kernels/Algorithms/ImageTransposer/ImageTransposer3D.cl +45 -0
  130. fast/kernels/Algorithms/IntensityClipping/IntensityClipping2D.cl +19 -0
  131. fast/kernels/Algorithms/IntensityClipping/IntensityClipping3D.cl +20 -0
  132. fast/kernels/Algorithms/IntensityNormalization/IntensityNormalization.cl +85 -0
  133. fast/kernels/Algorithms/IntensityNormalization/ZeroMeanUnitVariance.cl +76 -0
  134. fast/kernels/Algorithms/KalmanFilterModelSegmentation/AppearanceModels/RidgeEdge/RidgeEdgeModel.cl +81 -0
  135. fast/kernels/Algorithms/LabelModifier/LabelModifier.cl +20 -0
  136. fast/kernels/Algorithms/LaplacianOfGaussian/LaplacianOfGaussian2D.cl +27 -0
  137. fast/kernels/Algorithms/LevelSet/LevelSetSegmentation.cl +132 -0
  138. fast/kernels/Algorithms/LungSegmentation/LungSegmentation.cl +22 -0
  139. fast/kernels/Algorithms/MeshToSegmentation/MeshToSegmentation.cl +184 -0
  140. fast/kernels/Algorithms/Morphology/Dilation.cl +56 -0
  141. fast/kernels/Algorithms/Morphology/Erosion.cl +64 -0
  142. fast/kernels/Algorithms/NeuralNetwork/NeuralNetwork.cl +122 -0
  143. fast/kernels/Algorithms/NeuralNetwork/VertexTensorToSegmentation.cl +13 -0
  144. fast/kernels/Algorithms/NonLocalMeans/NonLocalMeans2D.cl +94 -0
  145. fast/kernels/Algorithms/SeededRegionGrowing/SeededRegionGrowing2D.cl +57 -0
  146. fast/kernels/Algorithms/SeededRegionGrowing/SeededRegionGrowing3D.cl +58 -0
  147. fast/kernels/Algorithms/Skeletonization/Skeletonization2D.cl +77 -0
  148. fast/kernels/Algorithms/SurfaceExtraction/SurfaceExtraction.cl +519 -0
  149. fast/kernels/Algorithms/SurfaceExtraction/SurfaceExtraction_no_3d_write.cl +739 -0
  150. fast/kernels/Algorithms/TemporalSmoothing/ImageMovingAverage.cl +66 -0
  151. fast/kernels/Algorithms/TemporalSmoothing/ImageWeightedMovingAverage.cl +74 -0
  152. fast/kernels/Algorithms/TissueSegmentation/TissueSegmentation.cl +18 -0
  153. fast/kernels/Algorithms/TubeSegmentationAndCenterlineExtraction/InverseGradientSegmentation.cl +203 -0
  154. fast/kernels/Algorithms/TubeSegmentationAndCenterlineExtraction/TubeSegmentationAndCenterlineExtraction.cl +566 -0
  155. fast/kernels/Algorithms/Ultrasound/EnvelopeAndLogCompressor.cl +45 -0
  156. fast/kernels/Algorithms/Ultrasound/ScanConverter.cl +76 -0
  157. fast/kernels/Algorithms/UltrasoundImageCropper/UltrasoundImageCropper.cl +31 -0
  158. fast/kernels/Algorithms/UltrasoundImageEnhancement/UltrasoundImageEnhancement.cl +27 -0
  159. fast/kernels/Algorithms/VectorMedianFilter/VectorMedianFilter.cl +31 -0
  160. fast/kernels/ImageFill.cl +30 -0
  161. fast/kernels/ImageMinMax.cl +196 -0
  162. fast/kernels/ImageSum.cl +170 -0
  163. fast/kernels/Tests/Algorithms/DoubleFilter.cl +7 -0
  164. fast/kernels/Visualization/BoundingBoxRenderer/BoundingBoxRenderer.frag +8 -0
  165. fast/kernels/Visualization/BoundingBoxRenderer/BoundingBoxRenderer.geom +69 -0
  166. fast/kernels/Visualization/BoundingBoxRenderer/BoundingBoxRenderer.vert +17 -0
  167. fast/kernels/Visualization/HeatmapRenderer/HeatmapRenderer.cl +51 -0
  168. fast/kernels/Visualization/ImagePyramidRenderer/ImagePyramidRenderer.frag +11 -0
  169. fast/kernels/Visualization/ImagePyramidRenderer/ImagePyramidRenderer.vert +15 -0
  170. fast/kernels/Visualization/ImageRenderer/ImageRenderer.vert +15 -0
  171. fast/kernels/Visualization/ImageRenderer/ImageRendererFLOAT.frag +18 -0
  172. fast/kernels/Visualization/ImageRenderer/ImageRendererINT.frag +18 -0
  173. fast/kernels/Visualization/ImageRenderer/ImageRendererUINT.frag +18 -0
  174. fast/kernels/Visualization/LineRenderer/LineRenderer.frag +8 -0
  175. fast/kernels/Visualization/LineRenderer/LineRenderer.geom +35 -0
  176. fast/kernels/Visualization/LineRenderer/LineRenderer.vert +20 -0
  177. fast/kernels/Visualization/LineRenderer/LineRenderer3D.frag +8 -0
  178. fast/kernels/Visualization/LineRenderer/LineRenderer3D.vert +20 -0
  179. fast/kernels/Visualization/LineRenderer/LineRendererJoints.frag +15 -0
  180. fast/kernels/Visualization/LineRenderer/LineRendererJoints.vert +24 -0
  181. fast/kernels/Visualization/SegmentationLabelRenderer/SegmentationLabelRenderer.frag +11 -0
  182. fast/kernels/Visualization/SegmentationLabelRenderer/SegmentationLabelRenderer.vert +16 -0
  183. fast/kernels/Visualization/SegmentationRenderer/SegmentationPyramidRenderer.frag +53 -0
  184. fast/kernels/Visualization/SegmentationRenderer/SegmentationRenderer.frag +52 -0
  185. fast/kernels/Visualization/SegmentationRenderer/SegmentationRenderer.vert +15 -0
  186. fast/kernels/Visualization/TextRenderer/TextRenderer.frag +11 -0
  187. fast/kernels/Visualization/TextRenderer/TextRenderer.vert +20 -0
  188. fast/kernels/Visualization/TriangleRenderer/TriangleRenderer.frag +49 -0
  189. fast/kernels/Visualization/TriangleRenderer/TriangleRenderer.vert +35 -0
  190. fast/kernels/Visualization/VectorFieldRenderer/VectorFieldColorRenderer.cl +30 -0
  191. fast/kernels/Visualization/VertexRenderer/VertexRenderer.frag +14 -0
  192. fast/kernels/Visualization/VertexRenderer/VertexRenderer.vert +23 -0
  193. fast/kernels/Visualization/View.cl +10 -0
  194. fast/kernels/Visualization/VolumeRenderer/AlphaBlendingVolumeRenderer.cl +211 -0
  195. fast/kernels/Visualization/VolumeRenderer/MaximumIntensityProjection.cl +139 -0
  196. fast/kernels/Visualization/VolumeRenderer/ThresholdVolumeRenderer.cl +178 -0
  197. fast/licenses/LICENSE +203 -0
  198. fast/licenses/MSVC/MSVC_redis_files_license.txt +96 -0
  199. fast/licenses/OpenIGTLink/LICENSE.txt +30 -0
  200. fast/licenses/OpenJPEG/LICENSE +39 -0
  201. fast/licenses/OpenSlide/COPYING.LESSER +504 -0
  202. fast/licenses/PCRE2/LICENCE.md +103 -0
  203. fast/licenses/SQLite/PUBLIC-DOMAIN.txt +9 -0
  204. fast/licenses/THIRD_PARTY_TF_C_LICENSES +7955 -0
  205. fast/licenses/cairo/COPYING +33 -0
  206. fast/licenses/cairo/COPYING-LGPL-2.1 +510 -0
  207. fast/licenses/cairo/COPYING-MPL-1.1 +470 -0
  208. fast/licenses/clarius/LICENSE +29 -0
  209. fast/licenses/dcmtk/COPYRIGHT +1034 -0
  210. fast/licenses/directml/LICENSE-CODE.txt +21 -0
  211. fast/licenses/directml/LICENSE.txt +48 -0
  212. fast/licenses/directml/ThirdPartyNotices.txt +103 -0
  213. fast/licenses/eigen/COPYING.APACHE +203 -0
  214. fast/licenses/eigen/COPYING.BSD +26 -0
  215. fast/licenses/eigen/COPYING.GPL +674 -0
  216. fast/licenses/eigen/COPYING.LGPL +502 -0
  217. fast/licenses/eigen/COPYING.MINPACK +51 -0
  218. fast/licenses/eigen/COPYING.MPL2 +373 -0
  219. fast/licenses/eigen/COPYING.README +18 -0
  220. fast/licenses/fast/LICENSE +25 -0
  221. fast/licenses/gdk-pixbuf/COPYING +502 -0
  222. fast/licenses/glib/COPYING +175 -0
  223. fast/licenses/hdf5/COPYING +106 -0
  224. fast/licenses/jkqtplotter/LICENSE +505 -0
  225. fast/licenses/jpegxl/LICENSE.brotli +19 -0
  226. fast/licenses/jpegxl/LICENSE.highway +201 -0
  227. fast/licenses/jpegxl/LICENSE.jpeg-xl +27 -0
  228. fast/licenses/jpegxl/LICENSE.skcms +29 -0
  229. fast/licenses/jpegxl/PATENTS +22 -0
  230. fast/licenses/libdicom/LICENSE +21 -0
  231. fast/licenses/libffi/LICENSE +21 -0
  232. fast/licenses/libjpeg-turbo/LICENSE.md +135 -0
  233. fast/licenses/libjpeg-turbo/README.ijg +260 -0
  234. fast/licenses/libpng/LICENSE +134 -0
  235. fast/licenses/libtiff/LICENSE.md +23 -0
  236. fast/licenses/libxml2/Copyright +24 -0
  237. fast/licenses/onnxruntime/LICENSE +21 -0
  238. fast/licenses/onnxruntime/Privacy.md +21 -0
  239. fast/licenses/onnxruntime/ThirdPartyNotices.txt +6156 -0
  240. fast/licenses/opencl/LICENSE +201 -0
  241. fast/licenses/openssl/LICENSE.txt +125 -0
  242. fast/licenses/openvino/Apache_license.txt +201 -0
  243. fast/licenses/openvino/EULA.htm +43 -0
  244. fast/licenses/openvino/EULA.rtf +61 -0
  245. fast/licenses/openvino/EULA.txt +163 -0
  246. fast/licenses/openvino/GNA SOFTWARE LICENSE AGREEMENT.txt +1 -0
  247. fast/licenses/openvino/Intel_Software_Development_Products.rtf +1217 -0
  248. fast/licenses/openvino/Intel_Software_Development_Products.txt +707 -0
  249. fast/licenses/openvino/LICENSE +201 -0
  250. fast/licenses/openvino/OpenVINOsupport.txt +12 -0
  251. fast/licenses/openvino/onednn_third-party-programs.txt +557 -0
  252. fast/licenses/openvino/readme.txt +60 -0
  253. fast/licenses/openvino/redist.txt +42 -0
  254. fast/licenses/openvino/runtime-third-party-programs.txt +1400 -0
  255. fast/licenses/openvino/tbb_third-party-programs.txt +230 -0
  256. fast/licenses/pixman/COPYING +42 -0
  257. fast/licenses/proxy-libintl/COPYING +482 -0
  258. fast/licenses/qt5/LICENSE.FDL +450 -0
  259. fast/licenses/qt5/LICENSE.GPL3-EXCEPT +704 -0
  260. fast/licenses/qt5/LICENSE.GPLv2 +292 -0
  261. fast/licenses/qt5/LICENSE.GPLv3 +686 -0
  262. fast/licenses/qt5/LICENSE.LGPLv21 +514 -0
  263. fast/licenses/qt5/LICENSE.LGPLv3 +175 -0
  264. fast/licenses/qt5/LICENSE.QT-LICENSE-AGREEMENT +1331 -0
  265. fast/licenses/realsense/LICENSE +202 -0
  266. fast/licenses/realsense/NOTICE +937 -0
  267. fast/licenses/semaphore/Semaphore_LICENSE.txt +17 -0
  268. fast/licenses/tiff/COPYRIGHT +21 -0
  269. fast/licenses/uthash/LICENSE +21 -0
  270. fast/licenses/zip/UNLICENSE +26 -0
  271. fast/licenses/zlib/README +115 -0
  272. fast/licenses/zlib-ng/LICENSE.md +19 -0
  273. fast/pipelines/uff_viewer/colormap_and_reject.fpl +26 -0
  274. fast/pipelines/uff_viewer/default.fpl +9 -0
  275. fast/pipelines/uff_viewer/non_local_means.fpl +34 -0
  276. fast/plugins/audio/qtaudio_wasapi.dll +0 -0
  277. fast/plugins/audio/qtaudio_windows.dll +0 -0
  278. fast/plugins/bearer/qgenericbearer.dll +0 -0
  279. fast/plugins/generic/qtuiotouchplugin.dll +0 -0
  280. fast/plugins/iconengines/qsvgicon.dll +0 -0
  281. fast/plugins/imageformats/qgif.dll +0 -0
  282. fast/plugins/imageformats/qicns.dll +0 -0
  283. fast/plugins/imageformats/qico.dll +0 -0
  284. fast/plugins/imageformats/qjpeg.dll +0 -0
  285. fast/plugins/imageformats/qsvg.dll +0 -0
  286. fast/plugins/imageformats/qtga.dll +0 -0
  287. fast/plugins/imageformats/qtiff.dll +0 -0
  288. fast/plugins/imageformats/qwbmp.dll +0 -0
  289. fast/plugins/imageformats/qwebp.dll +0 -0
  290. fast/plugins/mediaservice/dsengine.dll +0 -0
  291. fast/plugins/mediaservice/qtmedia_audioengine.dll +0 -0
  292. fast/plugins/mediaservice/wmfengine.dll +0 -0
  293. fast/plugins/platforms/qdirect2d.dll +0 -0
  294. fast/plugins/platforms/qminimal.dll +0 -0
  295. fast/plugins/platforms/qoffscreen.dll +0 -0
  296. fast/plugins/platforms/qwindows.dll +0 -0
  297. fast/plugins/platformthemes/qxdgdesktopportal.dll +0 -0
  298. fast/plugins/playlistformats/qtmultimedia_m3u.dll +0 -0
  299. fast/plugins/printsupport/windowsprintersupport.dll +0 -0
  300. fast/plugins/sqldrivers/qsqlite.dll +0 -0
  301. fast/plugins/sqldrivers/qsqlodbc.dll +0 -0
  302. fast/plugins/styles/qwindowsvistastyle.dll +0 -0
  303. pyfast-4.12.0.dist-info/METADATA +81 -0
  304. pyfast-4.12.0.dist-info/RECORD +307 -0
  305. pyfast-4.12.0.dist-info/WHEEL +5 -0
  306. pyfast-4.12.0.dist-info/entry_points.txt +5 -0
  307. pyfast-4.12.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,1034 @@
1
+
2
+ COPYRIGHT
3
+
4
+ Unless otherwise specified, the DCMTK software package has the following
5
+ copyright:
6
+
7
+ /*
8
+ * Copyright (C) 1994-2022, OFFIS e.V.
9
+ * All rights reserved.
10
+ *
11
+ * This software and supporting documentation were developed by
12
+ *
13
+ * OFFIS e.V.
14
+ * R&D Division Health
15
+ * Escherweg 2
16
+ * 26121 Oldenburg, Germany
17
+ *
18
+ * Redistribution and use in source and binary forms, with or without
19
+ * modification, are permitted provided that the following conditions
20
+ * are met:
21
+ *
22
+ * - Redistributions of source code must retain the above copyright
23
+ * notice, this list of conditions and the following disclaimer.
24
+ *
25
+ * - Redistributions in binary form must reproduce the above copyright
26
+ * notice, this list of conditions and the following disclaimer in the
27
+ * documentation and/or other materials provided with the distribution.
28
+ *
29
+ * - Neither the name of OFFIS nor the names of its contributors may be
30
+ * used to endorse or promote products derived from this software
31
+ * without specific prior written permission.
32
+ *
33
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
36
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
37
+ * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
39
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
41
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
+ *
45
+ */
46
+
47
+ Please note that some DCMTK modules, especially those that are not part
48
+ of the free toolkit, are covered by a separate license which can be found
49
+ in the COPYRIGHT file in the corresponding module directory.
50
+
51
+ ---------------------------------------------------------------------------
52
+
53
+ Some portions of the DCMTK software package are derived from earlier
54
+ versions of this software with the following copyright, and can be
55
+ identified by the following copyright notice located in each source file:
56
+
57
+ /*
58
+ * Copyright (C) 1993/1994, OFFIS, Oldenburg University and CERIUM
59
+ *
60
+ * This software and supporting documentation were
61
+ * developed by
62
+ *
63
+ * Institut OFFIS
64
+ * Bereich Kommunikationssysteme
65
+ * Westerstr. 10-12
66
+ * 26121 Oldenburg, Germany
67
+ *
68
+ * Fachbereich Informatik
69
+ * Abteilung Prozessinformatik
70
+ * Carl von Ossietzky Universitaet Oldenburg
71
+ * Ammerlaender Heerstr. 114-118
72
+ * 26111 Oldenburg, Germany
73
+ *
74
+ * CERIUM
75
+ * Laboratoire SIM
76
+ * Faculte de Medecine
77
+ * 2 Avenue du Pr. Leon Bernard
78
+ * 35043 Rennes Cedex, France
79
+ *
80
+ * for CEN/TC251/WG4 as a contribution to the Radiological
81
+ * Society of North America (RSNA) 1993 Digital Imaging and
82
+ * Communications in Medicine (DICOM) Demonstration.
83
+ *
84
+ * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND NEITHER OFFIS,
85
+ * OLDENBURG UNIVERSITY NOR CERIUM MAKE ANY WARRANTY REGARDING
86
+ * THE SOFTWARE, ITS PERFORMANCE, ITS MERCHANTABILITY OR
87
+ * FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER
88
+ * DISEASES OR ITS CONFORMITY TO ANY SPECIFICATION. THE
89
+ * ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF THE SOFTWARE
90
+ * IS WITH THE USER.
91
+ *
92
+ * Copyright of the software and supporting documentation
93
+ * is, unless otherwise stated, jointly owned by OFFIS,
94
+ * Oldenburg University and CERIUM and free access is hereby
95
+ * granted as a license to use this software, copy this
96
+ * software and prepare derivative works based upon this
97
+ * software. However, any distribution of this software
98
+ * source code or supporting documentation or derivative
99
+ * works (source code and supporting documentation) must
100
+ * include the three paragraphs of this copyright notice.
101
+ *
102
+ */
103
+
104
+ ---------------------------------------------------------------------------
105
+
106
+ Some other parts of this software within the dcmtk/dcmnet sub-package
107
+ related to the DICOM Upper Layer Protocol are derived from software
108
+ developed for the RSNA'93 DICOM demonstration and kindly made available
109
+ to us by the Mallinckrodt Institute of Radiology. Such software can be
110
+ identified by the following copyright notice located in each affected
111
+ source file:
112
+
113
+ /*
114
+ * Copyright (C) 1993, RSNA and Washington University
115
+ *
116
+ * The software and supporting documentation for the Radiological
117
+ * Society of North America (RSNA) 1993 Digital Imaging and
118
+ * Communications in Medicine (DICOM) Demonstration were developed
119
+ * at the
120
+ * Electronic Radiology Laboratory
121
+ * Mallinckrodt Institute of Radiology
122
+ * Washington University School of Medicine
123
+ * 510 S. Kingshighway Blvd.
124
+ * St. Louis, MO 63110
125
+ * as part of the 1993 DICOM Central Test Node project for, and
126
+ * under contract with, the Radiological Society of North America.
127
+ *
128
+ * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND NEITHER RSNA NOR
129
+ * WASHINGTON UNIVERSITY MAKE ANY WARRANTY ABOUT THE SOFTWARE, ITS
130
+ * PERFORMANCE, ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
131
+ * USE, FREEDOM FROM ANY COMPUTER DISEASES OR ITS CONFORMITY TO ANY
132
+ * SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF
133
+ * THE SOFTWARE IS WITH THE USER.
134
+ *
135
+ * Copyright of the software and supporting documentation is
136
+ * jointly owned by RSNA and Washington University, and free access
137
+ * is hereby granted as a license to use this software, copy this
138
+ * software and prepare derivative works based upon this software.
139
+ * However, any distribution of this software source code or
140
+ * supporting documentation or derivative works (source code and
141
+ * supporting documentation) must include the three paragraphs of
142
+ * the copyright notice.
143
+ */
144
+
145
+ ---------------------------------------------------------------------------
146
+
147
+ The dcmjpeg sub-package includes an adapted version of the Independent
148
+ JPEG Group Toolkit Version 6b, which is contained in dcmjpeg/libijg8,
149
+ dcmjpeg/libijg12 and dcmjpeg/libijg16. This toolkit is covered by the
150
+ following copyright. The original README file for the Independent JPEG
151
+ Group Toolkit is located in dcmjpeg/docs/ijg_readme.txt.
152
+
153
+ /*
154
+ * The authors make NO WARRANTY or representation, either express or implied,
155
+ * with respect to this software, its quality, accuracy, merchantability, or
156
+ * fitness for a particular purpose. This software is provided "AS IS", and you,
157
+ * its user, assume the entire risk as to its quality and accuracy.
158
+ *
159
+ * This software is copyright (C) 1991-1998, Thomas G. Lane.
160
+ * All Rights Reserved except as specified below.
161
+ *
162
+ * Permission is hereby granted to use, copy, modify, and distribute this
163
+ * software (or portions thereof) for any purpose, without fee, subject to these
164
+ * conditions:
165
+ * (1) If any part of the source code for this software is distributed, then this
166
+ * README file must be included, with this copyright and no-warranty notice
167
+ * unaltered; and any additions, deletions, or changes to the original files
168
+ * must be clearly indicated in accompanying documentation.
169
+ * (2) If only executable code is distributed, then the accompanying
170
+ * documentation must state that "this software is based in part on the work of
171
+ * the Independent JPEG Group".
172
+ * (3) Permission for use of this software is granted only if the user accepts
173
+ * full responsibility for any undesirable consequences; the authors accept
174
+ * NO LIABILITY for damages of any kind.
175
+ *
176
+ * These conditions apply to any software derived from or based on the IJG code,
177
+ * not just to the unmodified library. If you use our work, you ought to
178
+ * acknowledge us.
179
+ *
180
+ * Permission is NOT granted for the use of any IJG author's name or company name
181
+ * in advertising or publicity relating to this software or products derived from
182
+ * it. This software may be referred to only as "the Independent JPEG Group's
183
+ * software".
184
+ *
185
+ * We specifically permit and encourage the use of this software as the basis of
186
+ * commercial products, provided that all warranty or liability claims are
187
+ * assumed by the product vendor.
188
+ */
189
+
190
+ ---------------------------------------------------------------------------
191
+
192
+ The code for the interpolatePixel() image scaling algorithm in module
193
+ dcmimgle has been derived from code written by Jef Poskanzer for the
194
+ "Extended Portable Bitmap Toolkit" (pbmplus10dec91) which has the
195
+ following copyright:
196
+
197
+ /*
198
+ * Copyright (C) 1991 by Jef Poskanzer.
199
+ *
200
+ * Permission to use, copy, modify, and distribute this software and its
201
+ * documentation for any purpose and without fee is hereby granted, provided
202
+ * that the above copyright notice appear in all copies and that both that
203
+ * copyright notice and this permission notice appear in supporting
204
+ * documentation. This software is provided "as is" without express or
205
+ * implied warranty.
206
+ */
207
+
208
+ ---------------------------------------------------------------------------
209
+
210
+ The color quantization code in module dcmimage (dcmquant and the related
211
+ classes) has been derived from code written by Jef Poskanzer for the
212
+ NetPBM toolkit which has the following copyright:
213
+
214
+ /*
215
+ * Copyright (C) 1989, 1991 by Jef Poskanzer.
216
+ *
217
+ * Permission to use, copy, modify, and distribute this software and its
218
+ * documentation for any purpose and without fee is hereby granted, provided
219
+ * that the above copyright notice appear in all copies and that both that
220
+ * copyright notice and this permission notice appear in supporting
221
+ * documentation. This software is provided "as is" without express or
222
+ * implied warranty.
223
+ */
224
+
225
+ ---------------------------------------------------------------------------
226
+
227
+ The code for the OFStandard::strlcpy and OFStandard::strlcat helper
228
+ functions in ofstd/libsrc/ofstd.cc has been derived from the BSD
229
+ implementation of strlcpy() and strlcat() and which carries the
230
+ following copyright notice:
231
+
232
+ /*
233
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller(at)courtesan.com>
234
+ * All rights reserved.
235
+ *
236
+ * Redistribution and use in source and binary forms, with or without
237
+ * modification, are permitted provided that the following conditions
238
+ * are met:
239
+ * 1. Redistributions of source code must retain the above copyright
240
+ * notice, this list of conditions and the following disclaimer.
241
+ * 2. Redistributions in binary form must reproduce the above copyright
242
+ * notice, this list of conditions and the following disclaimer in the
243
+ * documentation and/or other materials provided with the distribution.
244
+ * 3. The name of the author may not be used to endorse or promote products
245
+ * derived from this software without specific prior written permission.
246
+ *
247
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
248
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
249
+ * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
250
+ * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
251
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
252
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
253
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
254
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
255
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
256
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
257
+ */
258
+
259
+ ---------------------------------------------------------------------------
260
+
261
+ The code for the OFStandard::atof helper function in ofstd/libsrc/ofstd.cc
262
+ has been derived from an implementation which carries the following
263
+ copyright notice:
264
+
265
+ /*
266
+ * Copyright 1988 Regents of the University of California
267
+ * Permission to use, copy, modify, and distribute this software and
268
+ * its documentation for any purpose and without fee is hereby granted,
269
+ * provided that the above copyright notice appear in all copies. The
270
+ * University of California makes no representations about the
271
+ * suitability of this software for any purpose. It is provided "as
272
+ * is" without express or implied warranty.
273
+ *
274
+ *
275
+ * The code for OFStandard::ftoa has been derived
276
+ * from an implementation which carries the following copyright notice:
277
+ *
278
+ * Copyright (c) 1988 Regents of the University of California.
279
+ * All rights reserved.
280
+ *
281
+ * Redistribution and use in source and binary forms are permitted
282
+ * provided that the above copyright notice and this paragraph are
283
+ * duplicated in all such forms and that any documentation,
284
+ * advertising materials, and other materials related to such
285
+ * distribution and use acknowledge that the software was developed
286
+ * by the University of California, Berkeley. The name of the
287
+ * University may not be used to endorse or promote products derived
288
+ * from this software without specific prior written permission.
289
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
290
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
291
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
292
+ */
293
+
294
+ ---------------------------------------------------------------------------
295
+
296
+ The "Base64" encoder/decoder in ofstd/libsrc/ofstd.cc has been derived
297
+ from an implementation which carries the following copyright notice:
298
+
299
+ /*
300
+ * Copyright (c) 1999, Bob Withers - bwit(at)pobox.com
301
+ *
302
+ * This code may be freely used for any purpose, either personal or commercial,
303
+ * provided the authors copyright notice remains intact.
304
+ */
305
+
306
+ ---------------------------------------------------------------------------
307
+
308
+ The oflog sub-package is based on the log4cplus library which is covered by
309
+ the following two copyright notices (for details see oflog/docs/LICENSE):
310
+
311
+ /*
312
+ * Copyright (C) 1999-2009 Contributors to log4cplus project.
313
+ * All rights reserved.
314
+ *
315
+ * Redistribution and use in source and binary forms, with or without modifica-
316
+ * tion, are permitted provided that the following conditions are met:
317
+ *
318
+ * 1. Redistributions of source code must retain the above copyright notice,
319
+ * this list of conditions and the following disclaimer.
320
+ *
321
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
322
+ * this list of conditions and the following disclaimer in the documentation
323
+ * and/or other materials provided with the distribution.
324
+ *
325
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
326
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
327
+ * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
328
+ * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
329
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
330
+ * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
331
+ * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
332
+ * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
333
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
334
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
335
+ *
336
+ */
337
+
338
+ // Module: Log4CPLUS
339
+ // File: appender.h
340
+ // Created: 6/2001
341
+ // Author: Tad E. Smith
342
+ //
343
+ //
344
+ // Copyright 2001-2010 Tad E. Smith
345
+ //
346
+ // Licensed under the Apache License, Version 2.0 (the "License");
347
+ // you may not use this file except in compliance with the License.
348
+ // You may obtain a copy of the License at
349
+ //
350
+ // http://www.apache.org/licenses/LICENSE-2.0
351
+ //
352
+ // Unless required by applicable law or agreed to in writing, software
353
+ // distributed under the License is distributed on an "AS IS" BASIS,
354
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
355
+ // See the License for the specific language governing permissions and
356
+ // limitations under the License.
357
+
358
+ ---------------------------------------------------------------------------
359
+
360
+ The dcmjpls sub-package is based on the CharLS library, which is contained
361
+ in dcmjpls/libcharls. This toolkit is covered by the following copyright:
362
+
363
+ /*
364
+ * The CharLS library is available under the following license:
365
+ * -------------------------------------------------------------------------------
366
+ * Copyright (c) 2007-2010, Jan de Vaan
367
+ * All rights reserved.
368
+ *
369
+ * Redistribution and use in source and binary forms, with or without
370
+ * modification, are permitted provided that the following conditions are met:
371
+ *
372
+ * * Redistributions of source code must retain the above copyright notice, this
373
+ * list of conditions and the following disclaimer.
374
+ *
375
+ * * Redistributions in binary form must reproduce the above copyright notice,
376
+ * this list of conditions and the following disclaimer in the documentation
377
+ * and/or other materials provided with the distribution.
378
+ *
379
+ * * Neither the name of my employer, nor the names of its contributors may be
380
+ * used to endorse or promote products derived from this software without
381
+ * specific prior written permission.
382
+ *
383
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
384
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
385
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
386
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
387
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
388
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
389
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
390
+ * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
391
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
392
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
393
+ */
394
+
395
+ ---------------------------------------------------------------------------
396
+
397
+ The file ofstd/include/dcmtk/ofstd/oftest.h is heavily based on quicktest.h
398
+ from the quicktest project, which is covered by the following copyright:
399
+
400
+ /************************************************************************
401
+ * QuickTest *
402
+ * http://quicktest.sourceforge.net *
403
+ * Copyright (C) 2005-2008 *
404
+ * Tyler Streeter (http://www.tylerstreeter.net) *
405
+ * *
406
+ * This library is free software; you can redistribute it and/or *
407
+ * modify it under the terms of EITHER: *
408
+ * (1) The GNU Lesser General Public License as published by the Free *
409
+ * Software Foundation; either version 2.1 of the License, or (at *
410
+ * your option) any later version. The text of the GNU Lesser *
411
+ * General Public License is included with this library in the *
412
+ * file license-LGPL.txt. *
413
+ * (2) The BSD-style license that is included with this library in *
414
+ * the file license-BSD.txt. *
415
+ * *
416
+ * This library is distributed in the hope that it will be useful, *
417
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
418
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files *
419
+ * license-LGPL.txt and license-BSD.txt for more details. *
420
+ ************************************************************************/
421
+
422
+ The above mentioned license-BSD.txt contains this text:
423
+
424
+ BSD Open Source license for QuickTest
425
+ -------------------------------------
426
+
427
+ QuickTest
428
+ Copyright (c) 2005-2008, Tyler Streeter
429
+ All rights reserved.
430
+
431
+ Redistribution and use in source and binary forms, with or without modification,
432
+ are permitted provided that the following conditions are met:
433
+
434
+ * Redistributions of source code must retain the above copyright notice, this
435
+ list of conditions and the following disclaimer.
436
+
437
+ * Redistributions in binary form must reproduce the above copyright notice, this
438
+ list of conditions and the following disclaimer in the documentation and/or
439
+ other materials provided with the distribution.
440
+
441
+ * Neither the name of QuickTest's copyright owners nor the names of its
442
+ contributors may be used to endorse or promote products derived from this
443
+ software without specific prior written permission.
444
+
445
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
446
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
447
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
448
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
449
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
450
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
451
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
452
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
453
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
454
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
455
+
456
+ ---------------------------------------------------------------------------
457
+
458
+ The files ofstd/include/dcmtk/ofstd/ofxml.h and ofstd/libsrc/ofxml.cc are
459
+ derived from the XMLparser library, which is covered by the following
460
+ copyright:
461
+
462
+ /*
463
+ * Copyright (c) 2002, Frank Vanden Berghen
464
+ * All rights reserved.
465
+ *
466
+ * The following license terms apply to projects that are in some way related to
467
+ * the "DCMTK project", including applications
468
+ * using "DCMTK project" and tools developed
469
+ * for enhancing "DCMTK project". All other projects
470
+ * (not related to "DCMTK project") have to use this
471
+ * code under the Aladdin Free Public License (AFPL)
472
+ * See the file "AFPL-license.txt" for more informations about the AFPL license.
473
+ * (see http://www.artifex.com/downloads/doc/Public.htm for detailed AFPL terms)
474
+ *
475
+ * Redistribution and use in source and binary forms, with or without
476
+ * modification, are permitted provided that the following conditions are met:
477
+ * * Redistributions of source code must retain the above copyright
478
+ * notice, this list of conditions and the following disclaimer.
479
+ * * Redistributions in binary form must reproduce the above copyright
480
+ * notice, this list of conditions and the following disclaimer in the
481
+ * documentation and/or other materials provided with the distribution.
482
+ * * Neither the name of Frank Vanden Berghen nor the
483
+ * names of its contributors may be used to endorse or promote products
484
+ * derived from this software without specific prior written permission.
485
+ *
486
+ * THIS SOFTWARE IS PROVIDED BY Frank Vanden Berghen ``AS IS'' AND ANY
487
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
488
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
489
+ * DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY
490
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
491
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
492
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
493
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
494
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
495
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
496
+ */
497
+
498
+ ---------------------------------------------------------------------------
499
+
500
+ The dcmrt sub-package is covered by the following copyright:
501
+
502
+ ---------------------------------------------------------------------------
503
+
504
+ Copyright (C) 2008-2022, OFFIS e.V. and ICSMED AG, Oldenburg, Germany
505
+ Copyright (C) 2013-2022, J. Riesmeier, Oldenburg, Germany
506
+ All rights reserved.
507
+
508
+ Redistribution and use in source and binary forms, with or without
509
+ modification, are permitted provided that the following conditions are met:
510
+
511
+ * Redistributions of source code must retain the above copyright notice,
512
+ this list of conditions and the following disclaimer.
513
+
514
+ * Redistributions in binary form must reproduce the above copyright notice,
515
+ this list of conditions and the following disclaimer in the documentation
516
+ and/or other materials provided with the distribution.
517
+
518
+ * Neither the name of the copyright holders nor the names of its
519
+ contributors may be used to endorse or promote products derived from this
520
+ software without specific prior written permission.
521
+
522
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
523
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
524
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
525
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
526
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
527
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
528
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
529
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
530
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
531
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
532
+ POSSIBILITY OF SUCH DAMAGE.
533
+
534
+ ---------------------------------------------------------------------------
535
+
536
+ Parts of the dcmsr sub-package are covered by the following copyright:
537
+
538
+ ---------------------------------------------------------------------------
539
+
540
+ Copyright (C) 2015-2022, J. Riesmeier, Oldenburg, Germany
541
+ All rights reserved.
542
+
543
+ Redistribution and use in source and binary forms, with or without
544
+ modification, are permitted provided that the following conditions are met:
545
+
546
+ * Redistributions of source code must retain the above copyright notice,
547
+ this list of conditions and the following disclaimer.
548
+
549
+ * Redistributions in binary form must reproduce the above copyright notice,
550
+ this list of conditions and the following disclaimer in the documentation
551
+ and/or other materials provided with the distribution.
552
+
553
+ * Neither the name of the copyright holders nor the names of its
554
+ contributors may be used to endorse or promote products derived from this
555
+ software without specific prior written permission.
556
+
557
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
558
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
559
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
560
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
561
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
562
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
563
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
564
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
565
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
566
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
567
+ POSSIBILITY OF SUCH DAMAGE.
568
+
569
+ ---------------------------------------------------------------------------
570
+
571
+ The cielabutil source code (class IODCLabUtil) is adapted from Pascal Getreuer's
572
+ package for converting color representations
573
+
574
+ http://www.getreuer.info/home/colorspace
575
+
576
+ which comes with the following original copyright:
577
+
578
+ ---------------------------------------------------------------------------
579
+
580
+ Copyright (C) 2005-2010, Pascal Getreuer
581
+ All rights reserved.
582
+
583
+ Redistribution and use in source and binary forms, with or without modification,
584
+ are permitted provided that the following conditions are met:
585
+
586
+ Redistributions of source code must retain the above copyright notice, this
587
+ list of conditions and the following disclaimer.
588
+ Redistributions in binary form must reproduce the above copyright notice,
589
+ this list of conditions and the following disclaimer in the documentation and/or
590
+ other materials provided with the distribution.
591
+
592
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
593
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
594
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
595
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
596
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
597
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
598
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
599
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
600
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
601
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
602
+
603
+ ---------------------------------------------------------------------------
604
+
605
+ Finally, DCMTK can be configured and compiled to make use of a number of
606
+ optional external libraries that, when available, provide added functionality
607
+ such as compression, encryption, or support for certain image formats.
608
+ For binary libraries and executables statically linked against these
609
+ external libraries, the following additional copyright notices /
610
+ licenses apply:
611
+
612
+ ---------------------------------------------------------------------------
613
+
614
+ When compiled with libiconv support:
615
+
616
+ ---------------------------------------------------------------------------
617
+
618
+ GNU LESSER GENERAL PUBLIC LICENSE
619
+
620
+ License text available at: https://www.gnu.org/licenses/lgpl.html
621
+
622
+ ---------------------------------------------------------------------------
623
+
624
+ When compiled with libicu support:
625
+
626
+ ---------------------------------------------------------------------------
627
+
628
+ Copyright (C) 1991-2017 Unicode, Inc. All rights reserved.
629
+ Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
630
+
631
+ Permission is hereby granted, free of charge, to any person obtaining
632
+ a copy of the Unicode data files and any associated documentation
633
+ (the "Data Files") or Unicode software and any associated documentation
634
+ (the "Software") to deal in the Data Files or Software
635
+ without restriction, including without limitation the rights to use,
636
+ copy, modify, merge, publish, distribute, and/or sell copies of
637
+ the Data Files or Software, and to permit persons to whom the Data Files
638
+ or Software are furnished to do so, provided that either
639
+ (a) this copyright and permission notice appear with all copies
640
+ of the Data Files or Software, or
641
+ (b) this copyright and permission notice appear in associated
642
+ Documentation.
643
+
644
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
645
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
646
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
647
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
648
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
649
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
650
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
651
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
652
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
653
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
654
+
655
+ Except as contained in this notice, the name of a copyright holder
656
+ shall not be used in advertising or otherwise to promote the sale,
657
+ use or other dealings in these Data Files or Software without prior
658
+ written authorization of the copyright holder.
659
+
660
+ ---------------------------------------------------------------------------
661
+
662
+ When compiled with libpng support:
663
+
664
+ ---------------------------------------------------------------------------
665
+
666
+ This copy of the libpng notices is provided for your convenience. In case of
667
+ any discrepancy between this copy and the notices in the file png.h that is
668
+ included in the libpng distribution, the latter shall prevail.
669
+
670
+ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
671
+
672
+ If you modify libpng you may insert additional notices immediately following
673
+ this sentence.
674
+
675
+ This code is released under the libpng license.
676
+
677
+ libpng versions 1.0.7, July 1, 2000 through 1.6.29, March 16, 2017 are
678
+ Copyright (c) 2000-2002, 2004, 2006-2017 Glenn Randers-Pehrson, are
679
+ derived from libpng-1.0.6, and are distributed according to the same
680
+ disclaimer and license as libpng-1.0.6 with the following individuals
681
+ added to the list of Contributing Authors:
682
+
683
+ Simon-Pierre Cadieux
684
+ Eric S. Raymond
685
+ Mans Rullgard
686
+ Cosmin Truta
687
+ Gilles Vollant
688
+ James Yu
689
+ Mandar Sahastrabuddhe
690
+ Google Inc.
691
+ Vadim Barkov
692
+
693
+ and with the following additions to the disclaimer:
694
+
695
+ There is no warranty against interference with your enjoyment of the
696
+ library or against infringement. There is no warranty that our
697
+ efforts or the library will fulfill any of your particular purposes
698
+ or needs. This library is provided with all faults, and the entire
699
+ risk of satisfactory quality, performance, accuracy, and effort is with
700
+ the user.
701
+
702
+ Some files in the "contrib" directory and some configure-generated
703
+ files that are distributed with libpng have other copyright owners and
704
+ are released under other open source licenses.
705
+
706
+ libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
707
+ Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
708
+ libpng-0.96, and are distributed according to the same disclaimer and
709
+ license as libpng-0.96, with the following individuals added to the list
710
+ of Contributing Authors:
711
+
712
+ Tom Lane
713
+ Glenn Randers-Pehrson
714
+ Willem van Schaik
715
+
716
+ libpng versions 0.89, June 1996, through 0.96, May 1997, are
717
+ Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
718
+ and are distributed according to the same disclaimer and license as
719
+ libpng-0.88, with the following individuals added to the list of
720
+ Contributing Authors:
721
+
722
+ John Bowler
723
+ Kevin Bracey
724
+ Sam Bushell
725
+ Magnus Holmgren
726
+ Greg Roelofs
727
+ Tom Tanner
728
+
729
+ Some files in the "scripts" directory have other copyright owners
730
+ but are released under this license.
731
+
732
+ libpng versions 0.5, May 1995, through 0.88, January 1996, are
733
+ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
734
+
735
+ For the purposes of this copyright and license, "Contributing Authors"
736
+ is defined as the following set of individuals:
737
+
738
+ Andreas Dilger
739
+ Dave Martindale
740
+ Guy Eric Schalnat
741
+ Paul Schmidt
742
+ Tim Wegner
743
+
744
+ The PNG Reference Library is supplied "AS IS". The Contributing Authors
745
+ and Group 42, Inc. disclaim all warranties, expressed or implied,
746
+ including, without limitation, the warranties of merchantability and of
747
+ fitness for any purpose. The Contributing Authors and Group 42, Inc.
748
+ assume no liability for direct, indirect, incidental, special, exemplary,
749
+ or consequential damages, which may result from the use of the PNG
750
+ Reference Library, even if advised of the possibility of such damage.
751
+
752
+ Permission is hereby granted to use, copy, modify, and distribute this
753
+ source code, or portions hereof, for any purpose, without fee, subject
754
+ to the following restrictions:
755
+
756
+ 1. The origin of this source code must not be misrepresented.
757
+
758
+ 2. Altered versions must be plainly marked as such and must not
759
+ be misrepresented as being the original source.
760
+
761
+ 3. This Copyright notice may not be removed or altered from any
762
+ source or altered source distribution.
763
+
764
+ The Contributing Authors and Group 42, Inc. specifically permit, without
765
+ fee, and encourage the use of this source code as a component to
766
+ supporting the PNG file format in commercial products. If you use this
767
+ source code in a product, acknowledgment is not required but would be
768
+ appreciated.
769
+
770
+ END OF COPYRIGHT NOTICE, DISCLAIMER, and LICENSE.
771
+
772
+ TRADEMARK:
773
+
774
+ The name "libpng" has not been registered by the Copyright owner
775
+ as a trademark in any jurisdiction. However, because libpng has
776
+ been distributed and maintained world-wide, continually since 1995,
777
+ the Copyright owner claims "common-law trademark protection" in any
778
+ jurisdiction where common-law trademark is recognized.
779
+
780
+ OSI CERTIFICATION:
781
+
782
+ Libpng is OSI Certified Open Source Software. OSI Certified Open Source is
783
+ a certification mark of the Open Source Initiative. OSI has not addressed
784
+ the additional disclaimers inserted at version 1.0.7.
785
+
786
+ EXPORT CONTROL:
787
+
788
+ The Copyright owner believes that the Export Control Classification
789
+ Number (ECCN) for libpng is EAR99, which means not subject to export
790
+ controls or International Traffic in Arms Regulations (ITAR) because
791
+ it is open source, publicly available software, that does not contain
792
+ any encryption software. See the EAR, paragraphs 734.3(b)(3) and
793
+ 734.7(b).
794
+
795
+ Glenn Randers-Pehrson
796
+ glennrp at users.sourceforge.net
797
+ March 16, 2017
798
+
799
+ ---------------------------------------------------------------------------
800
+
801
+ When compiled with libsndfile support:
802
+
803
+ ---------------------------------------------------------------------------
804
+
805
+ GNU LESSER GENERAL PUBLIC LICENSE
806
+
807
+ License text available at: https://www.gnu.org/licenses/lgpl.html
808
+
809
+ ---------------------------------------------------------------------------
810
+
811
+ When compiled with libtiff support:
812
+
813
+ ---------------------------------------------------------------------------
814
+
815
+ Copyright (c) 1988-1997 Sam Leffler
816
+ Copyright (c) 1991-1997 Silicon Graphics, Inc.
817
+
818
+ Permission to use, copy, modify, distribute, and sell this software and
819
+ its documentation for any purpose is hereby granted without fee, provided
820
+ that (i) the above copyright notices and this permission notice appear in
821
+ all copies of the software and related documentation, and (ii) the names of
822
+ Sam Leffler and Silicon Graphics may not be used in any advertising or
823
+ publicity relating to the software without the specific, prior written
824
+ permission of Sam Leffler and Silicon Graphics.
825
+
826
+ THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
827
+ EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
828
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
829
+
830
+ IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
831
+ ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
832
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
833
+ WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
834
+ LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
835
+ OF THIS SOFTWARE.
836
+
837
+ ---------------------------------------------------------------------------
838
+
839
+ When compiled with libwrap support:
840
+
841
+ ---------------------------------------------------------------------------
842
+
843
+ /************************************************************************
844
+ * Copyright 1995 by Wietse Venema. All rights reserved. Some individual
845
+ * files may be covered by other copyrights.
846
+ *
847
+ * This material was originally written and compiled by Wietse Venema at
848
+ * Eindhoven University of Technology, The Netherlands, in 1990, 1991,
849
+ * 1992, 1993, 1994 and 1995.
850
+ *
851
+ * Redistribution and use in source and binary forms are permitted
852
+ * provided that this entire copyright notice is duplicated in all such
853
+ * copies.
854
+ *
855
+ * This software is provided "as is" and without any expressed or implied
856
+ * warranties, including, without limitation, the implied warranties of
857
+ * merchantibility and fitness for any particular purpose.
858
+ ************************************************************************/
859
+
860
+ ---------------------------------------------------------------------------
861
+
862
+ When compiled with libxml support:
863
+
864
+ ---------------------------------------------------------------------------
865
+
866
+ The MIT License
867
+
868
+ License text available at:
869
+ https://opensource.org/licenses/mit-license.html
870
+
871
+ ---------------------------------------------------------------------------
872
+
873
+ When compiled with openssl support:
874
+
875
+ ---------------------------------------------------------------------------
876
+
877
+ The OpenSSL toolkit stays under a double license, i.e. both the conditions of
878
+ the OpenSSL License and the original SSLeay license apply to the toolkit.
879
+ See below for the actual license texts.
880
+
881
+ OpenSSL License
882
+ ---------------
883
+
884
+ /* ====================================================================
885
+ * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
886
+ *
887
+ * Redistribution and use in source and binary forms, with or without
888
+ * modification, are permitted provided that the following conditions
889
+ * are met:
890
+ *
891
+ * 1. Redistributions of source code must retain the above copyright
892
+ * notice, this list of conditions and the following disclaimer.
893
+ *
894
+ * 2. Redistributions in binary form must reproduce the above copyright
895
+ * notice, this list of conditions and the following disclaimer in
896
+ * the documentation and/or other materials provided with the
897
+ * distribution.
898
+ *
899
+ * 3. All advertising materials mentioning features or use of this
900
+ * software must display the following acknowledgment:
901
+ * "This product includes software developed by the OpenSSL Project
902
+ * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
903
+ *
904
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
905
+ * endorse or promote products derived from this software without
906
+ * prior written permission. For written permission, please contact
907
+ * openssl-core@openssl.org.
908
+ *
909
+ * 5. Products derived from this software may not be called "OpenSSL"
910
+ * nor may "OpenSSL" appear in their names without prior written
911
+ * permission of the OpenSSL Project.
912
+ *
913
+ * 6. Redistributions of any form whatsoever must retain the following
914
+ * acknowledgment:
915
+ * "This product includes software developed by the OpenSSL Project
916
+ * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
917
+ *
918
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
919
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
920
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
921
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
922
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
923
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
924
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
925
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
926
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
927
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
928
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
929
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
930
+ * ====================================================================
931
+ *
932
+ * This product includes cryptographic software written by Eric Young
933
+ * (eay@cryptsoft.com). This product includes software written by Tim
934
+ * Hudson (tjh@cryptsoft.com).
935
+ *
936
+ */
937
+
938
+ Original SSLeay License
939
+ -----------------------
940
+
941
+ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
942
+ * All rights reserved.
943
+ *
944
+ * This package is an SSL implementation written
945
+ * by Eric Young (eay@cryptsoft.com).
946
+ * The implementation was written so as to conform with Netscapes SSL.
947
+ *
948
+ * This library is free for commercial and non-commercial use as long as
949
+ * the following conditions are aheared to. The following conditions
950
+ * apply to all code found in this distribution, be it the RC4, RSA,
951
+ * lhash, DES, etc., code; not just the SSL code. The SSL documentation
952
+ * included with this distribution is covered by the same copyright terms
953
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
954
+ *
955
+ * Copyright remains Eric Young's, and as such any Copyright notices in
956
+ * the code are not to be removed.
957
+ * If this package is used in a product, Eric Young should be given attribution
958
+ * as the author of the parts of the library used.
959
+ * This can be in the form of a textual message at program startup or
960
+ * in documentation (online or textual) provided with the package.
961
+ *
962
+ * Redistribution and use in source and binary forms, with or without
963
+ * modification, are permitted provided that the following conditions
964
+ * are met:
965
+ * 1. Redistributions of source code must retain the copyright
966
+ * notice, this list of conditions and the following disclaimer.
967
+ * 2. Redistributions in binary form must reproduce the above copyright
968
+ * notice, this list of conditions and the following disclaimer in the
969
+ * documentation and/or other materials provided with the distribution.
970
+ * 3. All advertising materials mentioning features or use of this software
971
+ * must display the following acknowledgement:
972
+ * "This product includes cryptographic software written by
973
+ * Eric Young (eay@cryptsoft.com)"
974
+ * The word 'cryptographic' can be left out if the rouines from the library
975
+ * being used are not cryptographic related :-).
976
+ * 4. If you include any Windows specific code (or a derivative thereof) from
977
+ * the apps directory (application code) you must include an acknowledgement:
978
+ * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
979
+ *
980
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
981
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
982
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
983
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
984
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
985
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
986
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
987
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
988
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
989
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
990
+ * SUCH DAMAGE.
991
+ *
992
+ * The licence and distribution terms for any publically available version or
993
+ * derivative of this code cannot be changed. i.e. this code cannot simply be
994
+ * copied and put under another distribution licence
995
+ * [including the GNU Public Licence.]
996
+ */
997
+
998
+ ---------------------------------------------------------------------------
999
+
1000
+ When compiled with zlib support:
1001
+
1002
+ ---------------------------------------------------------------------------
1003
+
1004
+ (C) 1995-2017 Jean-loup Gailly and Mark Adler
1005
+
1006
+ This software is provided 'as-is', without any express or implied
1007
+ warranty. In no event will the authors be held liable for any damages
1008
+ arising from the use of this software.
1009
+
1010
+ Permission is granted to anyone to use this software for any purpose,
1011
+ including commercial applications, and to alter it and redistribute it
1012
+ freely, subject to the following restrictions:
1013
+
1014
+ 1. The origin of this software must not be misrepresented; you must not
1015
+ claim that you wrote the original software. If you use this software
1016
+ in a product, an acknowledgment in the product documentation would be
1017
+ appreciated but is not required.
1018
+ 2. Altered source versions must be plainly marked as such, and must not be
1019
+ misrepresented as being the original software.
1020
+ 3. This notice may not be removed or altered from any source distribution.
1021
+
1022
+ Jean-loup Gailly Mark Adler
1023
+ jloup@gzip.org madler@alumni.caltech.edu
1024
+
1025
+ If you use the zlib library in a product, we would appreciate *not* receiving
1026
+ lengthy legal documents to sign. The sources are provided for free but without
1027
+ warranty of any kind. The library has been entirely written by Jean-loup
1028
+ Gailly and Mark Adler; it does not include third-party code.
1029
+
1030
+ If you redistribute modified sources, we would appreciate that you include in
1031
+ the file ChangeLog history information documenting your changes. Please read
1032
+ the FAQ for more information on the distribution of modified source versions.
1033
+
1034
+ ---------------------------------------------------------------------------