Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: vkdt
Upstream-Contact: johannes hanika <hanatos@gmail.com>
Source: <https://github.com/hanatos/vkdt>
#
# Please double check copyright with the licensecheck(1) command.

Files:     .gitignore
           .gitmodules
           Makefile
           bin/Makefile
           bin/config.mk.defaults
           bin/darkroom.ui
           bin/data/OpenSans-Light.ttf
           bin/data/Roboto-Regular.ttf
           bin/data/blocks/draw.cfg
           bin/data/blocks/spectral.cfg
           bin/data/blocks/temporal.cfg
           bin/data/bomb.bc1
           bin/data/busybee.bc1
           bin/data/noisecheck.cfg
           bin/data/noiseprofile.cfg
           bin/default-darkroom.i-jpg
           bin/default-darkroom.i-mlv
           bin/default-darkroom.i-pfm
           bin/default-darkroom.i-raw
           bin/default.i-jpg
           bin/default.i-mlv
           bin/default.i-pfm
           bin/default.i-raw
           bin/examples/draw-guided.cfg
           bin/examples/draw.cfg
           bin/examples/llap.cfg
           bin/examples/raw.cfg
           bin/examples/readme.md
           bin/examples/spheres.cfg
           bin/examples/sss.cfg
           bin/examples/test.cfg
           bin/examples/test10b.cfg
           bin/examples/webcam-taa.cfg
           bin/noise-profile.sh
           bin/read-icc.py
           bin/thumb.cfg
           doc/colourmanagement.md
           doc/noiseprofiling.md
           debian/README.Debian
           debian/changelog
           debian/control
           debian/copyright
           debian/patches/config
           debian/patches/series
           debian/rules
           debian/source/format
           debian/watch
           ext/Makefile
           ext/imgui/.editorconfig
           ext/imgui/.gitattributes
           ext/imgui/.github/FUNDING.yml
           ext/imgui/.github/issue_template.md
           ext/imgui/.github/pull_request_template.md
           ext/imgui/.github/workflows/build.yml
           ext/imgui/.github/workflows/scheduled.yml
           ext/imgui/.github/workflows/static-analysis.yml
           ext/imgui/.gitignore
           ext/imgui/backends/imgui_impl_allegro5.cpp
           ext/imgui/backends/imgui_impl_allegro5.h
           ext/imgui/backends/imgui_impl_android.cpp
           ext/imgui/backends/imgui_impl_android.h
           ext/imgui/backends/imgui_impl_dx10.cpp
           ext/imgui/backends/imgui_impl_dx10.h
           ext/imgui/backends/imgui_impl_dx11.cpp
           ext/imgui/backends/imgui_impl_dx11.h
           ext/imgui/backends/imgui_impl_dx12.cpp
           ext/imgui/backends/imgui_impl_dx12.h
           ext/imgui/backends/imgui_impl_dx9.cpp
           ext/imgui/backends/imgui_impl_dx9.h
           ext/imgui/backends/imgui_impl_glfw.cpp
           ext/imgui/backends/imgui_impl_glfw.h
           ext/imgui/backends/imgui_impl_glut.cpp
           ext/imgui/backends/imgui_impl_glut.h
           ext/imgui/backends/imgui_impl_marmalade.cpp
           ext/imgui/backends/imgui_impl_marmalade.h
           ext/imgui/backends/imgui_impl_metal.h
           ext/imgui/backends/imgui_impl_metal.mm
           ext/imgui/backends/imgui_impl_opengl2.cpp
           ext/imgui/backends/imgui_impl_opengl2.h
           ext/imgui/backends/imgui_impl_opengl3.cpp
           ext/imgui/backends/imgui_impl_opengl3.h
           ext/imgui/backends/imgui_impl_osx.h
           ext/imgui/backends/imgui_impl_osx.mm
           ext/imgui/backends/imgui_impl_sdl.cpp
           ext/imgui/backends/imgui_impl_sdl.h
           ext/imgui/backends/imgui_impl_vulkan.cpp
           ext/imgui/backends/imgui_impl_vulkan.h
           ext/imgui/backends/imgui_impl_wgpu.cpp
           ext/imgui/backends/imgui_impl_wgpu.h
           ext/imgui/backends/imgui_impl_win32.cpp
           ext/imgui/backends/imgui_impl_win32.h
           ext/imgui/backends/vulkan/generate_spv.sh
           ext/imgui/backends/vulkan/glsl_shader.frag
           ext/imgui/backends/vulkan/glsl_shader.vert
           ext/imgui/docs/BACKENDS.md
           ext/imgui/docs/CHANGELOG.txt
           ext/imgui/docs/EXAMPLES.md
           ext/imgui/docs/FAQ.md
           ext/imgui/docs/README.md
           ext/imgui/docs/TODO.txt
           ext/imgui/examples/README.txt
           ext/imgui/examples/example_allegro5/README.md
           ext/imgui/examples/example_allegro5/example_allegro5.vcxproj
           ext/imgui/examples/example_allegro5/example_allegro5.vcxproj.filters
           ext/imgui/examples/example_allegro5/imconfig_allegro5.h
           ext/imgui/examples/example_allegro5/main.cpp
           ext/imgui/examples/example_android_opengl3/CMakeLists.txt
           ext/imgui/examples/example_android_opengl3/android/.gitignore
           ext/imgui/examples/example_android_opengl3/android/app/build.gradle
           ext/imgui/examples/example_android_opengl3/android/app/src/main/java/MainActivity.kt
           ext/imgui/examples/example_android_opengl3/android/build.gradle
           ext/imgui/examples/example_android_opengl3/android/settings.gradle
           ext/imgui/examples/example_android_opengl3/main.cpp
           ext/imgui/examples/example_apple_metal/README.md
           ext/imgui/examples/example_apple_metal/example_apple_metal.xcodeproj/project.pbxproj
           ext/imgui/examples/example_apple_metal/main.mm
           ext/imgui/examples/example_apple_opengl2/example_apple_opengl2.xcodeproj/project.pbxproj
           ext/imgui/examples/example_apple_opengl2/main.mm
           ext/imgui/examples/example_emscripten_opengl3/Makefile
           ext/imgui/examples/example_emscripten_opengl3/README.md
           ext/imgui/examples/example_emscripten_opengl3/main.cpp
           ext/imgui/examples/example_emscripten_wgpu/Makefile
           ext/imgui/examples/example_emscripten_wgpu/README.md
           ext/imgui/examples/example_emscripten_wgpu/main.cpp
           ext/imgui/examples/example_glfw_metal/Makefile
           ext/imgui/examples/example_glfw_metal/main.mm
           ext/imgui/examples/example_glfw_opengl2/Makefile
           ext/imgui/examples/example_glfw_opengl2/build_win32.bat
           ext/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj
           ext/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj.filters
           ext/imgui/examples/example_glfw_opengl2/main.cpp
           ext/imgui/examples/example_glfw_opengl3/Makefile
           ext/imgui/examples/example_glfw_opengl3/build_win32.bat
           ext/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj
           ext/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters
           ext/imgui/examples/example_glfw_opengl3/main.cpp
           ext/imgui/examples/example_glfw_vulkan/CMakeLists.txt
           ext/imgui/examples/example_glfw_vulkan/build_win32.bat
           ext/imgui/examples/example_glfw_vulkan/build_win64.bat
           ext/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
           ext/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters
           ext/imgui/examples/example_glfw_vulkan/main.cpp
           ext/imgui/examples/example_glut_opengl2/Makefile
           ext/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj
           ext/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj.filters
           ext/imgui/examples/example_glut_opengl2/main.cpp
           ext/imgui/examples/example_marmalade/data/app.icf
           ext/imgui/examples/example_null/Makefile
           ext/imgui/examples/example_null/build_win32.bat
           ext/imgui/examples/example_null/main.cpp
           ext/imgui/examples/example_sdl_directx11/build_win32.bat
           ext/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj
           ext/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters
           ext/imgui/examples/example_sdl_directx11/main.cpp
           ext/imgui/examples/example_sdl_metal/Makefile
           ext/imgui/examples/example_sdl_metal/main.mm
           ext/imgui/examples/example_sdl_opengl2/Makefile
           ext/imgui/examples/example_sdl_opengl2/README.md
           ext/imgui/examples/example_sdl_opengl2/build_win32.bat
           ext/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj
           ext/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj.filters
           ext/imgui/examples/example_sdl_opengl2/main.cpp
           ext/imgui/examples/example_sdl_opengl3/Makefile
           ext/imgui/examples/example_sdl_opengl3/README.md
           ext/imgui/examples/example_sdl_opengl3/build_win32.bat
           ext/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj
           ext/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters
           ext/imgui/examples/example_sdl_opengl3/main.cpp
           ext/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj
           ext/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters
           ext/imgui/examples/example_sdl_vulkan/main.cpp
           ext/imgui/examples/example_win32_directx10/build_win32.bat
           ext/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj
           ext/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj.filters
           ext/imgui/examples/example_win32_directx10/main.cpp
           ext/imgui/examples/example_win32_directx11/build_win32.bat
           ext/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj
           ext/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj.filters
           ext/imgui/examples/example_win32_directx11/main.cpp
           ext/imgui/examples/example_win32_directx12/build_win32.bat
           ext/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj
           ext/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj.filters
           ext/imgui/examples/example_win32_directx12/main.cpp
           ext/imgui/examples/example_win32_directx9/build_win32.bat
           ext/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj
           ext/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters
           ext/imgui/examples/example_win32_directx9/main.cpp
           ext/imgui/examples/imgui_examples.sln
           ext/imgui/examples/libs/gl3w/GL/gl3w.c
           ext/imgui/examples/libs/gl3w/GL/gl3w.h
           ext/imgui/examples/libs/glfw/lib-vc2010-32/glfw3.lib
           ext/imgui/examples/libs/glfw/lib-vc2010-64/glfw3.lib
           ext/imgui/imconfig.h
           ext/imgui/imgui.cpp
           ext/imgui/imgui.h
           ext/imgui/imgui_demo.cpp
           ext/imgui/imgui_internal.h
           ext/imgui/imgui_tables.cpp
           ext/imgui/imgui_widgets.cpp
           ext/imgui/misc/README.txt
           ext/imgui/misc/cpp/README.txt
           ext/imgui/misc/cpp/imgui_stdlib.cpp
           ext/imgui/misc/cpp/imgui_stdlib.h
           ext/imgui/misc/debuggers/README.txt
           ext/imgui/misc/debuggers/imgui.gdb
           ext/imgui/misc/fonts/Cousine-Regular.ttf
           ext/imgui/misc/fonts/DroidSans.ttf
           ext/imgui/misc/fonts/Karla-Regular.ttf
           ext/imgui/misc/fonts/ProggyClean.ttf
           ext/imgui/misc/fonts/ProggyTiny.ttf
           ext/imgui/misc/fonts/Roboto-Medium.ttf
           ext/imgui/misc/fonts/binary_to_compressed_c.cpp
           ext/imgui/misc/freetype/README.md
           ext/imgui/misc/freetype/imgui_freetype.cpp
           ext/imgui/misc/freetype/imgui_freetype.h
           ext/imgui/misc/single_file/imgui_single_file.h
           ext/rawspeed/.ci/.gitattributes
           ext/rawspeed/.ci/Brewfile
           ext/rawspeed/.ci/ci-script.sh
           ext/rawspeed/.ci/codecov.yml
           ext/rawspeed/.ci/coverity_model.cpp
           ext/rawspeed/.ci/sonar-project.properties
           ext/rawspeed/.ci/wro_deploy.enc
           ext/rawspeed/.ci/www-finish.sh
           ext/rawspeed/.ci/www-prepare.sh
           ext/rawspeed/.clang-format
           ext/rawspeed/.clang-tidy
           ext/rawspeed/.gitattributes
           ext/rawspeed/.github/CODEOWNERS
           ext/rawspeed/.github/workflows/ci.yml
           ext/rawspeed/.gitignore
           ext/rawspeed/.mailmap
           ext/rawspeed/.travis.yml
           ext/rawspeed/CMakeLists.txt
           ext/rawspeed/README.rst
           ext/rawspeed/bench/CMakeLists.txt
           ext/rawspeed/bench/librawspeed/CMakeLists.txt
           ext/rawspeed/bench/librawspeed/bench/CMakeLists.txt
           ext/rawspeed/bench/librawspeed/common/CMakeLists.txt
           ext/rawspeed/bench/librawspeed/decompressors/CMakeLists.txt
           ext/rawspeed/bench/librawspeed/interpolators/CMakeLists.txt
           ext/rawspeed/bench/librawspeed/io/CMakeLists.txt
           ext/rawspeed/bench/librawspeed/metadata/CMakeLists.txt
           ext/rawspeed/cmake/Modules/CheckCXXCompilerFlagAndEnableIt.cmake
           ext/rawspeed/cmake/Modules/CheckJPEGSymbols.cmake
           ext/rawspeed/cmake/Modules/CheckZLIB.cmake
           ext/rawspeed/cmake/Modules/CpuMarch.cmake
           ext/rawspeed/cmake/Modules/FindCppFilt.cmake
           ext/rawspeed/cmake/Modules/FindDemangler.cmake
           ext/rawspeed/cmake/Modules/FindFind.cmake
           ext/rawspeed/cmake/Modules/FindGCCAr.cmake
           ext/rawspeed/cmake/Modules/FindGCCNm.cmake
           ext/rawspeed/cmake/Modules/FindGCCRanLib.cmake
           ext/rawspeed/cmake/Modules/FindGCov.cmake
           ext/rawspeed/cmake/Modules/FindGenHtml.cmake
           ext/rawspeed/cmake/Modules/FindLCov.cmake
           ext/rawspeed/cmake/Modules/FindLLVMAr.cmake
           ext/rawspeed/cmake/Modules/FindLLVMCXXFilt.cmake
           ext/rawspeed/cmake/Modules/FindLLVMClangTidy.cmake
           ext/rawspeed/cmake/Modules/FindLLVMCov.cmake
           ext/rawspeed/cmake/Modules/FindLLVMLLD.cmake
           ext/rawspeed/cmake/Modules/FindLLVMNm.cmake
           ext/rawspeed/cmake/Modules/FindLLVMObjCopy.cmake
           ext/rawspeed/cmake/Modules/FindLLVMObjDump.cmake
           ext/rawspeed/cmake/Modules/FindLLVMOptViewer.cmake
           ext/rawspeed/cmake/Modules/FindLLVMProfData.cmake
           ext/rawspeed/cmake/Modules/FindLLVMRanLib.cmake
           ext/rawspeed/cmake/Modules/FindLibFuzzingEngine.cmake
           ext/rawspeed/cmake/Modules/FindPugixml.cmake
           ext/rawspeed/cmake/Modules/FindSphinx.cmake
           ext/rawspeed/cmake/Modules/FindXMLLINT.cmake
           ext/rawspeed/cmake/Modules/GoogleBenchmark.cmake
           ext/rawspeed/cmake/Modules/GoogleBenchmark.cmake.in
           ext/rawspeed/cmake/Modules/GoogleTest.cmake
           ext/rawspeed/cmake/Modules/GoogleTest.cmake.in
           ext/rawspeed/cmake/Modules/LLVMOpenMP.cmake
           ext/rawspeed/cmake/Modules/LLVMOpenMP.cmake.in
           ext/rawspeed/cmake/Modules/LibFindMacros.cmake
           ext/rawspeed/cmake/Modules/Pugixml.cmake
           ext/rawspeed/cmake/Modules/Pugixml.cmake.in
           ext/rawspeed/cmake/Modules/Zlib.cmake
           ext/rawspeed/cmake/Modules/Zlib.cmake.in
           ext/rawspeed/cmake/Modules/memory-align-alloc.cmake
           ext/rawspeed/cmake/Modules/run-xmllint.cmake
           ext/rawspeed/cmake/Modules/thread-local.cmake
           ext/rawspeed/cmake/build-type.cmake
           ext/rawspeed/cmake/clang-tidy.cmake
           ext/rawspeed/cmake/cmake-command-wrappers.cmake
           ext/rawspeed/cmake/compiler-flags.cmake
           ext/rawspeed/cmake/compiler-versions.cmake
           ext/rawspeed/cmake/compiler-warnings-clang.cmake
           ext/rawspeed/cmake/compiler-warnings-gcc.cmake
           ext/rawspeed/cmake/compiler-warnings.cmake
           ext/rawspeed/cmake/debug-info.cmake
           ext/rawspeed/cmake/gcc-coverage.cmake
           ext/rawspeed/cmake/gcc-gcov.cmake
           ext/rawspeed/cmake/gcc-toolchain.cmake
           ext/rawspeed/cmake/genhtml.cmake
           ext/rawspeed/cmake/iwyu.cmake
           ext/rawspeed/cmake/iwyu.imp
           ext/rawspeed/cmake/lcov.cmake
           ext/rawspeed/cmake/libc++.cmake
           ext/rawspeed/cmake/llvm-cov.cmake
           ext/rawspeed/cmake/llvm-opt-report.cmake
           ext/rawspeed/cmake/llvm-profdata.cmake
           ext/rawspeed/cmake/llvm-toolchain.cmake
           ext/rawspeed/cmake/sample-based-testing.cmake
           ext/rawspeed/cmake/src-dependencies.cmake
           ext/rawspeed/data/CMakeLists.txt
           ext/rawspeed/data/README.md
           ext/rawspeed/docs/CMakeLists.txt
           ext/rawspeed/docs/CameraSupport.rst
           ext/rawspeed/docs/Doxyfile.in
           ext/rawspeed/docs/Doxygen.rst
           ext/rawspeed/docs/IntegrationTesting.rst
           ext/rawspeed/docs/ReferenceSampleArchive.rst
           ext/rawspeed/docs/index.rst
           ext/rawspeed/docs/lnt/index.rst
           ext/rawspeed/docs/sphinx-pyexec.py
           ext/rawspeed/fuzz/CMakeLists.txt
           ext/rawspeed/fuzz/all-fuzzers.txt
           ext/rawspeed/fuzz/common.dict
           ext/rawspeed/fuzz/corpora/.gitignore
           ext/rawspeed/fuzz/corpora/CMakeLists.txt
           ext/rawspeed/fuzz/librawspeed/CMakeLists.txt
           ext/rawspeed/fuzz/librawspeed/decoders/CMakeLists.txt
           ext/rawspeed/fuzz/librawspeed/decoders/TiffDecoders/CMakeLists.txt
           ext/rawspeed/fuzz/librawspeed/decompressors/CMakeLists.txt
           ext/rawspeed/fuzz/librawspeed/decompressors/HuffmanTable/CMakeLists.txt
           ext/rawspeed/fuzz/librawspeed/fuzz/CMakeLists.txt
           ext/rawspeed/fuzz/librawspeed/parsers/CMakeLists.txt
           ext/rawspeed/fuzz/rawspeed/CMakeLists.txt
           ext/rawspeed/lnt/CMakeLists.txt
           ext/rawspeed/lnt/README.rst
           ext/rawspeed/lnt/build-lit.local.cfg
           ext/rawspeed/lnt/lit.local.cfg
           ext/rawspeed/lnt/litsupport_rawspeed/__init__.py
           ext/rawspeed/lnt/litsupport_rawspeed/modules/__init__.py
           ext/rawspeed/lnt/litsupport_rawspeed/modules/rsbench.py
           ext/rawspeed/lnt/raw-sample-archive/CMakeLists.txt
           ext/rawspeed/lnt/raw-sample-archive/lit.local.cfg
           ext/rawspeed/lnt/raw-sample-archive/rsbench/CMakeLists.txt
           ext/rawspeed/lnt/raw-sample-archive/rsbench/lit.local.cfg
           ext/rawspeed/src/CMakeLists.txt
           ext/rawspeed/src/external/CMakeLists.txt
           ext/rawspeed/src/external/ThreadSafetyAnalysis.h
           ext/rawspeed/src/librawspeed/CMakeLists.txt
           ext/rawspeed/src/librawspeed/README.md
           ext/rawspeed/src/librawspeed/common/CMakeLists.txt
           ext/rawspeed/src/librawspeed/decoders/CMakeLists.txt
           ext/rawspeed/src/librawspeed/decompressors/CMakeLists.txt
           ext/rawspeed/src/librawspeed/interpolators/CMakeLists.txt
           ext/rawspeed/src/librawspeed/io/CMakeLists.txt
           ext/rawspeed/src/librawspeed/metadata/CMakeLists.txt
           ext/rawspeed/src/librawspeed/parsers/CMakeLists.txt
           ext/rawspeed/src/librawspeed/tiff/CMakeLists.txt
           ext/rawspeed/src/utilities/CMakeLists.txt
           ext/rawspeed/src/utilities/identify/CMakeLists.txt
           ext/rawspeed/src/utilities/rsbench/CMakeLists.txt
           ext/rawspeed/src/utilities/rstest/CMakeLists.txt
           ext/rawspeed/test/CMakeLists.txt
           ext/rawspeed/test/librawspeed/CMakeLists.txt
           ext/rawspeed/test/librawspeed/common/CMakeLists.txt
           ext/rawspeed/test/librawspeed/decompressors/CMakeLists.txt
           ext/rawspeed/test/librawspeed/io/CMakeLists.txt
           ext/rawspeed/test/librawspeed/metadata/CMakeLists.txt
           ext/rawspeed/test/librawspeed/test/CMakeLists.txt
           readme.md
           src/Makefile
           src/cli/.gitignore
           src/cli/flat.mk
           src/cli/main.c
           src/cli/readme.md
           src/core/clip.h
           src/core/core.h
           src/core/flat.mk
           src/core/half.h
           src/core/inpaint.h
           src/core/log.c
           src/core/log.h
           src/core/solve.h
           src/core/strexpand.h
           src/core/threads.c
           src/core/threads.h
           src/db/db.c
           src/db/db.h
           src/db/exif.h
           src/db/flat.mk
           src/db/murmur3.h
           src/db/rc.c
           src/db/rc.h
           src/db/readme.md
           src/db/stringpool.h
           src/db/tests/.gitignore
           src/db/tests/Makefile
           src/db/tests/qsort.h
           src/db/tests/rc.c
           src/db/tests/rtest.c
           src/db/tests/sort.h
           src/db/tests/test.c
           src/db/thumbnails.c
           src/db/thumbnails.h
           src/fit/fit.c
           src/fit/flat.mk
           src/fit/readme.md
           src/gui/api.hh
           src/gui/darkroom-util.h
           src/gui/darkroom.c
           src/gui/darkroom.h
           src/gui/flat.mk
           src/gui/gui.c
           src/gui/gui.h
           src/gui/lighttable.h
           src/gui/main.c
           src/gui/readme.md
           src/gui/render.cc
           src/gui/render.h
           src/gui/view.c
           src/gui/view.h
           src/gui/widget_descriptor.h
           src/gui/widget_filebrowser.hh
           src/gui/widget_thumbnail.hh
           src/pipe/.gitignore
           src/pipe/TODO
           src/pipe/alloc.c
           src/pipe/alloc.h
           src/pipe/connector.c
           src/pipe/connector.h
           src/pipe/connector.inc
           src/pipe/dlist.h
           src/pipe/doc/Makefile
           src/pipe/doc/readme.md
           src/pipe/doc/style.css
           src/pipe/draw.h
           src/pipe/flat.mk
           src/pipe/global.c
           src/pipe/global.h
           src/pipe/graph-export.c
           src/pipe/graph-export.h
           src/pipe/graph-fwd.h
           src/pipe/graph-io.c
           src/pipe/graph-io.h
           src/pipe/graph-print.h
           src/pipe/graph-traverse.inc
           src/pipe/graph.c
           src/pipe/graph.h
           src/pipe/io.h
           src/pipe/module.c
           src/pipe/module.h
           src/pipe/modules/ab/connectors
           src/pipe/modules/ab/main.comp
           src/pipe/modules/ab/params
           src/pipe/modules/ab/readme.md
           src/pipe/modules/accum/connectors
           src/pipe/modules/accum/main.comp
           src/pipe/modules/accum/params
           src/pipe/modules/align/config.h
           src/pipe/modules/align/connectors
           src/pipe/modules/align/dist.comp
           src/pipe/modules/align/down2.comp
           src/pipe/modules/align/down4.comp
           src/pipe/modules/align/flat.mk
           src/pipe/modules/align/half.comp
           src/pipe/modules/align/main.c
           src/pipe/modules/align/mask.comp
           src/pipe/modules/align/merge.comp
           src/pipe/modules/align/params
           src/pipe/modules/align/readme.md
           src/pipe/modules/align/var.comp
           src/pipe/modules/align/visn.comp
           src/pipe/modules/align/warp.comp
           src/pipe/modules/api.h
           src/pipe/modules/blend/connectors
           src/pipe/modules/blend/flat.mk
           src/pipe/modules/blend/main.c
           src/pipe/modules/blend/main.comp
           src/pipe/modules/blend/params
           src/pipe/modules/blend/readme.md
           src/pipe/modules/check/connectors
           src/pipe/modules/check/main.comp
           src/pipe/modules/check/params
           src/pipe/modules/check/params.ui
           src/pipe/modules/check/readme.md
           src/pipe/modules/ciediag/collect.comp
           src/pipe/modules/ciediag/connectors
           src/pipe/modules/ciediag/flat.mk
           src/pipe/modules/ciediag/main.c
           src/pipe/modules/ciediag/map.comp
           src/pipe/modules/ciediag/params
           src/pipe/modules/ciediag/readme.md
           src/pipe/modules/colour/chart.c
           src/pipe/modules/colour/connectors
           src/pipe/modules/colour/flat.mk
           src/pipe/modules/colour/main.c
           src/pipe/modules/colour/main.comp
           src/pipe/modules/colour/params
           src/pipe/modules/colour/params.ui
           src/pipe/modules/colour/readme.md
           src/pipe/modules/colour/test/Makefile
           src/pipe/modules/colour/test/test.c
           src/pipe/modules/contrast/combine.comp
           src/pipe/modules/contrast/connectors
           src/pipe/modules/contrast/flat.mk
           src/pipe/modules/contrast/main.c
           src/pipe/modules/contrast/params
           src/pipe/modules/contrast/params.ui
           src/pipe/modules/crop/connectors
           src/pipe/modules/crop/flat.mk
           src/pipe/modules/crop/main.c
           src/pipe/modules/crop/main.comp
           src/pipe/modules/crop/params
           src/pipe/modules/crop/params.ui
           src/pipe/modules/crop/readme.md
           src/pipe/modules/deconv/config.h
           src/pipe/modules/deconv/connectors
           src/pipe/modules/deconv/deconv.comp
           src/pipe/modules/deconv/div.comp
           src/pipe/modules/deconv/flat.mk
           src/pipe/modules/deconv/main.c
           src/pipe/modules/deconv/mul.comp
           src/pipe/modules/deconv/params
           src/pipe/modules/deconv/params.ui
           src/pipe/modules/deconv/readme.md
           src/pipe/modules/demosaic/connectors
           src/pipe/modules/demosaic/down.comp
           src/pipe/modules/demosaic/fix.comp
           src/pipe/modules/demosaic/flat.mk
           src/pipe/modules/demosaic/gauss.comp
           src/pipe/modules/demosaic/halfsize.comp
           src/pipe/modules/demosaic/main.c
           src/pipe/modules/demosaic/splat.comp
           src/pipe/modules/denoise/assemble.comp
           src/pipe/modules/denoise/connectors
           src/pipe/modules/denoise/cov.glsl
           src/pipe/modules/denoise/doub.comp
           src/pipe/modules/denoise/down.comp
           src/pipe/modules/denoise/downcov.comp
           src/pipe/modules/denoise/flat.mk
           src/pipe/modules/denoise/half.comp
           src/pipe/modules/denoise/main.c
           src/pipe/modules/denoise/noise.glsl
           src/pipe/modules/denoise/noop.comp
           src/pipe/modules/denoise/params
           src/pipe/modules/denoise/readme.md
           src/pipe/modules/display/connectors
           src/pipe/modules/draw/connectors
           src/pipe/modules/draw/flat.mk
           src/pipe/modules/draw/main.c
           src/pipe/modules/draw/main.frag
           src/pipe/modules/draw/main.geom
           src/pipe/modules/draw/main.vert
           src/pipe/modules/draw/params
           src/pipe/modules/draw/params.ui
           src/pipe/modules/draw/readme.md
           src/pipe/modules/exposure/connectors
           src/pipe/modules/exposure/main.comp
           src/pipe/modules/exposure/params
           src/pipe/modules/exposure/params.ui
           src/pipe/modules/f2srgb/connectors
           src/pipe/modules/f2srgb/main.comp
           src/pipe/modules/f2srgb/params
           src/pipe/modules/filmcurv/connectors
           src/pipe/modules/filmcurv/flat.mk
           src/pipe/modules/filmcurv/main.c
           src/pipe/modules/filmcurv/main.comp
           src/pipe/modules/filmcurv/params
           src/pipe/modules/filmcurv/params.ui
           src/pipe/modules/filmcurv/readme.md
           src/pipe/modules/filmcurv/test/test.ipynb
           src/pipe/modules/filmcurv/test/test.py
           src/pipe/modules/grad/connectors
           src/pipe/modules/grad/main.comp
           src/pipe/modules/grad/params
           src/pipe/modules/grad/params.ui
           src/pipe/modules/grad/readme.md
           src/pipe/modules/grade/connectors
           src/pipe/modules/grade/main.comp
           src/pipe/modules/grade/params
           src/pipe/modules/grade/params.ui
           src/pipe/modules/grade/readme.md
           src/pipe/modules/guided/connectors
           src/pipe/modules/guided/flat.mk
           src/pipe/modules/guided/main.c
           src/pipe/modules/guided/params
           src/pipe/modules/guided/readme.md
           src/pipe/modules/hilite/assemble.comp
           src/pipe/modules/hilite/connectors
           src/pipe/modules/hilite/doub.comp
           src/pipe/modules/hilite/flat.mk
           src/pipe/modules/hilite/half.comp
           src/pipe/modules/hilite/main.c
           src/pipe/modules/hilite/params
           src/pipe/modules/hilite/params.ui
           src/pipe/modules/hilite/readme.md
           src/pipe/modules/hilite/reduce.comp
           src/pipe/modules/hist/collect.comp
           src/pipe/modules/hist/connectors
           src/pipe/modules/hist/flat.mk
           src/pipe/modules/hist/main.c
           src/pipe/modules/hist/map.comp
           src/pipe/modules/hist/params
           src/pipe/modules/hist/readme.md
           src/pipe/modules/i-bc1/connectors
           src/pipe/modules/i-bc1/flat.mk
           src/pipe/modules/i-bc1/main.c
           src/pipe/modules/i-bc1/params
           src/pipe/modules/i-bc1/readme.md
           src/pipe/modules/i-geo/connectors
           src/pipe/modules/i-geo/corona/geo.h
           src/pipe/modules/i-geo/corona/prims.c
           src/pipe/modules/i-geo/corona/prims.h
           src/pipe/modules/i-geo/flat.mk
           src/pipe/modules/i-geo/main.c
           src/pipe/modules/i-geo/params
           src/pipe/modules/i-geo/params.ui
           src/pipe/modules/i-jpg/connectors
           src/pipe/modules/i-jpg/flat.mk
           src/pipe/modules/i-jpg/main.c
           src/pipe/modules/i-jpg/params
           src/pipe/modules/i-jpglst/connectors
           src/pipe/modules/i-jpglst/flat.mk
           src/pipe/modules/i-jpglst/main.c
           src/pipe/modules/i-jpglst/params
           src/pipe/modules/i-jpglst/params.ui
           src/pipe/modules/i-jpglst/readme.md
           src/pipe/modules/i-lut/connectors
           src/pipe/modules/i-lut/flat.mk
           src/pipe/modules/i-lut/main.c
           src/pipe/modules/i-lut/params
           src/pipe/modules/i-lut/params.ui
           src/pipe/modules/i-mlv/connectors
           src/pipe/modules/i-mlv/flat.mk
           src/pipe/modules/i-mlv/main.c
           src/pipe/modules/i-mlv/params
           src/pipe/modules/i-mlv/readme.md
           src/pipe/modules/i-mlv/video_mlv.c
           src/pipe/modules/i-mlv/video_mlv.h
           src/pipe/modules/i-pfm/connectors
           src/pipe/modules/i-pfm/flat.mk
           src/pipe/modules/i-pfm/main.c
           src/pipe/modules/i-pfm/params
           src/pipe/modules/i-raw/adobe_coeff.h
           src/pipe/modules/i-raw/connectors
           src/pipe/modules/i-raw/flat.mk
           src/pipe/modules/i-raw/main.cc
           src/pipe/modules/i-raw/mat3.h
           src/pipe/modules/i-raw/params
           src/pipe/modules/i-raw/params.ui
           src/pipe/modules/i-raw/readme.md
           src/pipe/modules/i-v4l2/connectors
           src/pipe/modules/i-v4l2/conv.comp
           src/pipe/modules/i-v4l2/flat.mk
           src/pipe/modules/i-v4l2/main.c
           src/pipe/modules/i-v4l2/params
           src/pipe/modules/i-v4l2/readme.md
           src/pipe/modules/lens/connectors
           src/pipe/modules/lens/main.comp
           src/pipe/modules/lens/params
           src/pipe/modules/lens/params.ui
           src/pipe/modules/llap/assemble.comp
           src/pipe/modules/llap/colour.comp
           src/pipe/modules/llap/config.h
           src/pipe/modules/llap/connectors
           src/pipe/modules/llap/curve.comp
           src/pipe/modules/llap/flat.mk
           src/pipe/modules/llap/llap.glsl
           src/pipe/modules/llap/main.c
           src/pipe/modules/llap/params
           src/pipe/modules/llap/params.ui
           src/pipe/modules/llap/readme.md
           src/pipe/modules/llap/reduce.comp
           src/pipe/modules/llap/test/test.ipynb
           src/pipe/modules/localsize.h
           src/pipe/modules/loss/connectors
           src/pipe/modules/loss/down.comp
           src/pipe/modules/loss/flat.mk
           src/pipe/modules/loss/main.c
           src/pipe/modules/loss/main.comp
           src/pipe/modules/loss/params
           src/pipe/modules/loss/readme.md
           src/pipe/modules/nprof/connectors
           src/pipe/modules/nprof/flat.mk
           src/pipe/modules/nprof/main.c
           src/pipe/modules/o-bc1/connectors
           src/pipe/modules/o-bc1/flat.mk
           src/pipe/modules/o-bc1/main.c
           src/pipe/modules/o-bc1/params
           src/pipe/modules/o-bc1/readme.md
           src/pipe/modules/o-ffmpeg/connectors
           src/pipe/modules/o-ffmpeg/flat.mk
           src/pipe/modules/o-ffmpeg/main.c
           src/pipe/modules/o-ffmpeg/params
           src/pipe/modules/o-ffmpeg/readme.md
           src/pipe/modules/o-jpg/connectors
           src/pipe/modules/o-jpg/flat.mk
           src/pipe/modules/o-jpg/main.c
           src/pipe/modules/o-jpg/params
           src/pipe/modules/o-pfm/connectors
           src/pipe/modules/o-pfm/flat.mk
           src/pipe/modules/o-pfm/main.c
           src/pipe/modules/o-pfm/params
           src/pipe/modules/pick/TODO
           src/pipe/modules/pick/collect.comp
           src/pipe/modules/pick/connectors
           src/pipe/modules/pick/display.comp
           src/pipe/modules/pick/flat.mk
           src/pipe/modules/pick/main.c
           src/pipe/modules/pick/params
           src/pipe/modules/pick/params.ui
           src/pipe/modules/pick/readme.md
           src/pipe/modules/rawhist/collect.comp
           src/pipe/modules/rawhist/connectors
           src/pipe/modules/rawhist/flat.mk
           src/pipe/modules/rawhist/main.c
           src/pipe/modules/rawhist/map.comp
           src/pipe/modules/rawhist/readme.md
           src/pipe/modules/readme.md
           src/pipe/modules/resize/connectors
           src/pipe/modules/resize/flat.mk
           src/pipe/modules/resize/main.c
           src/pipe/modules/resize/main.comp
           src/pipe/modules/rt/connectors
           src/pipe/modules/rt/flat.mk
           src/pipe/modules/rt/main.c
           src/pipe/modules/rt/main.comp
           src/pipe/modules/rt/params
           src/pipe/modules/rt/params.ui
           src/pipe/modules/rt/quat.h
           src/pipe/modules/rt/readme.md
           src/pipe/modules/saturate/connectors
           src/pipe/modules/saturate/main.comp
           src/pipe/modules/saturate/params
           src/pipe/modules/saturate/params.ui
           src/pipe/modules/saturate/readme.md
           src/pipe/modules/shared.glsl
           src/pipe/modules/shared/blur.comp
           src/pipe/modules/shared/blur_head.glsl
           src/pipe/modules/shared/blurh.comp
           src/pipe/modules/shared/blurs.comp
           src/pipe/modules/shared/blurv.comp
           src/pipe/modules/shared/flat.mk
           src/pipe/modules/shared/guided1.comp
           src/pipe/modules/shared/guided1f.comp
           src/pipe/modules/shared/guided2.comp
           src/pipe/modules/shared/guided2f.comp
           src/pipe/modules/shared/guided3.comp
           src/pipe/modules/shared/resample.comp
           src/pipe/modules/spec/DSC02310.ARW.cfg
           src/pipe/modules/spec/checker.pfm.cfg
           src/pipe/modules/spec/cleanlsbuf.c
           src/pipe/modules/spec/complex.glsl
           src/pipe/modules/spec/complex_algebra.h
           src/pipe/modules/spec/connectors
           src/pipe/modules/spec/createlut.c
           src/pipe/modules/spec/details/cie1931.h
           src/pipe/modules/spec/details/lu.h
           src/pipe/modules/spec/details/matrices.h
           src/pipe/modules/spec/flat.mk
           src/pipe/modules/spec/macadam.c
           src/pipe/modules/spec/main.c
           src/pipe/modules/spec/main.comp
           src/pipe/modules/spec/mbs3.h
           src/pipe/modules/spec/mktest.c
           src/pipe/modules/spec/mom.h
           src/pipe/modules/spec/moments.glsl
           src/pipe/modules/spec/params
           src/pipe/modules/spec/params.ui
           src/pipe/modules/spec/plot-lines.gp
           src/pipe/modules/spec/plot-wd.gp
           src/pipe/modules/spec/png2lut.c
           src/pipe/modules/spec/q2t.h
           src/pipe/modules/spec/quant.h
           src/pipe/modules/spec/rgb2mom.c
           src/pipe/modules/spec/rgb2spec_opt.cpp
           src/pipe/modules/spec/xy2sig.c
           src/pipe/modules/spheres/connectors
           src/pipe/modules/spheres/main.comp
           src/pipe/modules/spheres/readme.md
           src/pipe/modules/srgb2f/connectors
           src/pipe/modules/srgb2f/main.comp
           src/pipe/modules/sss/connectors
           src/pipe/modules/sss/main.comp
           src/pipe/modules/sss/params
           src/pipe/modules/sss/params.ui
           src/pipe/modules/test10b/connectors
           src/pipe/modules/test10b/main.comp
           src/pipe/modules/test10b/readme.md
           src/pipe/modules/thumb/connectors
           src/pipe/modules/thumb/readme.md
           src/pipe/modules/tonecurv/connectors
           src/pipe/modules/vignette/connectors
           src/pipe/modules/vignette/main.comp
           src/pipe/modules/vignette/params
           src/pipe/modules/y2srgb/connectors
           src/pipe/modules/y2srgb/main.comp
           src/pipe/modules/zones/apply.comp
           src/pipe/modules/zones/connectors
           src/pipe/modules/zones/flat.mk
           src/pipe/modules/zones/main.c
           src/pipe/modules/zones/params
           src/pipe/modules/zones/params.ui
           src/pipe/modules/zones/quant.comp
           src/pipe/modules/zones/readme.md
           src/pipe/node.h
           src/pipe/params.h
           src/pipe/pipe.h
           src/pipe/raytrace.c
           src/pipe/raytrace.h
           src/pipe/readme.md
           src/pipe/tests/.gitignore
           src/pipe/tests/Makefile
           src/pipe/tests/alloc.c
           src/pipe/tests/graph.c
           src/pipe/tests/pipe.c
           src/pipe/tests/pipe.cfg
           src/pipe/tests/token.c
           src/pipe/token.h
           src/python/readme.md
           src/qvk/.gitignore
           src/qvk/flat.mk
           src/qvk/readme.md
           src/snd/alsa.c
           src/snd/flat.mk
           src/snd/none.c
           src/snd/snd.h
           src/tools/clut/Makefile
           src/tools/clut/TODO
           src/tools/clut/main.c
           src/tools/clut/q2t.h
Copyright: 2019-2021 johannes hanika
License:   BSD-2-Clause
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files:     ext/rawspeed/bench/librawspeed/bench/Common.cpp
           ext/rawspeed/bench/librawspeed/bench/Common.h
           ext/rawspeed/bench/librawspeed/common/DefaultInitAllocatorAdaptorBenchmark.cpp
           ext/rawspeed/bench/librawspeed/decompressors/DeflateDecompressorBenchmark.cpp
           ext/rawspeed/bench/librawspeed/interpolators/Cr2sRawInterpolatorBenchmark.cpp
           ext/rawspeed/bench/librawspeed/io/BitStreamBenchmark.cpp
           ext/rawspeed/bench/librawspeed/metadata/CameraMetaDataBenchmark.cpp
           ext/rawspeed/fuzz/libFuzzer_dummy_main.cpp
           ext/rawspeed/fuzz/librawspeed/decoders/TiffDecoders/main.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/Cr2Decompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/CrwDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/DummyLJpegDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/FujiDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/HasselbladDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/HuffmanTable/Common.h
           ext/rawspeed/fuzz/librawspeed/decompressors/HuffmanTable/Dual.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/HuffmanTable/Solo.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/KodakDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/LJpegDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/NikonDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/OlympusDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/PanasonicDecompressorV4.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/PanasonicDecompressorV5.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/PanasonicDecompressorV6.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/PentaxDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/PhaseOneDecompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/SamsungV0Decompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/SamsungV1Decompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/SamsungV2Decompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/SonyArw1Decompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/SonyArw2Decompressor.cpp
           ext/rawspeed/fuzz/librawspeed/decompressors/VC5Decompressor.cpp
           ext/rawspeed/fuzz/librawspeed/fuzz/Common.cpp
           ext/rawspeed/fuzz/librawspeed/fuzz/Common.h
           ext/rawspeed/fuzz/librawspeed/fuzz/RawSpeed.cpp
           ext/rawspeed/fuzz/librawspeed/parsers/main.cpp
           ext/rawspeed/fuzz/rawspeed/main.cpp
           ext/rawspeed/src/config.h.in
           ext/rawspeed/src/external/AddressSanitizer.h
           ext/rawspeed/src/external/MemorySanitizer.h
           ext/rawspeed/src/librawspeed/RawSpeed-API.h
           ext/rawspeed/src/librawspeed/common/Array2DRef.h
           ext/rawspeed/src/librawspeed/common/ChecksumFile.cpp
           ext/rawspeed/src/librawspeed/common/ChecksumFile.h
           ext/rawspeed/src/librawspeed/common/Common.cpp
           ext/rawspeed/src/librawspeed/common/Common.h
           ext/rawspeed/src/librawspeed/common/Cpuid.cpp
           ext/rawspeed/src/librawspeed/common/Cpuid.h
           ext/rawspeed/src/librawspeed/common/DefaultInitAllocatorAdaptor.h
           ext/rawspeed/src/librawspeed/common/DngOpcodes.cpp
           ext/rawspeed/src/librawspeed/common/DngOpcodes.h
           ext/rawspeed/src/librawspeed/common/ErrorLog.cpp
           ext/rawspeed/src/librawspeed/common/ErrorLog.h
           ext/rawspeed/src/librawspeed/common/FloatingPoint.h
           ext/rawspeed/src/librawspeed/common/GetNumberOfProcessorCores.cpp
           ext/rawspeed/src/librawspeed/common/Memory.cpp
           ext/rawspeed/src/librawspeed/common/Memory.h
           ext/rawspeed/src/librawspeed/common/Mutex.h
           ext/rawspeed/src/librawspeed/common/NORangesSet.h
           ext/rawspeed/src/librawspeed/common/Optional.h
           ext/rawspeed/src/librawspeed/common/Point.h
           ext/rawspeed/src/librawspeed/common/Range.h
           ext/rawspeed/src/librawspeed/common/RawImage.cpp
           ext/rawspeed/src/librawspeed/common/RawImage.h
           ext/rawspeed/src/librawspeed/common/RawImageDataFloat.cpp
           ext/rawspeed/src/librawspeed/common/RawImageDataU16.cpp
           ext/rawspeed/src/librawspeed/common/RawspeedException.h
           ext/rawspeed/src/librawspeed/common/SimpleLUT.h
           ext/rawspeed/src/librawspeed/common/Spline.h
           ext/rawspeed/src/librawspeed/common/TableLookUp.cpp
           ext/rawspeed/src/librawspeed/common/TableLookUp.h
           ext/rawspeed/src/librawspeed/decoders/AbstractTiffDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/AbstractTiffDecoder.h
           ext/rawspeed/src/librawspeed/decoders/ArwDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/ArwDecoder.h
           ext/rawspeed/src/librawspeed/decoders/Cr2Decoder.cpp
           ext/rawspeed/src/librawspeed/decoders/Cr2Decoder.h
           ext/rawspeed/src/librawspeed/decoders/CrwDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/CrwDecoder.h
           ext/rawspeed/src/librawspeed/decoders/DcrDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/DcrDecoder.h
           ext/rawspeed/src/librawspeed/decoders/DcsDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/DcsDecoder.h
           ext/rawspeed/src/librawspeed/decoders/DngDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/DngDecoder.h
           ext/rawspeed/src/librawspeed/decoders/ErfDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/ErfDecoder.h
           ext/rawspeed/src/librawspeed/decoders/IiqDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/IiqDecoder.h
           ext/rawspeed/src/librawspeed/decoders/KdcDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/KdcDecoder.h
           ext/rawspeed/src/librawspeed/decoders/MefDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/MefDecoder.h
           ext/rawspeed/src/librawspeed/decoders/MosDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/MosDecoder.h
           ext/rawspeed/src/librawspeed/decoders/MrwDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/MrwDecoder.h
           ext/rawspeed/src/librawspeed/decoders/NakedDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/NakedDecoder.h
           ext/rawspeed/src/librawspeed/decoders/NefDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/NefDecoder.h
           ext/rawspeed/src/librawspeed/decoders/OrfDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/OrfDecoder.h
           ext/rawspeed/src/librawspeed/decoders/PefDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/PefDecoder.h
           ext/rawspeed/src/librawspeed/decoders/RafDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/RafDecoder.h
           ext/rawspeed/src/librawspeed/decoders/RawDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/RawDecoder.h
           ext/rawspeed/src/librawspeed/decoders/RawDecoderException.h
           ext/rawspeed/src/librawspeed/decoders/Rw2Decoder.cpp
           ext/rawspeed/src/librawspeed/decoders/Rw2Decoder.h
           ext/rawspeed/src/librawspeed/decoders/SimpleTiffDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/SimpleTiffDecoder.h
           ext/rawspeed/src/librawspeed/decoders/SrwDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/SrwDecoder.h
           ext/rawspeed/src/librawspeed/decoders/ThreefrDecoder.cpp
           ext/rawspeed/src/librawspeed/decoders/ThreefrDecoder.h
           ext/rawspeed/src/librawspeed/decompressors/AbstractDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/AbstractDngDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/AbstractDngDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/AbstractHuffmanTable.h
           ext/rawspeed/src/librawspeed/decompressors/AbstractLJpegDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/AbstractLJpegDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/AbstractSamsungDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/BinaryHuffmanTree.h
           ext/rawspeed/src/librawspeed/decompressors/Cr2Decompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/Cr2Decompressor.h
           ext/rawspeed/src/librawspeed/decompressors/CrwDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/CrwDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/DeflateDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/DeflateDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/HasselbladDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/HasselbladDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/HuffmanTable.h
           ext/rawspeed/src/librawspeed/decompressors/HuffmanTableLUT.h
           ext/rawspeed/src/librawspeed/decompressors/HuffmanTableLookup.h
           ext/rawspeed/src/librawspeed/decompressors/HuffmanTableTree.h
           ext/rawspeed/src/librawspeed/decompressors/HuffmanTableVector.h
           ext/rawspeed/src/librawspeed/decompressors/JpegDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/JpegDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/KodakDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/KodakDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/LJpegDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/LJpegDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/NikonDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/NikonDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/OlympusDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/OlympusDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/PanasonicDecompressorV4.cpp
           ext/rawspeed/src/librawspeed/decompressors/PanasonicDecompressorV4.h
           ext/rawspeed/src/librawspeed/decompressors/PanasonicDecompressorV5.cpp
           ext/rawspeed/src/librawspeed/decompressors/PanasonicDecompressorV5.h
           ext/rawspeed/src/librawspeed/decompressors/PentaxDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/PentaxDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/PhaseOneDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/PhaseOneDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/SamsungV0Decompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/SamsungV0Decompressor.h
           ext/rawspeed/src/librawspeed/decompressors/SamsungV1Decompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/SamsungV1Decompressor.h
           ext/rawspeed/src/librawspeed/decompressors/SamsungV2Decompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/SamsungV2Decompressor.h
           ext/rawspeed/src/librawspeed/decompressors/SonyArw1Decompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/SonyArw1Decompressor.h
           ext/rawspeed/src/librawspeed/decompressors/SonyArw2Decompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/SonyArw2Decompressor.h
           ext/rawspeed/src/librawspeed/decompressors/UncompressedDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/UncompressedDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/VC5Decompressor.h
           ext/rawspeed/src/librawspeed/interpolators/Cr2sRawInterpolator.cpp
           ext/rawspeed/src/librawspeed/interpolators/Cr2sRawInterpolator.h
           ext/rawspeed/src/librawspeed/io/BitPumpJPEG.h
           ext/rawspeed/src/librawspeed/io/BitPumpLSB.h
           ext/rawspeed/src/librawspeed/io/BitPumpMSB.h
           ext/rawspeed/src/librawspeed/io/BitPumpMSB16.h
           ext/rawspeed/src/librawspeed/io/BitPumpMSB32.h
           ext/rawspeed/src/librawspeed/io/BitStream.cpp
           ext/rawspeed/src/librawspeed/io/BitStream.h
           ext/rawspeed/src/librawspeed/io/Buffer.h
           ext/rawspeed/src/librawspeed/io/ByteStream.h
           ext/rawspeed/src/librawspeed/io/Endianness.h
           ext/rawspeed/src/librawspeed/io/FileIO.h
           ext/rawspeed/src/librawspeed/io/FileIOException.h
           ext/rawspeed/src/librawspeed/io/FileReader.cpp
           ext/rawspeed/src/librawspeed/io/FileReader.h
           ext/rawspeed/src/librawspeed/io/FileWriter.cpp
           ext/rawspeed/src/librawspeed/io/FileWriter.h
           ext/rawspeed/src/librawspeed/io/IOException.h
           ext/rawspeed/src/librawspeed/metadata/BlackArea.h
           ext/rawspeed/src/librawspeed/metadata/Camera.cpp
           ext/rawspeed/src/librawspeed/metadata/Camera.h
           ext/rawspeed/src/librawspeed/metadata/CameraMetaData.cpp
           ext/rawspeed/src/librawspeed/metadata/CameraMetaData.h
           ext/rawspeed/src/librawspeed/metadata/CameraMetadataException.h
           ext/rawspeed/src/librawspeed/metadata/CameraSensorInfo.cpp
           ext/rawspeed/src/librawspeed/metadata/CameraSensorInfo.h
           ext/rawspeed/src/librawspeed/metadata/ColorFilterArray.cpp
           ext/rawspeed/src/librawspeed/metadata/ColorFilterArray.h
           ext/rawspeed/src/librawspeed/parsers/CiffParser.cpp
           ext/rawspeed/src/librawspeed/parsers/CiffParser.h
           ext/rawspeed/src/librawspeed/parsers/CiffParserException.h
           ext/rawspeed/src/librawspeed/parsers/FiffParser.cpp
           ext/rawspeed/src/librawspeed/parsers/FiffParser.h
           ext/rawspeed/src/librawspeed/parsers/FiffParserException.h
           ext/rawspeed/src/librawspeed/parsers/RawParser.cpp
           ext/rawspeed/src/librawspeed/parsers/RawParser.h
           ext/rawspeed/src/librawspeed/parsers/RawParserException.h
           ext/rawspeed/src/librawspeed/parsers/TiffParser.cpp
           ext/rawspeed/src/librawspeed/parsers/TiffParser.h
           ext/rawspeed/src/librawspeed/parsers/TiffParserException.h
           ext/rawspeed/src/librawspeed/tiff/CiffEntry.cpp
           ext/rawspeed/src/librawspeed/tiff/CiffEntry.h
           ext/rawspeed/src/librawspeed/tiff/CiffIFD.cpp
           ext/rawspeed/src/librawspeed/tiff/CiffIFD.h
           ext/rawspeed/src/librawspeed/tiff/CiffTag.h
           ext/rawspeed/src/librawspeed/tiff/TiffEntry.cpp
           ext/rawspeed/src/librawspeed/tiff/TiffEntry.h
           ext/rawspeed/src/librawspeed/tiff/TiffIFD.cpp
           ext/rawspeed/src/librawspeed/tiff/TiffIFD.h
           ext/rawspeed/src/utilities/rsbench/main.cpp
           ext/rawspeed/src/utilities/rstest/MD5Benchmark.cpp
           ext/rawspeed/src/utilities/rstest/rstest.cpp
           ext/rawspeed/test/librawspeed/io/BitPumpJPEGTest.cpp
           ext/rawspeed/test/librawspeed/io/BitPumpLSBTest.cpp
           ext/rawspeed/test/librawspeed/io/BitPumpMSB16Test.cpp
           ext/rawspeed/test/librawspeed/io/BitPumpMSB32Test.cpp
           ext/rawspeed/test/librawspeed/io/BitPumpMSBTest.cpp
           ext/rawspeed/test/librawspeed/io/BitPumpTest.h
           ext/rawspeed/test/librawspeed/io/EndiannessTest.cpp
           ext/rawspeed/test/librawspeed/io/EndiannessTest.h
           ext/rawspeed/test/librawspeed/metadata/BlackAreaTest.cpp
           ext/rawspeed/test/librawspeed/metadata/CameraMetaDataTest.cpp
           ext/rawspeed/test/librawspeed/metadata/CameraSensorInfoTest.cpp
           ext/rawspeed/test/librawspeed/metadata/CameraTest.cpp
           ext/rawspeed/test/librawspeed/metadata/ColorFilterArrayTest.cpp
           ext/rawspeed/test/librawspeed/test/ExceptionsTest.cpp
           ext/rawspeed/test/librawspeed/test/RawSpeed.cpp
Copyright: 2009-2014 Klaus Post
           2014-2015 Pedro Côrte-Real
           2015-2020 Roman Lebedev
           2017 Axel Waggershauser
           2017 Robert Bieber
           2017 Vasily Khoruzhick
           2017-2018 Roman Lebeedv
           2018 Alexey Danilchenko
           2018 Stefan Hoffmeister
           2018 Stefan Löffler
           2019 Robert Bridge
License:   LGPL-2.0+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 .
 On Debian systems, the complete text of the GNU Library General Public License
 Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.

Files:     ext/rawspeed/test/librawspeed/common/ChecksumFileTest.cpp
           ext/rawspeed/test/librawspeed/common/CommonTest.cpp
           ext/rawspeed/test/librawspeed/common/CpuidTest.cpp
           ext/rawspeed/test/librawspeed/common/MemoryTest.cpp
           ext/rawspeed/test/librawspeed/common/NORangesSetTest.cpp
           ext/rawspeed/test/librawspeed/common/PointTest.cpp
           ext/rawspeed/test/librawspeed/common/RangeTest.cpp
           ext/rawspeed/test/librawspeed/common/RangeTest.h
           ext/rawspeed/test/librawspeed/common/SplineTest.cpp
           ext/rawspeed/test/librawspeed/decompressors/AbstractHuffmanTableTest.cpp
           ext/rawspeed/test/librawspeed/decompressors/BinaryHuffmanTreeTest.cpp
           ext/rawspeed/test/librawspeed/decompressors/HuffmanTableTest.cpp
Copyright: 2017-2018 Roman Lebedev
License:   LGPL-2.0+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; withexpected even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 .
 On Debian systems, the complete text of the GNU Library General Public License
 Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.

Files:     ext/imgui/LICENSE.txt
           ext/imgui/imstb_rectpack.h
           ext/imgui/imstb_textedit.h
           ext/rawspeed/src/librawspeed/tiff/TiffTag.h
           src/pipe/modules/i-mlv/liblj92/lj92.c
           src/pipe/modules/i-mlv/liblj92/lj92.h
           src/pipe/modules/o-bc1/stb_dxt.h
Copyright: 2004-2006 Novell, Inc (http://www.novell.com)
           2014 Andrew Baldwin
           2014-2021 Omar Cornut
           2017 Sean Barrett
License:   Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Files:     ext/imgui/examples/libs/glfw/COPYING.txt
           ext/imgui/examples/libs/glfw/include/GLFW/glfw3.h
           ext/imgui/examples/libs/glfw/include/GLFW/glfw3native.h
           ext/imgui/examples/libs/usynergy/uSynergy.c
           ext/imgui/examples/libs/usynergy/uSynergy.h
Copyright: 2002-2006 Marcus Geelnard
           2006-2010 Camilla Berglund <elmindreda@elmindreda.org>
           2012 Alex Evans
           2012 Synergy Si Ltd.
License:   Zlib
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
 claim that you wrote the original software. If you use this software
 in a product, an acknowledgment in the product documentation would
 be appreciated but is not required.
 .
 2. Altered source versions must be plainly marked as such, and must not
 be misrepresented as being the original software.
 .
 3. This notice may not be removed or altered from any source
 distribution.

Files:     src/qvk/qvk.c
           src/qvk/qvk.h
           src/qvk/qvk_util.c
           src/qvk/qvk_util.h
Copyright: 2018 Christoph Schied
           2019 johannes hanika
License:   GPL-2.0+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 2 can be found in `/usr/share/common-licenses/GPL-2'.

Files:     ext/rawspeed/src/librawspeed/decompressors/FujiDecompressor.cpp
           ext/rawspeed/src/librawspeed/decompressors/FujiDecompressor.h
           ext/rawspeed/src/librawspeed/decompressors/PanasonicDecompressorV6.cpp
           ext/rawspeed/src/librawspeed/decompressors/PanasonicDecompressorV6.h
Copyright: 2016 Alex Tutubalin
           2016 Alexey Danilchenko
           2017 Uwe Müssel
           2017-2020 Roman Lebedev
           2019 LibRaw LLC (info@libraw.org)
License:   LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.

Files:     ext/rawspeed/src/utilities/rstest/MD5Test.cpp
           ext/rawspeed/src/utilities/rstest/md5.cpp
           ext/rawspeed/src/utilities/rstest/md5.h
Copyright: 2016 Project Nayuki https://www.nayuki.io/page/fast-md5-hash-implementation-in-x86-assembly
License:   Expat
 (MIT License)
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of
 this software and associated documentation files (the "Software"), to deal in
 the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of
 the Software, and to permit persons to whom the Software is furnished to do
 so,
 subject to the following conditions:
 - The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 - The Software is provided "as is", without warranty of any kind, express or
 implied, including but not limited to the warranties of merchantability,
 fitness for a particular purpose and noninfringement. In no event shall the
 authors or copyright holders be liable for any claim, damages or other
 liability, whether in an action of contract, tort or otherwise, arising
 from,
 out of or in connection with the Software or the use or other dealings in
 the
 Software.

Files:     ext/rawspeed/src/utilities/identify/rawspeed-identify.cpp
           src/pipe/modules/i-raw/exif.h
Copyright: 2009-2011 johannes hanika.
           2009-2020 darktable developers.
           2016 Pedro Côrte-Real
License:   GPL-3.0+
 darktable is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 darktable is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with darktable.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Files:     src/pipe/modules/i-mlv/raw.h
Copyright: 2013 Magic Lantern Team
License:   GPL-2.0+
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the
 Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor,
 Boston, MA  02110-1301, USA.
 .
 RAW pixels (document mode, as with dcraw -D -o 0):
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 2 can be found in `/usr/share/common-licenses/GPL-2'.

Files:     src/pipe/modules/i-mlv/mlv.h
Copyright: 2013 Magic Lantern Team
License:   GPL-2.0+
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the
 Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor,
 Boston, MA  02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 2 can be found in `/usr/share/common-licenses/GPL-2'.

Files:     src/pipe/modules/crop/gaussian_elimination.h
Copyright: 2017 Heiko Bauke.
License:   GPL-3.0+
 darktable is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 darktable is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with darktable.  If not, see <http://www.gnu.org/licenses/>.
 .
 These routines can be used to solve full-rank linear systems of
 equations by Gaussian elimination with partial pivoting.  The
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Files:     src/db/tests/qsort.c
Copyright: 2016-2019 johannes hanika.
License:   GPL-3.0+
 corona-13 is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 corona-13 is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with corona-13. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Files:     ext/rawspeed/lnt/RawSpeed.cpp
Copyright: 2019 Roman Lebedev
License:   LGPL-2.0+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 .
 The goal here is to have an executable that *always* compiles to a different
 binary, *every* compile. This seems counter-productive, but that is needed
 to "fool" LNT into always consider the target changed.
 .
 On Debian systems, the complete text of the GNU Library General Public License
 Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.

Files:     ext/rawspeed/src/librawspeed/decompressors/VC5Decompressor.cpp
Copyright: 2018 Stefan Löffler
           2018-2019 Roman Lebedev
License:   LGPL-2.0+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 .
 This is a decompressor for VC-5 raw compression algo, as used in GoPro raws.
 This implementation is similar to that one of the official reference
 implementation of the https://github.com/gopro/gpr project, and is producing
 bitwise-identical output as compared with the Adobe DNG Converter
 implementation.
 .
 On Debian systems, the complete text of the GNU Library General Public License
 Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.

Files:     ext/rawspeed/credits.txt
Copyright: 2009-2014 Klaus Post
License:   __HEADER___
 Project github: https://github.com/darktable-org/rawspeed
 .
 Email: klauspost (at) gmail (dot) com
 .
 RawSpeed contains code from the following projects:
 .
 * libopenraw by Hubert Figuiere, et al.
 * http://libopenraw.freedesktop.org
 .
 * dcraw by David Coffin
 * http://www.cybercom.net/~dcoffin/
 .
 Thanks to:
 * Pedro Côrte-Real for writing support for Minolta & old Panasonic cameras.
 * Pascal de Bruijn for a ton of help with camera definitions
 * Alex Tutubalin for bug reports, help and good suggestions
 * Laurent Clevy for his excellent CR2 documentation project:
 * http://lclevy.free.fr/cr2/index.html
 * All who supplied RAW test images to Rawstudio
 * Of course all involved with the Rawstudio project

Files:     ext/imgui/examples/libs/gl3w/GL/glcorearb.h
Copyright: 2007-2012 The Khronos Group Inc.
License:   __UNKNOWN__
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
 .
 glcorearb.h replaces gl3.h. It is for use with OpenGL core
 profile implementations.
 .
 glcorearb.h last updated on $Date: 2012-09-19 19:02:24 -0700 (Wed, 19 Sep 2012) $
 .
 RELEASE NOTES - 2012/09/19
 .
 glcorearb.h should be placed in the same directory as gl.h and
 included as
 '<GL/glcorearb.h>'.
 .
 glcorearb.h includes only APIs in the latest OpenGL core profile
 implementation together with APIs in newer ARB extensions which can be
 can be supported by the core profile. It does not, and never will
 include functionality removed from the core profile, such as
 fixed-function vertex and fragment processing.
 .
 It is not possible to #include both <GL/glcorearb.h> and either of
 <GL/gl.h> or <GL/glext.h> in the same source file.
 .
 Feedback can be given by registering for the Khronos Bugzilla
 (www.khronos.org/bugzilla) and filing issues there under product
 "OpenGL", category "Registry".
 .
 Function declaration macros - to move into glplatform.h

Files:     ext/imgui/examples/example_marmalade/marmalade_example.mkb
Copyright: 2015 Giovanni Zito
License:   __UNKNOWN__
 This file is part of ImGui
 https://github.com/ocornut/imgui

Files:     ext/rawspeed/.ci/Dockerfile
Copyright: __NO_COPYRIGHT__ in: ext/rawspeed/.ci/Dockerfile
License:   __UNKNOWN__
 # needed at least for python-based jsonschema :(
 # see https://github.com/Julian/jsonschema/issues/299
 # and https://github.com/docker-library/python/issues/13
 ENV LANG C.UTF-8

Files:     ext/imgui/examples/libs/usynergy/README.txt
Copyright: 2012 Alex Evans
License:   __UNKNOWN__
 This is a copy of the files once found at:
 https://github.com/symless/synergy-core/tree/790d108a56ada9caad8e56ff777d444485a69da9/src/micro

Files:     ext/rawspeed/src/external/gopro/vc5/table17.inc
Copyright: 2018 GoPro Inc (http://gopro.com/).
License:   __UNKNOWN__
 Licensed under either:
 - Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0
 - MIT license, http://opensource.org/licenses/MIT
 at your option.
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

Files:     ext/imgui/imgui_draw.cpp
Copyright: 2004-2005 Tristan Grimmer
License:   __UNKNOWN__
 MIT license (see License.txt in http://www.upperbounds.net/download/ProggyClean.ttf.zip)
 __MANY_TOTAL_LINES__(4028lines) truncating at: // Download and more information at http://upperbounds.net
 Download and more information at http://upperbounds.net
 __MANY_TOTAL_LINES__(4029lines) truncating at: //--------------------------------------------------------------

Files:     ext/imgui/examples/example_marmalade/main.cpp
Copyright: 2015 Giovanni Zito
License:   __UNKNOWN__
 This file is part of Dear ImGui

Files:     ext/imgui/imstb_truetype.h
Copyright: 2017 Sean Barrett
License:   __UNKNOWN__
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 __MANY_TOTAL_LINES__(4869lines) truncating at: this software and associated documentation files (the "Software"
 this software and associated documentation files (the "Software"), to deal in
 __MANY_TOTAL_LINES__(4870lines) truncating at: the Software without restriction, including without limitation t
 the Software without restriction, including without limitation the rights to
 __MANY_TOTAL_LINES__(4871lines) truncating at: use, copy, modify, merge, publish, distribute, sublicense, and/o
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 __MANY_TOTAL_LINES__(4872lines) truncating at: of the Software, and to permit persons to whom the Software is f
 of the Software, and to permit persons to whom the Software is furnished to do
 __MANY_TOTAL_LINES__(4873lines) truncating at: so, subject to the following conditions:
 so, subject to the following conditions:
 __MANY_TOTAL_LINES__(4874lines) truncating at: The above copyright notice and this permission notice shall be i
 The above copyright notice and this permission notice shall be included in all
 __MANY_TOTAL_LINES__(4875lines) truncating at: copies or substantial portions of the Software.
 copies or substantial portions of the Software.
 __MANY_TOTAL_LINES__(4876lines) truncating at: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 __MANY_TOTAL_LINES__(4877lines) truncating at: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 __MANY_TOTAL_LINES__(4878lines) truncating at: FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVEN
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 __MANY_TOTAL_LINES__(4879lines) truncating at: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 __MANY_TOTAL_LINES__(4880lines) truncating at: LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 __MANY_TOTAL_LINES__(4881lines) truncating at: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DE
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 __MANY_TOTAL_LINES__(4882lines) truncating at: SOFTWARE.
 SOFTWARE.
 __MANY_TOTAL_LINES__(4883lines) truncating at: ----------------------------------------------------------------

Files:     ext/imgui/docs/FONTS.md
Copyright: __NO_COPYRIGHT__ in: ext/imgui/docs/FONTS.md
License:   __UNKNOWN__
 Licensed under the SIL Open Font License, Version 1.1
 https://fonts.google.com/specimen/Cousine
 .
 **DroidSans.ttf**, by Steve Matteson
 Apache License 2.0
 https://www.fontsquirrel.com/fonts/droid-sans
 .
 **ProggyClean.ttf**, by Tristan Grimmer
 MIT License

Files:     ext/rawspeed/docs/conf.py
Copyright: __NO_COPYRIGHT__ in: ext/rawspeed/docs/conf.py
License:   __UNKNOWN__
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.

Files:     src/gui/hotkey.hh
Copyright: 2019 Cedric Guillemet
License:   __UNKNOWN__
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files(the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and / or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions :
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Files:     LICENCE
Copyright: 2019 johannes hanika
License:   BSD-2-Clause
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         ext/rawspeed/data/cameras.xsd
#         ext/rawspeed/data/cameras.xml
#         ext/rawspeed/data/showcameras.xsl
#         ext/imgui/misc/debuggers/imgui.natstepfilter
#         ext/imgui/misc/debuggers/imgui.natvis
#         ext/imgui/examples/example_emscripten_opengl3/shell_minimal.html
#         ext/imgui/examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml
#         ext/imgui/examples/example_apple_metal/iOS/LaunchScreen.storyboard
#         ext/imgui/examples/example_apple_metal/iOS/Info-iOS.plist
#         ext/imgui/examples/example_apple_metal/macOS/Info-macOS.plist
#         ext/imgui/examples/example_apple_metal/macOS/MainMenu.storyboard
#         ext/imgui/examples/example_emscripten_wgpu/web/index.html
#         bin/data/cameras.xml
#         debian/vkdt/usr/lib/vkdt/data/cameras.xml
#         src/pipe/doc/head.html
#         src/pipe/doc/images/nodes.svg
#         src/pipe/doc/images/modules.svg
#         src/pipe/doc/images/roi.svg

#----------------------------------------------------------------------------
# huge files   (skipped):
#         bin/data/spectra.lut
#         bin/data/abney.lut
#         debian/vkdt/usr/lib/vkdt/data/spectra.lut
#         debian/vkdt/usr/lib/vkdt/data/abney.lut
#         built/ext/rawspeed/librawspeed.a
#         src/macadam.lut

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.
