Skip to content

Latest commit

 

History

History
81 lines (52 loc) · 3.26 KB

NOTICES.md

File metadata and controls

81 lines (52 loc) · 3.26 KB

This file covers the licenses and copyrights of some of the libraries that are used by certain optional modules of the Mobius framework. None of the licenses in this file apply to the Mobius framework itself.

See LICENSE.md for the license of the Mobius framework itself.

These license, notice and copyright texts were obtained on 04.04.2019

BOOST LICENSE

Any model using boost_solvers.h relies on the Boost.Numeric.Odeint package The various C++ autocalibraton routines (optimizer, GLUE, MCMC) use Boost.Accumulators The code in the Utilities folder uses Boost.Regex and Boost.Lexical_Cast

  • Boost.Numeric.Odeint Copyright © 2009-2015 Karsten Ahnert and Mario Mulansky
  • Boost.Accumulators Copyright © 2005, 2006 Eric Niebler
  • Boost.Regex Copyright © 1998-2013 John Maddock
  • Boost.Lexical_Cast Copyright © 2000-2005 Kevlin Henney, Copyright © 2006-2010 Alexander Nasonov, Copyright © 2011-2014 Antony Polukhin

Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:

The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.

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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

APACHE LICENSE

The C++ mcmc component uses the MCMCLib library, which is licensed under the Apache 2.0 license

NOTICE.txt from MCMCLib

MCMCLib: A C++ library of Markov Chain Monte Carlo (MCMC) methods Copyright 2011-2018 Keith O'Hara

This product includes software developed by Keith O'Hara (http://www.kthohr.com)


The kthohr/mcmc library again uses the armadillo library

NOTICE.txt from the Armadillo library

Armadillo C++ Linear Algebra Library Copyright 2008-2018 Conrad Sanderson (http://conradsanderson.id.au) Copyright 2008-2016 National ICT Australia (NICTA) Copyright 2017-2018 Arroyo Consortium Copyright 2017-2018 Data61, CSIRO

This product includes software developed by Conrad Sanderson (http://conradsanderson.id.au) This product includes software developed at National ICT Australia (NICTA) This product includes software developed at Arroyo Consortium This product includes software developed at Data61, CSIRO


MIT LICENSE

The mobius_json_io.cpp file uses the nlohmann/json library Copyright © 2013-2018 Niels Lohmann