Skip to content

Commit

Permalink
12853 bhyve manifests should include BSD license
Browse files Browse the repository at this point in the history
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Approved by: Dan McDonald <danmcd@joyent.com>
  • Loading branch information
citrus-it committed Aug 5, 2020
1 parent 1a10a90 commit fe417ad
Show file tree
Hide file tree
Showing 15 changed files with 176 additions and 0 deletions.
10 changes: 10 additions & 0 deletions exception_lists/copyright
Expand Up @@ -468,6 +468,8 @@ usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/*
usr/src/uts/sparc/nsmb/ioc_check.ref

# bhyve sources
usr/src/cmd/bhyve/THIRDPARTYLICENSE
usr/src/cmd/bhyve/THIRDPARTYLICENSE.descrip
usr/src/cmd/bhyve/acpi.[ch]
usr/src/cmd/bhyve/ahci.h
usr/src/cmd/bhyve/atkbdc.[ch]
Expand Down Expand Up @@ -518,10 +520,16 @@ usr/src/cmd/bhyve/usb_mouse.c
usr/src/cmd/bhyve/vga.[ch]
usr/src/cmd/bhyve/virtio.[ch]
usr/src/cmd/bhyve/xmsr.[ch]
usr/src/cmd/bhyvectl/THIRDPARTYLICENSE
usr/src/cmd/bhyvectl/THIRDPARTYLICENSE.descrip
usr/src/cmd/bhyvectl/bhyvectl.c
usr/src/compat/bhyve/*
usr/src/contrib/bhyve/*
usr/src/lib/libvmmapi/THIRDPARTYLICENSE
usr/src/lib/libvmmapi/THIRDPARTYLICENSE.descrip
usr/src/lib/libvmmapi/common/vmmapi.[ch]
usr/src/uts/i86pc/io/vmm/THIRDPARTYLICENSE
usr/src/uts/i86pc/io/vmm/THIRDPARTYLICENSE.descrip
usr/src/uts/i86pc/io/vmm/amd/*.[chs]
usr/src/uts/i86pc/io/vmm/intel/*.[chs]
usr/src/uts/i86pc/io/vmm/intel/offsets.in
Expand Down Expand Up @@ -549,3 +557,5 @@ usr/src/cmd/bhyve/README.license
usr/src/cmd/bhyvectl/README.license
usr/src/lib/libvmmapi/README.license
usr/src/uts/i86pc/io/vmm/README.license
usr/src/uts/i86pc/io/viona/THIRDPARTYLICENSE
usr/src/uts/i86pc/io/viona/THIRDPARTYLICENSE.descrip
26 changes: 26 additions & 0 deletions usr/src/cmd/bhyve/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.

1 change: 1 addition & 0 deletions usr/src/cmd/bhyve/THIRDPARTYLICENSE.descrip
@@ -0,0 +1 @@
Bhyve hypervisor
26 changes: 26 additions & 0 deletions usr/src/cmd/bhyvectl/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.

1 change: 1 addition & 0 deletions usr/src/cmd/bhyvectl/THIRDPARTYLICENSE.descrip
@@ -0,0 +1 @@
Bhyve hypervisor
26 changes: 26 additions & 0 deletions usr/src/contrib/bhyve/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.

1 change: 1 addition & 0 deletions usr/src/contrib/bhyve/THIRDPARTYLICENSE.descrip
@@ -0,0 +1 @@
Bhyve hypervisor
26 changes: 26 additions & 0 deletions 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.

1 change: 1 addition & 0 deletions usr/src/lib/libvmmapi/THIRDPARTYLICENSE.descrip
@@ -0,0 +1 @@
Bhyve hypervisor
2 changes: 2 additions & 0 deletions usr/src/pkg/manifests/system-bhyve.mf
Expand Up @@ -52,6 +52,8 @@ file path=usr/sbin/bhyvectl mode=0555
file path=usr/sbin/pptadm mode=0555
file path=usr/share/man/man1m/pptadm.1m
license lic_CDDL license=lic_CDDL
license usr/src/uts/i86pc/io/vmm/THIRDPARTYLICENSE \
license=usr/src/uts/i86pc/io/vmm/THIRDPARTYLICENSE
depend fmri=developer/acpi type=require
depend fmri=system/bhyve/firmware type=require
depend fmri=system/library/bhyve type=require
2 changes: 2 additions & 0 deletions usr/src/pkg/manifests/system-library-bhyve.mf
Expand Up @@ -33,3 +33,5 @@ file path=lib/$(ARCH64)/libvmmapi.so.1
file path=usr/lib/$(ARCH64)/libppt.so.1
file path=usr/lib/libppt.so.1
license lic_CDDL license=lic_CDDL
license usr/src/lib/libvmmapi/THIRDPARTYLICENSE \
license=usr/src/lib/libvmmapi/THIRDPARTYLICENSE
26 changes: 26 additions & 0 deletions usr/src/uts/i86pc/io/viona/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.

1 change: 1 addition & 0 deletions usr/src/uts/i86pc/io/viona/THIRDPARTYLICENSE.descrip
@@ -0,0 +1 @@
Bhyve hypervisor
26 changes: 26 additions & 0 deletions usr/src/uts/i86pc/io/vmm/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.

1 change: 1 addition & 0 deletions usr/src/uts/i86pc/io/vmm/THIRDPARTYLICENSE.descrip
@@ -0,0 +1 @@
Bhyve hypervisor

0 comments on commit fe417ad

Please sign in to comment.