]> Git Repo - linux.git/commitdiff
drm/amdgpu: correct SPDX identifier in amdgpu_trace_points.c
authorJonathan Gray <[email protected]>
Mon, 15 Oct 2018 04:45:49 +0000 (15:45 +1100)
committerAlex Deucher <[email protected]>
Mon, 15 Oct 2018 21:16:06 +0000 (16:16 -0500)
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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c

index b160b958e5fe2b12326a63655d046b92c62c21e6..f212402570a5280f9a3db1a25d7f2a0bc4af4c47 100644 (file)
@@ -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
This page took 0.060746 seconds and 4 git commands to generate.