diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2019-07-05 07:11:42 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2019-07-19 08:26:51 +0200 |
commit | b0f84a84fff180718995b1269da2988e5b28be42 (patch) | |
tree | e4b1ab0bf4a79b32bd01794863b43614e50cc7a6 /drivers/gpu/drm/nouveau/nvkm/subdev/fb | |
parent | drm/nouveau: fix bogus GPL-2 license header (diff) | |
download | linux-b0f84a84fff180718995b1269da2988e5b28be42.tar.xz linux-b0f84a84fff180718995b1269da2988e5b28be42.zip |
drm/nouveau: fix bogus GPL-2 license header
The bulk SPDX addition made all these files into GPL-2.0 licensed files.
However the remainder of the project is MIT-licensed, these files
were simply missing the boiler plate and got caught up in the global update.
Fixes: 96ac6d4351004 (treewide: Add SPDX license identifier - Kbuild)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/fb')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/subdev/fb/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/Kbuild b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/Kbuild index 88b1668929ba..43a42159a3d0 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/Kbuild +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/Kbuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: MIT nvkm-y += nvkm/subdev/fb/base.o nvkm-y += nvkm/subdev/fb/nv04.o nvkm-y += nvkm/subdev/fb/nv10.o |