diff options
| author | Tim Bird <tim.bird@sony.com> | 2026-06-04 22:55:08 +0300 |
|---|---|---|
| committer | Miklos Szeredi <mszeredi@redhat.com> | 2026-06-15 15:06:19 +0300 |
| commit | 9f3e7166aaa69a8f7c535e267ac23ecc931c3697 (patch) | |
| tree | 212a4c9d434ebaa2c129661f950cdfd2b8951259 | |
| parent | 5ac67ab433d95bef5dcb8d18db0e3e4616f576cb (diff) | |
| download | linux-9f3e7166aaa69a8f7c535e267ac23ecc931c3697.tar.xz | |
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 <tim.bird@sony.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
| -rw-r--r-- | fs/fuse/acl.c | 4 | ||||
| -rw-r--r-- | fs/fuse/control.c | 4 | ||||
| -rw-r--r-- | fs/fuse/dev.c | 4 | ||||
| -rw-r--r-- | fs/fuse/dir.c | 4 | ||||
| -rw-r--r-- | fs/fuse/file.c | 4 | ||||
| -rw-r--r-- | fs/fuse/fuse_i.h | 4 | ||||
| -rw-r--r-- | fs/fuse/inode.c | 4 | ||||
| -rw-r--r-- | fs/fuse/readdir.c | 4 | ||||
| -rw-r--r-- | 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. <seth.forshee@canonical.com> - * - * 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 925a15488499..21ffde596d61 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 <miklos@szeredi.hu> - - 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 32b0bb1f79d7..7e9bf358f015 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 <miklos@szeredi.hu> - - 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 1b71fb5adc01..795e92037ce7 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 <miklos@szeredi.hu> - - 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 cbd02fa3cb74..8c8d9f6d8f72 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 <miklos@szeredi.hu> - - 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 55a3841b2889..30129d798088 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 <miklos@szeredi.hu> - - 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 e62fc738ddbc..d975073c6029 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 <miklos@szeredi.hu> - - 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 c38139225a2e..e993255584df 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 <miklos@szeredi.hu> - - 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 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 <miklos@szeredi.hu> - * - * This program can be distributed under the terms of the GNU GPL. - * See the file COPYING. */ #include "fuse_i.h" |
