From: Tim Bird Date: Thu, 4 Jun 2026 19:55:08 +0000 (-0600) Subject: fuse: Add SPDX ID lines to some files X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f3e7166aaa69a8f7c535e267ac23ecc931c3697;p=thirdparty%2Flinux.git fuse: Add SPDX ID lines to some files 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 Signed-off-by: Miklos Szeredi --- diff --git a/fs/fuse/acl.c b/fs/fuse/acl.c index cbde6ac1add35..31fb50e16aed7 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. */ #include "fuse_i.h" diff --git a/fs/fuse/control.c b/fs/fuse/control.c index 925a154884996..21ffde596d611 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. */ #include "fuse_i.h" diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index 32b0bb1f79d79..7e9bf358f0153 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. */ #include "dev.h" diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index 1b71fb5adc019..795e92037ce7b 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. */ #include "dev.h" diff --git a/fs/fuse/file.c b/fs/fuse/file.c index cbd02fa3cb740..8c8d9f6d8f724 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. */ #include "fuse_i.h" diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 55a3841b28899..30129d798088f 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. */ #ifndef _FS_FUSE_I_H diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c index e62fc738ddbc6..d975073c60296 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. */ #include "dev.h" diff --git a/fs/fuse/readdir.c b/fs/fuse/readdir.c index c38139225a2e3..e993255584dfd 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. */ diff --git a/fs/fuse/xattr.c b/fs/fuse/xattr.c index 93dfb06b6cea0..cab2685acc652 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. */ #include "fuse_i.h"