diff options
author | Leo Ma <hanghong.ma@amd.com> | 2024-04-22 17:17:17 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-05-02 23:18:16 +0300 |
commit | f5d75327d30af49acf2e4b55f35ce2e6c45d1287 (patch) | |
tree | 79e9b34ef4b55ffc3955e1cbbaecb3788be5c795 /drivers/gpu/drm/amd/display/dc/dcn201 | |
parent | 8172fa66332c442c381d642cb543da4915fbd629 (diff) | |
download | linux-f5d75327d30af49acf2e4b55f35ce2e6c45d1287.tar.xz |
drm/amd/display: Fix invalid Copyright notice
[Why && How]
Copyright notice failed in the Palamida scan and make changes to
align with our guidelines.
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Leo Ma <hanghong.ma@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn201')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn201/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn201/Makefile b/drivers/gpu/drm/amd/display/dc/dcn201/Makefile index c5716ea5886a..ba688bce4951 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn201/Makefile +++ b/drivers/gpu/drm/amd/display/dc/dcn201/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT -# -# Makefile for DCN. +# Copyright © 2021-2024 Advanced Micro Devices, Inc. All rights reserved. + DCN201 = dcn201_mpc.o dcn201_hubp.o dcn201_opp.o \ dcn201_dccg.o dcn201_link_encoder.o |