Skip to content

Commit b0f84a8

Browse files
author
Ben Skeggs
committed
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: 96ac6d4 (treewide: Add SPDX license identifier - Kbuild) Signed-off-by: Ben Skeggs <[email protected]>
1 parent b7019ac commit b0f84a8

File tree

55 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+55
-55
lines changed

drivers/gpu/drm/nouveau/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
ccflags-y += -I $(srctree)/$(src)/include
33
ccflags-y += -I $(srctree)/$(src)/include/nvkm
44
ccflags-y += -I $(srctree)/$(src)/nvkm

drivers/gpu/drm/nouveau/dispnv04/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
nouveau-y += dispnv04/arb.o
33
nouveau-y += dispnv04/crtc.o
44
nouveau-y += dispnv04/cursor.o

drivers/gpu/drm/nouveau/dispnv50/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
nouveau-y += dispnv50/disp.o
33
nouveau-y += dispnv50/lut.o
44

drivers/gpu/drm/nouveau/nvif/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
nvif-y := nvif/object.o
33
nvif-y += nvif/client.o
44
nvif-y += nvif/device.o

drivers/gpu/drm/nouveau/nvkm/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
include $(src)/nvkm/core/Kbuild
33
include $(src)/nvkm/falcon/Kbuild
44
include $(src)/nvkm/subdev/Kbuild

drivers/gpu/drm/nouveau/nvkm/core/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
nvkm-y := nvkm/core/client.o
33
nvkm-y += nvkm/core/engine.o
44
nvkm-y += nvkm/core/enum.o

drivers/gpu/drm/nouveau/nvkm/engine/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
nvkm-y += nvkm/engine/falcon.o
33
nvkm-y += nvkm/engine/xtensa.o
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
nvkm-y += nvkm/engine/bsp/g84.o

drivers/gpu/drm/nouveau/nvkm/engine/ce/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
nvkm-y += nvkm/engine/ce/gt215.o
33
nvkm-y += nvkm/engine/ce/gf100.o
44
nvkm-y += nvkm/engine/ce/gk104.o
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: MIT
22
nvkm-y += nvkm/engine/cipher/g84.o

0 commit comments

Comments
 (0)