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,292 @@
1
+ GNU GENERAL PUBLIC LICENSE
2
+
3
+ The Qt Toolkit is Copyright (C) 2015 The Qt Company Ltd.
4
+ Contact: http://www.qt.io/licensing/
5
+
6
+ You may use, distribute and copy the Qt Toolkit under the terms of
7
+ GNU General Public License version 2, which is displayed below.
8
+
9
+ -------------------------------------------------------------------------
10
+
11
+ GNU GENERAL PUBLIC LICENSE
12
+ Version 2, June 1991
13
+
14
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
15
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
16
+
17
+ Everyone is permitted to copy and distribute verbatim copies of this
18
+ license document, but changing it is not allowed.
19
+
20
+ Preamble
21
+
22
+ The licenses for most software are designed to take away your freedom
23
+ to share and change it. By contrast, the GNU General Public License is
24
+ intended to guarantee your freedom to share and change free software
25
+ --to make sure the software is free for all its users. This General
26
+ Public License applies to most of the Free Software Foundation's
27
+ software and to any other program whose authors commit to using it.
28
+ (Some other Free Software Foundation software is covered by the GNU
29
+ Lesser General Public License instead.) You can apply it to your
30
+ programs, too.
31
+
32
+ When we speak of free software, we are referring to freedom, not price.
33
+ Our General Public Licenses are designed to make sure that you have the
34
+ freedom to distribute copies of free software (and charge for this
35
+ service if you wish), that you receive source code or can get it if you
36
+ want it, that you can change the software or use pieces of it in new
37
+ free programs; and that you know you can do these things.
38
+
39
+ To protect your rights, we need to make restrictions that forbid anyone
40
+ to deny you these rights or to ask you to surrender the rights. These
41
+ restrictions translate to certain responsibilities for you if you
42
+ distribute copies of the software, or if you modify it.
43
+
44
+ For example, if you distribute copies of such a program, whether gratis
45
+ or for a fee, you must give the recipients all the rights that you
46
+ have. You must make sure that they, too, receive or can get the source
47
+ code. And you must show them these terms so they know their rights.
48
+
49
+ We protect your rights with two steps: (1) copyright the software, and
50
+ (2) offer you this license which gives you legal permission to copy,
51
+ distribute and/or modify the software.
52
+
53
+ Also, for each author's protection and ours, we want to make certain
54
+ that everyone understands that there is no warranty for this free
55
+ software. If the software is modified by someone else and passed on, we
56
+ want its recipients to know that what they have is not the original, so
57
+ that any problems introduced by others will not reflect on the original
58
+ authors' reputations.
59
+
60
+ Finally, any free program is threatened constantly by software patents.
61
+ We wish to avoid the danger that redistributors of a free program will
62
+ individually obtain patent licenses, in effect making the program
63
+ proprietary. To prevent this, we have made it clear that any patent
64
+ must be licensed for everyone's free use or not licensed at all.
65
+
66
+ The precise terms and conditions for copying, distribution and
67
+ modification follow.
68
+
69
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
70
+
71
+ 0. This License applies to any program or other work which contains a
72
+ notice placed by the copyright holder saying it may be distributed
73
+ under the terms of this General Public License. The "Program", below,
74
+ refers to any such program or work, and a "work based on the Program"
75
+ means either the Program or any derivative work under copyright law:
76
+ that is to say, a work containing the Program or a portion of it,
77
+ either verbatim or with modifications and/or translated into another
78
+ language. (Hereinafter, translation is included without limitation in
79
+ the term "modification".) Each licensee is addressed as "you".
80
+
81
+ Activities other than copying, distribution and modification are not
82
+ covered by this License; they are outside its scope. The act of running
83
+ the Program is not restricted, and the output from the Program is
84
+ covered only if its contents constitute a work based on the Program
85
+ (independent of having been made by running the Program). Whether that
86
+ is true depends on what the Program does.
87
+
88
+ 1. You may copy and distribute verbatim copies of the Program's source
89
+ code as you receive it, in any medium, provided that you conspicuously
90
+ and appropriately publish on each copy an appropriate copyright notice
91
+ and disclaimer of warranty; keep intact all the notices that refer to
92
+ this License and to the absence of any warranty; and give any other
93
+ recipients of the Program a copy of this License along with the
94
+ Program.
95
+
96
+ You may charge a fee for the physical act of transferring a copy, and
97
+ you may at your option offer warranty protection in exchange for a fee.
98
+
99
+ 2. You may modify your copy or copies of the Program or any portion of
100
+ it, thus forming a work based on the Program, and copy and distribute
101
+ such modifications or work under the terms of Section 1 above, provided
102
+ that you also meet all of these conditions:
103
+
104
+ a) You must cause the modified files to carry prominent notices
105
+ stating that you changed the files and the date of any change.
106
+
107
+ b) You must cause any work that you distribute or publish, that in
108
+ whole or in part contains or is derived from the Program or any
109
+ part thereof, to be licensed as a whole at no charge to all third
110
+ parties under the terms of this License.
111
+
112
+ c) If the modified program normally reads commands interactively
113
+ when run, you must cause it, when started running for such
114
+ interactive use in the most ordinary way, to print or display an
115
+ announcement including an appropriate copyright notice and a
116
+ notice that there is no warranty (or else, saying that you provide
117
+ a warranty) and that users may redistribute the program under
118
+ these conditions, and telling the user how to view a copy of this
119
+ License. (Exception: if the Program itself is interactive but does
120
+ not normally print such an announcement, your work based on the
121
+ Program is not required to print an announcement.)
122
+
123
+ These requirements apply to the modified work as a whole. If
124
+ identifiable sections of that work are not derived from the Program,
125
+ and can be reasonably considered independent and separate works in
126
+ themselves, then this License, and its terms, do not apply to those
127
+ sections when you distribute them as separate works. But when you
128
+ distribute the same sections as part of a whole which is a work based
129
+ on the Program, the distribution of the whole must be on the terms of
130
+ this License, whose permissions for other licensees extend to the
131
+ entire whole, and thus to each and every part regardless of who wrote
132
+ it.
133
+
134
+ Thus, it is not the intent of this section to claim rights or contest
135
+ your rights to work written entirely by you; rather, the intent is to
136
+ exercise the right to control the distribution of derivative or
137
+ collective works based on the Program.
138
+
139
+ In addition, mere aggregation of another work not based on the Program
140
+ with the Program (or with a work based on the Program) on a volume of a
141
+ storage or distribution medium does not bring the other work under the
142
+ scope of this License.
143
+
144
+ 3. You may copy and distribute the Program (or a work based on it,
145
+ under Section 2) in object code or executable form under the terms of
146
+ Sections 1 and 2 above provided that you also do one of the following:
147
+
148
+ a) Accompany it with the complete corresponding machine-readable
149
+ source code, which must be distributed under the terms of Sections
150
+ 1 and 2 above on a medium customarily used for software
151
+ interchange; or,
152
+
153
+ b) Accompany it with a written offer, valid for at least three
154
+ years, to give any third party, for a charge no more than your cost
155
+ of physically performing source distribution, a complete
156
+ machine-readable copy of the corresponding source code, to be
157
+ distributed under the terms of Sections 1 and 2 above on a medium
158
+ customarily used for software interchange; or,
159
+
160
+ c) Accompany it with the information you received as to the offer
161
+ to distribute corresponding source code. (This alternative is
162
+ allowed only for noncommercial distribution and only if you
163
+ received the program in object code or executable form with such
164
+ an offer, in accord with Subsection b above.)
165
+
166
+ The source code for a work means the preferred form of the work for
167
+ making modifications to it. For an executable work, complete source
168
+ code means all the source code for all modules it contains, plus any
169
+ associated interface definition files, plus the scripts used to control
170
+ compilation and installation of the executable. However, as a special
171
+ exception, the source code distributed need not include anything that
172
+ is normally distributed (in either source or binary form) with the
173
+ major components (compiler, kernel, and so on) of the operating system
174
+ on which the executable runs, unless that component itself accompanies
175
+ the executable.
176
+
177
+ If distribution of executable or object code is made by offering access
178
+ to copy from a designated place, then offering equivalent access to
179
+ copy the source code from the same place counts as distribution of the
180
+ source code, even though third parties are not compelled to copy the
181
+ source along with the object code.
182
+
183
+ 4. You may not copy, modify, sublicense, or distribute the Program
184
+ except as expressly provided under this License. Any attempt otherwise
185
+ to copy, modify, sublicense or distribute the Program is void, and will
186
+ automatically terminate your rights under this License. However,
187
+ parties who have received copies, or rights, from you under this License
188
+ will not have their licenses terminated so long as such parties remain
189
+ in full compliance.
190
+
191
+ 5. You are not required to accept this License, since you have not
192
+ signed it. However, nothing else grants you permission to modify or
193
+ distribute the Program or its derivative works. These actions are
194
+ prohibited by law if you do not accept this License. Therefore, by
195
+ modifying or distributing the Program (or any work based on the
196
+ Program), you indicate your acceptance of this License to do so, and
197
+ all its terms and conditions for copying, distributing or modifying
198
+ the Program or works based on it.
199
+
200
+ 6. Each time you redistribute the Program (or any work based on the
201
+ Program), the recipient automatically receives a license from the
202
+ original licensor to copy, distribute or modify the Program subject to
203
+ these terms and conditions. You may not impose any further restrictions
204
+ on the recipients' exercise of the rights granted herein. You are not
205
+ responsible for enforcing compliance by third parties to this License.
206
+
207
+ 7. If, as a consequence of a court judgment or allegation of patent
208
+ infringement or for any other reason (not limited to patent issues),
209
+ conditions are imposed on you (whether by court order, agreement or
210
+ otherwise) that contradict the conditions of this License, they do not
211
+ excuse you from the conditions of this License. If you cannot
212
+ distribute so as to satisfy simultaneously your obligations under this
213
+ License and any other pertinent obligations, then as a consequence you
214
+ may not distribute the Program at all. For example, if a patent license
215
+ would not permit royalty-free redistribution of the Program by all
216
+ those who receive copies directly or indirectly through you, then the
217
+ only way you could satisfy both it and this License would be to refrain
218
+ entirely from distribution of the Program.
219
+
220
+ If any portion of this section is held invalid or unenforceable under
221
+ any particular circumstance, the balance of the section is intended to
222
+ apply and the section as a whole is intended to apply in other
223
+ circumstances.
224
+
225
+ It is not the purpose of this section to induce you to infringe any
226
+ patents or other property right claims or to contest validity of any
227
+ such claims; this section has the sole purpose of protecting the
228
+ integrity of the free software distribution system, which is
229
+ implemented by public license practices. Many people have made
230
+ generous contributions to the wide range of software distributed
231
+ through that system in reliance on consistent application of that
232
+ system; it is up to the author/donor to decide if he or she is willing
233
+ to distribute software through any other system and a licensee cannot
234
+ impose that choice.
235
+
236
+ This section is intended to make thoroughly clear what is believed to
237
+ be a consequence of the rest of this License.
238
+
239
+ 8. If the distribution and/or use of the Program is restricted in
240
+ certain countries either by patents or by copyrighted interfaces, the
241
+ original copyright holder who places the Program under this License may
242
+ add an explicit geographical distribution limitation excluding those
243
+ countries, so that distribution is permitted only in or among countries
244
+ not thus excluded. In such case, this License incorporates the limitation
245
+ as if written in the body of this License.
246
+
247
+ 9. The Free Software Foundation may publish revised and/or new versions
248
+ of the General Public License from time to time. Such new versions will
249
+ be similar in spirit to the present version, but may differ in detail
250
+ to address new problems or concerns.
251
+
252
+ Each version is given a distinguishing version number. If the Program
253
+ specifies a version number of this License which applies to it and "any
254
+ later version", you have the option of following the terms and
255
+ conditions either of that version or of any later version published by
256
+ the Free Software Foundation. If the Program does not specify a version
257
+ number of this License, you may choose any version ever published by
258
+ the Free Software Foundation.
259
+
260
+ 10. If you wish to incorporate parts of the Program into other free
261
+ programs whose distribution conditions are different, write to the
262
+ author to ask for permission. For software which is copyrighted by
263
+ the Free Software Foundation, write to the Free Software Foundation;
264
+ we sometimes make exceptions for this. Our decision will be guided by
265
+ the two goals of preserving the free status of all derivatives of our
266
+ free software and of promoting the sharing and reuse of software
267
+ generally.
268
+
269
+ NO WARRANTY
270
+
271
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
272
+ WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
273
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
274
+ OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND,
275
+ EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
276
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
277
+ ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
278
+ YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
279
+ NECESSARY SERVICING, REPAIR OR CORRECTION.
280
+
281
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
282
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
283
+ MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE
284
+ TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
285
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
286
+ PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
287
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
288
+ FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
289
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
290
+ DAMAGES.
291
+
292
+ END OF TERMS AND CONDITIONS