drm/xe: Add missing SPDX license identifiers
authorFrancois Dugast <francois.dugast@intel.com>
Thu, 16 Jan 2025 12:45:32 +0000 (13:45 +0100)
committerFrancois Dugast <francois.dugast@intel.com>
Fri, 17 Jan 2025 14:25:52 +0000 (15:25 +0100)
Ensure all Xe driver files have a proper SPDX license identifier, add it
in files where it was missing.

Link: https://patchwork.freedesktop.org/patch/msgid/20250116124532.1480351-1-francois.dugast@intel.com
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/Kconfig.profile
drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_stolen.h

index ba17a25e8db3b1f4ad0059b51cd1c9602475bd36..7530df998148f43968dd4f1479cbd31e029b7d29 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 config DRM_XE_JOB_TIMEOUT_MAX
        int "Default max job timeout (ms)"
        default 10000 # milliseconds
index 9c4cf050059ac2cc97cb49ad4df2b88562f011b7..41d39d67817a1d1e20c22e9339ecfe58b715aa8f 100644 (file)
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright © 2024 Intel Corporation
+ */
+
 #ifndef _I915_GEM_STOLEN_H_
 #define _I915_GEM_STOLEN_H_