drm/i915/guc: Fix corrupted copyright symbols in selftest files

Replace broken UTF-8 sequences (Unicode replacement characters) with
proper "©" text in copyright headers.

Signed-off-by: Konstantin Khorenko <khorenko@virtuozzo.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://lore.kernel.org/r/20260209112709.2551603-1-khorenko@virtuozzo.com
This commit is contained in:
Konstantin Khorenko 2026-02-09 12:27:09 +01:00 committed by Andi Shyti
parent 945d0fec02
commit 2a99ecca1f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
/*
* Copyright <EFBFBD><EFBFBD> 2021 Intel Corporation
* Copyright © 2021 Intel Corporation
*/
#include "gt/intel_gt_print.h"

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
/*
* Copyright <EFBFBD><EFBFBD> 2019 Intel Corporation
* Copyright © 2019 Intel Corporation
*/
#include "gt/intel_gt_print.h"