From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70A45C77B7F for ; Wed, 17 May 2023 08:38:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229530AbjEQIip (ORCPT ); Wed, 17 May 2023 04:38:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230518AbjEQIiM (ORCPT ); Wed, 17 May 2023 04:38:12 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BA5640F4; Wed, 17 May 2023 01:37:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684312667; x=1715848667; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=RA5KBFCzqh2bbXyYZKRZdmjtf2cxumiPvVCk4Leqzzo=; b=VRJQYbdYhyiARI54kHjWzxDYHBwn8Pn/fsNXngH4hPpK9D9vG52ZeEJc QbVlz3g7TIMNtVrjuw0y2GRVZhuaSGdFQFa7idSYwt0xSbbfeYe2Axgor cTBHA6PHjhZa5WK+4vZg7VV/HjLq6DiXrNUwKnIYh0cbV4SFE5BS6BKbY St8s/SoRYfFb7c2qPVM/nycIRcCMMHOxHXfYCx71DrphUtorRclBjasOI wIPXVLXsRnSrcWCQlxEObNoieXkZH5V4sC0vcj4Lr7/SXPBaIMB/GcqMz z3+NjyzAy2Nv7xZdnghHUfoVRTXMDZuxNF5EpUfuUBLQeceEuVu9wUryU g==; X-IronPort-AV: E=McAfee;i="6600,9927,10712"; a="332062500" X-IronPort-AV: E=Sophos;i="5.99,281,1677571200"; d="scan'208";a="332062500" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2023 01:37:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10712"; a="695783883" X-IronPort-AV: E=Sophos;i="5.99,281,1677571200"; d="scan'208";a="695783883" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga007.jf.intel.com with ESMTP; 17 May 2023 01:37:42 -0700 Received: by black.fi.intel.com (Postfix, from userid 1001) id 6CF61618; Wed, 17 May 2023 11:37:54 +0300 (EEST) Date: Wed, 17 May 2023 11:37:54 +0300 From: Mika Westerberg To: Bagas Sanjaya Cc: Linux Watchdog Drivers , Linux Kernel Mailing List , Wim Van Sebroeck , Guenter Roeck , Ray Lehtiniemi , Alessandro Zummo , H Hartley Sweeten , Deepak Saxena , Marc Zyngier , Jonas Jensen , Sylver Bruneau , Denis Turischev , Andreas =?utf-8?Q?F=C3=A4rber?= Subject: Re: [PATCH 1/2] watchdog: Convert GPL 2.0 notice to SPDX identifier Message-ID: <20230517083754.GD45886@black.fi.intel.com> References: <20230517072140.1086660-1-bagasdotme@gmail.com> <20230517072140.1086660-2-bagasdotme@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230517072140.1086660-2-bagasdotme@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 17, 2023 at 02:21:39PM +0700, Bagas Sanjaya wrote: > Convert the boilerplate to SPDX license identifier. While at it, also > move SPDX identifier for drivers/watchdog/rtd119x_wdt.c to the top of > file (as in other files). > > Cc: Ray Lehtiniemi , > Cc: Alessandro Zummo > Cc: H Hartley Sweeten > Cc: Deepak Saxena > Cc: Marc Zyngier > Cc: Jonas Jensen > Cc: Sylver Bruneau > Cc: Denis Turischev > Cc: Mika Westerberg For ts72xx_wdt.c, Acked-by: Mika Westerberg