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

From: Christian Borntraeger
Date: Wed Nov 08 2017 - 14:00:07 EST




On 11/08/2017 07:57 PM, Christian Borntraeger wrote:
> So what about the following
>
> - leave kvm_virtio.h unchanged and we will delete this file via the s390 tree
>
> - change virtio_ccw.h to BSD license. The content of this file is really really trivial

GPLv2 and BSD dual licence might be better I guess.

> and it boils down to 2 defines, that can be easily reconstructed by looking at the virtio spec.
> Not even sure if something like this can be copyrighted.
>
>
> For reference the content of this file minus comments is
>
> - snip -
> #define KVM_VIRTIO_CCW_RING_ALIGN 4096
> #define KVM_S390_VIRTIO_CCW_NOTIFY 3
> - snip -