Commit 4e22d5b8 authored by Andi Shyti's avatar Andi Shyti
Browse files

drm/i915/gem: Convert SPDX headers to single-line format



Replace multi-line SPDX license headers with single-line
equivalents (// SPDX-License-Identifier: MIT or /* ... */ for
headers), as preferred by current kernel coding style.

Signed-off-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
Reviewed-by: default avatarNitin Gote <nitin.r.gote@intel.com>
Acked-by: default avatarJani Nikula <jani.nikula@intel.com>
Reviewed-by: default avatarMikołaj Wasiak <mikolaj.wasiak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250327232629.2939-1-andi.shyti@linux.intel.com
parent af30b9a9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: MIT
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2014-2016 Intel Corporation
 */

+1 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: MIT
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2016 Intel Corporation
 */

+1 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: MIT */
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2016 Intel Corporation
 */

+1 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: MIT
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2011-2012 Intel Corporation
 */

+1 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: MIT */
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2016 Intel Corporation
 */

Loading