aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/copyright
diff options
context:
space:
mode:
Diffstat (limited to 'host/cmake/debian/copyright')
-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.