On Sat, 12 Nov 2022 19:42:10 +0000 Robert Swindells <[email protected]> wrote:
> Contributors to these files are: > > Noralf Trønnes <[email protected]> > Liu Zixian <[email protected]> > Dave Airlie <[email protected]> > Thomas Zimmermann <[email protected]> > Lucas De Marchi <[email protected]> > Gerd Hoffmann <[email protected]> > Rob Herring <[email protected]> > Jakub Kicinski <[email protected]> > Marcel Ziswiler <[email protected]> > Stephen Rothwell <[email protected]> > Daniel Vetter <[email protected]> > Cai Huoqing <[email protected]> > Neil Roberts <[email protected]> > Marek Szyprowski <[email protected]> > Emil Velikov <[email protected]> > Sam Ravnborg <[email protected]> > Boris Brezillon <[email protected]> Acked-by: Boris Brezillon <[email protected]> > Dan Carpenter <[email protected]> > > Signed-off-by: Robert Swindells <[email protected]> > --- > 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__
