Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: AliceVision
Upstream-Contact: alicevision@googlegroups.com
Source: https://github.com/alicevision/AliceVision
# Not excluding src/nonFree because alicevision has a patched vlfeat. The vlfeat
# in Debian and upstream does not have extra things they're using
Files-Excluded:
 src/dependencies/MeshSDFilter
 src/dependencies/nanoflann
 src/aliceVision/sfmDataIO/compatibilityData
 src/aliceVision/image/image_test/lena.png
 .github

Files: *
Copyright: 2015-2023 AliceVision contributors
           2012-2016 openMVG contributors
           2010 libmv contributors
License: MPL-2.0

Files: debian/*
Copyright: 2024 Dima Kogan <dkogan@debian.org>
License: MPL-2.0

Files: src/aliceVision/feature/akaze/descriptorLIOP.hpp
Copyright: 2016 AliceVision contributors
           2014 openMVG contributors.
           2013 Robot Vision Group, NLPR, CASIA, Zhenhua Wang, Bin Fan, Fuchao Wu
License: MPL-2.0

Files: src/aliceVision/hdr/QuadProg++.hpp
Copyright: 2007-2016 Luca Di Gaspero
License: MIT

Files: src/aliceVision/matching/kvld/algorithm.cpp
       src/aliceVision/matching/kvld/algorithm.h
       src/aliceVision/matching/kvld/kvld.cpp
       src/aliceVision/matching/kvld/kvld.h
Copyright: 2011-12 Zhe Liu and Pierre Moulon
           2016 AliceVision contributors
           2012 openMVG contributors
License: MPL-2.0

Files: src/aliceVision/multiview/relativePose/Fundamental10PSolver.*
Copyright: 2018 AliceVision contributors
           2015 Jan Heller <hellej1@cmp.felk.cvut.cz>, Zuzana Kukelova <zukuke@microsoft.com>
License: MPL-2.0

Files: src/aliceVision/multiview/resection/P3PSolver.*
Copyright: 2016 AliceVision contributors
           2012 openMVG contributors
           2011 Laurent Kneip, ETH Zurich
License: MPL-2.0

Files: src/aliceVision/multiview/translationAveraging/solverL2Chordal.cpp
Copyright: 2016 AliceVision contributors
           2015 openMVG contributors
           2014 Kyle Wilson
License: MPL-2.0

Files: src/aliceVision/prettyprint.hpp
Copyright: 2016 AliceVision contributors
           2010-2014 Louis Delacroix
License: MPL-2.0

Files: src/aliceVision/robustEstimation/ACRansac.hpp
Copyright: 2016 AliceVision contributors
           2012 openMVG contributors
           2012, 2013 Lionel Moisan
           2012, 2013 Pascal Monasse
License: MPL-2.0

Files: src/aliceVision/system/Timer.*
Copyright: 2016 AliceVision contributors
           2014 openMVG contributors
           2013 David Ok
License: MPL-2.0

Files: src/aliceVision/utils/Histogram.hpp
Copyright: 2011, 2012, 2013 Pierre Moulon
License: MPL-2.0

Files: src/nonFree/sift/vl/*
Copyright: 2007-2018 Andrea Vedaldi
           2007-2018 Brian Fulkerson
License: BSD-2-clause

Files: src/nonFree/sift/vl/covdet.*
Copyright: 2012-2014 Andrea Vedaldi
           2012 Karel Lenc
           2012 Michal Perdoch
License: BSD-2-clause

Files: src/nonFree/sift/vl/float.th
Copyright: 2007-2012 Andrea Vedaldi
           2007-2012 Brian Fulkerson
           2013 David Novotny
License: BSD-2-clause

Files: src/nonFree/sift/vl/generic.c
Copyright: 2007-2012 Andrea Vedaldi
           2007-2012 Brian Fulkerson
           2012-2018 The VLFeat Authors
           2013 Milan Sulc
           2012 Daniele Perrone
License: BSD-2-clause

Files: src/nonFree/sift/vl/random.c
Copyright: 2007-2012 Andrea Vedaldi
           2007-2012 Brian Fulkerson
           1997-2002 Makoto Matsumoto, Takuji Nishimura
           2013 Milan Sulc
           2012 Daniele Perrone
License: BSD-2-clause

Files: src/cmake/CheckCCompilerFlag.cmake
       src/cmake/CheckCXXCompilerFlag.cmake
Copyright: 2006-2009 Kitware, Inc.
           2006 Alexander Neundorf <neundorf@kde.org>
           2011 Matthias Kretz <kretz@kde.org>
License: BSD-3-clause

Files: src/cmake/FindSuiteSparse.cmake
Copyright: 2015 Google Inc
License: BSD-3-clause

Files: src/cmake/OptimizeForArchitecture.cmake
Copyright: 2010-2016 Matthias Kretz <kretz@kde.org>
License: BSD-3-clause

Files: src/dependencies/htmlDoc/htmlDoc.hpp
       src/dependencies/vectorGraphics/*
Copyright: 2011, 2012, 2013 Pierre Moulon
License: MPL-2.0

License: MPL-2.0
 On Debian systems, the full text of the MPL License version 2.0
 can be found in the file
 `/usr/share/common-licenses/MPL-2.0'.

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.

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
  * Redistributions of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.
 .
  * 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.
 .
  * The names of Kitware, Inc., the Insight Consortium, or the names of
    any consortium members, or of any contributors, may not be used to
    endorse or promote products derived from this software without
    specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 AUTHORS 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.

License: MIT
 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.
