license.rst 1.9 KB

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