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 398

Based on 1 normalized pattern(s):

this copyrighted material is made available to anyone wishing to use
modify copy or redistribute it subject to the terms and conditions
of the gnu general public license version 2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 44 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081038.653000175@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
7336d0e6 9d5a6349

+44 -176
+1 -4
fs/dlm/plock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. 3 - * 4 - * This copyrighted material is made available to anyone wishing to use, 5 - * modify, copy, or redistribute it subject to the terms and conditions 6 - * of the GNU General Public License version 2. 7 4 */ 8 5 9 6 #include <linux/fs.h>
+1 -4
fs/gfs2/acl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/sched.h>
+1 -4
fs/gfs2/acl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __ACL_DOT_H__
+1 -4
fs/gfs2/aops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/sched.h>
+1 -4
fs/gfs2/bmap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/spinlock.h>
+1 -4
fs/gfs2/bmap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __BMAP_DOT_H__
+1 -4
fs/gfs2/dentry.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/spinlock.h>
+1 -4
fs/gfs2/dir.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 /*
+1 -4
fs/gfs2/dir.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __DIR_DOT_H__
+1 -4
fs/gfs2/export.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/spinlock.h>
+1 -4
fs/gfs2/file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/slab.h>
+1 -4
fs/gfs2/gfs2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __GFS2_DOT_H__
+1 -4
fs/gfs2/glock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
fs/gfs2/glock.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __GLOCK_DOT_H__
+1 -4
fs/gfs2/glops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/spinlock.h>
+1 -4
fs/gfs2/glops.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __GLOPS_DOT_H__
+1 -4
fs/gfs2/incore.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __INCORE_DOT_H__
+1 -4
fs/gfs2/inode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/slab.h>
+1 -4
fs/gfs2/inode.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __INODE_DOT_H__
+1 -4
fs/gfs2/lock_dlm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright 2004-2011 Red Hat, Inc. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
fs/gfs2/log.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/sched.h>
+1 -4
fs/gfs2/log.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __LOG_DOT_H__
+1 -4
fs/gfs2/lops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/sched.h>
+1 -4
fs/gfs2/lops.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __LOPS_DOT_H__
+1 -4
fs/gfs2/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
fs/gfs2/meta_io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/sched.h>
+1 -4
fs/gfs2/meta_io.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __DIO_DOT_H__
+1 -4
fs/gfs2/ops_fstype.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
fs/gfs2/quota.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 /*
+1 -4
fs/gfs2/quota.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __QUOTA_DOT_H__
+1 -4
fs/gfs2/recovery.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/module.h>
+1 -4
fs/gfs2/recovery.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __RECOVERY_DOT_H__
+1 -4
fs/gfs2/rgrp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
fs/gfs2/rgrp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __RGRP_DOT_H__
+1 -4
fs/gfs2/super.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
fs/gfs2/super.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __SUPER_DOT_H__
+1 -4
fs/gfs2/sys.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
fs/gfs2/sys.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __SYS_DOT_H__
+1 -4
fs/gfs2/trans.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
fs/gfs2/trans.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __TRANS_DOT_H__
+1 -4
fs/gfs2/util.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
fs/gfs2/util.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __UTIL_DOT_H__
+1 -4
fs/gfs2/xattr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #include <linux/slab.h>
+1 -4
fs/gfs2/xattr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 4 - * 5 - * This copyrighted material is made available to anyone wishing to use, 6 - * modify, copy, or redistribute it subject to the terms and conditions 7 - * of the GNU General Public License version 2. 8 5 */ 9 6 10 7 #ifndef __EATTR_DOT_H__