Skip to content

Commit 024b7d6

Browse files
committed
9p: fix file headers
- add missing SPDX-License-Identifier - remove (sometimes incorrect) file name from file header Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Dominique Martinet <[email protected]>
1 parent 9a268fa commit 024b7d6

25 files changed

+7
-116
lines changed

fs/9p/acl.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1+
// SPDX-License-Identifier: LGPL-2.1
12
/*
23
* Copyright IBM Corporation, 2010
34
* Author Aneesh Kumar K.V <[email protected]>
4-
*
5-
* This program is free software; you can redistribute it and/or modify it
6-
* under the terms of version 2.1 of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation.
8-
*
9-
* This program is distributed in the hope that it would be useful, but
10-
* WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12-
*
135
*/
146

157
#include <linux/module.h>

fs/9p/acl.h

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1+
/* SPDX-License-Identifier: LGPL-2.1 */
12
/*
23
* Copyright IBM Corporation, 2010
34
* Author Aneesh Kumar K.V <[email protected]>
4-
*
5-
* This program is free software; you can redistribute it and/or modify it
6-
* under the terms of version 2.1 of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation.
8-
*
9-
* This program is distributed in the hope that it would be useful, but
10-
* WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12-
*
135
*/
146
#ifndef FS_9P_ACL_H
157
#define FS_9P_ACL_H

fs/9p/v9fs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* linux/fs/9p/v9fs.c
4-
*
53
* This file contains functions assisting in mapping VFS to 9P2000
64
*
75
* Copyright (C) 2004-2008 by Eric Van Hensbergen <[email protected]>

fs/9p/vfs_addr.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* linux/fs/9p/vfs_addr.c
4-
*
53
* This file contians vfs address (mmap) ops for 9P2000.
64
*
75
* Copyright (C) 2005 by Eric Van Hensbergen <[email protected]>

fs/9p/vfs_dentry.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* linux/fs/9p/vfs_dentry.c
4-
*
53
* This file contians vfs dentry ops for the 9P2000 protocol.
64
*
75
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]>

fs/9p/vfs_dir.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* linux/fs/9p/vfs_dir.c
4-
*
53
* This file contains vfs directory ops for the 9P2000 protocol.
64
*
75
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]>

fs/9p/vfs_file.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* linux/fs/9p/vfs_file.c
4-
*
53
* This file contians vfs file ops for 9P2000.
64
*
75
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]>

fs/9p/vfs_inode.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* linux/fs/9p/vfs_inode.c
4-
*
53
* This file contains vfs inode ops for the 9P2000 protocol.
64
*
75
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]>

fs/9p/vfs_inode_dotl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* linux/fs/9p/vfs_inode_dotl.c
4-
*
53
* This file contains vfs inode ops for the 9P2000.L protocol.
64
*
75
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]>

fs/9p/vfs_super.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* linux/fs/9p/vfs_super.c
4-
*
5-
* This file contians superblock ops for 9P2000. It is intended that
6-
* you mount this file system on directories.
73
*
84
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]>
95
* Copyright (C) 2002 by Ron Minnich <[email protected]>

0 commit comments

Comments
 (0)