diff mbox series

[v3,3/4] tools/misc: Add xenwatchdogd.c copyright notice

Message ID 20240411182023.56309-4-leigh@solinno.co.uk (mailing list archive)
State New
Headers show
Series xenwatchdogd bugfixes and enhancements | expand

Commit Message

Leigh Brown April 11, 2024, 6:20 p.m. UTC
From: Leigh Brown <leigh@solinno.co.uk>

Add copyright notice and description of the program.

Signed-off-by: Leigh Brown <leigh@solinno.co.uk>
---
 tools/misc/xenwatchdogd.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Anthony PERARD April 22, 2024, 5:05 p.m. UTC | #1
On Thu, Apr 11, 2024 at 07:20:22PM +0100, leigh@solinno.co.uk wrote:
> From: Leigh Brown <leigh@solinno.co.uk>
> 
> Add copyright notice and description of the program.
> 
> Signed-off-by: Leigh Brown <leigh@solinno.co.uk>
>
> ---
>  tools/misc/xenwatchdogd.c | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/tools/misc/xenwatchdogd.c b/tools/misc/xenwatchdogd.c
> index a16d1efc13..2884ca6ca9 100644
> --- a/tools/misc/xenwatchdogd.c
> +++ b/tools/misc/xenwatchdogd.c
> @@ -1,3 +1,13 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
> +/*
> + * xenwatchdogd.c
> + *
> + * Watchdog based on Xen hypercall watchdog interface.
> + *
> + * Copyright 2010 Citrix Ltd
> + * Copyright 2024 Leigh Brown <leigh@solinno.co.uk>
> + *
> + */

Acked-by: Anthony PERARD <anthony.perard@citrix.com>

Thanks,
diff mbox series

Patch

diff --git a/tools/misc/xenwatchdogd.c b/tools/misc/xenwatchdogd.c
index a16d1efc13..2884ca6ca9 100644
--- a/tools/misc/xenwatchdogd.c
+++ b/tools/misc/xenwatchdogd.c
@@ -1,3 +1,13 @@ 
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * xenwatchdogd.c
+ *
+ * Watchdog based on Xen hypercall watchdog interface.
+ *
+ * Copyright 2010 Citrix Ltd
+ * Copyright 2024 Leigh Brown <leigh@solinno.co.uk>
+ *
+ */
 
 #include <err.h>
 #include <limits.h>