dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: Robert Swindells <rjs@fdy2.co.uk>,
	noralf@tronnes.org, liuzixian4@huawei.com, airlied@redhat.com,
	lucas.demarchi@intel.com, kraxel@redhat.com, robh@kernel.org,
	kuba@kernel.org, marcel.ziswiler@toradex.com,
	sfr@canb.auug.org.au, daniel.vetter@ffwll.ch,
	cai.huoqing@linux.dev, nroberts@igalia.com,
	m.szyprowski@samsung.com, emil.velikov@collabora.com,
	sam@ravnborg.org, boris.brezillon@collabora.com,
	dan.carpenter@oracle.com
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 1/1] drm/shmem: Dual licence the files as GPL-2 and MIT
Date: Tue, 15 Nov 2022 09:27:20 +0100	[thread overview]
Message-ID: <fbefbea3-ce34-0cfd-df90-65bc46e73e26@suse.de> (raw)
In-Reply-To: <20221112194210.7657-2-rjs@fdy2.co.uk>


[-- Attachment #1.1: Type: text/plain, Size: 2411 bytes --]

Hi

Am 12.11.22 um 20:42 schrieb Robert Swindells:
> 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>
> 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 +-

You're welcome to dual-license my contributions to these files under 
GPL-2.0 and MIT.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>

>   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

IDK for sure, but I think 'or' should be written in capital letters by 
common convention. [1]

>   /*
>    * 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 */

OR

Best regards
Thomas

[1] https://github.com/david-a-wheeler/spdx-tutorial#spdx-tutorial

>   
>   #ifndef __DRM_GEM_SHMEM_HELPER_H__
>   #define __DRM_GEM_SHMEM_HELPER_H__

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Ivo Totev

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

  parent reply	other threads:[~2022-11-15  8:27 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
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 [this message]
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=fbefbea3-ce34-0cfd-df90-65bc46e73e26@suse.de \
    --to=tzimmermann@suse.de \
    --cc=airlied@redhat.com \
    --cc=boris.brezillon@collabora.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=robh@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=sfr@canb.auug.org.au \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox