All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Robert Swindells <rjs@fdy2.co.uk>
Cc: sfr@canb.auug.org.au, marcel.ziswiler@toradex.com,
	daniel.vetter@ffwll.ch, liuzixian4@huawei.com,
	lucas.demarchi@intel.com, dri-devel@lists.freedesktop.org,
	nroberts@igalia.com, noralf@tronnes.org, cai.huoqing@linux.dev,
	kraxel@redhat.com, tzimmermann@suse.de, kuba@kernel.org,
	airlied@redhat.com, emil.velikov@collabora.com, sam@ravnborg.org,
	dan.carpenter@oracle.com, m.szyprowski@samsung.com
Subject: Re: [PATCH 1/1] drm/shmem: Dual licence the files as GPL-2 and MIT
Date: Mon, 14 Nov 2022 18:51:22 +0100	[thread overview]
Message-ID: <20221114185122.1ea32a18@collabora.com> (raw)
In-Reply-To: <20221112194210.7657-2-rjs@fdy2.co.uk>

On Sat, 12 Nov 2022 19:42:10 +0000
Robert Swindells <rjs@fdy2.co.uk> wrote:

> Contributors to these files are:
> 
> Noralf Trønnes <noralf@tronnes.org>
> Liu Zixian <liuzixian4@huawei.com>
> Dave Airlie <airlied@redhat.com>
> Thomas Zimmermann <tzimmermann@suse.de>
> Lucas De Marchi <lucas.demarchi@intel.com>
> Gerd Hoffmann <kraxel@redhat.com>
> Rob Herring <robh@kernel.org>
> Jakub Kicinski <kuba@kernel.org>
> Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Stephen Rothwell <sfr@canb.auug.org.au>
> Daniel Vetter <daniel.vetter@ffwll.ch>
> Cai Huoqing <cai.huoqing@linux.dev>
> Neil Roberts <nroberts@igalia.com>
> Marek Szyprowski <m.szyprowski@samsung.com>
> Emil Velikov <emil.velikov@collabora.com>
> Sam Ravnborg <sam@ravnborg.org>
> Boris Brezillon <boris.brezillon@collabora.com>

Acked-by: Boris Brezillon <boris.brezillon@collabora.com>

> Dan Carpenter <dan.carpenter@oracle.com>
> 
> Signed-off-by: Robert Swindells <rjs@fdy2.co.uk>
> ---
>  drivers/gpu/drm/drm_gem_shmem_helper.c | 2 +-
>  include/drm/drm_gem_shmem_helper.h     | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/drm_gem_shmem_helper.c b/drivers/gpu/drm/drm_gem_shmem_helper.c
> index 35138f8a375c..f1a68a71f876 100644
> --- a/drivers/gpu/drm/drm_gem_shmem_helper.c
> +++ b/drivers/gpu/drm/drm_gem_shmem_helper.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0 or MIT
>  /*
>   * Copyright 2018 Noralf Trønnes
>   */
> diff --git a/include/drm/drm_gem_shmem_helper.h b/include/drm/drm_gem_shmem_helper.h
> index a2201b2488c5..56ac32947d1c 100644
> --- a/include/drm/drm_gem_shmem_helper.h
> +++ b/include/drm/drm_gem_shmem_helper.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: GPL-2.0 or MIT */
>  
>  #ifndef __DRM_GEM_SHMEM_HELPER_H__
>  #define __DRM_GEM_SHMEM_HELPER_H__


  parent reply	other threads:[~2022-11-14 17:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-12 19:42 [PATCH 0/1] drm/shmem: Dual licence the files as GPL-2 and MIT Robert Swindells
2022-11-12 19:42 ` [PATCH 1/1] " Robert Swindells
2022-11-14 16:33   ` Jakub Kicinski
2022-11-14 17:44   ` Noralf Trønnes
2022-11-14 17:51   ` Boris Brezillon [this message]
2022-11-14 18:59   ` Rob Herring
2022-11-14 21:45   ` Sam Ravnborg
2022-11-15  1:43   ` Liu Zixian
2022-11-15  4:19   ` Stephen Rothwell
2022-11-15  8:27   ` Thomas Zimmermann
2022-11-15 13:21   ` Emil Velikov
2022-11-16  8:14   ` Marek Szyprowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221114185122.1ea32a18@collabora.com \
    --to=boris.brezillon@collabora.com \
    --cc=airlied@redhat.com \
    --cc=cai.huoqing@linux.dev \
    --cc=dan.carpenter@oracle.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.velikov@collabora.com \
    --cc=kraxel@redhat.com \
    --cc=kuba@kernel.org \
    --cc=liuzixian4@huawei.com \
    --cc=lucas.demarchi@intel.com \
    --cc=m.szyprowski@samsung.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=noralf@tronnes.org \
    --cc=nroberts@igalia.com \
    --cc=rjs@fdy2.co.uk \
    --cc=sam@ravnborg.org \
    --cc=sfr@canb.auug.org.au \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.