From nobody Mon Jun 8 07:22:53 2026 Received: from omta40.uswest2.a.cloudfilter.net (omta40.uswest2.a.cloudfilter.net [35.89.44.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C450C36EA8F for ; Thu, 4 Jun 2026 19:55:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=35.89.44.39 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780602923; cv=none; b=u3qNlsdCQdiT7bTg8rL6wNGLw1EiuVck2rb01HXgtMR0nDMsceR1zFdLUoyLmj0xOW+b5hpJwQZwxKp2y5pfgvZ7YdEh5z32zTSuwm2dnvfRtnDdhldxNkGSXytm1ousTCrojXlgMta0ExLNiTCc/yTW0wWHcmcx6QHqULven+Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780602923; c=relaxed/simple; bh=VIMljwo3AkjgAcOxyAGzF8ev4/gqOUfeTiFCP41kUAs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=sVCWZmbctfcMf+PZL4A++pMUWblgdKRRRRARUb6FTdmn4Mclq3kkkNP4yVCn1PEV4HEd5omzqFqaPNB4lziE3oZ2Utj42ST+YjB80EUIxeJAqIBQLQS5oKe2j6u4CwIGMgsg/WVHiaiu01jZC8ahGeUDeW2IOjaqg0s8IDVhe7o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=sony.com; spf=fail smtp.mailfrom=sony.com; arc=none smtp.client-ip=35.89.44.39 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=sony.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=sony.com Received: from eig-obgw-5007b.ext.cloudfilter.net ([10.0.29.167]) by cmsmtp with ESMTPS id V9JrwaGk3jgweVE9qwahr1; Thu, 04 Jun 2026 19:55:15 +0000 Received: from host2044.hostmonster.com ([67.20.76.238]) by cmsmtp with ESMTPS id VE9pwaLJE9e09VE9qw4oSQ; Thu, 04 Jun 2026 19:55:14 +0000 X-Authority-Analysis: v=2.4 cv=SY/3duRu c=1 sm=1 tr=0 ts=6a21d822 a=O1AQXT3IpLm5MaED65xONQ==:117 a=QeWor2tdjpy9U23wdFvjzw==:17 a=FelO9ux0wxsA:10 a=z6gsHLkEAAAA:8 a=DfNHnWVPAAAA:8 a=a2GRSVkUQ778J54M9-QA:9 a=rjTVMONInIDnV1a_A2c_:22 a=iekntanDnrheIxGr1pkv:22 Received: from [66.118.44.127] (port=38286 helo=timdesk.home.local) by host2044.hostmonster.com with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.99.2) (envelope-from ) id 1wVE9p-00000003uGy-1fvd; Thu, 04 Jun 2026 13:55:13 -0600 From: Tim Bird To: mszeredi@redhat.com, sforshee@kernel.org Cc: tim.bird@sony.com, linux-fsdevl@vger.kernel.org, linux-spdx@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] fuse: Add SPDX ID lines to some files Date: Thu, 4 Jun 2026 13:55:08 -0600 Message-ID: <20260604195509.753828-1-tim.bird@sony.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host2044.hostmonster.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - sony.com X-BWhitelist: no X-Source-IP: 66.118.44.127 X-Source-L: No X-Exim-ID: 1wVE9p-00000003uGy-1fvd X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (timdesk.home.local) [66.118.44.127]:38286 X-Source-Auth: tim@bird.org X-Email-Count: 1 X-Org: HG=bhshared_hm;ORG=bluehost; X-Source-Cap: YmlyZG9yZztiaXJkb3JnO2hvc3QyMDQ0Lmhvc3Rtb25zdGVyLmNvbQ== X-Local-Domain: no X-CMAE-Envelope: MS4xfMRKFtYUHqEGCt0sVMQCXdJ9vBkZsQ+fQBinzWnoEjLhlfcbxz+tnfg2MCo7Si/o2Nnd+JuORxt+3FyEJQ+uaJFNyBdkzPd7/3qy8RUdstmjvZe6KuQj 4hvw5cOKD7OrbxeIzhUMFZY3HgTM+TB2ZibHckNSCcdkilr2VtASejSOT9X0f0Ad6SzSYvQbSpntiL7fdgVGXbnz2kyudtwJjqo= Content-Type: text/plain; charset="utf-8" Some fuse source files are missing SPDX-License-Identifier lines. Add appropriate IDs to these files, and remove old license references from the headers. Signed-off-by: Tim Bird --- fs/fuse/acl.c | 4 +--- fs/fuse/control.c | 4 +--- fs/fuse/dev.c | 4 +--- fs/fuse/dir.c | 4 +--- fs/fuse/file.c | 4 +--- fs/fuse/fuse_i.h | 4 +--- fs/fuse/inode.c | 4 +--- fs/fuse/readdir.c | 4 +--- fs/fuse/xattr.c | 4 +--- 9 files changed, 9 insertions(+), 27 deletions(-) diff --git a/fs/fuse/acl.c b/fs/fuse/acl.c index cbde6ac1add3..31fb50e16aed 100644 --- a/fs/fuse/acl.c +++ b/fs/fuse/acl.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* * FUSE: Filesystem in Userspace * Copyright (C) 2016 Canonical Ltd. - * - * This program can be distributed under the terms of the GNU GPL. - * See the file COPYING. */ =20 #include "fuse_i.h" diff --git a/fs/fuse/control.c b/fs/fuse/control.c index f902a7fb4630..091bd156e665 100644 --- a/fs/fuse/control.c +++ b/fs/fuse/control.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* FUSE: Filesystem in Userspace Copyright (C) 2001-2008 Miklos Szeredi - - This program can be distributed under the terms of the GNU GPL. - See the file COPYING. */ =20 #include "fuse_i.h" diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index 5dda7080f4a9..b751d9a529ef 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* FUSE: Filesystem in Userspace Copyright (C) 2001-2008 Miklos Szeredi - - This program can be distributed under the terms of the GNU GPL. - See the file COPYING. */ =20 #include "dev_uring_i.h" diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index b658b6baf72f..b9ea40740d6e 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* FUSE: Filesystem in Userspace Copyright (C) 2001-2008 Miklos Szeredi - - This program can be distributed under the terms of the GNU GPL. - See the file COPYING. */ =20 #include "fuse_i.h" diff --git a/fs/fuse/file.c b/fs/fuse/file.c index f94f3dc082c6..147abdf86a36 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* FUSE: Filesystem in Userspace Copyright (C) 2001-2008 Miklos Szeredi - - This program can be distributed under the terms of the GNU GPL. - See the file COPYING. */ =20 #include "fuse_i.h" diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 17423d4e3cfa..98886e6c6298 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -1,9 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* FUSE: Filesystem in Userspace Copyright (C) 2001-2008 Miklos Szeredi - - This program can be distributed under the terms of the GNU GPL. - See the file COPYING. */ =20 #ifndef _FS_FUSE_I_H diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c index deddfffb037f..101d7a71d224 100644 --- a/fs/fuse/inode.c +++ b/fs/fuse/inode.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* FUSE: Filesystem in Userspace Copyright (C) 2001-2008 Miklos Szeredi - - This program can be distributed under the terms of the GNU GPL. - See the file COPYING. */ =20 #include "fuse_i.h" diff --git a/fs/fuse/readdir.c b/fs/fuse/readdir.c index db5ae8ec1030..2ed0b47037b8 100644 --- a/fs/fuse/readdir.c +++ b/fs/fuse/readdir.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* FUSE: Filesystem in Userspace Copyright (C) 2001-2018 Miklos Szeredi - - This program can be distributed under the terms of the GNU GPL. - See the file COPYING. */ =20 =20 diff --git a/fs/fuse/xattr.c b/fs/fuse/xattr.c index 93dfb06b6cea..cab2685acc65 100644 --- a/fs/fuse/xattr.c +++ b/fs/fuse/xattr.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* * FUSE: Filesystem in Userspace * Copyright (C) 2001-2016 Miklos Szeredi - * - * This program can be distributed under the terms of the GNU GPL. - * See the file COPYING. */ =20 #include "fuse_i.h" --=20 2.43.0