diff mbox series

[4/5] drm/panic: Move copyright notice to the top

Message ID 20240723091553.286844-5-jfalempe@redhat.com (mailing list archive)
State New, archived
Headers show
Series drm/panic: Cleanup and add panic description | expand

Commit Message

Jocelyn Falempe July 23, 2024, 9:11 a.m. UTC
Move the copyright notice to the top of drm_panic.h, and add the
missing Red Hat copyright notice.

Suggested-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
---
 include/drm/drm_panic.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Daniel Vetter Aug. 7, 2024, 9:16 a.m. UTC | #1
On Tue, Jul 23, 2024 at 11:11:33AM +0200, Jocelyn Falempe wrote:
> Move the copyright notice to the top of drm_panic.h, and add the
> missing Red Hat copyright notice.
> 
> Suggested-by: Thomas Zimmermann <tzimmermann@suse.de>
> Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>

Patches 1-4 are Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>

Cheers, Sima
> ---
>  include/drm/drm_panic.h | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/include/drm/drm_panic.h b/include/drm/drm_panic.h
> index a4bd3681920d..54085d5d05c3 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 <drm/drm_device.h>
>  #include <drm/drm_fourcc.h>
> -/*
> - * Copyright (c) 2024 Intel
> - */
>  
>  /**
>   * struct drm_scanout_buffer - DRM scanout buffer
> -- 
> 2.45.2
>
diff mbox series

Patch

diff --git a/include/drm/drm_panic.h b/include/drm/drm_panic.h
index a4bd3681920d..54085d5d05c3 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 <drm/drm_device.h>
 #include <drm/drm_fourcc.h>
-/*
- * Copyright (c) 2024 Intel
- */
 
 /**
  * struct drm_scanout_buffer - DRM scanout buffer