]> xenbits.xensource.com Git - xen.git/commitdiff
tools/misc: Add xenwatchdogd.c copyright notice
authorLeigh Brown <leigh@solinno.co.uk>
Tue, 23 Apr 2024 12:10:16 +0000 (14:10 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 23 Apr 2024 12:10:16 +0000 (14:10 +0200)
Add copyright notice and description of the program.

Signed-off-by: Leigh Brown <leigh@solinno.co.uk>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
tools/misc/xenwatchdogd.c

index a16d1efc1312e06fe12cf417ea27fcd454facdf3..2884ca6ca910efeebc9d2c01b73f6711b2eaf6b9 100644 (file)
@@ -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>