From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: virtio-dev-return-6956-cohuck=redhat.com@lists.oasis-open.org Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 82DD9985A8C for ; Tue, 17 Mar 2020 09:10:45 +0000 (UTC) From: Dmitry Sepp Date: Tue, 17 Mar 2020 10:10:31 +0100 Message-ID: <1780647.tdWV9SEqCh@os-lin-dmo> In-Reply-To: References: <20200218202753.652093-1-dmitry.sepp@opensynergy.com> MIME-Version: 1.0 Subject: [virtio-dev] Re: [PATCH v2 1/1] video_video: Add the Virtio Video V4L2 driver Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable To: Keiichi Watanabe Cc: Linux Media Mailing List , virtio-dev@lists.oasis-open.org, Alexandre Courbot , Alex Lau , Daniel Vetter , Dylan Reid , David Staessens , Enrico Granata , Frediano Ziglio , Hans Verkuil , Gerd Hoffmann , =?ISO-8859-1?Q?St=E9phane?= Marchesin , Pawel Osciak , spice-devel@lists.freedesktop.org, David Stevens , Tomasz Figa , uril@redhat.com, Samiullah Khawaja , Kiran Pawar , Nikolay Martyanov List-ID: Hi Keiichi, On Dienstag, 17. M=E4rz 2020 07:53:26 CET Keiichi Watanabe wrote: > > > diff --git a/include/uapi/linux/virtio_video.h > > > b/include/uapi/linux/virtio_video.h new file mode 100644 > > > index 000000000000..0dd98a2237c6 > > > --- /dev/null > > > +++ b/include/uapi/linux/virtio_video.h > > > @@ -0,0 +1,469 @@ > > > +/* SPDX-License-Identifier: GPL-2.0+ */ > >=20 > > I suspect it's not expected to use GPL licence without exceptions in a > > UAPI header file: > > https://www.kernel.org/doc/html/v5.4/process/license-rules.html > >=20 > > If GPL is used here, only GPL user programs can include this header > > file, can't they? > > So, can we use BSD licence like other virtio headers (e.g. virtio_gpu.h= )? > >=20 > > Note that I found this program when running > > /scripts/headers_install.sh. Though it suggested to add "WITH > > Linux-syscall-note", it shouldn't be the case because this header > > doesn't provide syscall interface. > >=20 > > Best regards, > > Keiichi > >=20 > > > +/* > > > + * Virtio Video Device > > > + * > > > + * This header is BSD licensed so anyone can use the definitions > > > + * to implement compatible drivers/servers: > > > + * >=20 > Ah, this line says this header is BSD licensed. > So, the SPDX-License-Identifier above should be simply wrong. >=20 According to some recent upstream discussion about virtio-snd, which was al= so=20 proposed by our engineers, it should be /* SPDX-License-Identifier: BSD-3-Clause */ Best regards, Dmitry. > Best regards, > Keiichi --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org