From patchwork Thu Apr 11 18:20:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leigh Brown X-Patchwork-Id: 13626512 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 22AA3C04FF0 for ; Thu, 11 Apr 2024 18:20:47 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.704120.1100291 (Exim 4.92) (envelope-from ) id 1ruz2M-0004xn-PP; Thu, 11 Apr 2024 18:20:38 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 704120.1100291; Thu, 11 Apr 2024 18:20:38 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ruz2M-0004xe-Mf; Thu, 11 Apr 2024 18:20:38 +0000 Received: by outflank-mailman (input) for mailman id 704120; Thu, 11 Apr 2024 18:20:37 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ruz2L-0004iO-D4 for xen-devel@lists.xenproject.org; Thu, 11 Apr 2024 18:20:37 +0000 Received: from doppler.solinno.uk (doppler.solinno.uk [81.2.106.178]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 317080e7-f830-11ee-b908-491648fe20b8; Thu, 11 Apr 2024 20:20:36 +0200 (CEST) Received: from folly.solinno.co.uk (folly.dyn.solinno.co.uk [192.168.2.135]) by doppler.solinno.uk (Postfix) with ESMTPSA id 84A458009F; Thu, 11 Apr 2024 19:20:36 +0100 (BST) Received: by folly.solinno.co.uk (Postfix, from userid 1000) id 61B7D2017C; Thu, 11 Apr 2024 19:20:36 +0100 (BST) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 317080e7-f830-11ee-b908-491648fe20b8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=solinno.co.uk; s=mail; t=1712859636; bh=TQCyOQsmoNABjx0+Ku+ZmhWfhTJA+iLoY6x/lfQL2DM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=0g0vFXlmNGfjpysAChqtnhKbK6v/fMMQC64t35xhu/FaB+6pCro2HsRiMW2NQv7S9 5UyABXkSej5HZ5EOpzW7PBqZb0MhTXv5wOwuYc9WMyb20Epl87/WToJsyD/RP1jQWO I1S+Ld8JPFut0C5z1fCpzbHLQA3scMSIq2ozpuOU= From: leigh@solinno.co.uk To: xen-devel@lists.xenproject.org Cc: andrew.cooper3@citrix.com, anthony.perard@citrix.com, slack@rabbit.lu, Leigh Brown Subject: [PATCH v3 3/4] tools/misc: Add xenwatchdogd.c copyright notice Date: Thu, 11 Apr 2024 19:20:22 +0100 Message-Id: <20240411182023.56309-4-leigh@solinno.co.uk> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240411182023.56309-1-leigh@solinno.co.uk> References: <20240411182023.56309-1-leigh@solinno.co.uk> MIME-Version: 1.0 From: Leigh Brown Add copyright notice and description of the program. Signed-off-by: Leigh Brown Acked-by: Anthony PERARD --- 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 + * + */ #include #include