forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details you should have received a copy of the gnu general public license along with this program if not write to free software foundation 51 franklin street fifth floor boston ma 02111 1301 usa extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 27 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Richard Fontana <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Steve Winslow <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
27 changed files
with
27 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* V9FS cache definitions. | ||
* | ||
* Copyright (C) 2009 by Abhishek Kulkarni <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#include <linux/jiffies.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* V9FS cache definitions. | ||
* | ||
* Copyright (C) 2009 by Abhishek Kulkarni <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#ifndef _9P_CACHE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* V9FS FID Management | ||
* | ||
* Copyright (C) 2007 by Latchesar Ionkov <[email protected]> | ||
* Copyright (C) 2005, 2006 by Eric Van Hensbergen <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#include <linux/module.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* V9FS FID Management | ||
* | ||
* Copyright (C) 2005 by Eric Van Hensbergen <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
#ifndef FS_9P_FID_H | ||
#define FS_9P_FID_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/fs/9p/v9fs.c | ||
* | ||
* This file contains functions assisting in mapping VFS to 9P2000 | ||
* | ||
* Copyright (C) 2004-2008 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,9 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* V9FS definitions. | ||
* | ||
* Copyright (C) 2004-2008 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
#ifndef FS_9P_V9FS_H | ||
#define FS_9P_V9FS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,9 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* V9FS VFS extensions. | ||
* | ||
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
#ifndef FS_9P_V9FS_VFS_H | ||
#define FS_9P_V9FS_VFS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/fs/9p/vfs_addr.c | ||
* | ||
* This file contians vfs address (mmap) ops for 9P2000. | ||
* | ||
* Copyright (C) 2005 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#include <linux/module.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/fs/9p/vfs_dentry.c | ||
* | ||
* This file contians vfs dentry ops for the 9P2000 protocol. | ||
* | ||
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#include <linux/module.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/fs/9p/vfs_dir.c | ||
* | ||
* This file contains vfs directory ops for the 9P2000 protocol. | ||
* | ||
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#include <linux/module.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/fs/9p/vfs_file.c | ||
* | ||
* This file contians vfs file ops for 9P2000. | ||
* | ||
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#include <linux/module.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/fs/9p/vfs_inode.c | ||
* | ||
* This file contains vfs inode ops for the 9P2000 protocol. | ||
* | ||
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/fs/9p/vfs_inode_dotl.c | ||
* | ||
* This file contains vfs inode ops for the 9P2000.L protocol. | ||
* | ||
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#include <linux/module.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/fs/9p/vfs_super.c | ||
* | ||
|
@@ -6,22 +7,6 @@ | |
* | ||
* Copyright (C) 2004 by Eric Van Hensbergen <[email protected]> | ||
* Copyright (C) 2002 by Ron Minnich <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to: | ||
* Free Software Foundation | ||
* 51 Franklin Street, Fifth Floor | ||
* Boston, MA 02111-1301 USA | ||
* | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
Oops, something went wrong.