Message ID | 20240411182023.56309-4-leigh@solinno.co.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | xenwatchdogd bugfixes and enhancements | expand |
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 --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>