blob: a3c55c91b89cdcd5044d9e2bd383aee62647a4d4 [file] [log] [blame]
Austin Schuh70cc9552019-01-21 19:46:48 -08001=======
2License
3=======
4
5.. NOTE::
6
7 This page refers only to the license for Ceres itself, independent of its
8 optional dependencies which are separately licensed and which can affect
9 the resulting license of Ceres if built with them enabled. See
10 :ref:`options-controlling-ceres-configuration` for an overview of these
11 implications.
12
13Ceres Solver is licensed under the New BSD license, whose terms are as follows.
14
15Copyright 2016 Google Inc. All rights reserved.
16
17Redistribution and use in source and binary forms, with or without
18modification, are permitted provided that the following conditions are met:
19
201. Redistributions of source code must retain the above copyright notice,
21 this list of conditions and the following disclaimer.
222. Redistributions in binary form must reproduce the above copyright notice,
23 this list of conditions and the following disclaimer in the documentation
24 and/or other materials provided with the distribution.
253. Neither the name of Google Inc., nor the names of its contributors may
26 be used to endorse or promote products derived from this software without
27 specific prior written permission.
28
29This software is provided by the copyright holders and contributors "AS IS" and
30any express or implied warranties, including, but not limited to, the implied
31warranties of merchantability and fitness for a particular purpose are
32disclaimed. In no event shall Google Inc. be liable for any direct, indirect,
33incidental, special, exemplary, or consequential damages (including, but not
34limited to, procurement of substitute goods or services; loss of use, data, or
35profits; or business interruption) however caused and on any theory of
36liability, whether in contract, strict liability, or tort (including negligence
37or otherwise) arising in any way out of the use of this software, even if
38advised of the possibility of such damage.