diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-28 12:57:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-30 14:29:21 -0400 |
commit | 2522fe45a186e6276583e02723b78e1d1987cdd5 (patch) | |
tree | 25f6a23ca6c2e394284aff66fac25461a953b966 | |
parent | f50a7f3d9225dd374455f28138f79ae3074a7a3d (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
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 v 2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 45 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170027.342746075@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
45 files changed, 45 insertions, 147 deletions
diff --git a/arch/ia64/include/asm/syscall.h b/arch/ia64/include/asm/syscall.h index da108cd45174..6c6f16e409a8 100644 --- a/arch/ia64/include/asm/syscall.h +++ b/arch/ia64/include/asm/syscall.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Access to user system call parameters and results | 3 | * Access to user system call parameters and results |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Intel Corp. Shaohua Li <shaohua.li@intel.com> | 5 | * Copyright (C) 2008 Intel Corp. Shaohua Li <shaohua.li@intel.com> |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * See asm-generic/syscall.h for descriptions of what we must do here. | 7 | * See asm-generic/syscall.h for descriptions of what we must do here. |
11 | */ | 8 | */ |
12 | 9 | ||
diff --git a/arch/powerpc/include/asm/syscall.h b/arch/powerpc/include/asm/syscall.h index a048fed0722f..81abcf6a737b 100644 --- a/arch/powerpc/include/asm/syscall.h +++ b/arch/powerpc/include/asm/syscall.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Access to user system call parameters and results | 3 | * Access to user system call parameters and results |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2008 Red Hat, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * See asm-generic/syscall.h for descriptions of what we must do here. | 7 | * See asm-generic/syscall.h for descriptions of what we must do here. |
11 | */ | 8 | */ |
12 | 9 | ||
diff --git a/arch/x86/include/asm/syscall.h b/arch/x86/include/asm/syscall.h index b05ad16174e5..2dc4a021beea 100644 --- a/arch/x86/include/asm/syscall.h +++ b/arch/x86/include/asm/syscall.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Access to user system call parameters and results | 3 | * Access to user system call parameters and results |
3 | * | 4 | * |
4 | * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * See asm-generic/syscall.h for descriptions of what we must do here. | 7 | * See asm-generic/syscall.h for descriptions of what we must do here. |
11 | */ | 8 | */ |
12 | 9 | ||
diff --git a/arch/x86/kernel/tls.h b/arch/x86/kernel/tls.h index 2f083a2fe216..3a76e1d3535e 100644 --- a/arch/x86/kernel/tls.h +++ b/arch/x86/kernel/tls.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Internal declarations for x86 TLS implementation functions. | 3 | * Internal declarations for x86 TLS implementation functions. |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * Red Hat Author: Roland McGrath. | 7 | * Red Hat Author: Roland McGrath. |
11 | */ | 8 | */ |
12 | 9 | ||
diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c index 15f6e96b3bd9..b7f9ffa1d5f1 100644 --- a/fs/compat_binfmt_elf.c +++ b/fs/compat_binfmt_elf.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * 32-bit compatibility support for ELF format executables and core dumps. | 3 | * 32-bit compatibility support for ELF format executables and core dumps. |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * Red Hat Author: Roland McGrath. | 7 | * Red Hat Author: Roland McGrath. |
11 | * | 8 | * |
12 | * This file is used in a 64-bit kernel that wants to support 32-bit ELF. | 9 | * This file is used in a 64-bit kernel that wants to support 32-bit ELF. |
diff --git a/fs/dlm/ast.c b/fs/dlm/ast.c index 47ee66d70109..283c7b94edda 100644 --- a/fs/dlm/ast.c +++ b/fs/dlm/ast.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/ast.h b/fs/dlm/ast.h index 757b551c6820..181ad7d20c4d 100644 --- a/fs/dlm/ast.h +++ b/fs/dlm/ast.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005-2010 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005-2010 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/config.c b/fs/dlm/config.c index 1270551d24e3..3b21082e1b55 100644 --- a/fs/dlm/config.c +++ b/fs/dlm/config.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/config.h b/fs/dlm/config.h index 6041eec886ab..2b471aae4e61 100644 --- a/fs/dlm/config.h +++ b/fs/dlm/config.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/debug_fs.c b/fs/dlm/debug_fs.c index fa08448e35dd..0e941d42e3e9 100644 --- a/fs/dlm/debug_fs.c +++ b/fs/dlm/debug_fs.c | |||
@@ -1,11 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005-2009 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005-2009 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/dir.c b/fs/dlm/dir.c index d975851a7e1e..10c36ae1a8f9 100644 --- a/fs/dlm/dir.c +++ b/fs/dlm/dir.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/dir.h b/fs/dlm/dir.h index 417506344456..03844d086be2 100644 --- a/fs/dlm/dir.h +++ b/fs/dlm/dir.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index 748e8d59e611..da1173a0b274 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index a928ba008d7d..18d81599522f 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c | |||
@@ -1,11 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005-2010 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005-2010 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/lock.h b/fs/dlm/lock.h index ed8ebd3a8593..456c6ec3ef6f 100644 --- a/fs/dlm/lock.h +++ b/fs/dlm/lock.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c index db43b98c4d64..4c2c85a223ac 100644 --- a/fs/dlm/lockspace.c +++ b/fs/dlm/lockspace.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/lockspace.h b/fs/dlm/lockspace.h index f879f87901f8..a78d853b9342 100644 --- a/fs/dlm/lockspace.h +++ b/fs/dlm/lockspace.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index c98ad9777ad9..114ebfe30929 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/lowcomms.h b/fs/dlm/lowcomms.h index 67462e54fc2f..687b2894e469 100644 --- a/fs/dlm/lowcomms.h +++ b/fs/dlm/lowcomms.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/lvb_table.h b/fs/dlm/lvb_table.h index cc3e92f3feef..09052d967174 100644 --- a/fs/dlm/lvb_table.h +++ b/fs/dlm/lvb_table.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/main.c b/fs/dlm/main.c index 8e1b618891be..39579927ed84 100644 --- a/fs/dlm/main.c +++ b/fs/dlm/main.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/member.c b/fs/dlm/member.c index 0bc43b35d2c5..7ad83deb4505 100644 --- a/fs/dlm/member.c +++ b/fs/dlm/member.c | |||
@@ -1,11 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005-2011 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005-2011 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/member.h b/fs/dlm/member.h index 3deb70661c69..433b2fac9f4a 100644 --- a/fs/dlm/member.h +++ b/fs/dlm/member.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005-2011 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005-2011 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/memory.c b/fs/dlm/memory.c index 37be29f21d04..5918f4d39586 100644 --- a/fs/dlm/memory.c +++ b/fs/dlm/memory.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/memory.h b/fs/dlm/memory.h index 177c11cbb0a6..4f218ea4b187 100644 --- a/fs/dlm/memory.h +++ b/fs/dlm/memory.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c index f3396c622aec..921322d133e3 100644 --- a/fs/dlm/midcomms.c +++ b/fs/dlm/midcomms.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/midcomms.h b/fs/dlm/midcomms.h index 95852a5f111d..2e122e81c8d0 100644 --- a/fs/dlm/midcomms.h +++ b/fs/dlm/midcomms.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/netlink.c b/fs/dlm/netlink.c index d8e27defa89f..e7f550327d5d 100644 --- a/fs/dlm/netlink.c +++ b/fs/dlm/netlink.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. | 3 | * Copyright (C) 2007 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 v.2. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #include <net/genetlink.h> | 6 | #include <net/genetlink.h> |
diff --git a/fs/dlm/rcom.c b/fs/dlm/rcom.c index 70c625999d36..e3d9f72c640d 100644 --- a/fs/dlm/rcom.c +++ b/fs/dlm/rcom.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/rcom.h b/fs/dlm/rcom.h index 206723ab744d..454d3c4814ab 100644 --- a/fs/dlm/rcom.h +++ b/fs/dlm/rcom.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/recover.c b/fs/dlm/recover.c index ce2aa54ca2e2..8928e99dfd47 100644 --- a/fs/dlm/recover.c +++ b/fs/dlm/recover.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/recover.h b/fs/dlm/recover.h index d8c8738c70eb..235e0d25cd48 100644 --- a/fs/dlm/recover.h +++ b/fs/dlm/recover.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/recoverd.c b/fs/dlm/recoverd.c index 6f4e1d42d733..85e245392715 100644 --- a/fs/dlm/recoverd.c +++ b/fs/dlm/recoverd.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/recoverd.h b/fs/dlm/recoverd.h index 8856079733fa..d1944dc5f9e6 100644 --- a/fs/dlm/recoverd.h +++ b/fs/dlm/recoverd.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/fs/dlm/requestqueue.c b/fs/dlm/requestqueue.c index 1695f1b0dd45..e89e0ff8bfa3 100644 --- a/fs/dlm/requestqueue.c +++ b/fs/dlm/requestqueue.c | |||
@@ -1,11 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/requestqueue.h b/fs/dlm/requestqueue.h index 10ce449b77da..4e403469a845 100644 --- a/fs/dlm/requestqueue.h +++ b/fs/dlm/requestqueue.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/user.c b/fs/dlm/user.c index 3c84c62dadb7..5264bac75115 100644 --- a/fs/dlm/user.c +++ b/fs/dlm/user.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved. | 3 | * Copyright (C) 2006-2010 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 v.2. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #include <linux/miscdevice.h> | 6 | #include <linux/miscdevice.h> |
diff --git a/fs/dlm/user.h b/fs/dlm/user.h index 00499ab8835f..6b9bce6b96e0 100644 --- a/fs/dlm/user.h +++ b/fs/dlm/user.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved. | 3 | * Copyright (C) 2006-2010 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 v.2. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef __USER_DOT_H__ | 6 | #ifndef __USER_DOT_H__ |
diff --git a/fs/dlm/util.c b/fs/dlm/util.c index e36520af7cc0..cfd0d00b19ae 100644 --- a/fs/dlm/util.c +++ b/fs/dlm/util.c | |||
@@ -1,11 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/fs/dlm/util.h b/fs/dlm/util.h index 2b25915161c0..cc719ca9397e 100644 --- a/fs/dlm/util.h +++ b/fs/dlm/util.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) 2005 Red Hat, Inc. All rights reserved. | 5 | ** Copyright (C) 2005 Red Hat, Inc. All rights reserved. |
5 | ** | 6 | ** |
6 | ** This copyrighted material is made available to anyone wishing to use, | ||
7 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
8 | ** of the GNU General Public License v.2. | ||
9 | ** | 7 | ** |
10 | ******************************************************************************* | 8 | ******************************************************************************* |
11 | ******************************************************************************/ | 9 | ******************************************************************************/ |
diff --git a/include/asm-generic/syscall.h b/include/asm-generic/syscall.h index e06b468a0ebe..f3135e734387 100644 --- a/include/asm-generic/syscall.h +++ b/include/asm-generic/syscall.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Access to user system call parameters and results | 3 | * Access to user system call parameters and results |
3 | * | 4 | * |
4 | * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * This file is a stub providing documentation for what functions | 7 | * This file is a stub providing documentation for what functions |
11 | * asm-ARCH/syscall.h files need to define. Most arch definitions | 8 | * asm-ARCH/syscall.h files need to define. Most arch definitions |
12 | * will be simple inlines. | 9 | * will be simple inlines. |
diff --git a/include/linux/dlm.h b/include/linux/dlm.h index d02da2c6fc1a..ff951e9f6f20 100644 --- a/include/linux/dlm.h +++ b/include/linux/dlm.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | ******************************************************************************* | 3 | ******************************************************************************* |
3 | ** | 4 | ** |
4 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 5 | ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
5 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. | 6 | ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. |
6 | ** | 7 | ** |
7 | ** This copyrighted material is made available to anyone wishing to use, | ||
8 | ** modify, copy, or redistribute it subject to the terms and conditions | ||
9 | ** of the GNU General Public License v.2. | ||
10 | ** | 8 | ** |
11 | ******************************************************************************* | 9 | ******************************************************************************* |
12 | ******************************************************************************/ | 10 | ******************************************************************************/ |
diff --git a/include/linux/dlm_plock.h b/include/linux/dlm_plock.h index 95ad387a7769..e6d76e8715a6 100644 --- a/include/linux/dlm_plock.h +++ b/include/linux/dlm_plock.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. | 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 v.2. | ||
7 | */ | 4 | */ |
8 | #ifndef __DLM_PLOCK_DOT_H__ | 5 | #ifndef __DLM_PLOCK_DOT_H__ |
9 | #define __DLM_PLOCK_DOT_H__ | 6 | #define __DLM_PLOCK_DOT_H__ |
diff --git a/include/linux/regset.h b/include/linux/regset.h index a85c1707285c..bf0243779738 100644 --- a/include/linux/regset.h +++ b/include/linux/regset.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * User-mode machine state access | 3 | * User-mode machine state access |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * Red Hat Author: Roland McGrath. | 7 | * Red Hat Author: Roland McGrath. |
11 | */ | 8 | */ |
12 | 9 | ||
diff --git a/include/linux/tracehook.h b/include/linux/tracehook.h index df20f8bdbfa3..09d678433fc0 100644 --- a/include/linux/tracehook.h +++ b/include/linux/tracehook.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Tracing hooks | 3 | * Tracing hooks |
3 | * | 4 | * |
4 | * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * This file defines hook entry points called by core code where | 7 | * This file defines hook entry points called by core code where |
11 | * user tracing/debugging support might need to do something. These | 8 | * user tracing/debugging support might need to do something. These |
12 | * entry points are called tracehook_*(). Each hook declared below | 9 | * entry points are called tracehook_*(). Each hook declared below |