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 5D867ECAAA1 for ; Fri, 16 Sep 2022 22:18:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229564AbiIPWSy (ORCPT ); Fri, 16 Sep 2022 18:18:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229552AbiIPWSx (ORCPT ); Fri, 16 Sep 2022 18:18:53 -0400 X-Greylist: delayed 218 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 16 Sep 2022 15:18:52 PDT Received: from mx1.supremebox.com (mx2.supremebox.com [198.23.53.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BCEBBBA45 for ; Fri, 16 Sep 2022 15:18:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=jilayne.com ; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=EJzOhgSSv2MWdF1Cpycu1xYUB5X/V+5T1f/8hC9RPmc=; b=J2iMMXA6DFtSl8eNUhs170UAPv RHwcP7RZmV04ha33f7fgnW+nS4FJ446fqNJRQ/vSj9u/jCTdFsTJidtZhLIxkE+p5lnnwLVDEOIg/ WzvtrPWOLMyoh+/ao3RgnoBFlDHY7RUVSQD5yg0V5y1sYHQq5hEumljIwKOniHJTdPbY=; Received: from 71-211-172-5.hlrn.qwest.net ([71.211.172.5] helo=[192.168.0.91]) by mx1.supremebox.com with esmtpa (Exim 4.92) (envelope-from ) id 1oZJfd-0002GR-Fu; Fri, 16 Sep 2022 22:18:49 +0000 Message-ID: Date: Fri, 16 Sep 2022 16:18:47 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH v2 10/20] btrfs: factor a fscrypt_name matching method Content-Language: en-US To: dsterba@suse.cz, Christoph Hellwig Cc: Sweet Tea Dorminy , "Theodore Y. Ts'o" , Jaegeuk Kim , Eric Biggers , Chris Mason , Josef Bacik , David Sterba , linux-fscrypt@vger.kernel.org, linux-btrfs@vger.kernel.org, kernel-team@fb.com, Omar Sandoval , linux-spdx@vger.kernel.org References: <685c8abce7bdb110bc306752314b4fb0e7867290.1662420176.git.sweettea-kernel@dorminy.me> <20220909101521.GS32411@twin.jikos.cz> <20220909133400.GY32411@twin.jikos.cz> From: J Lovejoy In-Reply-To: <20220909133400.GY32411@twin.jikos.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Sender-Ident-agJab5osgicCis: opensource@jilayne.com Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On 9/9/22 7:34 AM, David Sterba wrote: > On Fri, Sep 09, 2022 at 06:00:13AM -0700, Christoph Hellwig wrote: >> On Fri, Sep 09, 2022 at 12:15:21PM +0200, David Sterba wrote: >>>> +// SPDX-License-Identifier: GPL-2.0 >>>> +/* >>>> + * Copyright (C) 2020 Facebook >>>> + */ >>> Please use only SPDX in new files >>> >>> https://btrfs.wiki.kernel.org/index.php/Developer%27s_FAQ#Copyright_notices_in_files.2C_SPDX >> The wiki is incorrect. The SPDX tag deals with the licensing tags >> only. It is not a replacement for the copyright notice in any way, and >> having been involved with Copyright enforcement I can tell you that >> at least in some jurisdictions Copytight notices absolutely do matter. > I believe you and can update the wiki text so it's more explicit about > the license an copyright. Can you update the wiki text to remove "SPDX" from the heading and remove the sentence stating, "An initiative started in 2017 [1] aims to unify licensing information in all files using SPDX tags, this is driven by the Linux Foundation." Thanks, Jilayne