Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170026.981318839@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
1f327613 5a5ef568

+27 -432
+1 -16
fs/9p/cache.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * V9FS cache definitions. 3 4 * 4 5 * Copyright (C) 2009 by Abhishek Kulkarni <adkulkar@umail.iu.edu> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to: 17 - * Free Software Foundation 18 - * 51 Franklin Street, Fifth Floor 19 - * Boston, MA 02111-1301 USA 20 - * 21 6 */ 22 7 23 8 #include <linux/jiffies.h>
+1 -16
fs/9p/cache.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * V9FS cache definitions. 3 4 * 4 5 * Copyright (C) 2009 by Abhishek Kulkarni <adkulkar@umail.iu.edu> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to: 17 - * Free Software Foundation 18 - * 51 Franklin Street, Fifth Floor 19 - * Boston, MA 02111-1301 USA 20 - * 21 6 */ 22 7 23 8 #ifndef _9P_CACHE_H
+1 -16
fs/9p/fid.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * V9FS FID Management 3 4 * 4 5 * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net> 5 6 * Copyright (C) 2005, 2006 by Eric Van Hensbergen <ericvh@gmail.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to: 18 - * Free Software Foundation 19 - * 51 Franklin Street, Fifth Floor 20 - * Boston, MA 02111-1301 USA 21 - * 22 7 */ 23 8 24 9 #include <linux/module.h>
+1 -16
fs/9p/fid.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * V9FS FID Management 3 4 * 4 5 * Copyright (C) 2005 by Eric Van Hensbergen <ericvh@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to: 17 - * Free Software Foundation 18 - * 51 Franklin Street, Fifth Floor 19 - * Boston, MA 02111-1301 USA 20 - * 21 6 */ 22 7 #ifndef FS_9P_FID_H 23 8 #define FS_9P_FID_H
+1 -16
fs/9p/v9fs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/v9fs.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> 8 7 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -16
fs/9p/v9fs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * V9FS definitions. 3 4 * 4 5 * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> 5 6 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to: 18 - * Free Software Foundation 19 - * 51 Franklin Street, Fifth Floor 20 - * Boston, MA 02111-1301 USA 21 - * 22 7 */ 23 8 #ifndef FS_9P_V9FS_H 24 9 #define FS_9P_V9FS_H
+1 -16
fs/9p/v9fs_vfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * V9FS VFS extensions. 3 4 * 4 5 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 5 6 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to: 18 - * Free Software Foundation 19 - * 51 Franklin Street, Fifth Floor 20 - * Boston, MA 02111-1301 USA 21 - * 22 7 */ 23 8 #ifndef FS_9P_V9FS_VFS_H 24 9 #define FS_9P_V9FS_VFS_H
+1 -16
fs/9p/vfs_addr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/vfs_addr.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2005 by Eric Van Hensbergen <ericvh@gmail.com> 8 7 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #include <linux/module.h>
+1 -16
fs/9p/vfs_dentry.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/vfs_dentry.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 8 7 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #include <linux/module.h>
+1 -16
fs/9p/vfs_dir.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/vfs_dir.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 8 7 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #include <linux/module.h>
+1 -16
fs/9p/vfs_file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/vfs_file.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 8 7 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #include <linux/module.h>
+1 -16
fs/9p/vfs_inode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/vfs_inode.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 8 7 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -16
fs/9p/vfs_inode_dotl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/vfs_inode_dotl.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 8 7 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #include <linux/module.h>
+1 -16
fs/9p/vfs_super.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/vfs_super.c 3 4 * ··· 7 6 * 8 7 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 9 8 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 13 - * as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to: 22 - * Free Software Foundation 23 - * 51 Franklin Street, Fifth Floor 24 - * Boston, MA 02111-1301 USA 25 - * 26 9 */ 27 10 28 11 #include <linux/kernel.h>
+1 -16
fs/ceph/cache.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ceph cache definitions. 3 4 * 4 5 * Copyright (C) 2013 by Adfin Solutions, Inc. All Rights Reserved. 5 6 * Written by Milosz Tanski (milosz@adfin.com) 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to: 18 - * Free Software Foundation 19 - * 51 Franklin Street, Fifth Floor 20 - * Boston, MA 02111-1301 USA 21 - * 22 7 */ 23 8 24 9 #include "super.h"
+1 -16
fs/ceph/cache.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Ceph cache definitions. 3 4 * 4 5 * Copyright (C) 2013 by Adfin Solutions, Inc. All Rights Reserved. 5 6 * Written by Milosz Tanski (milosz@adfin.com) 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to: 18 - * Free Software Foundation 19 - * 51 Franklin Street, Fifth Floor 20 - * Boston, MA 02111-1301 USA 21 - * 22 7 */ 23 8 24 9 #ifndef _CEPH_CACHE_H
+1 -16
include/net/9p/9p.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/net/9p/9p.h 3 4 * ··· 7 6 * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> 8 7 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 9 8 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 13 - * as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to: 22 - * Free Software Foundation 23 - * 51 Franklin Street, Fifth Floor 24 - * Boston, MA 02111-1301 USA 25 - * 26 9 */ 27 10 28 11 #ifndef NET_9P_H
+1 -16
include/net/9p/client.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/net/9p/client.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2008 by Eric Van Hensbergen <ericvh@gmail.com> 8 7 * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #ifndef NET_9P_CLIENT_H
+1 -16
include/net/9p/transport.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/net/9p/transport.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> 8 7 * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #ifndef NET_9P_TRANSPORT_H
+1 -16
net/9p/client.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * net/9p/clnt.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2008 by Eric Van Hensbergen <ericvh@gmail.com> 8 7 * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to: 21 - * Free Software Foundation 22 - * 51 Franklin Street, Fifth Floor 23 - * Boston, MA 02111-1301 USA 24 - * 25 8 */ 26 9 27 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -16
net/9p/error.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/error.c 3 4 * ··· 10 9 * 11 10 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 12 11 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License version 2 16 - * as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; if not, write to: 25 - * Free Software Foundation 26 - * 51 Franklin Street, Fifth Floor 27 - * Boston, MA 02111-1301 USA 28 - * 29 12 */ 30 13 31 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -16
net/9p/mod.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * net/9p/9p.c 3 4 * ··· 7 6 * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net> 8 7 * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> 9 8 * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 13 - * as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to: 22 - * Free Software Foundation 23 - * 51 Franklin Street, Fifth Floor 24 - * Boston, MA 02111-1301 USA 25 - * 26 9 */ 27 10 28 11 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -16
net/9p/protocol.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * net/9p/protocol.c 3 4 * ··· 8 7 * 9 8 * Base on code from Anthony Liguori <aliguori@us.ibm.com> 10 9 * Copyright (C) 2008 by IBM, Corp. 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License version 2 14 - * as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to: 23 - * Free Software Foundation 24 - * 51 Franklin Street, Fifth Floor 25 - * Boston, MA 02111-1301 USA 26 - * 27 10 */ 28 11 29 12 #include <linux/module.h>
+1 -16
net/9p/protocol.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * net/9p/protocol.h 3 4 * ··· 8 7 * 9 8 * Base on code from Anthony Liguori <aliguori@us.ibm.com> 10 9 * Copyright (C) 2008 by IBM, Corp. 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License version 2 14 - * as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to: 23 - * Free Software Foundation 24 - * 51 Franklin Street, Fifth Floor 25 - * Boston, MA 02111-1301 USA 26 - * 27 10 */ 28 11 29 12 int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
+1 -16
net/9p/trans_fd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/trans_fd.c 3 4 * ··· 8 7 * Copyright (C) 2004-2005 by Latchesar Ionkov <lucho@ionkov.net> 9 8 * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> 10 9 * Copyright (C) 1997-2002 by Ron Minnich <rminnich@sarnoff.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License version 2 14 - * as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to: 23 - * Free Software Foundation 24 - * 51 Franklin Street, Fifth Floor 25 - * Boston, MA 02111-1301 USA 26 - * 27 10 */ 28 11 29 12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -16
net/9p/trans_rdma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/fs/9p/trans_rdma.c 3 4 * ··· 9 8 * Copyright (C) 2004-2005 by Latchesar Ionkov <lucho@ionkov.net> 10 9 * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> 11 10 * Copyright (C) 1997-2002 by Ron Minnich <rminnich@sarnoff.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License version 2 15 - * as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to: 24 - * Free Software Foundation 25 - * 51 Franklin Street, Fifth Floor 26 - * Boston, MA 02111-1301 USA 27 - * 28 11 */ 29 12 30 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -16
net/9p/trans_virtio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * The Virtio 9p transport driver 3 4 * ··· 9 8 * 10 9 * Based on virtio console driver 11 10 * Copyright (C) 2006, 2007 Rusty Russell, IBM Corporation 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License version 2 15 - * as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to: 24 - * Free Software Foundation 25 - * 51 Franklin Street, Fifth Floor 26 - * Boston, MA 02111-1301 USA 27 - * 28 11 */ 29 12 30 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt