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 <[email protected]>
---
 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. <[email protected]>
- *
- * 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 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 <[email protected]>
-
-  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 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 <[email protected]>
-
-  This program can be distributed under the terms of the GNU GPL.
-  See the file COPYING.
 */
 
 #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 <[email protected]>
-
-  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/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 <[email protected]>
-
-  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 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 <[email protected]>
-
-  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 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 <[email protected]>
-
-  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/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 <[email protected]>
-
-  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 <[email protected]>
- *
- * This program can be distributed under the terms of the GNU GPL.
- * See the file COPYING.
  */
 
 #include "fuse_i.h"
-- 
2.43.0


Reply via email to