Re: [Intel-gfx] [PATCH 2/3] drm/i915: add SPDX headers to subdir Makefiles

2019-08-01 Thread Chris Wilson
Quoting Jani Nikula (2019-07-30 12:34:31)
> Add the SPDX headers.
> 
> Signed-off-by: Jani Nikula 
> ---
>  drivers/gpu/drm/i915/display/Makefile | 2 ++
>  drivers/gpu/drm/i915/gem/Makefile | 2 ++
>  drivers/gpu/drm/i915/gt/Makefile  | 2 ++
>  drivers/gpu/drm/i915/gt/uc/Makefile   | 2 ++
>  4 files changed, 8 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/display/Makefile 
> b/drivers/gpu/drm/i915/display/Makefile
> index 173c305d7866..624b6fba1b9c 100644
> --- a/drivers/gpu/drm/i915/display/Makefile
> +++ b/drivers/gpu/drm/i915/display/Makefile
> @@ -1,3 +1,5 @@
> +# SPDX-License-Identifier: MIT

I thought the build system was GPL
-Chris
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] [PATCH 2/3] drm/i915: add SPDX headers to subdir Makefiles

2019-07-30 Thread Jani Nikula
Add the SPDX headers.

Signed-off-by: Jani Nikula 
---
 drivers/gpu/drm/i915/display/Makefile | 2 ++
 drivers/gpu/drm/i915/gem/Makefile | 2 ++
 drivers/gpu/drm/i915/gt/Makefile  | 2 ++
 drivers/gpu/drm/i915/gt/uc/Makefile   | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/drivers/gpu/drm/i915/display/Makefile 
b/drivers/gpu/drm/i915/display/Makefile
index 173c305d7866..624b6fba1b9c 100644
--- a/drivers/gpu/drm/i915/display/Makefile
+++ b/drivers/gpu/drm/i915/display/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # For building individual subdir files on the command line
 subdir-ccflags-y += -I$(srctree)/$(src)/..
 
diff --git a/drivers/gpu/drm/i915/gem/Makefile 
b/drivers/gpu/drm/i915/gem/Makefile
index 7e73aa587967..df028e2b0d64 100644
--- a/drivers/gpu/drm/i915/gem/Makefile
+++ b/drivers/gpu/drm/i915/gem/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # For building individual subdir files on the command line
 subdir-ccflags-y += -I$(srctree)/$(src)/..
 
diff --git a/drivers/gpu/drm/i915/gt/Makefile b/drivers/gpu/drm/i915/gt/Makefile
index 7e73aa587967..df028e2b0d64 100644
--- a/drivers/gpu/drm/i915/gt/Makefile
+++ b/drivers/gpu/drm/i915/gt/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # For building individual subdir files on the command line
 subdir-ccflags-y += -I$(srctree)/$(src)/..
 
diff --git a/drivers/gpu/drm/i915/gt/uc/Makefile 
b/drivers/gpu/drm/i915/gt/uc/Makefile
index bec94d434cb6..6bbdb73ad8fb 100644
--- a/drivers/gpu/drm/i915/gt/uc/Makefile
+++ b/drivers/gpu/drm/i915/gt/uc/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # For building individual subdir files on the command line
 subdir-ccflags-y += -I$(srctree)/$(src)/../..
 
-- 
2.20.1

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx