diff mbox series

drm/amdgpu: correct SPDX identifier in amdgpu_trace_points.c

Message ID 20181015044549.12037-1-jsg@jsg.id.au (mailing list archive)
State New, archived
Headers show
Series drm/amdgpu: correct SPDX identifier in amdgpu_trace_points.c | expand

Commit Message

Jonathan Gray Oct. 15, 2018, 4:45 a.m. UTC
Commit b24413180f5600bcb3bb70fbed5cf186b60864bd
'License cleanup: add SPDX GPL-2.0 license identifier to files with no license'
incorrectly added "SPDX-License-Identifier: GPL-2.0" to a file with MIT
license text.  Change the SPDX identifier to match the license text.

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Deucher Oct. 15, 2018, 8:44 p.m. UTC | #1
On Mon, Oct 15, 2018 at 12:52 AM Jonathan Gray <jsg@jsg.id.au> wrote:
>
> Commit b24413180f5600bcb3bb70fbed5cf186b60864bd
> 'License cleanup: add SPDX GPL-2.0 license identifier to files with no license'
> incorrectly added "SPDX-License-Identifier: GPL-2.0" to a file with MIT
> license text.  Change the SPDX identifier to match the license text.
>
> Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Applied.  Thanks!

Alex

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c
> index b160b958e5fe..f212402570a5 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: MIT
>  /* Copyright Red Hat Inc 2010.
>   *
>   * Permission is hereby granted, free of charge, to any person obtaining a
> --
> 2.19.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff mbox series

Patch

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c
index b160b958e5fe..f212402570a5 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c
@@ -1,4 +1,4 @@ 
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: MIT
 /* Copyright Red Hat Inc 2010.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a