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

Files:     *
Copyright: 2014-2019 Manuel Schneider
           2016-2017 Martin Buergmann
License:   GPL-3.0+

Files:     plugins/python/pybind11/CMakeLists.txt
           plugins/python/pybind11/include/pybind11/attr.h
           plugins/python/pybind11/include/pybind11/buffer_info.h
           plugins/python/pybind11/include/pybind11/cast.h
           plugins/python/pybind11/include/pybind11/chrono.h
           plugins/python/pybind11/include/pybind11/complex.h
           plugins/python/pybind11/include/pybind11/detail/class.h
           plugins/python/pybind11/include/pybind11/detail/common.h
           plugins/python/pybind11/include/pybind11/detail/descr.h
           plugins/python/pybind11/include/pybind11/detail/init.h
           plugins/python/pybind11/include/pybind11/detail/internals.h
           plugins/python/pybind11/include/pybind11/detail/typeid.h
           plugins/python/pybind11/include/pybind11/eigen.h
           plugins/python/pybind11/include/pybind11/embed.h
           plugins/python/pybind11/include/pybind11/eval.h
           plugins/python/pybind11/include/pybind11/functional.h
           plugins/python/pybind11/include/pybind11/iostream.h
           plugins/python/pybind11/include/pybind11/numpy.h
           plugins/python/pybind11/include/pybind11/operators.h
           plugins/python/pybind11/include/pybind11/options.h
           plugins/python/pybind11/include/pybind11/pybind11.h
           plugins/python/pybind11/include/pybind11/pytypes.h
           plugins/python/pybind11/include/pybind11/stl.h
           plugins/python/pybind11/include/pybind11/stl_bind.h
           plugins/python/pybind11/tests/CMakeLists.txt
           plugins/python/pybind11/tests/pybind11_cross_module_tests.cpp
           plugins/python/pybind11/tests/pybind11_tests.cpp
           plugins/python/pybind11/tests/test_buffers.cpp
           plugins/python/pybind11/tests/test_builtin_casters.cpp
           plugins/python/pybind11/tests/test_call_policies.cpp
           plugins/python/pybind11/tests/test_callbacks.cpp
           plugins/python/pybind11/tests/test_chrono.cpp
           plugins/python/pybind11/tests/test_class.cpp
           plugins/python/pybind11/tests/test_constants_and_functions.cpp
           plugins/python/pybind11/tests/test_copy_move.cpp
           plugins/python/pybind11/tests/test_docstring_options.cpp
           plugins/python/pybind11/tests/test_eigen.cpp
           plugins/python/pybind11/tests/test_enum.cpp
           plugins/python/pybind11/tests/test_eval.cpp
           plugins/python/pybind11/tests/test_exceptions.cpp
           plugins/python/pybind11/tests/test_factory_constructors.cpp
           plugins/python/pybind11/tests/test_iostream.cpp
           plugins/python/pybind11/tests/test_kwargs_and_defaults.cpp
           plugins/python/pybind11/tests/test_local_bindings.cpp
           plugins/python/pybind11/tests/test_methods_and_attributes.cpp
           plugins/python/pybind11/tests/test_modules.cpp
           plugins/python/pybind11/tests/test_multiple_inheritance.cpp
           plugins/python/pybind11/tests/test_numpy_array.cpp
           plugins/python/pybind11/tests/test_numpy_dtypes.cpp
           plugins/python/pybind11/tests/test_numpy_vectorize.cpp
           plugins/python/pybind11/tests/test_opaque_types.cpp
           plugins/python/pybind11/tests/test_operator_overloading.cpp
           plugins/python/pybind11/tests/test_pickling.cpp
           plugins/python/pybind11/tests/test_pytypes.cpp
           plugins/python/pybind11/tests/test_sequences_and_iterators.cpp
           plugins/python/pybind11/tests/test_smart_ptr.cpp
           plugins/python/pybind11/tests/test_stl.cpp
           plugins/python/pybind11/tests/test_stl_binders.cpp
           plugins/python/pybind11/tests/test_virtual_functions.cpp
           plugins/python/pybind11/tools/pybind11Tools.cmake
Copyright: 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
           2016 Ben North <ben@redfrontdoor.org>
           2016 Ivan Smirnov
           2016 Ivan Smirnov <i.s.smirnov@gmail.com>
           2016 Klemens D. Morgenstern
           2016 Klemens Morgenstern <klemens.morgenstern@ed-chemnitz.de> and Wenzel Jakob <wenzel.jakob@epfl.ch>
           2016 Pim Schellart <P.Schellart@princeton.edu>
           2016 Sergey Lyskov
           2016 Sergey Lyskov and Wenzel Jakob
           2016 Trent Houliston <trent@houliston.me> and Wenzel Jakob <wenzel.jakob@epfl.ch>
           2016-2017 Wenzel Jakob <wenzel.jakob@epfl.ch>
           2017 Henry F. Schreiner
           2017 Jason Rhinelander <jason@imaginary.ca>
License:   BSD
 Use of this source code is governed by a
 BSD-style license that can be found in the LICENSE file.


License:   GPL-3.0+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Files:     plugins/python/pybind11/tools/FindPythonLibsNew.cmake
Copyright: 2001-2009 Kitware, Inc.
           2012 Continuum Analytics, Inc.
License:   as follows
 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.
 .
 * Neither the names of Kitware, Inc., the Insight Software Consortium,
 nor the names of their 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.

Files:     plugins/python/pybind11/tests/constructor_stats.h
Copyright: 2016 Jason Rhinelander <jason@imaginary.ca>
License:   BSD
 Use of this source code is governed by a
 BSD-style license that can be found in the LICENSE file.
 .
 This header provides a few useful tools for writing examples or tests that want to check and/or
 display object instance lifetimes.  It requires that you include this header and add the following
 function calls to constructors:

Files:     plugins/python/pybind11/tools/FindEigen3.cmake
Copyright: 2006-2007 Montel Laurent, <montel@kde.org>
           2008-2009 Gael Guennebaud, <g.gael@free.fr>
           2009 Benoit Jacob <jacob.benoit.1@gmail.com>
License:   BSD
 Redistribution and use is allowed according to the terms of the 2-clause BSD license.

Files:     doc/src/_sass/_font.sass
Copyright: 2011-2015 Hoefler & Co.
License:   __UNKNOWN__
 This software is the property of Hoefler & Co. (H&Co).
 Your right to access and use this software is subject to the
 applicable License Agreement, or Terms of Service, that exists
 between you and H&Co. If no such agreement exists, you may not
 access or use this software for any purpose.
 This software may only be hosted at the locations specified in
 the applicable License Agreement or Terms of Service, and only
 for the purposes expressly set forth therein. You may not copy,
 modify, convert, create derivative works from or distribute this
 software in any way, or make it accessible to any third party,
 without first obtaining the written permission of H&Co.
 For more information, please visit us at http://typography.com.
 171247-88474-20150623

Files:     plugins/python/pybind11/tools/clang/LICENSE.TXT
Copyright: 2007-2012 University of Illinois at Urbana-Champaign.
License:   LLVM
 Developed by:
 .
 LLVM Team
 .
 University of Illinois at Urbana-Champaign
 .
 http://llvm.org
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal with
 the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is furnished to do
 so, subject to the following conditions:
 .
 * Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimers.
 .
 * Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimers in the
 documentation and/or other materials provided with the distribution.
 .
 * Neither the names of the LLVM Team, University of Illinois at
 Urbana-Champaign, nor the names of its contributors may be used to
 endorse or promote products derived from this Software without specific
 prior written permission.
 .
 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 AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
 SOFTWARE.
