Re: [PATCH] s390/virtio: mark headers as BSD licensed

2017-11-08 Thread Michael S. Tsirkin
On Wed, Nov 08, 2017 at 06:28:44PM +0100, Greg Kroah-Hartman wrote: > On Wed, Nov 08, 2017 at 06:47:18PM +0200, Michael S. Tsirkin wrote: > > Virtio UAPI headers aren't just for UAPI, it's for guests/hypervisors as > > well. The s390 ones need to be BSD as well. > > > > Fixes: e2be04c7f995 ("Lice

Re: [PATCH] s390/virtio: mark headers as BSD licensed

2017-11-08 Thread Greg Kroah-Hartman
On Wed, Nov 08, 2017 at 06:47:18PM +0200, Michael S. Tsirkin wrote: > Virtio UAPI headers aren't just for UAPI, it's for guests/hypervisors as > well. The s390 ones need to be BSD as well. > > Fixes: e2be04c7f995 ("License cleanup: add SPDX license identifier to uapi > header files with a licens

Re: [PATCH] s390/virtio: mark headers as BSD licensed

2017-11-08 Thread Michael S. Tsirkin
On Wed, Nov 08, 2017 at 05:56:50PM +0100, Cornelia Huck wrote: > On Wed, 8 Nov 2017 18:47:18 +0200 > "Michael S. Tsirkin" wrote: > > > Virtio UAPI headers aren't just for UAPI, it's for guests/hypervisors as > > well. The s390 ones need to be BSD as well. > > > > Fixes: e2be04c7f995 ("License c

Re: [PATCH] s390/virtio: mark headers as BSD licensed

2017-11-08 Thread Cornelia Huck
On Wed, 8 Nov 2017 18:47:18 +0200 "Michael S. Tsirkin" wrote: > Virtio UAPI headers aren't just for UAPI, it's for guests/hypervisors as > well. The s390 ones need to be BSD as well. > > Fixes: e2be04c7f995 ("License cleanup: add SPDX license identifier to uapi > header files with a license")

[PATCH] s390/virtio: mark headers as BSD licensed

2017-11-08 Thread Michael S. Tsirkin
Virtio UAPI headers aren't just for UAPI, it's for guests/hypervisors as well. The s390 ones need to be BSD as well. Fixes: e2be04c7f995 ("License cleanup: add SPDX license identifier to uapi header files with a license") Cc: Greg Kroah-Hartman Signed-off-by: Michael S. Tsirkin --- Christian,