Skip to content

Commit b7019ac

Browse files
imirkinBen Skeggs
authored andcommitted
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 (primarily header files) were simply missing the boiler plate and got caught up in the global update. Fixes: b244131 (License cleanup: add SPDX GPL-2.0 license identifier to files with no license) Signed-off-by: Ilia Mirkin <[email protected]> Acked-by: Emil Velikov <[email protected]> Acked-by: Karol Herbst <[email protected]> Signed-off-by: Ben Skeggs <[email protected]>
1 parent 7cb95ee commit b7019ac

File tree

277 files changed

+277
-277
lines changed

Some content is hidden

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

277 files changed

+277
-277
lines changed

drivers/gpu/drm/nouveau/dispnv04/cursor.c

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 <drm/drmP.h>
33
#include <drm/drm_mode.h>
44
#include "nouveau_drv.h"

drivers/gpu/drm/nouveau/dispnv04/disp.h

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
#ifndef __NV04_DISPLAY_H__
33
#define __NV04_DISPLAY_H__
44
#include <subdev/bios.h>

drivers/gpu/drm/nouveau/include/nvif/cl0002.h

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
#ifndef __NVIF_CL0002_H__
33
#define __NVIF_CL0002_H__
44

drivers/gpu/drm/nouveau/include/nvif/cl0046.h

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
#ifndef __NVIF_CL0046_H__
33
#define __NVIF_CL0046_H__
44

drivers/gpu/drm/nouveau/include/nvif/cl006b.h

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
#ifndef __NVIF_CL006B_H__
33
#define __NVIF_CL006B_H__
44

drivers/gpu/drm/nouveau/include/nvif/cl0080.h

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
#ifndef __NVIF_CL0080_H__
33
#define __NVIF_CL0080_H__
44

drivers/gpu/drm/nouveau/include/nvif/cl506e.h

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
#ifndef __NVIF_CL506E_H__
33
#define __NVIF_CL506E_H__
44

drivers/gpu/drm/nouveau/include/nvif/cl506f.h

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
#ifndef __NVIF_CL506F_H__
33
#define __NVIF_CL506F_H__
44

drivers/gpu/drm/nouveau/include/nvif/cl5070.h

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
#ifndef __NVIF_CL5070_H__
33
#define __NVIF_CL5070_H__
44

drivers/gpu/drm/nouveau/include/nvif/cl507a.h

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
#ifndef __NVIF_CL507A_H__
33
#define __NVIF_CL507A_H__
44

0 commit comments

Comments
 (0)