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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB1DCC43381 for ; Mon, 1 Apr 2019 05:43:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A8EFE20896 for ; Mon, 1 Apr 2019 05:43:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="Ast4lQp1"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="lIIVFfhP" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727100AbfDAFni (ORCPT ); Mon, 1 Apr 2019 01:43:38 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:55434 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725860AbfDAFni (ORCPT ); Mon, 1 Apr 2019 01:43:38 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 6B47860850; Mon, 1 Apr 2019 05:43:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1554097417; bh=S8iNxG/BFVlMxnUKNmA4SdQSOdf98Y19BeYNMl9EsTg=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=Ast4lQp1gIw7AeYrpgiZT7J1w+p3iTa9yG30BeuP9pxjDMC5EFb1sGw110Om+XFDS LrJXHVXyTYL0f7wuTRWAuyyJ51OY0UMFbf2IOSNLQp5PRqmYbcyGyZnyWQfT/2mjnB 0V9JP6ja8rb3dRAZ15ukYqCpN0giozNMk8Hh+IXE= Received: from [10.204.79.83] (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mojha@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 93979602F2; Mon, 1 Apr 2019 05:43:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1554097416; bh=S8iNxG/BFVlMxnUKNmA4SdQSOdf98Y19BeYNMl9EsTg=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=lIIVFfhP3aOCLc5J3DvtD5jmfzpdAC3pMu4MhuZqDwviAELL5Zc0+X6SjKI4wlMON I7d7/OYUylF3z0WtYwh3onTZ1/WKp6eyiM67Jj+w/hgC2javeR41Z9M5QXPR5Nem0E SoBHMVcVyWlW+juldb67oJvDikEnwHweTcGupWfQ= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 93979602F2 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=mojha@codeaurora.org Subject: Re: [PATCH v3 20/24] docs: filesystems: vfs: Use SPDX identifier To: "Tobin C. Harding" , Al Viro Cc: Jonathan Corbet , Mauro Carvalho Chehab , Neil Brown , Randy Dunlap , linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org References: <20190327051717.23225-1-tobin@kernel.org> <20190327051717.23225-21-tobin@kernel.org> From: Mukesh Ojha Message-ID: Date: Mon, 1 Apr 2019 11:13:29 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190327051717.23225-21-tobin@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/27/2019 10:47 AM, Tobin C. Harding wrote: > Currently the licence is indicated via a custom string. We have SPDX > license identifiers now for this task. > > Use SPDX license identifier matching current license string. > > Tested-by: Randy Dunlap > Signed-off-by: Tobin C. Harding Reviewed-by: Mukesh Ojha Cheers, -Mukesh > --- > Documentation/filesystems/vfs.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt > index 0bc45c3a33db..dcc1f66932e7 100644 > --- a/Documentation/filesystems/vfs.txt > +++ b/Documentation/filesystems/vfs.txt > @@ -1,3 +1,5 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > ========================================= > Overview of the Linux Virtual File System > ========================================= > @@ -9,8 +11,6 @@ Overview of the Linux Virtual File System > Copyright (C) 1999 Richard Gooch > Copyright (C) 2005 Pekka Enberg > > - This file is released under the GPLv2. > - > > Introduction > ============