Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ensmallen
Source: https://www.ensmallen.org/
        https://github.com/mlpack/ensmallen

Files: *
Copyright:
  Copyright 2008-2018, Ryan Curtin <ryan@ratml.org>
  Copyright 2008-2012, Dongryeol Lee <dongryel@cc.gatech.edu>
  Copyright 2010-2012, James Cline <james.cline@gatech.edu>
  Copyright 2013-2018, Marcus Edel <marcus.edel@fu-berlin.de>
  Copyright 2013-2018, Sumedh Ghaisas <sumedhghaisas@gmail.com>
  Copyright 2013, Mudit Raj Gupta <mudit.raaj.gupta@gmail.com>
  Copyright 2014, Ryan Birmingham <birm@gatech.edu>
  Copyright 2014, Siddharth Agrawal <siddharth.950@gmail.com>
  Copyright 2014-2015, Stephen Tu <tu.stephenl@gmail.com>
  Copyright 2015&2017, Shangtong Zhang <zhangshangtong.cpp@gmail.com>
  Copyright 2016, Shikhar Bhardwaj <shikharbhardwaj68@gmail.com>
  Copyright 2016, Mike Izbicki <mike@izbicki.me>
  Copyright 2016, Ranjan Mondal <ranjan.rev@gmail.com>
  Copyright 2017, Vivek Pal <vivekpal.dtu@gmail.com>
  Copyright 2017-2018, Sourabh Varshney <sourabhvarshney111@gmail.com>
  Copyright 2017, Chenzhe Diao <williamdiao@gmail.com>
  Copyright 2017, Abhinav Moudgil <abhinavmoudgil95@gmail.com>
  Copyright 2017, Konstantin Sidorov <partobs.mdp@gmail.com>
  Copyright 2017, Kirill Mishchenko <ki.mishchenko@gmail.com>
  Copyright 2017&2019, N Rajiv Vaidyanathan <rajivvaidyanathan4@gmail.com>
  Copyright 2017, Kartik Nighania <kartiknighania@gmail.com>
  Copyright 2017-2018, Manish Kumar <manish887kr@gmail.com>
  Copyright 2017-2018, Haritha Sreedharan Nair <haritha1313@gmail.com>
  Copyright 2018, B Kartheek Reddy <bkartheekreddy@gmail.com>
  Copyright 2018, Moksh Jain <mokshjn00@gmail.com>
  Copyright 2018, Shikhar Jaiswal <jaiswalshikhar87@gmail.com>
  Copyright 2018, Conrad Sanderson
  Copyright 2018, Dan Timson
  Copyright 2019, Rahul Ganesh Prabhu
License: ensmallen-BSD-3-clause

Files:     tests/catch.hpp
Copyright: 2018 Two Blue Cubes Ltd.
License:   BSL-1.0

Files:     CMake/FindArmadillo.cmake
Copyright: 2011 Clement Creusot <creusot@cs.york.ac.uk>
License: CMake-BSD-3-clause

Files: debian/*
Copyright: 2019 Barak A. Pearlmutter <bap@debian.org>
License: Public-Domain

License: ensmallen-BSD-3-clause
 ensmallen is provided without any warranty of fitness for any purpose.  You
 can redistribute the library and/or modify it under the terms of the 3-clause
 BSD license.  The text of the 3-clause BSD license is contained below.
 .
 ----
 Copyright (c) 2011-2018, mlpack and ensmallen contributors (see COPYRIGHT.txt)
 All rights reserved.
 .
 Redistribution and use of ensmallen 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.
 .
 3. Neither the name of the copyright holder nor the names of its contributors
 may be used to endorse or promote products derived from this software without
 specific prior written permission.
 .
 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: BSL-1.0
 The 'catch' framework is used for unit testing; it is licensed under the Boost
 Software License, version 1.0.  The text is below.
 .
 ----
 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.

License: CMake-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: Public-Domain
 This material is released to the public domain.
