]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update VMCI license based on comments from core, the FreeBSD Foundation,
authormp <mp@FreeBSD.org>
Sun, 8 Apr 2018 01:32:56 +0000 (01:32 +0000)
committermp <mp@FreeBSD.org>
Sun, 8 Apr 2018 01:32:56 +0000 (01:32 +0000)
commit2b8899b47a3197fe20861a975517bbbb4d4afb1e
treee532a2afe6750f54f3622934750cb7b5961b0d00
parent7990d1f04cde6e54d962a493b018b7689c6bdd49
Update VMCI license based on comments from core, the FreeBSD Foundation,
and VMware legal:
- Add a dual BSD-2 Clause/GPLv2 LICENSE file in the VMCI directory
- Remove the use of "All Rights Reserved"
- Per best practice, remove copyright/license info from Makefile

Reviewed by: imp, emaste, jhb, Vishnu Dasa <vdasa@vmware.com>
Approved by: VMware legal via Mark Peek <markpeek@vmware.com>
Differential Revision:  https://reviews.freebsd.org/D14979
30 files changed:
share/man/man4/vmci.4
sys/dev/vmware/vmci/LICENSE [new file with mode: 0644]
sys/dev/vmware/vmci/vmci.c
sys/dev/vmware/vmci/vmci.h
sys/dev/vmware/vmci/vmci_call_defs.h
sys/dev/vmware/vmci/vmci_datagram.c
sys/dev/vmware/vmci/vmci_datagram.h
sys/dev/vmware/vmci/vmci_defs.h
sys/dev/vmware/vmci/vmci_doorbell.c
sys/dev/vmware/vmci/vmci_doorbell.h
sys/dev/vmware/vmci/vmci_driver.c
sys/dev/vmware/vmci/vmci_driver.h
sys/dev/vmware/vmci/vmci_event.c
sys/dev/vmware/vmci/vmci_event.h
sys/dev/vmware/vmci/vmci_hashtable.c
sys/dev/vmware/vmci/vmci_hashtable.h
sys/dev/vmware/vmci/vmci_kernel_api.h
sys/dev/vmware/vmci/vmci_kernel_api_1.h
sys/dev/vmware/vmci/vmci_kernel_api_2.h
sys/dev/vmware/vmci/vmci_kernel_defs.h
sys/dev/vmware/vmci/vmci_kernel_if.c
sys/dev/vmware/vmci/vmci_kernel_if.h
sys/dev/vmware/vmci/vmci_qpair.c
sys/dev/vmware/vmci/vmci_queue.h
sys/dev/vmware/vmci/vmci_queue_pair.c
sys/dev/vmware/vmci/vmci_queue_pair.h
sys/dev/vmware/vmci/vmci_resource.c
sys/dev/vmware/vmci/vmci_resource.h
sys/dev/vmware/vmci/vmci_utils.h
sys/modules/vmware/vmci/Makefile