Skip to content

Commit

Permalink
Brief resume of the licence of the third parties. (resume of the per …
Browse files Browse the repository at this point in the history
…directory readme.openMVG)
  • Loading branch information
pmoulon committed Apr 17, 2015
1 parent 64df019 commit 63d487e
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions COPYRIGHT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@

## OpenMVG License

* __OpenMVG - open Multiple View Geometry__<br />
Copyright OpenMVG authors
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).

## Included third parties licence details

This program includes works distributed under the terms of another license(s) and other copyright notice(s).

* __ceres-solver__<br />
<[http://ceres-solver.org/](http://ceres-solver.org/)><br />
Copyright 2015 Google Inc. All rights reserved.
Licensed under the [New BSD licence](http://ceres-solver.org/license.html).

* __cmdLine__<br />
Copyright (c) Pascal Monasse.
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).

* __CppUnitLite__ (optionnal)<br />
Public domain.

* __cxsparse__ (optionnal)<br />
Copyright (c) 2006-2012, Timothy A. Davis.
Distributed under the [GNU LGPL license](http://opensource.org/licenses/lgpl-license).

* __easyexif__<br />
Copyright (c) 2010 Mayank Lahiri.
Distributed under the [New BSD License](http://opensource.org/licenses/BSD-3-Clause).

* __eigen__<br />
Copyright (c) Eigen authors.
Distributed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).
Compiled with EIGEN_MPL2_ONLY to ensure MPL2 compatible code.

* __flann__<br />
Copyright (c) 2008-2011 Marius Muja ([email protected]). All rights reserved.
Copyright (c) 2008-2011 David G. Lowe ([email protected]). All rights reserved.
Distributed under the [BSD License](http://www.opensource.org/licenses/bsd-license.php).

* __histogram__<br />
Copyright (c) Jansson Consulting & Pierre Moulon.
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).

* __htmlDoc__<br />
Copyright (c) Pierre Moulon.
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).

* __jpeg__<br />
Copyright (c) Independent JPEG Group License.
Licensed under the [Independent JPEG Group License](https://spdx.org/licenses/IJG).

* __lemon__<br />
Copyright (c) Lemon authors.
Licensed under the [Boost License 1.0](http://www.boost.org/LICENSE_1_0.txt).

* __png__ (optionnal)<br />
Copyright (c) 2004, 2006-2015 Glenn Randers-Pehrson
Licensed under the [lib png license](http://www.libpng.org/pub/png/src/libpng-LICENSE.txt).

* __progress__<br />
Copyright (c) Pierre MOULON
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).

* __stlplus3__<br />
Copyright (c) 1999-2004 Southampton University, 2004 onwards Andy Rushton. All rights reserved.
Licensed under the [BSD license](http://opensource.org/licenses/bsd-license.php).

* __tiff__ (optionnal)<br />
Copyright (c) 1988-1997 Sam Leffler
Copyright (c) 1991-1997 Silicon Graphics, Inc.
Licensed under a BSD-like license.

* __tinythread__<br />
Copyright (c) 2010-2012 Marcus Geelnard.
Licensed under the [zlib/libpng license](http://www.opensource.org/licenses/zlib-license.php).

* __vectorGraphics__<br />
Copyright (c) Pierre Moulon
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).

* __zlib__ (optionnal)<br />
Copyright (C) 1995-2005 Jean-loup Gailly
Licensed under the [zlib license](http://opensource.org/licenses/Zlib).


0 comments on commit 63d487e

Please sign in to comment.