diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-08-06 11:34:40 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-08-06 11:34:40 +0000 |
commit | 917cee0d014d2e42d3dcada785a76c0ad868515a (patch) | |
tree | e4f41f830eee4ac8b921882edc596dd7bdfa9614 /usr/src/lib/libvmmapi/THIRDPARTYLICENSE | |
parent | 4ff31f76cff40104f343d4135967abf1b00edd66 (diff) | |
parent | be235d17490f6a5ad01c6a5319530fce66d88389 (diff) | |
download | illumos-joyent-917cee0d014d2e42d3dcada785a76c0ad868515a.tar.gz |
[illumos-gate merge]
commit be235d17490f6a5ad01c6a5319530fce66d88389
12801 libdiskmgt leaks PROM device information handles like a sieve
commit bd05d33960c9701232eaa8bdb6a5ce585912ffc6
13016 bhyve cannot emulate MMIO from bootrom
commit 2c834067bf731e663c6269489bf5dc0a9b4c6299
12977 smb3 server encryption leak in smb2_send_reply
commit fe417ad0efdf365d5438ae46904118fa27ae38b8
12853 bhyve manifests should include BSD license
commit 1a10a9077a9effc574b7f797a4d321dd0cea4197
12419 intel_nb5000: variable may be used uninitialized
Diffstat (limited to 'usr/src/lib/libvmmapi/THIRDPARTYLICENSE')
-rw-r--r-- | usr/src/lib/libvmmapi/THIRDPARTYLICENSE | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/usr/src/lib/libvmmapi/THIRDPARTYLICENSE b/usr/src/lib/libvmmapi/THIRDPARTYLICENSE new file mode 100644 index 0000000000..66b39dc950 --- /dev/null +++ b/usr/src/lib/libvmmapi/THIRDPARTYLICENSE @@ -0,0 +1,26 @@ + +SPDX-License-Identifier: BSD-2-Clause-FreeBSD + +Copyright (c) 1992-2020 The FreeBSD Project. + +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. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. + |