Skip to content

drm/xe: Fix SDPX identifiers.

Rodrigo Vivi requested to merge rodrigovivi/drm-xe:fix-spdx-identifiers into xe

Let's follow the rules from the beginning: https://www.kernel.org/doc/html/latest/process/license-rules.html C source: // SPDX-License-Identifier: C header: /* SPDX-License-Identifier: */

Patch generated with: $ perl -i -0pe 's//*\n * SPDX-License-Identifier: MIT\n */// SPDX-License-Identifier: MIT\n/*/' xe*.c $ perl -i -0pe 's//*\n * SPDX-License-Identifier: MIT\n *//* SPDX-License-Identifier: MIT */\n/*/' xe*.h $ perl -i -0pe 's//*\n * SPDX-License-Identifier: MIT\n *//* SPDX-License-Identifier: MIT */\n/*/' abi/*h

Then xe_res_cursor.h edited manually.

Signed-off-by: Rodrigo Vivi rodrigo.vivi@intel.com

Merge request reports