From: Jocelyn Falempe Date: Wed, 7 Aug 2024 13:36:13 +0000 (+0200) Subject: drm/panic: Move copyright notice to the top X-Git-Tag: v6.12-rc1~126^2~21^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=969135862e731620b9e03bb0c21179ff1cccfd0e;p=thirdparty%2Flinux.git drm/panic: Move copyright notice to the top Move the copyright notice to the top of drm_panic.h, and add the missing Red Hat copyright notice. Suggested-by: Thomas Zimmermann Signed-off-by: Jocelyn Falempe Reviewed-by: Daniel Vetter Reviewed-by: Thomas Zimmermann Link: https://patchwork.freedesktop.org/patch/msgid/20240807134902.458669-5-jfalempe@redhat.com --- diff --git a/include/drm/drm_panic.h b/include/drm/drm_panic.h index a4bd3681920d4..54085d5d05c34 100644 --- a/include/drm/drm_panic.h +++ b/include/drm/drm_panic.h @@ -1,4 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0 or MIT */ + +/* + * Copyright (c) 2024 Intel + * Copyright (c) 2024 Red Hat + */ + #ifndef __DRM_PANIC_H__ #define __DRM_PANIC_H__ @@ -8,9 +14,6 @@ #include #include -/* - * Copyright (c) 2024 Intel - */ /** * struct drm_scanout_buffer - DRM scanout buffer