aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-02-03 11:37:30 +0100
committerMartin Braun <martin.braun@ettus.com>2019-02-22 16:56:52 -0800
commit51bbf548c9b442d0b53b6c8de5f89403de274424 (patch)
tree67bc4c4ffb5192afa958d92ae2679706aead9884 /host/cmake/debian
parent435a1f13b8b38e325bf46cd6bec9061ee9f0172d (diff)
downloaduhd-51bbf548c9b442d0b53b6c8de5f89403de274424.tar.gz
uhd-51bbf548c9b442d0b53b6c8de5f89403de274424.tar.bz2
uhd-51bbf548c9b442d0b53b6c8de5f89403de274424.zip
deps: Add PyBind11
Diffstat (limited to 'host/cmake/debian')
-rw-r--r--host/cmake/debian/copyright37
1 files changed, 36 insertions, 1 deletions
diff --git a/host/cmake/debian/copyright b/host/cmake/debian/copyright
index ea2bab5d1..847f7308b 100644
--- a/host/cmake/debian/copyright
+++ b/host/cmake/debian/copyright
@@ -12,10 +12,14 @@ Files: *
Copyright: Copyright 2010-2018 Ettus Research, A National Instruments Company
License: GPL-3+
-Files: host/lib/rpclib/*
+Files: host/lib/deps/rpclib/*
Copyright: Copyright (c) 2015-2017, Tamás Szelei
License: MIT
+Files: host/lib/deps/pybind11/include/*
+Copyright: Copyright (c) 2016 Wenzel Jakob
+License: PyBind11-BSD
+
Files: images/*
firmware/fx2/b100/CMakeLists.txt
firmware/fx2/CMakeLists.txt
@@ -1261,3 +1265,34 @@ License: AD9371-API
Party Licenses. For the avoidance of doubt, this license does not alter, limit
or expand the terms and conditions of, or rights granted to you pursuant to,
Third Party Licenses
+
+License: PyBind11-BSD
+ Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.
+ .
+ Redistribution and use 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.
+ .
+ Please also refer to the file CONTRIBUTING.md, which clarifies licensing of
+ external contributions to this project including patches, pull requests, etc.