diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-06-14 16:18:53 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-14 16:18:53 -0400 |
commit | 8afecfb0ec961e37e61b2d19c4fa71617a9482de (patch) | |
tree | c43ea51a47b1e76b762caa4c1b0c356249e5e874 /include | |
parent | ce1a5ea18ef9bf4c62c75abe7c540a29264ec988 (diff) | |
parent | d1fdb6d8f6a4109a4263176c84b899076a5f8008 (diff) |
Merge tag 'v5.2-rc4' into mauro
We need to pick up post-rc1 changes to various document files so they don't
get lost in Mauro's massive RST conversion push.
Diffstat (limited to 'include')
1137 files changed, 1347 insertions, 9622 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 52d4375bde9d..31b6c87d6240 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * acpi_bus.h - ACPI Bus Driver ($Revision: 22 $) | 3 | * acpi_bus.h - ACPI Bus Driver ($Revision: 22 $) |
3 | * | 4 | * |
4 | * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> | 5 | * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> |
5 | * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> | 6 | * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> |
6 | * | ||
7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or (at | ||
12 | * your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * General Public License for more details. | ||
18 | * | ||
19 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
20 | */ | 7 | */ |
21 | 8 | ||
22 | #ifndef __ACPI_BUS_H__ | 9 | #ifndef __ACPI_BUS_H__ |
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 98e3db7a89cd..5eb175933a5b 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * acpi_drivers.h ($Revision: 31 $) | 3 | * acpi_drivers.h ($Revision: 31 $) |
3 | * | 4 | * |
4 | * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> | 5 | * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> |
5 | * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> | 6 | * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> |
6 | * | ||
7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or (at | ||
12 | * your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * General Public License for more details. | ||
18 | * | ||
19 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
20 | */ | 7 | */ |
21 | 8 | ||
22 | #ifndef __ACPI_DRIVERS_H__ | 9 | #ifndef __ACPI_DRIVERS_H__ |
diff --git a/include/acpi/acpi_lpat.h b/include/acpi/acpi_lpat.h index da37e12d23e2..72d6264ef2ab 100644 --- a/include/acpi/acpi_lpat.h +++ b/include/acpi/acpi_lpat.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * acpi_lpat.h - LPAT table processing functions | 3 | * acpi_lpat.h - LPAT table processing functions |
3 | * | 4 | * |
4 | * Copyright (C) 2015 Intel Corporation. All rights reserved. | 5 | * Copyright (C) 2015 Intel Corporation. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License version | ||
8 | * 2 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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef ACPI_LPAT_H | 8 | #ifndef ACPI_LPAT_H |
diff --git a/include/acpi/cppc_acpi.h b/include/acpi/cppc_acpi.h index ba6fd7202775..a6a9373ab863 100644 --- a/include/acpi/cppc_acpi.h +++ b/include/acpi/cppc_acpi.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * CPPC (Collaborative Processor Performance Control) methods used | 3 | * CPPC (Collaborative Processor Performance Control) methods used |
3 | * by CPUfreq drivers. | 4 | * by CPUfreq drivers. |
4 | * | 5 | * |
5 | * (C) Copyright 2014, 2015 Linaro Ltd. | 6 | * (C) Copyright 2014, 2015 Linaro Ltd. |
6 | * Author: Ashwin Chaugule <ashwin.chaugule@linaro.org> | 7 | * Author: Ashwin Chaugule <ashwin.chaugule@linaro.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; version 2 | ||
11 | * of the License. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _CPPC_ACPI_H | 10 | #ifndef _CPPC_ACPI_H |
diff --git a/include/acpi/hed.h b/include/acpi/hed.h index 46e1249b70cc..ebef902afdd7 100644 --- a/include/acpi/hed.h +++ b/include/acpi/hed.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * hed.h - ACPI Hardware Error Device | 3 | * hed.h - ACPI Hardware Error Device |
3 | * | 4 | * |
4 | * Copyright (C) 2009, Intel Corp. | 5 | * Copyright (C) 2009, Intel Corp. |
5 | * Author: Huang Ying <ying.huang@intel.com> | 6 | * Author: Huang Ying <ying.huang@intel.com> |
6 | * | ||
7 | * This file is released under the GPLv2. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef ACPI_HED_H | 9 | #ifndef ACPI_HED_H |
diff --git a/include/acpi/pcc.h b/include/acpi/pcc.h index cd6ef45e614e..4dec4ed138cd 100644 --- a/include/acpi/pcc.h +++ b/include/acpi/pcc.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * PCC (Platform Communications Channel) methods | 3 | * PCC (Platform Communications Channel) methods |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; version 2 | ||
7 | * of the License. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef _PCC_H | 6 | #ifndef _PCC_H |
diff --git a/include/asm-generic/atomic.h b/include/asm-generic/atomic.h index 13324aa828eb..286867f593d2 100644 --- a/include/asm-generic/atomic.h +++ b/include/asm-generic/atomic.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Generic C implementation of atomic counter operations. Usable on | 3 | * Generic C implementation of atomic counter operations. Usable on |
3 | * UP systems only. Do not include in machine independent code. | 4 | * UP systems only. Do not include in machine independent code. |
4 | * | 5 | * |
5 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 6 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
6 | * Written by David Howells (dhowells@redhat.com) | 7 | * Written by David Howells (dhowells@redhat.com) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public Licence | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the Licence, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | #ifndef __ASM_GENERIC_ATOMIC_H | 9 | #ifndef __ASM_GENERIC_ATOMIC_H |
14 | #define __ASM_GENERIC_ATOMIC_H | 10 | #define __ASM_GENERIC_ATOMIC_H |
diff --git a/include/asm-generic/atomic64.h b/include/asm-generic/atomic64.h index 97b28b7f1f29..d7a15096fb3b 100644 --- a/include/asm-generic/atomic64.h +++ b/include/asm-generic/atomic64.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Generic implementation of 64-bit atomics using spinlocks, | 3 | * Generic implementation of 64-bit atomics using spinlocks, |
3 | * useful on processors that don't have 64-bit atomic instructions. | 4 | * useful on processors that don't have 64-bit atomic instructions. |
4 | * | 5 | * |
5 | * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> | 6 | * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | #ifndef _ASM_GENERIC_ATOMIC64_H | 8 | #ifndef _ASM_GENERIC_ATOMIC64_H |
13 | #define _ASM_GENERIC_ATOMIC64_H | 9 | #define _ASM_GENERIC_ATOMIC64_H |
diff --git a/include/asm-generic/barrier.h b/include/asm-generic/barrier.h index 2cafdbb9ae4c..85b28eb80b11 100644 --- a/include/asm-generic/barrier.h +++ b/include/asm-generic/barrier.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Generic barrier definitions. | 3 | * Generic barrier definitions. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 8 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
8 | * Written by David Howells (dhowells@redhat.com) | 9 | * Written by David Howells (dhowells@redhat.com) |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public Licence | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the Licence, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef __ASM_GENERIC_BARRIER_H | 11 | #ifndef __ASM_GENERIC_BARRIER_H |
16 | #define __ASM_GENERIC_BARRIER_H | 12 | #define __ASM_GENERIC_BARRIER_H |
diff --git a/include/asm-generic/device.h b/include/asm-generic/device.h index d7c76bba640d..974517cdf736 100644 --- a/include/asm-generic/device.h +++ b/include/asm-generic/device.h | |||
@@ -1,7 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Arch specific extensions to struct device | 3 | * Arch specific extensions to struct device |
3 | * | ||
4 | * This file is released under the GPLv2 | ||
5 | */ | 4 | */ |
6 | #ifndef _ASM_GENERIC_DEVICE_H | 5 | #ifndef _ASM_GENERIC_DEVICE_H |
7 | #define _ASM_GENERIC_DEVICE_H | 6 | #define _ASM_GENERIC_DEVICE_H |
diff --git a/include/asm-generic/exec.h b/include/asm-generic/exec.h index 32c0a216f576..f66dc71fac4f 100644 --- a/include/asm-generic/exec.h +++ b/include/asm-generic/exec.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Generic process execution definitions. | 2 | /* Generic process execution definitions. |
2 | * | 3 | * |
3 | * It should be possible to use these on really simple architectures, | 4 | * It should be possible to use these on really simple architectures, |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 7 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
7 | * Written by David Howells (dhowells@redhat.com) | 8 | * Written by David Howells (dhowells@redhat.com) |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public Licence | ||
11 | * as published by the Free Software Foundation; either version | ||
12 | * 2 of the Licence, or (at your option) any later version. | ||
13 | */ | 9 | */ |
14 | #ifndef __ASM_GENERIC_EXEC_H | 10 | #ifndef __ASM_GENERIC_EXEC_H |
15 | #define __ASM_GENERIC_EXEC_H | 11 | #define __ASM_GENERIC_EXEC_H |
diff --git a/include/asm-generic/io.h b/include/asm-generic/io.h index 8f3bf95a36d1..b83e2802c969 100644 --- a/include/asm-generic/io.h +++ b/include/asm-generic/io.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Generic I/O port emulation. | 2 | /* Generic I/O port emulation. |
2 | * | 3 | * |
3 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef __ASM_GENERIC_IO_H | 7 | #ifndef __ASM_GENERIC_IO_H |
12 | #define __ASM_GENERIC_IO_H | 8 | #define __ASM_GENERIC_IO_H |
diff --git a/include/asm-generic/irq_regs.h b/include/asm-generic/irq_regs.h index 6bf9355fa7eb..2e7c6e89d42e 100644 --- a/include/asm-generic/irq_regs.h +++ b/include/asm-generic/irq_regs.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Fallback per-CPU frame pointer holder | 2 | /* Fallback per-CPU frame pointer holder |
2 | * | 3 | * |
3 | * Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _ASM_GENERIC_IRQ_REGS_H | 8 | #ifndef _ASM_GENERIC_IRQ_REGS_H |
diff --git a/include/asm-generic/ptrace.h b/include/asm-generic/ptrace.h index 82e674f6b337..ab16b6cb1028 100644 --- a/include/asm-generic/ptrace.h +++ b/include/asm-generic/ptrace.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Common low level (register) ptrace helpers | 3 | * Common low level (register) ptrace helpers |
3 | * | 4 | * |
4 | * Copyright 2004-2011 Analog Devices Inc. | 5 | * Copyright 2004-2011 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2 or later. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __ASM_GENERIC_PTRACE_H__ | 8 | #ifndef __ASM_GENERIC_PTRACE_H__ |
diff --git a/include/asm-generic/qrwlock.h b/include/asm-generic/qrwlock.h index 36254d2da8e0..3aefde23dcea 100644 --- a/include/asm-generic/qrwlock.h +++ b/include/asm-generic/qrwlock.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Queue read/write lock | 3 | * Queue read/write lock |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P. | 5 | * (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P. |
15 | * | 6 | * |
16 | * Authors: Waiman Long <waiman.long@hp.com> | 7 | * Authors: Waiman Long <waiman.long@hp.com> |
diff --git a/include/asm-generic/qspinlock.h b/include/asm-generic/qspinlock.h index 7541fa707f5b..fde943d180e0 100644 --- a/include/asm-generic/qspinlock.h +++ b/include/asm-generic/qspinlock.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Queued spinlock | 3 | * Queued spinlock |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P. | 5 | * (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P. |
15 | * (C) Copyright 2015 Hewlett-Packard Enterprise Development LP | 6 | * (C) Copyright 2015 Hewlett-Packard Enterprise Development LP |
16 | * | 7 | * |
diff --git a/include/asm-generic/qspinlock_types.h b/include/asm-generic/qspinlock_types.h index d10f1e7d6ba8..56d1309d32f8 100644 --- a/include/asm-generic/qspinlock_types.h +++ b/include/asm-generic/qspinlock_types.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Queued spinlock | 3 | * Queued spinlock |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P. | 5 | * (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P. |
15 | * | 6 | * |
16 | * Authors: Waiman Long <waiman.long@hp.com> | 7 | * Authors: Waiman Long <waiman.long@hp.com> |
diff --git a/include/asm-generic/switch_to.h b/include/asm-generic/switch_to.h index 986acc9d34bb..5897d100a6e6 100644 --- a/include/asm-generic/switch_to.h +++ b/include/asm-generic/switch_to.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Generic task switch macro wrapper. | 2 | /* Generic task switch macro wrapper. |
2 | * | 3 | * |
3 | * It should be possible to use these on really simple architectures, | 4 | * It should be possible to use these on really simple architectures, |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 7 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
7 | * Written by David Howells (dhowells@redhat.com) | 8 | * Written by David Howells (dhowells@redhat.com) |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public Licence | ||
11 | * as published by the Free Software Foundation; either version | ||
12 | * 2 of the Licence, or (at your option) any later version. | ||
13 | */ | 9 | */ |
14 | #ifndef __ASM_GENERIC_SWITCH_TO_H | 10 | #ifndef __ASM_GENERIC_SWITCH_TO_H |
15 | #define __ASM_GENERIC_SWITCH_TO_H | 11 | #define __ASM_GENERIC_SWITCH_TO_H |
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/asm-generic/tlb.h b/include/asm-generic/tlb.h index 480e5b2a5748..04c0644006fd 100644 --- a/include/asm-generic/tlb.h +++ b/include/asm-generic/tlb.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* include/asm-generic/tlb.h | 2 | /* include/asm-generic/tlb.h |
2 | * | 3 | * |
3 | * Generic TLB shootdown code | 4 | * Generic TLB shootdown code |
@@ -6,11 +7,6 @@ | |||
6 | * Based on code from mm/memory.c Copyright Linus Torvalds and others. | 7 | * Based on code from mm/memory.c Copyright Linus Torvalds and others. |
7 | * | 8 | * |
8 | * Copyright 2011 Red Hat, Inc., Peter Zijlstra | 9 | * Copyright 2011 Red Hat, Inc., Peter Zijlstra |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef _ASM_GENERIC__TLB_H | 11 | #ifndef _ASM_GENERIC__TLB_H |
16 | #define _ASM_GENERIC__TLB_H | 12 | #define _ASM_GENERIC__TLB_H |
diff --git a/include/asm-generic/xor.h b/include/asm-generic/xor.h index b4d843225afd..b62a2a56a4d4 100644 --- a/include/asm-generic/xor.h +++ b/include/asm-generic/xor.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/asm-generic/xor.h | 3 | * include/asm-generic/xor.h |
3 | * | 4 | * |
4 | * Generic optimized RAID-5 checksumming functions. | 5 | * Generic optimized RAID-5 checksumming functions. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | * You should have received a copy of the GNU General Public License | ||
12 | * (for example /usr/src/linux/COPYING); if not, write to the Free | ||
13 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #include <linux/prefetch.h> | 8 | #include <linux/prefetch.h> |
diff --git a/include/clocksource/pxa.h b/include/clocksource/pxa.h index a9a0f03024a4..0cfe7b9fdf4c 100644 --- a/include/clocksource/pxa.h +++ b/include/clocksource/pxa.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * PXA clocksource, clockevents, and OST interrupt handlers. | 3 | * PXA clocksource, clockevents, and OST interrupt handlers. |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Robert Jarzmik | 5 | * Copyright (C) 2014 Robert Jarzmik |
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 as published by | ||
8 | * the Free Software Foundation; version 2 of the License. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _CLOCKSOURCE_PXA_H | 8 | #ifndef _CLOCKSOURCE_PXA_H |
diff --git a/include/crypto/acompress.h b/include/crypto/acompress.h index a3e766dff917..d873f999b334 100644 --- a/include/crypto/acompress.h +++ b/include/crypto/acompress.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Asynchronous Compression operations | 3 | * Asynchronous Compression operations |
3 | * | 4 | * |
4 | * Copyright (c) 2016, Intel Corporation | 5 | * Copyright (c) 2016, Intel Corporation |
5 | * Authors: Weigang Li <weigang.li@intel.com> | 6 | * Authors: Weigang Li <weigang.li@intel.com> |
6 | * Giovanni Cabiddu <giovanni.cabiddu@intel.com> | 7 | * Giovanni Cabiddu <giovanni.cabiddu@intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the Free | ||
10 | * Software Foundation; either version 2 of the License, or (at your option) | ||
11 | * any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | #ifndef _CRYPTO_ACOMP_H | 9 | #ifndef _CRYPTO_ACOMP_H |
15 | #define _CRYPTO_ACOMP_H | 10 | #define _CRYPTO_ACOMP_H |
diff --git a/include/crypto/aead.h b/include/crypto/aead.h index 9ad595f97c65..61bb10490492 100644 --- a/include/crypto/aead.h +++ b/include/crypto/aead.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * AEAD: Authenticated Encryption with Associated Data | 3 | * AEAD: Authenticated Encryption with Associated Data |
3 | * | 4 | * |
4 | * Copyright (c) 2007-2015 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2007-2015 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_AEAD_H | 8 | #ifndef _CRYPTO_AEAD_H |
diff --git a/include/crypto/akcipher.h b/include/crypto/akcipher.h index 8884046659a0..6924b091adec 100644 --- a/include/crypto/akcipher.h +++ b/include/crypto/akcipher.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Public Key Encryption | 3 | * Public Key Encryption |
3 | * | 4 | * |
4 | * Copyright (c) 2015, Intel Corporation | 5 | * Copyright (c) 2015, Intel Corporation |
5 | * Authors: Tadeusz Struk <tadeusz.struk@intel.com> | 6 | * Authors: Tadeusz Struk <tadeusz.struk@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | #ifndef _CRYPTO_AKCIPHER_H | 8 | #ifndef _CRYPTO_AKCIPHER_H |
14 | #define _CRYPTO_AKCIPHER_H | 9 | #define _CRYPTO_AKCIPHER_H |
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 4be38cd0b8d5..743d626479ef 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Cryptographic API for algorithms (i.e., low-level API). | 3 | * Cryptographic API for algorithms (i.e., low-level API). |
3 | * | 4 | * |
4 | * Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | #ifndef _CRYPTO_ALGAPI_H | 7 | #ifndef _CRYPTO_ALGAPI_H |
13 | #define _CRYPTO_ALGAPI_H | 8 | #define _CRYPTO_ALGAPI_H |
diff --git a/include/crypto/authenc.h b/include/crypto/authenc.h index 6775059539b5..5f92a986083c 100644 --- a/include/crypto/authenc.h +++ b/include/crypto/authenc.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Authenc: Simple AEAD wrapper for IPsec | 3 | * Authenc: Simple AEAD wrapper for IPsec |
3 | * | 4 | * |
4 | * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | #ifndef _CRYPTO_AUTHENC_H | 7 | #ifndef _CRYPTO_AUTHENC_H |
13 | #define _CRYPTO_AUTHENC_H | 8 | #define _CRYPTO_AUTHENC_H |
diff --git a/include/crypto/cbc.h b/include/crypto/cbc.h index 3bf28beefa33..2b6422db42e2 100644 --- a/include/crypto/cbc.h +++ b/include/crypto/cbc.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * CBC: Cipher Block Chaining mode | 3 | * CBC: Cipher Block Chaining mode |
3 | * | 4 | * |
4 | * Copyright (c) 2016 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2016 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_CBC_H | 8 | #ifndef _CRYPTO_CBC_H |
diff --git a/include/crypto/ctr.h b/include/crypto/ctr.h index 4180fc080e3b..06984a26c8cf 100644 --- a/include/crypto/ctr.h +++ b/include/crypto/ctr.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * CTR: Counter mode | 3 | * CTR: Counter mode |
3 | * | 4 | * |
4 | * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_CTR_H | 8 | #ifndef _CRYPTO_CTR_H |
diff --git a/include/crypto/dh.h b/include/crypto/dh.h index 7e0dad94cb2b..d71e9858ab86 100644 --- a/include/crypto/dh.h +++ b/include/crypto/dh.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Diffie-Hellman secret to be used with kpp API along with helper functions | 3 | * Diffie-Hellman secret to be used with kpp API along with helper functions |
3 | * | 4 | * |
4 | * Copyright (c) 2016, Intel Corporation | 5 | * Copyright (c) 2016, Intel Corporation |
5 | * Authors: Salvatore Benedetto <salvatore.benedetto@intel.com> | 6 | * Authors: Salvatore Benedetto <salvatore.benedetto@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | #ifndef _CRYPTO_DH_ | 8 | #ifndef _CRYPTO_DH_ |
14 | #define _CRYPTO_DH_ | 9 | #define _CRYPTO_DH_ |
diff --git a/include/crypto/ecdh.h b/include/crypto/ecdh.h index d696317c43a8..a5b805b5526d 100644 --- a/include/crypto/ecdh.h +++ b/include/crypto/ecdh.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * ECDH params to be used with kpp API | 3 | * ECDH params to be used with kpp API |
3 | * | 4 | * |
4 | * Copyright (c) 2016, Intel Corporation | 5 | * Copyright (c) 2016, Intel Corporation |
5 | * Authors: Salvatore Benedetto <salvatore.benedetto@intel.com> | 6 | * Authors: Salvatore Benedetto <salvatore.benedetto@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | #ifndef _CRYPTO_ECDH_ | 8 | #ifndef _CRYPTO_ECDH_ |
14 | #define _CRYPTO_ECDH_ | 9 | #define _CRYPTO_ECDH_ |
diff --git a/include/crypto/engine.h b/include/crypto/engine.h index 1cbec29af3d6..84c708bba00b 100644 --- a/include/crypto/engine.h +++ b/include/crypto/engine.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Crypto engine API | 3 | * Crypto engine API |
3 | * | 4 | * |
4 | * Copyright (c) 2016 Baolin Wang <baolin.wang@linaro.org> | 5 | * Copyright (c) 2016 Baolin Wang <baolin.wang@linaro.org> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | #ifndef _CRYPTO_ENGINE_H | 7 | #ifndef _CRYPTO_ENGINE_H |
13 | #define _CRYPTO_ENGINE_H | 8 | #define _CRYPTO_ENGINE_H |
diff --git a/include/crypto/hash.h b/include/crypto/hash.h index d21bea2c4382..d52b95b75ae4 100644 --- a/include/crypto/hash.h +++ b/include/crypto/hash.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Hash: Hash algorithms under the crypto API | 3 | * Hash: Hash algorithms under the crypto API |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2008 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_HASH_H | 8 | #ifndef _CRYPTO_HASH_H |
@@ -150,7 +145,13 @@ struct shash_desc { | |||
150 | }; | 145 | }; |
151 | 146 | ||
152 | #define HASH_MAX_DIGESTSIZE 64 | 147 | #define HASH_MAX_DIGESTSIZE 64 |
153 | #define HASH_MAX_DESCSIZE 360 | 148 | |
149 | /* | ||
150 | * Worst case is hmac(sha3-224-generic). Its context is a nested 'shash_desc' | ||
151 | * containing a 'struct sha3_state'. | ||
152 | */ | ||
153 | #define HASH_MAX_DESCSIZE (sizeof(struct shash_desc) + 360) | ||
154 | |||
154 | #define HASH_MAX_STATESIZE 512 | 155 | #define HASH_MAX_STATESIZE 512 |
155 | 156 | ||
156 | #define SHASH_DESC_ON_STACK(shash, ctx) \ | 157 | #define SHASH_DESC_ON_STACK(shash, ctx) \ |
diff --git a/include/crypto/hash_info.h b/include/crypto/hash_info.h index 91786b68dbdb..eb9d2e368969 100644 --- a/include/crypto/hash_info.h +++ b/include/crypto/hash_info.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Hash Info: Hash algorithms information | 3 | * Hash Info: Hash algorithms information |
3 | * | 4 | * |
4 | * Copyright (c) 2013 Dmitry Kasatkin <d.kasatkin@samsung.com> | 5 | * Copyright (c) 2013 Dmitry Kasatkin <d.kasatkin@samsung.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_HASH_INFO_H | 8 | #ifndef _CRYPTO_HASH_INFO_H |
diff --git a/include/crypto/if_alg.h b/include/crypto/if_alg.h index 0d464db74bf5..24cfa96f98ea 100644 --- a/include/crypto/if_alg.h +++ b/include/crypto/if_alg.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * if_alg: User-space algorithm interface | 3 | * if_alg: User-space algorithm interface |
3 | * | 4 | * |
4 | * Copyright (c) 2010 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2010 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_IF_ALG_H | 8 | #ifndef _CRYPTO_IF_ALG_H |
diff --git a/include/crypto/internal/acompress.h b/include/crypto/internal/acompress.h index 51052f65cefc..9de57367afbb 100644 --- a/include/crypto/internal/acompress.h +++ b/include/crypto/internal/acompress.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Asynchronous Compression operations | 3 | * Asynchronous Compression operations |
3 | * | 4 | * |
4 | * Copyright (c) 2016, Intel Corporation | 5 | * Copyright (c) 2016, Intel Corporation |
5 | * Authors: Weigang Li <weigang.li@intel.com> | 6 | * Authors: Weigang Li <weigang.li@intel.com> |
6 | * Giovanni Cabiddu <giovanni.cabiddu@intel.com> | 7 | * Giovanni Cabiddu <giovanni.cabiddu@intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the Free | ||
10 | * Software Foundation; either version 2 of the License, or (at your option) | ||
11 | * any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | #ifndef _CRYPTO_ACOMP_INT_H | 9 | #ifndef _CRYPTO_ACOMP_INT_H |
15 | #define _CRYPTO_ACOMP_INT_H | 10 | #define _CRYPTO_ACOMP_INT_H |
diff --git a/include/crypto/internal/aead.h b/include/crypto/internal/aead.h index 6ad8e31d3868..c509ec30fc65 100644 --- a/include/crypto/internal/aead.h +++ b/include/crypto/internal/aead.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * AEAD: Authenticated Encryption with Associated Data | 3 | * AEAD: Authenticated Encryption with Associated Data |
3 | * | 4 | * |
4 | * Copyright (c) 2007-2015 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2007-2015 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_INTERNAL_AEAD_H | 8 | #ifndef _CRYPTO_INTERNAL_AEAD_H |
diff --git a/include/crypto/internal/akcipher.h b/include/crypto/internal/akcipher.h index 805686ba2be4..d6c8a42789ad 100644 --- a/include/crypto/internal/akcipher.h +++ b/include/crypto/internal/akcipher.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Public Key Encryption | 3 | * Public Key Encryption |
3 | * | 4 | * |
4 | * Copyright (c) 2015, Intel Corporation | 5 | * Copyright (c) 2015, Intel Corporation |
5 | * Authors: Tadeusz Struk <tadeusz.struk@intel.com> | 6 | * Authors: Tadeusz Struk <tadeusz.struk@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | #ifndef _CRYPTO_AKCIPHER_INT_H | 8 | #ifndef _CRYPTO_AKCIPHER_INT_H |
14 | #define _CRYPTO_AKCIPHER_INT_H | 9 | #define _CRYPTO_AKCIPHER_INT_H |
diff --git a/include/crypto/internal/geniv.h b/include/crypto/internal/geniv.h index 71be24cd59bd..0108c0c7b2ed 100644 --- a/include/crypto/internal/geniv.h +++ b/include/crypto/internal/geniv.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * geniv: IV generation | 3 | * geniv: IV generation |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2015 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_INTERNAL_GENIV_H | 8 | #ifndef _CRYPTO_INTERNAL_GENIV_H |
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h index e355fdb642a9..31e0662fa429 100644 --- a/include/crypto/internal/hash.h +++ b/include/crypto/internal/hash.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Hash algorithms. | 3 | * Hash algorithms. |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2008 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_INTERNAL_HASH_H | 8 | #ifndef _CRYPTO_INTERNAL_HASH_H |
diff --git a/include/crypto/internal/kpp.h b/include/crypto/internal/kpp.h index ad3acf3649be..659b642efada 100644 --- a/include/crypto/internal/kpp.h +++ b/include/crypto/internal/kpp.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Key-agreement Protocol Primitives (KPP) | 3 | * Key-agreement Protocol Primitives (KPP) |
3 | * | 4 | * |
4 | * Copyright (c) 2016, Intel Corporation | 5 | * Copyright (c) 2016, Intel Corporation |
5 | * Authors: Salvatore Benedetto <salvatore.benedetto@intel.com> | 6 | * Authors: Salvatore Benedetto <salvatore.benedetto@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | #ifndef _CRYPTO_KPP_INT_H | 8 | #ifndef _CRYPTO_KPP_INT_H |
14 | #define _CRYPTO_KPP_INT_H | 9 | #define _CRYPTO_KPP_INT_H |
diff --git a/include/crypto/internal/rng.h b/include/crypto/internal/rng.h index a52ef3483dd7..e0711b6a597f 100644 --- a/include/crypto/internal/rng.h +++ b/include/crypto/internal/rng.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * RNG: Random Number Generator algorithms under the crypto API | 3 | * RNG: Random Number Generator algorithms under the crypto API |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Neil Horman <nhorman@tuxdriver.com> | 5 | * Copyright (c) 2008 Neil Horman <nhorman@tuxdriver.com> |
5 | * Copyright (c) 2015 Herbert Xu <herbert@gondor.apana.org.au> | 6 | * Copyright (c) 2015 Herbert Xu <herbert@gondor.apana.org.au> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #ifndef _CRYPTO_INTERNAL_RNG_H | 9 | #ifndef _CRYPTO_INTERNAL_RNG_H |
diff --git a/include/crypto/internal/rsa.h b/include/crypto/internal/rsa.h index 9e8f1590de98..e870133f4b77 100644 --- a/include/crypto/internal/rsa.h +++ b/include/crypto/internal/rsa.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * RSA internal helpers | 3 | * RSA internal helpers |
3 | * | 4 | * |
4 | * Copyright (c) 2015, Intel Corporation | 5 | * Copyright (c) 2015, Intel Corporation |
5 | * Authors: Tadeusz Struk <tadeusz.struk@intel.com> | 6 | * Authors: Tadeusz Struk <tadeusz.struk@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | #ifndef _RSA_HELPER_ | 8 | #ifndef _RSA_HELPER_ |
14 | #define _RSA_HELPER_ | 9 | #define _RSA_HELPER_ |
diff --git a/include/crypto/internal/scompress.h b/include/crypto/internal/scompress.h index 0f6ddac1acfc..6727ef0fc4d1 100644 --- a/include/crypto/internal/scompress.h +++ b/include/crypto/internal/scompress.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Synchronous Compression operations | 3 | * Synchronous Compression operations |
3 | * | 4 | * |
4 | * Copyright 2015 LG Electronics Inc. | 5 | * Copyright 2015 LG Electronics Inc. |
5 | * Copyright (c) 2016, Intel Corporation | 6 | * Copyright (c) 2016, Intel Corporation |
6 | * Author: Giovanni Cabiddu <giovanni.cabiddu@intel.com> | 7 | * Author: Giovanni Cabiddu <giovanni.cabiddu@intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the Free | ||
10 | * Software Foundation; either version 2 of the License, or (at your option) | ||
11 | * any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | #ifndef _CRYPTO_SCOMP_INT_H | 9 | #ifndef _CRYPTO_SCOMP_INT_H |
15 | #define _CRYPTO_SCOMP_INT_H | 10 | #define _CRYPTO_SCOMP_INT_H |
diff --git a/include/crypto/internal/skcipher.h b/include/crypto/internal/skcipher.h index 9de6032209cb..fe0376d5a471 100644 --- a/include/crypto/internal/skcipher.h +++ b/include/crypto/internal/skcipher.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Symmetric key ciphers. | 3 | * Symmetric key ciphers. |
3 | * | 4 | * |
4 | * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_INTERNAL_SKCIPHER_H | 8 | #ifndef _CRYPTO_INTERNAL_SKCIPHER_H |
diff --git a/include/crypto/kpp.h b/include/crypto/kpp.h index 1a97e1601422..cd9a9b500624 100644 --- a/include/crypto/kpp.h +++ b/include/crypto/kpp.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Key-agreement Protocol Primitives (KPP) | 3 | * Key-agreement Protocol Primitives (KPP) |
3 | * | 4 | * |
4 | * Copyright (c) 2016, Intel Corporation | 5 | * Copyright (c) 2016, Intel Corporation |
5 | * Authors: Salvatore Benedetto <salvatore.benedetto@intel.com> | 6 | * Authors: Salvatore Benedetto <salvatore.benedetto@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #ifndef _CRYPTO_KPP_ | 9 | #ifndef _CRYPTO_KPP_ |
diff --git a/include/crypto/padlock.h b/include/crypto/padlock.h index d2cfa2ef49e8..6de70e88f112 100644 --- a/include/crypto/padlock.h +++ b/include/crypto/padlock.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver for VIA PadLock | 3 | * Driver for VIA PadLock |
3 | * | 4 | * |
4 | * Copyright (c) 2004 Michal Ludvig <michal@logix.cz> | 5 | * Copyright (c) 2004 Michal Ludvig <michal@logix.cz> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_PADLOCK_H | 8 | #ifndef _CRYPTO_PADLOCK_H |
diff --git a/include/crypto/pcrypt.h b/include/crypto/pcrypt.h index d7d8bd8c6edc..b9bc3436196a 100644 --- a/include/crypto/pcrypt.h +++ b/include/crypto/pcrypt.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * pcrypt - Parallel crypto engine. | 3 | * pcrypt - Parallel crypto engine. |
3 | * | 4 | * |
4 | * Copyright (C) 2009 secunet Security Networks AG | 5 | * Copyright (C) 2009 secunet Security Networks AG |
5 | * Copyright (C) 2009 Steffen Klassert <steffen.klassert@secunet.com> | 6 | * Copyright (C) 2009 Steffen Klassert <steffen.klassert@secunet.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _CRYPTO_PCRYPT_H | 9 | #ifndef _CRYPTO_PCRYPT_H |
diff --git a/include/crypto/pkcs7.h b/include/crypto/pkcs7.h index 583f199400a3..96071bee03ac 100644 --- a/include/crypto/pkcs7.h +++ b/include/crypto/pkcs7.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* PKCS#7 crypto data parser | 2 | /* PKCS#7 crypto data parser |
2 | * | 3 | * |
3 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _CRYPTO_PKCS7_H | 8 | #ifndef _CRYPTO_PKCS7_H |
diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h index 712fe1214b5f..0588ef3bc6ff 100644 --- a/include/crypto/public_key.h +++ b/include/crypto/public_key.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Asymmetric public-key algorithm definitions | 2 | /* Asymmetric public-key algorithm definitions |
2 | * | 3 | * |
3 | * See Documentation/crypto/asymmetric-keys.txt | 4 | * See Documentation/crypto/asymmetric-keys.txt |
4 | * | 5 | * |
5 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 6 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
6 | * Written by David Howells (dhowells@redhat.com) | 7 | * Written by David Howells (dhowells@redhat.com) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public Licence | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the Licence, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _LINUX_PUBLIC_KEY_H | 10 | #ifndef _LINUX_PUBLIC_KEY_H |
diff --git a/include/crypto/rng.h b/include/crypto/rng.h index 022a1b896b47..8b4b844b4eef 100644 --- a/include/crypto/rng.h +++ b/include/crypto/rng.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * RNG: Random Number Generator algorithms under the crypto API | 3 | * RNG: Random Number Generator algorithms under the crypto API |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Neil Horman <nhorman@tuxdriver.com> | 5 | * Copyright (c) 2008 Neil Horman <nhorman@tuxdriver.com> |
5 | * Copyright (c) 2015 Herbert Xu <herbert@gondor.apana.org.au> | 6 | * Copyright (c) 2015 Herbert Xu <herbert@gondor.apana.org.au> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #ifndef _CRYPTO_RNG_H | 9 | #ifndef _CRYPTO_RNG_H |
diff --git a/include/crypto/scatterwalk.h b/include/crypto/scatterwalk.h index a66c127a20ed..c837d0775474 100644 --- a/include/crypto/scatterwalk.h +++ b/include/crypto/scatterwalk.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Cryptographic scatter and gather helpers. | 3 | * Cryptographic scatter and gather helpers. |
3 | * | 4 | * |
@@ -5,12 +6,6 @@ | |||
5 | * Copyright (c) 2002 Adam J. Richter <adam@yggdrasil.com> | 6 | * Copyright (c) 2002 Adam J. Richter <adam@yggdrasil.com> |
6 | * Copyright (c) 2004 Jean-Luc Cooke <jlcooke@certainkey.com> | 7 | * Copyright (c) 2004 Jean-Luc Cooke <jlcooke@certainkey.com> |
7 | * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au> | 8 | * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the Free | ||
11 | * Software Foundation; either version 2 of the License, or (at your option) | ||
12 | * any later version. | ||
13 | * | ||
14 | */ | 9 | */ |
15 | 10 | ||
16 | #ifndef _CRYPTO_SCATTERWALK_H | 11 | #ifndef _CRYPTO_SCATTERWALK_H |
diff --git a/include/crypto/skcipher.h b/include/crypto/skcipher.h index e555294ed77f..ce7fa0973580 100644 --- a/include/crypto/skcipher.h +++ b/include/crypto/skcipher.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Symmetric key ciphers. | 3 | * Symmetric key ciphers. |
3 | * | 4 | * |
4 | * Copyright (c) 2007-2015 Herbert Xu <herbert@gondor.apana.org.au> | 5 | * Copyright (c) 2007-2015 Herbert Xu <herbert@gondor.apana.org.au> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _CRYPTO_SKCIPHER_H | 8 | #ifndef _CRYPTO_SKCIPHER_H |
diff --git a/include/drm/bridge/analogix_dp.h b/include/drm/bridge/analogix_dp.h index 475b706b49de..e56046cf4d04 100644 --- a/include/drm/bridge/analogix_dp.h +++ b/include/drm/bridge/analogix_dp.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Analogix DP (Display Port) Core interface driver. | 3 | * Analogix DP (Display Port) Core interface driver. |
3 | * | 4 | * |
4 | * Copyright (C) 2015 Rockchip Electronics Co., Ltd. | 5 | * Copyright (C) 2015 Rockchip Electronics Co., Ltd. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _ANALOGIX_DP_H_ | 7 | #ifndef _ANALOGIX_DP_H_ |
12 | #define _ANALOGIX_DP_H_ | 8 | #define _ANALOGIX_DP_H_ |
diff --git a/include/drm/bridge/dw_hdmi.h b/include/drm/bridge/dw_hdmi.h index 66e70770cce5..b4ca970a5b75 100644 --- a/include/drm/bridge/dw_hdmi.h +++ b/include/drm/bridge/dw_hdmi.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Freescale Semiconductor, Inc. | 3 | * Copyright (C) 2011 Freescale Semiconductor, Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __DW_HDMI__ | 6 | #ifndef __DW_HDMI__ |
diff --git a/include/drm/bridge/dw_mipi_dsi.h b/include/drm/bridge/dw_mipi_dsi.h index 7d3dd69a5caa..0c33b9e9e0f0 100644 --- a/include/drm/bridge/dw_mipi_dsi.h +++ b/include/drm/bridge/dw_mipi_dsi.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) STMicroelectronics SA 2017 | 3 | * Copyright (C) STMicroelectronics SA 2017 |
3 | * | 4 | * |
4 | * Authors: Philippe Cornu <philippe.cornu@st.com> | 5 | * Authors: Philippe Cornu <philippe.cornu@st.com> |
5 | * Yannick Fertre <yannick.fertre@st.com> | 6 | * Yannick Fertre <yannick.fertre@st.com> |
6 | * | ||
7 | * License terms: GNU General Public License (GPL), version 2 | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef __DW_MIPI_DSI__ | 9 | #ifndef __DW_MIPI_DSI__ |
diff --git a/include/drm/drm_format_helper.h b/include/drm/drm_format_helper.h index 085d63faee12..ac220aa1a245 100644 --- a/include/drm/drm_format_helper.h +++ b/include/drm/drm_format_helper.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Noralf Trønnes | 3 | * Copyright (C) 2016 Noralf Trønnes |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __LINUX_DRM_FORMAT_HELPER_H | 6 | #ifndef __LINUX_DRM_FORMAT_HELPER_H |
diff --git a/include/drm/drm_lease.h b/include/drm/drm_lease.h index fbc0ab54855b..5c9ef6a2aeae 100644 --- a/include/drm/drm_lease.h +++ b/include/drm/drm_lease.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2017 Keith Packard <keithp@keithp.com> | 3 | * Copyright © 2017 Keith Packard <keithp@keithp.com> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation, either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, but | ||
10 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
12 | * General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef _DRM_LEASE_H_ | 6 | #ifndef _DRM_LEASE_H_ |
diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h index f9c94c2a1364..f7bbd0b0ecd1 100644 --- a/include/drm/drm_modeset_helper_vtables.h +++ b/include/drm/drm_modeset_helper_vtables.h | |||
@@ -1185,6 +1185,14 @@ struct drm_plane_helper_funcs { | |||
1185 | * current one with the new plane configurations in the new | 1185 | * current one with the new plane configurations in the new |
1186 | * plane_state. | 1186 | * plane_state. |
1187 | * | 1187 | * |
1188 | * Drivers should also swap the framebuffers between current plane | ||
1189 | * state (&drm_plane.state) and new_state. | ||
1190 | * This is required since cleanup for async commits is performed on | ||
1191 | * the new state, rather than old state like for traditional commits. | ||
1192 | * Since we want to give up the reference on the current (old) fb | ||
1193 | * instead of our brand new one, swap them in the driver during the | ||
1194 | * async commit. | ||
1195 | * | ||
1188 | * FIXME: | 1196 | * FIXME: |
1189 | * - It only works for single plane updates | 1197 | * - It only works for single plane updates |
1190 | * - Async Pageflips are not supported yet | 1198 | * - Async Pageflips are not supported yet |
diff --git a/include/drm/drm_simple_kms_helper.h b/include/drm/drm_simple_kms_helper.h index 451960438a29..4d89cd0a60db 100644 --- a/include/drm/drm_simple_kms_helper.h +++ b/include/drm/drm_simple_kms_helper.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Noralf Trønnes | 3 | * Copyright (C) 2016 Noralf Trønnes |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __LINUX_DRM_SIMPLE_KMS_HELPER_H | 6 | #ifndef __LINUX_DRM_SIMPLE_KMS_HELPER_H |
diff --git a/include/drm/gma_drm.h b/include/drm/gma_drm.h index 87ac5e6ca551..228f43e8df89 100644 --- a/include/drm/gma_drm.h +++ b/include/drm/gma_drm.h | |||
@@ -1,22 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /************************************************************************** | 2 | /************************************************************************** |
2 | * Copyright (c) 2007-2011, Intel Corporation. | 3 | * Copyright (c) 2007-2011, Intel Corporation. |
3 | * All Rights Reserved. | 4 | * All Rights Reserved. |
4 | * Copyright (c) 2008, Tungsten Graphics Inc. Cedar Park, TX., USA. | 5 | * Copyright (c) 2008, Tungsten Graphics Inc. Cedar Park, TX., USA. |
5 | * All Rights Reserved. | 6 | * All Rights Reserved. |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
19 | * | ||
20 | **************************************************************************/ | 8 | **************************************************************************/ |
21 | 9 | ||
22 | #ifndef _GMA_DRM_H_ | 10 | #ifndef _GMA_DRM_H_ |
diff --git a/include/drm/tinydrm/mipi-dbi.h b/include/drm/tinydrm/mipi-dbi.h index af203b37d87a..51fc667beef7 100644 --- a/include/drm/tinydrm/mipi-dbi.h +++ b/include/drm/tinydrm/mipi-dbi.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * MIPI Display Bus Interface (DBI) LCD controller support | 3 | * MIPI Display Bus Interface (DBI) LCD controller support |
3 | * | 4 | * |
4 | * Copyright 2016 Noralf Trønnes | 5 | * Copyright 2016 Noralf Trønnes |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __LINUX_MIPI_DBI_H | 8 | #ifndef __LINUX_MIPI_DBI_H |
diff --git a/include/drm/tinydrm/tinydrm-helpers.h b/include/drm/tinydrm/tinydrm-helpers.h index 7d259acb8826..f8bcadf48cb1 100644 --- a/include/drm/tinydrm/tinydrm-helpers.h +++ b/include/drm/tinydrm/tinydrm-helpers.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Noralf Trønnes | 3 | * Copyright (C) 2016 Noralf Trønnes |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __LINUX_TINYDRM_HELPERS_H | 6 | #ifndef __LINUX_TINYDRM_HELPERS_H |
diff --git a/include/dt-bindings/arm/ux500_pm_domains.h b/include/dt-bindings/arm/ux500_pm_domains.h index 398a6c0288d1..9bd764f0c9e6 100644 --- a/include/dt-bindings/arm/ux500_pm_domains.h +++ b/include/dt-bindings/arm/ux500_pm_domains.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Linaro Ltd. | 3 | * Copyright (C) 2014 Linaro Ltd. |
3 | * | 4 | * |
4 | * Author: Ulf Hansson <ulf.hansson@linaro.org> | 5 | * Author: Ulf Hansson <ulf.hansson@linaro.org> |
5 | * License terms: GNU General Public License (GPL) version 2 | ||
6 | */ | 6 | */ |
7 | #ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H | 7 | #ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H |
8 | #define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H | 8 | #define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H |
diff --git a/include/dt-bindings/clock/alphascale,asm9260.h b/include/dt-bindings/clock/alphascale,asm9260.h index 04e8db27daf0..d3871c63308b 100644 --- a/include/dt-bindings/clock/alphascale,asm9260.h +++ b/include/dt-bindings/clock/alphascale,asm9260.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2014 Oleksij Rempel <linux@rempel-privat.de> | 3 | * Copyright 2014 Oleksij Rempel <linux@rempel-privat.de> |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_ASM9260_H | 6 | #ifndef _DT_BINDINGS_CLK_ASM9260_H |
diff --git a/include/dt-bindings/clock/am3.h b/include/dt-bindings/clock/am3.h index 86a8806e2140..894951541276 100644 --- a/include/dt-bindings/clock/am3.h +++ b/include/dt-bindings/clock/am3.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Texas Instruments, Inc. | 3 | * Copyright 2017 Texas Instruments, Inc. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef __DT_BINDINGS_CLK_AM3_H | 5 | #ifndef __DT_BINDINGS_CLK_AM3_H |
14 | #define __DT_BINDINGS_CLK_AM3_H | 6 | #define __DT_BINDINGS_CLK_AM3_H |
diff --git a/include/dt-bindings/clock/am4.h b/include/dt-bindings/clock/am4.h index 0f545b5afd60..d961e7cb3682 100644 --- a/include/dt-bindings/clock/am4.h +++ b/include/dt-bindings/clock/am4.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Texas Instruments, Inc. | 3 | * Copyright 2017 Texas Instruments, Inc. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef __DT_BINDINGS_CLK_AM4_H | 5 | #ifndef __DT_BINDINGS_CLK_AM4_H |
14 | #define __DT_BINDINGS_CLK_AM4_H | 6 | #define __DT_BINDINGS_CLK_AM4_H |
diff --git a/include/dt-bindings/clock/at91.h b/include/dt-bindings/clock/at91.h index ed30da28d820..38b5554153c8 100644 --- a/include/dt-bindings/clock/at91.h +++ b/include/dt-bindings/clock/at91.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * This header provides constants for AT91 pmc status. | 3 | * This header provides constants for AT91 pmc status. |
3 | * | 4 | * |
4 | * The constants defined in this header are being used in dts. | 5 | * The constants defined in this header are being used in dts. |
5 | * | ||
6 | * Licensed under GPLv2 or later. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _DT_BINDINGS_CLK_AT91_H | 8 | #ifndef _DT_BINDINGS_CLK_AT91_H |
diff --git a/include/dt-bindings/clock/dm814.h b/include/dt-bindings/clock/dm814.h index 0e7099a344e1..f0f04e0a249e 100644 --- a/include/dt-bindings/clock/dm814.h +++ b/include/dt-bindings/clock/dm814.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Texas Instruments, Inc. | 3 | * Copyright 2017 Texas Instruments, Inc. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef __DT_BINDINGS_CLK_DM814_H | 5 | #ifndef __DT_BINDINGS_CLK_DM814_H |
14 | #define __DT_BINDINGS_CLK_DM814_H | 6 | #define __DT_BINDINGS_CLK_DM814_H |
diff --git a/include/dt-bindings/clock/dm816.h b/include/dt-bindings/clock/dm816.h index 69e8a36d783e..fb0d94174d29 100644 --- a/include/dt-bindings/clock/dm816.h +++ b/include/dt-bindings/clock/dm816.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Texas Instruments, Inc. | 3 | * Copyright 2017 Texas Instruments, Inc. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef __DT_BINDINGS_CLK_DM816_H | 5 | #ifndef __DT_BINDINGS_CLK_DM816_H |
14 | #define __DT_BINDINGS_CLK_DM816_H | 6 | #define __DT_BINDINGS_CLK_DM816_H |
diff --git a/include/dt-bindings/clock/dra7.h b/include/dt-bindings/clock/dra7.h index ec969b5aeb25..72f2e8411523 100644 --- a/include/dt-bindings/clock/dra7.h +++ b/include/dt-bindings/clock/dra7.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Texas Instruments, Inc. | 3 | * Copyright 2017 Texas Instruments, Inc. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef __DT_BINDINGS_CLK_DRA7_H | 5 | #ifndef __DT_BINDINGS_CLK_DRA7_H |
14 | #define __DT_BINDINGS_CLK_DRA7_H | 6 | #define __DT_BINDINGS_CLK_DRA7_H |
diff --git a/include/dt-bindings/clock/hi3516cv300-clock.h b/include/dt-bindings/clock/hi3516cv300-clock.h index 5ba51b8388fc..ccea1bab7a6f 100644 --- a/include/dt-bindings/clock/hi3516cv300-clock.h +++ b/include/dt-bindings/clock/hi3516cv300-clock.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 HiSilicon Technologies Co., Ltd. | 3 | * Copyright (c) 2016 HiSilicon Technologies Co., Ltd. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | #ifndef __DTS_HI3516CV300_CLOCK_H | 6 | #ifndef __DTS_HI3516CV300_CLOCK_H |
diff --git a/include/dt-bindings/clock/hi3519-clock.h b/include/dt-bindings/clock/hi3519-clock.h index 14f4d2184e5a..43354105f629 100644 --- a/include/dt-bindings/clock/hi3519-clock.h +++ b/include/dt-bindings/clock/hi3519-clock.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 HiSilicon Technologies Co., Ltd. | 3 | * Copyright (c) 2015 HiSilicon Technologies Co., Ltd. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | #ifndef __DTS_HI3519_CLOCK_H | 6 | #ifndef __DTS_HI3519_CLOCK_H |
diff --git a/include/dt-bindings/clock/hi3620-clock.h b/include/dt-bindings/clock/hi3620-clock.h index 21b9d0e2eb0c..f9dc6f6d3021 100644 --- a/include/dt-bindings/clock/hi3620-clock.h +++ b/include/dt-bindings/clock/hi3620-clock.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012-2013 Hisilicon Limited. | 3 | * Copyright (c) 2012-2013 Hisilicon Limited. |
3 | * Copyright (c) 2012-2013 Linaro Limited. | 4 | * Copyright (c) 2012-2013 Linaro Limited. |
4 | * | 5 | * |
5 | * Author: Haojian Zhuang <haojian.zhuang@linaro.org> | 6 | * Author: Haojian Zhuang <haojian.zhuang@linaro.org> |
6 | * Xin Li <li.xin@linaro.org> | 7 | * Xin Li <li.xin@linaro.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License along | ||
19 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #ifndef __DTS_HI3620_CLOCK_H | 10 | #ifndef __DTS_HI3620_CLOCK_H |
diff --git a/include/dt-bindings/clock/hi3660-clock.h b/include/dt-bindings/clock/hi3660-clock.h index 75d583eb84dd..e1374e180943 100644 --- a/include/dt-bindings/clock/hi3660-clock.h +++ b/include/dt-bindings/clock/hi3660-clock.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016-2017 Linaro Ltd. | 3 | * Copyright (c) 2016-2017 Linaro Ltd. |
3 | * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. | 4 | * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef __DTS_HI3660_CLOCK_H | 7 | #ifndef __DTS_HI3660_CLOCK_H |
diff --git a/include/dt-bindings/clock/hip04-clock.h b/include/dt-bindings/clock/hip04-clock.h index 695e61cd1523..088d70cd794d 100644 --- a/include/dt-bindings/clock/hip04-clock.h +++ b/include/dt-bindings/clock/hip04-clock.h | |||
@@ -1,23 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013-2014 Hisilicon Limited. | 3 | * Copyright (c) 2013-2014 Hisilicon Limited. |
3 | * Copyright (c) 2013-2014 Linaro Limited. | 4 | * Copyright (c) 2013-2014 Linaro Limited. |
4 | * | 5 | * |
5 | * Author: Haojian Zhuang <haojian.zhuang@linaro.org> | 6 | * Author: Haojian Zhuang <haojian.zhuang@linaro.org> |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License along | ||
18 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
19 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
20 | * | ||
21 | */ | 7 | */ |
22 | 8 | ||
23 | #ifndef __DTS_HIP04_CLOCK_H | 9 | #ifndef __DTS_HIP04_CLOCK_H |
diff --git a/include/dt-bindings/clock/histb-clock.h b/include/dt-bindings/clock/histb-clock.h index 136de24733be..e64e5770ada6 100644 --- a/include/dt-bindings/clock/histb-clock.h +++ b/include/dt-bindings/clock/histb-clock.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 HiSilicon Technologies Co., Ltd. | 3 | * Copyright (c) 2016 HiSilicon Technologies Co., Ltd. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | #ifndef __DTS_HISTB_CLOCK_H | 6 | #ifndef __DTS_HISTB_CLOCK_H |
diff --git a/include/dt-bindings/clock/hix5hd2-clock.h b/include/dt-bindings/clock/hix5hd2-clock.h index fd29c174ba63..2b8779f1ac99 100644 --- a/include/dt-bindings/clock/hix5hd2-clock.h +++ b/include/dt-bindings/clock/hix5hd2-clock.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Linaro Ltd. | 3 | * Copyright (c) 2014 Linaro Ltd. |
3 | * Copyright (c) 2014 Hisilicon Limited. | 4 | * Copyright (c) 2014 Hisilicon Limited. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef __DTS_HIX5HD2_CLOCK_H | 7 | #ifndef __DTS_HIX5HD2_CLOCK_H |
diff --git a/include/dt-bindings/clock/microchip,pic32-clock.h b/include/dt-bindings/clock/microchip,pic32-clock.h index 184647a6a8de..371668d98997 100644 --- a/include/dt-bindings/clock/microchip,pic32-clock.h +++ b/include/dt-bindings/clock/microchip,pic32-clock.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Purna Chandra Mandal,<purna.mandal@microchip.com> | 3 | * Purna Chandra Mandal,<purna.mandal@microchip.com> |
3 | * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. | 4 | * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. |
4 | * | ||
5 | * This program is free software; you can distribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License (Version 2) as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
12 | * for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_ | 7 | #ifndef _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_ |
diff --git a/include/dt-bindings/clock/mt2701-clk.h b/include/dt-bindings/clock/mt2701-clk.h index 9ac2f2b5710a..6d531d5ae065 100644 --- a/include/dt-bindings/clock/mt2701-clk.h +++ b/include/dt-bindings/clock/mt2701-clk.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MediaTek Inc. | 3 | * Copyright (c) 2014 MediaTek Inc. |
3 | * Author: Shunli Wang <shunli.wang@mediatek.com> | 4 | * Author: Shunli Wang <shunli.wang@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_CLK_MT2701_H | 7 | #ifndef _DT_BINDINGS_CLK_MT2701_H |
diff --git a/include/dt-bindings/clock/mt2712-clk.h b/include/dt-bindings/clock/mt2712-clk.h index c3b29dff9c0e..0800d9ce7c6a 100644 --- a/include/dt-bindings/clock/mt2712-clk.h +++ b/include/dt-bindings/clock/mt2712-clk.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2017 MediaTek Inc. | 3 | * Copyright (c) 2017 MediaTek Inc. |
3 | * Author: Weiyi Lu <weiyi.lu@mediatek.com> | 4 | * Author: Weiyi Lu <weiyi.lu@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_CLK_MT2712_H | 7 | #ifndef _DT_BINDINGS_CLK_MT2712_H |
diff --git a/include/dt-bindings/clock/mt6797-clk.h b/include/dt-bindings/clock/mt6797-clk.h index 2f25a5aca019..dc23ddb754b1 100644 --- a/include/dt-bindings/clock/mt6797-clk.h +++ b/include/dt-bindings/clock/mt6797-clk.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2017 MediaTek Inc. | 3 | * Copyright (c) 2017 MediaTek Inc. |
3 | * Author: Kevin Chen <kevin-cw.chen@mediatek.com> | 4 | * Author: Kevin Chen <kevin-cw.chen@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_CLK_MT6797_H | 7 | #ifndef _DT_BINDINGS_CLK_MT6797_H |
diff --git a/include/dt-bindings/clock/mt7622-clk.h b/include/dt-bindings/clock/mt7622-clk.h index e9d77f0e8bce..c12e7eab0788 100644 --- a/include/dt-bindings/clock/mt7622-clk.h +++ b/include/dt-bindings/clock/mt7622-clk.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2017 MediaTek Inc. | 3 | * Copyright (c) 2017 MediaTek Inc. |
3 | * Author: Chen Zhong <chen.zhong@mediatek.com> | 4 | * Author: Chen Zhong <chen.zhong@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_CLK_MT7622_H | 7 | #ifndef _DT_BINDINGS_CLK_MT7622_H |
diff --git a/include/dt-bindings/clock/mt8135-clk.h b/include/dt-bindings/clock/mt8135-clk.h index 6dac6c091dd2..dad8365a4da3 100644 --- a/include/dt-bindings/clock/mt8135-clk.h +++ b/include/dt-bindings/clock/mt8135-clk.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MediaTek Inc. | 3 | * Copyright (c) 2014 MediaTek Inc. |
3 | * Author: James Liao <jamesjj.liao@mediatek.com> | 4 | * Author: James Liao <jamesjj.liao@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_CLK_MT8135_H | 7 | #ifndef _DT_BINDINGS_CLK_MT8135_H |
diff --git a/include/dt-bindings/clock/mt8173-clk.h b/include/dt-bindings/clock/mt8173-clk.h index 76e4e5b65353..3acebe937bfc 100644 --- a/include/dt-bindings/clock/mt8173-clk.h +++ b/include/dt-bindings/clock/mt8173-clk.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MediaTek Inc. | 3 | * Copyright (c) 2014 MediaTek Inc. |
3 | * Author: James Liao <jamesjj.liao@mediatek.com> | 4 | * Author: James Liao <jamesjj.liao@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_CLK_MT8173_H | 7 | #ifndef _DT_BINDINGS_CLK_MT8173_H |
diff --git a/include/dt-bindings/clock/omap4.h b/include/dt-bindings/clock/omap4.h index e86c758e50ce..5167b2d93ac3 100644 --- a/include/dt-bindings/clock/omap4.h +++ b/include/dt-bindings/clock/omap4.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Texas Instruments, Inc. | 3 | * Copyright 2017 Texas Instruments, Inc. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef __DT_BINDINGS_CLK_OMAP4_H | 5 | #ifndef __DT_BINDINGS_CLK_OMAP4_H |
14 | #define __DT_BINDINGS_CLK_OMAP4_H | 6 | #define __DT_BINDINGS_CLK_OMAP4_H |
diff --git a/include/dt-bindings/clock/omap5.h b/include/dt-bindings/clock/omap5.h index f51821a91216..f3283957f48d 100644 --- a/include/dt-bindings/clock/omap5.h +++ b/include/dt-bindings/clock/omap5.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Texas Instruments, Inc. | 3 | * Copyright 2017 Texas Instruments, Inc. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef __DT_BINDINGS_CLK_OMAP5_H | 5 | #ifndef __DT_BINDINGS_CLK_OMAP5_H |
14 | #define __DT_BINDINGS_CLK_OMAP5_H | 6 | #define __DT_BINDINGS_CLK_OMAP5_H |
diff --git a/include/dt-bindings/clock/oxsemi,ox810se.h b/include/dt-bindings/clock/oxsemi,ox810se.h index d5facb5e83f1..7256365160f8 100644 --- a/include/dt-bindings/clock/oxsemi,ox810se.h +++ b/include/dt-bindings/clock/oxsemi,ox810se.h | |||
@@ -1,17 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> | 3 | * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 4 | */ |
16 | 5 | ||
17 | #ifndef DT_CLOCK_OXSEMI_OX810SE_H | 6 | #ifndef DT_CLOCK_OXSEMI_OX810SE_H |
diff --git a/include/dt-bindings/clock/oxsemi,ox820.h b/include/dt-bindings/clock/oxsemi,ox820.h index f661ecc8d760..55f4226e2f3f 100644 --- a/include/dt-bindings/clock/oxsemi,ox820.h +++ b/include/dt-bindings/clock/oxsemi,ox820.h | |||
@@ -1,17 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> | 3 | * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 4 | */ |
16 | 5 | ||
17 | #ifndef DT_CLOCK_OXSEMI_OX820_H | 6 | #ifndef DT_CLOCK_OXSEMI_OX820_H |
diff --git a/include/dt-bindings/clock/pistachio-clk.h b/include/dt-bindings/clock/pistachio-clk.h index 039f83facb68..ec7a8683f3e8 100644 --- a/include/dt-bindings/clock/pistachio-clk.h +++ b/include/dt-bindings/clock/pistachio-clk.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Google, Inc. | 3 | * Copyright (C) 2014 Google, Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _DT_BINDINGS_CLOCK_PISTACHIO_H | 6 | #ifndef _DT_BINDINGS_CLOCK_PISTACHIO_H |
diff --git a/include/dt-bindings/clock/pxa-clock.h b/include/dt-bindings/clock/pxa-clock.h index 0b0fd2b01538..ce3d6b6a2e4f 100644 --- a/include/dt-bindings/clock/pxa-clock.h +++ b/include/dt-bindings/clock/pxa-clock.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Inspired by original work from pxa2xx-regs.h by Nicolas Pitre | 3 | * Inspired by original work from pxa2xx-regs.h by Nicolas Pitre |
3 | * Copyright (C) 2014 Robert Jarzmik | 4 | * Copyright (C) 2014 Robert Jarzmik |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef __DT_BINDINGS_CLOCK_PXA2XX_H__ | 7 | #ifndef __DT_BINDINGS_CLOCK_PXA2XX_H__ |
diff --git a/include/dt-bindings/clock/qcom,gcc-apq8084.h b/include/dt-bindings/clock/qcom,gcc-apq8084.h index 5aa7ebeae411..7f657cf8cc8a 100644 --- a/include/dt-bindings/clock/qcom,gcc-apq8084.h +++ b/include/dt-bindings/clock/qcom,gcc-apq8084.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_APQ_GCC_8084_H | 6 | #ifndef _DT_BINDINGS_CLK_APQ_GCC_8084_H |
diff --git a/include/dt-bindings/clock/qcom,gcc-ipq806x.h b/include/dt-bindings/clock/qcom,gcc-ipq806x.h index dc4254b8cbbc..7deec14a6dee 100644 --- a/include/dt-bindings/clock/qcom,gcc-ipq806x.h +++ b/include/dt-bindings/clock/qcom,gcc-ipq806x.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_GCC_IPQ806X_H | 6 | #ifndef _DT_BINDINGS_CLK_GCC_IPQ806X_H |
diff --git a/include/dt-bindings/clock/qcom,gcc-ipq8074.h b/include/dt-bindings/clock/qcom,gcc-ipq8074.h index 238f872e52f4..4de4811a3540 100644 --- a/include/dt-bindings/clock/qcom,gcc-ipq8074.h +++ b/include/dt-bindings/clock/qcom,gcc-ipq8074.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLOCK_IPQ_GCC_8074_H | 6 | #ifndef _DT_BINDINGS_CLOCK_IPQ_GCC_8074_H |
diff --git a/include/dt-bindings/clock/qcom,gcc-mdm9615.h b/include/dt-bindings/clock/qcom,gcc-mdm9615.h index 787e448958bd..9e4c34823dad 100644 --- a/include/dt-bindings/clock/qcom,gcc-mdm9615.h +++ b/include/dt-bindings/clock/qcom,gcc-mdm9615.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * Copyright (c) BayLibre, SAS. | 4 | * Copyright (c) BayLibre, SAS. |
4 | * Author : Neil Armstrong <narmstrong@baylibre.com> | 5 | * Author : Neil Armstrong <narmstrong@baylibre.com> |
5 | * | ||
6 | * This software is licensed under the terms of the GNU General Public | ||
7 | * License version 2, as published by the Free Software Foundation, and | ||
8 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _DT_BINDINGS_CLK_MDM_GCC_9615_H | 8 | #ifndef _DT_BINDINGS_CLK_MDM_GCC_9615_H |
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8660.h b/include/dt-bindings/clock/qcom,gcc-msm8660.h index 67665f6813dd..4777c002711a 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8660.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8660.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8660_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8660_H |
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8916.h b/include/dt-bindings/clock/qcom,gcc-msm8916.h index 28a27a4ed3c3..563034406184 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8916.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8916.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2015 Linaro Limited | 3 | * Copyright 2015 Linaro Limited |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8916_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8916_H |
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8960.h b/include/dt-bindings/clock/qcom,gcc-msm8960.h index e02742fc81cc..950b8286262f 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8960.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8960.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8960_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8960_H |
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8974.h b/include/dt-bindings/clock/qcom,gcc-msm8974.h index 81d32f639190..5c10570988e0 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8974.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8974.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8974_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8974_H |
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8994.h b/include/dt-bindings/clock/qcom,gcc-msm8994.h index df47da0860f7..938969309e00 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8994.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8994.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2016, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | 6 | ||
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8996.h b/include/dt-bindings/clock/qcom,gcc-msm8996.h index db80f2ee571b..03bf49d43d24 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8996.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8996.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2015, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8996_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_8996_H |
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8998.h b/include/dt-bindings/clock/qcom,gcc-msm8998.h index ba84bbab5c83..ab376262fcea 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8998.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8998.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2016, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_COBALT_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_GCC_COBALT_H |
diff --git a/include/dt-bindings/clock/qcom,lcc-ipq806x.h b/include/dt-bindings/clock/qcom,lcc-ipq806x.h index 4e944b85c56d..25b92bbf0ab4 100644 --- a/include/dt-bindings/clock/qcom,lcc-ipq806x.h +++ b/include/dt-bindings/clock/qcom,lcc-ipq806x.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_LCC_IPQ806X_H | 6 | #ifndef _DT_BINDINGS_CLK_LCC_IPQ806X_H |
diff --git a/include/dt-bindings/clock/qcom,lcc-mdm9615.h b/include/dt-bindings/clock/qcom,lcc-mdm9615.h index cac963a2fdcb..299338ee1d88 100644 --- a/include/dt-bindings/clock/qcom,lcc-mdm9615.h +++ b/include/dt-bindings/clock/qcom,lcc-mdm9615.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. |
3 | * Copyright (c) BayLibre, SAS. | 4 | * Copyright (c) BayLibre, SAS. |
4 | * Author : Neil Armstrong <narmstrong@baylibre.com> | 5 | * Author : Neil Armstrong <narmstrong@baylibre.com> |
5 | * | ||
6 | * This software is licensed under the terms of the GNU General Public | ||
7 | * License version 2, as published by the Free Software Foundation, and | ||
8 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _DT_BINDINGS_CLK_LCC_MDM9615_H | 8 | #ifndef _DT_BINDINGS_CLK_LCC_MDM9615_H |
diff --git a/include/dt-bindings/clock/qcom,lcc-msm8960.h b/include/dt-bindings/clock/qcom,lcc-msm8960.h index 4fb2aa64d9fe..d115a49f4cb6 100644 --- a/include/dt-bindings/clock/qcom,lcc-msm8960.h +++ b/include/dt-bindings/clock/qcom,lcc-msm8960.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_LCC_MSM8960_H | 6 | #ifndef _DT_BINDINGS_CLK_LCC_MSM8960_H |
diff --git a/include/dt-bindings/clock/qcom,mmcc-apq8084.h b/include/dt-bindings/clock/qcom,mmcc-apq8084.h index 03861e3f498e..9d42b1b25a91 100644 --- a/include/dt-bindings/clock/qcom,mmcc-apq8084.h +++ b/include/dt-bindings/clock/qcom,mmcc-apq8084.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_APQ_MMCC_8084_H | 6 | #ifndef _DT_BINDINGS_CLK_APQ_MMCC_8084_H |
diff --git a/include/dt-bindings/clock/qcom,mmcc-msm8960.h b/include/dt-bindings/clock/qcom,mmcc-msm8960.h index 85041b28f97f..81714fc859c5 100644 --- a/include/dt-bindings/clock/qcom,mmcc-msm8960.h +++ b/include/dt-bindings/clock/qcom,mmcc-msm8960.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8960_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8960_H |
diff --git a/include/dt-bindings/clock/qcom,mmcc-msm8974.h b/include/dt-bindings/clock/qcom,mmcc-msm8974.h index 28651e54c9ae..a62cb0629a7a 100644 --- a/include/dt-bindings/clock/qcom,mmcc-msm8974.h +++ b/include/dt-bindings/clock/qcom,mmcc-msm8974.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8974_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8974_H |
diff --git a/include/dt-bindings/clock/qcom,mmcc-msm8996.h b/include/dt-bindings/clock/qcom,mmcc-msm8996.h index 5abc445ad815..d51f9ac70566 100644 --- a/include/dt-bindings/clock/qcom,mmcc-msm8996.h +++ b/include/dt-bindings/clock/qcom,mmcc-msm8996.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2015, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8996_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8996_H |
diff --git a/include/dt-bindings/clock/qcom,rpmcc.h b/include/dt-bindings/clock/qcom,rpmcc.h index ede93a0ca156..8e3095720552 100644 --- a/include/dt-bindings/clock/qcom,rpmcc.h +++ b/include/dt-bindings/clock/qcom,rpmcc.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2015 Linaro Limited | 3 | * Copyright 2015 Linaro Limited |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_CLK_MSM_RPMCC_H | 6 | #ifndef _DT_BINDINGS_CLK_MSM_RPMCC_H |
diff --git a/include/dt-bindings/clock/r8a73a4-clock.h b/include/dt-bindings/clock/r8a73a4-clock.h index 4b3668157257..1ec4827b8091 100644 --- a/include/dt-bindings/clock/r8a73a4-clock.h +++ b/include/dt-bindings/clock/r8a73a4-clock.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2014 Ulrich Hecht | 3 | * Copyright 2014 Ulrich Hecht |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __DT_BINDINGS_CLOCK_R8A73A4_H__ | 6 | #ifndef __DT_BINDINGS_CLOCK_R8A73A4_H__ |
diff --git a/include/dt-bindings/clock/r8a7740-clock.h b/include/dt-bindings/clock/r8a7740-clock.h index 476135da0f23..1b3fdb39cc42 100644 --- a/include/dt-bindings/clock/r8a7740-clock.h +++ b/include/dt-bindings/clock/r8a7740-clock.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2014 Ulrich Hecht | 3 | * Copyright 2014 Ulrich Hecht |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __DT_BINDINGS_CLOCK_R8A7740_H__ | 6 | #ifndef __DT_BINDINGS_CLOCK_R8A7740_H__ |
diff --git a/include/dt-bindings/clock/r8a7778-clock.h b/include/dt-bindings/clock/r8a7778-clock.h index d0bff9ec5c66..4a32b364fd20 100644 --- a/include/dt-bindings/clock/r8a7778-clock.h +++ b/include/dt-bindings/clock/r8a7778-clock.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Ulrich Hecht | 3 | * Copyright (C) 2014 Ulrich Hecht |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __DT_BINDINGS_CLOCK_R8A7778_H__ | 6 | #ifndef __DT_BINDINGS_CLOCK_R8A7778_H__ |
diff --git a/include/dt-bindings/clock/r8a7779-clock.h b/include/dt-bindings/clock/r8a7779-clock.h index 381a6114237a..f0549234b7d8 100644 --- a/include/dt-bindings/clock/r8a7779-clock.h +++ b/include/dt-bindings/clock/r8a7779-clock.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 Horms Solutions Ltd. | 3 | * Copyright (C) 2013 Horms Solutions Ltd. |
3 | * | 4 | * |
4 | * Contact: Simon Horman <horms@verge.net.au> | 5 | * Contact: Simon Horman <horms@verge.net.au> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __DT_BINDINGS_CLOCK_R8A7779_H__ | 8 | #ifndef __DT_BINDINGS_CLOCK_R8A7779_H__ |
diff --git a/include/dt-bindings/clock/r8a7790-clock.h b/include/dt-bindings/clock/r8a7790-clock.h index 20641fa68e73..c92ff1e60223 100644 --- a/include/dt-bindings/clock/r8a7790-clock.h +++ b/include/dt-bindings/clock/r8a7790-clock.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2013 Ideas On Board SPRL | 3 | * Copyright 2013 Ideas On Board SPRL |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __DT_BINDINGS_CLOCK_R8A7790_H__ | 6 | #ifndef __DT_BINDINGS_CLOCK_R8A7790_H__ |
diff --git a/include/dt-bindings/clock/r8a7791-clock.h b/include/dt-bindings/clock/r8a7791-clock.h index ef692134146b..bb4f18b1b3d5 100644 --- a/include/dt-bindings/clock/r8a7791-clock.h +++ b/include/dt-bindings/clock/r8a7791-clock.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2013 Ideas On Board SPRL | 3 | * Copyright 2013 Ideas On Board SPRL |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __DT_BINDINGS_CLOCK_R8A7791_H__ | 6 | #ifndef __DT_BINDINGS_CLOCK_R8A7791_H__ |
diff --git a/include/dt-bindings/clock/r8a7792-clock.h b/include/dt-bindings/clock/r8a7792-clock.h index 5be90bc23bd7..2948d9ce3a14 100644 --- a/include/dt-bindings/clock/r8a7792-clock.h +++ b/include/dt-bindings/clock/r8a7792-clock.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Cogent Embedded, Inc. | 3 | * Copyright (C) 2016 Cogent Embedded, Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __DT_BINDINGS_CLOCK_R8A7792_H__ | 6 | #ifndef __DT_BINDINGS_CLOCK_R8A7792_H__ |
diff --git a/include/dt-bindings/clock/rk3036-cru.h b/include/dt-bindings/clock/rk3036-cru.h index de44109a3a04..35a5a01f9697 100644 --- a/include/dt-bindings/clock/rk3036-cru.h +++ b/include/dt-bindings/clock/rk3036-cru.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 Rockchip Electronics Co. Ltd. | 3 | * Copyright (c) 2015 Rockchip Electronics Co. Ltd. |
3 | * Author: Xing Zheng <zhengxing@rock-chips.com> | 4 | * Author: Xing Zheng <zhengxing@rock-chips.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3036_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3036_H |
diff --git a/include/dt-bindings/clock/rk3066a-cru.h b/include/dt-bindings/clock/rk3066a-cru.h index d3a9824ef646..553f9728350b 100644 --- a/include/dt-bindings/clock/rk3066a-cru.h +++ b/include/dt-bindings/clock/rk3066a-cru.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MundoReader S.L. | 3 | * Copyright (c) 2014 MundoReader S.L. |
3 | * Author: Heiko Stuebner <heiko@sntech.de> | 4 | * Author: Heiko Stuebner <heiko@sntech.de> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3066A_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3066A_H |
diff --git a/include/dt-bindings/clock/rk3128-cru.h b/include/dt-bindings/clock/rk3128-cru.h index 92894f4306cf..6a47825dac5d 100644 --- a/include/dt-bindings/clock/rk3128-cru.h +++ b/include/dt-bindings/clock/rk3128-cru.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2017 Rockchip Electronics Co. Ltd. | 3 | * Copyright (c) 2017 Rockchip Electronics Co. Ltd. |
3 | * Author: Elaine <zhangqing@rock-chips.com> | 4 | * Author: Elaine <zhangqing@rock-chips.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3128_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3128_H |
diff --git a/include/dt-bindings/clock/rk3188-cru-common.h b/include/dt-bindings/clock/rk3188-cru-common.h index dc2101a634be..afad90680fce 100644 --- a/include/dt-bindings/clock/rk3188-cru-common.h +++ b/include/dt-bindings/clock/rk3188-cru-common.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MundoReader S.L. | 3 | * Copyright (c) 2014 MundoReader S.L. |
3 | * Author: Heiko Stuebner <heiko@sntech.de> | 4 | * Author: Heiko Stuebner <heiko@sntech.de> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3188_COMMON_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3188_COMMON_H |
diff --git a/include/dt-bindings/clock/rk3188-cru.h b/include/dt-bindings/clock/rk3188-cru.h index 9f2e631f2651..c45916ae6878 100644 --- a/include/dt-bindings/clock/rk3188-cru.h +++ b/include/dt-bindings/clock/rk3188-cru.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MundoReader S.L. | 3 | * Copyright (c) 2014 MundoReader S.L. |
3 | * Author: Heiko Stuebner <heiko@sntech.de> | 4 | * Author: Heiko Stuebner <heiko@sntech.de> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3188_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3188_H |
diff --git a/include/dt-bindings/clock/rk3228-cru.h b/include/dt-bindings/clock/rk3228-cru.h index 55655ab0a4c4..3b245e3df8da 100644 --- a/include/dt-bindings/clock/rk3228-cru.h +++ b/include/dt-bindings/clock/rk3228-cru.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 Rockchip Electronics Co. Ltd. | 3 | * Copyright (c) 2015 Rockchip Electronics Co. Ltd. |
3 | * Author: Jeffy Chen <jeffy.chen@rock-chips.com> | 4 | * Author: Jeffy Chen <jeffy.chen@rock-chips.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3228_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3228_H |
diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index d7b6c83ea63f..33819acbfc56 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MundoReader S.L. | 3 | * Copyright (c) 2014 MundoReader S.L. |
3 | * Author: Heiko Stuebner <heiko@sntech.de> | 4 | * Author: Heiko Stuebner <heiko@sntech.de> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3288_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3288_H |
diff --git a/include/dt-bindings/clock/rk3328-cru.h b/include/dt-bindings/clock/rk3328-cru.h index bcaa4559ab1b..afb811340382 100644 --- a/include/dt-bindings/clock/rk3328-cru.h +++ b/include/dt-bindings/clock/rk3328-cru.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 Rockchip Electronics Co. Ltd. | 3 | * Copyright (c) 2016 Rockchip Electronics Co. Ltd. |
3 | * Author: Elaine <zhangqing@rock-chips.com> | 4 | * Author: Elaine <zhangqing@rock-chips.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3328_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3328_H |
diff --git a/include/dt-bindings/clock/rk3368-cru.h b/include/dt-bindings/clock/rk3368-cru.h index a0063ed7284a..0a06c5f514d7 100644 --- a/include/dt-bindings/clock/rk3368-cru.h +++ b/include/dt-bindings/clock/rk3368-cru.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 Heiko Stuebner <heiko@sntech.de> | 3 | * Copyright (c) 2015 Heiko Stuebner <heiko@sntech.de> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3368_H | 6 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3368_H |
diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h index 22cb1dfa9004..44e0a319f077 100644 --- a/include/dt-bindings/clock/rk3399-cru.h +++ b/include/dt-bindings/clock/rk3399-cru.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 Rockchip Electronics Co. Ltd. | 3 | * Copyright (c) 2016 Rockchip Electronics Co. Ltd. |
3 | * Author: Xing Zheng <zhengxing@rock-chips.com> | 4 | * Author: Xing Zheng <zhengxing@rock-chips.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3399_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3399_H |
diff --git a/include/dt-bindings/clock/rv1108-cru.h b/include/dt-bindings/clock/rv1108-cru.h index d8d0e0456dc2..41d7d6080ea7 100644 --- a/include/dt-bindings/clock/rv1108-cru.h +++ b/include/dt-bindings/clock/rv1108-cru.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 Rockchip Electronics Co. Ltd. | 3 | * Copyright (c) 2016 Rockchip Electronics Co. Ltd. |
3 | * Author: Shawn Lin <shawn.lin@rock-chips.com> | 4 | * Author: Shawn Lin <shawn.lin@rock-chips.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RV1108_H | 7 | #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RV1108_H |
diff --git a/include/dt-bindings/clock/sh73a0-clock.h b/include/dt-bindings/clock/sh73a0-clock.h index 2eca353a29d7..5b544ad7f9b7 100644 --- a/include/dt-bindings/clock/sh73a0-clock.h +++ b/include/dt-bindings/clock/sh73a0-clock.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2014 Ulrich Hecht | 3 | * Copyright 2014 Ulrich Hecht |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __DT_BINDINGS_CLOCK_SH73A0_H__ | 6 | #ifndef __DT_BINDINGS_CLOCK_SH73A0_H__ |
diff --git a/include/dt-bindings/clock/stm32fx-clock.h b/include/dt-bindings/clock/stm32fx-clock.h index 7d34e297049c..1cc89c548578 100644 --- a/include/dt-bindings/clock/stm32fx-clock.h +++ b/include/dt-bindings/clock/stm32fx-clock.h | |||
@@ -1,9 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * stm32fx-clock.h | 3 | * stm32fx-clock.h |
3 | * | 4 | * |
4 | * Copyright (C) 2016 STMicroelectronics | 5 | * Copyright (C) 2016 STMicroelectronics |
5 | * Author: Gabriel Fernandez for STMicroelectronics. | 6 | * Author: Gabriel Fernandez for STMicroelectronics. |
6 | * License terms: GNU General Public License (GPL), version 2 | ||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | 9 | /* |
diff --git a/include/dt-bindings/clock/sun5i-ccu.h b/include/dt-bindings/clock/sun5i-ccu.h index 2e6b9ddcc24e..75fe5619c3d9 100644 --- a/include/dt-bindings/clock/sun5i-ccu.h +++ b/include/dt-bindings/clock/sun5i-ccu.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2016 Maxime Ripard | 3 | * Copyright 2016 Maxime Ripard |
3 | * | 4 | * |
4 | * Maxime Ripard <maxime.ripard@free-electrons.com> | 5 | * Maxime Ripard <maxime.ripard@free-electrons.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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _DT_BINDINGS_CLK_SUN5I_H_ | 8 | #ifndef _DT_BINDINGS_CLK_SUN5I_H_ |
diff --git a/include/dt-bindings/clock/vf610-clock.h b/include/dt-bindings/clock/vf610-clock.h index 45997750c8a0..95394f35a74a 100644 --- a/include/dt-bindings/clock/vf610-clock.h +++ b/include/dt-bindings/clock/vf610-clock.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2013 Freescale Semiconductor, Inc. | 3 | * Copyright 2013 Freescale Semiconductor, Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __DT_BINDINGS_CLOCK_VF610_H | 6 | #ifndef __DT_BINDINGS_CLOCK_VF610_H |
diff --git a/include/dt-bindings/dma/nbpfaxi.h b/include/dt-bindings/dma/nbpfaxi.h index c1a5b9e0d6a4..88e59acc0678 100644 --- a/include/dt-bindings/dma/nbpfaxi.h +++ b/include/dt-bindings/dma/nbpfaxi.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. | 3 | * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. |
3 | * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 4 | * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of version 2 of the GNU General Public License as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef DT_BINDINGS_NBPFAXI_H | 7 | #ifndef DT_BINDINGS_NBPFAXI_H |
diff --git a/include/dt-bindings/gpio/meson-gxbb-gpio.h b/include/dt-bindings/gpio/meson-gxbb-gpio.h index 43a68a1110f0..489c75b27645 100644 --- a/include/dt-bindings/gpio/meson-gxbb-gpio.h +++ b/include/dt-bindings/gpio/meson-gxbb-gpio.h | |||
@@ -1,15 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * GPIO definitions for Amlogic Meson GXBB SoCs | 3 | * GPIO definitions for Amlogic Meson GXBB SoCs |
3 | * | 4 | * |
4 | * Copyright (C) 2016 Endless Mobile, Inc. | 5 | * Copyright (C) 2016 Endless Mobile, Inc. |
5 | * Author: Carlo Caione <carlo@endlessm.com> | 6 | * Author: Carlo Caione <carlo@endlessm.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
10 | * | ||
11 | * You should have received a copy of the GNU General Public License | ||
12 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
13 | */ | 7 | */ |
14 | 8 | ||
15 | #ifndef _DT_BINDINGS_MESON_GXBB_GPIO_H | 9 | #ifndef _DT_BINDINGS_MESON_GXBB_GPIO_H |
diff --git a/include/dt-bindings/gpio/meson-gxl-gpio.h b/include/dt-bindings/gpio/meson-gxl-gpio.h index 01f2a2abd35e..0a001ae48272 100644 --- a/include/dt-bindings/gpio/meson-gxl-gpio.h +++ b/include/dt-bindings/gpio/meson-gxl-gpio.h | |||
@@ -1,15 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * GPIO definitions for Amlogic Meson GXL SoCs | 3 | * GPIO definitions for Amlogic Meson GXL SoCs |
3 | * | 4 | * |
4 | * Copyright (C) 2016 Endless Mobile, Inc. | 5 | * Copyright (C) 2016 Endless Mobile, Inc. |
5 | * Author: Carlo Caione <carlo@endlessm.com> | 6 | * Author: Carlo Caione <carlo@endlessm.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
10 | * | ||
11 | * You should have received a copy of the GNU General Public License | ||
12 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
13 | */ | 7 | */ |
14 | 8 | ||
15 | #ifndef _DT_BINDINGS_MESON_GXL_GPIO_H | 9 | #ifndef _DT_BINDINGS_MESON_GXL_GPIO_H |
diff --git a/include/dt-bindings/gpio/meson8-gpio.h b/include/dt-bindings/gpio/meson8-gpio.h index fdaeb5cbf5e1..e2d083104dfd 100644 --- a/include/dt-bindings/gpio/meson8-gpio.h +++ b/include/dt-bindings/gpio/meson8-gpio.h | |||
@@ -1,14 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * GPIO definitions for Amlogic Meson8 SoCs | 3 | * GPIO definitions for Amlogic Meson8 SoCs |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> | 5 | * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * version 2 as published by the Free Software Foundation. | ||
9 | * | ||
10 | * You should have received a copy of the GNU General Public License | ||
11 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
12 | */ | 6 | */ |
13 | 7 | ||
14 | #ifndef _DT_BINDINGS_MESON8_GPIO_H | 8 | #ifndef _DT_BINDINGS_MESON8_GPIO_H |
diff --git a/include/dt-bindings/gpio/meson8b-gpio.h b/include/dt-bindings/gpio/meson8b-gpio.h index bf0d76fa0e7b..7c3bc0782eca 100644 --- a/include/dt-bindings/gpio/meson8b-gpio.h +++ b/include/dt-bindings/gpio/meson8b-gpio.h | |||
@@ -1,15 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * GPIO definitions for Amlogic Meson8b SoCs | 3 | * GPIO definitions for Amlogic Meson8b SoCs |
3 | * | 4 | * |
4 | * Copyright (C) 2015 Endless Mobile, Inc. | 5 | * Copyright (C) 2015 Endless Mobile, Inc. |
5 | * Author: Carlo Caione <carlo@endlessm.com> | 6 | * Author: Carlo Caione <carlo@endlessm.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
10 | * | ||
11 | * You should have received a copy of the GNU General Public License | ||
12 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
13 | */ | 7 | */ |
14 | 8 | ||
15 | #ifndef _DT_BINDINGS_MESON8B_GPIO_H | 9 | #ifndef _DT_BINDINGS_MESON8B_GPIO_H |
diff --git a/include/dt-bindings/input/ti-drv260x.h b/include/dt-bindings/input/ti-drv260x.h index 2626e6d9f707..af71082dd18c 100644 --- a/include/dt-bindings/input/ti-drv260x.h +++ b/include/dt-bindings/input/ti-drv260x.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * DRV260X haptics driver family | 3 | * DRV260X haptics driver family |
3 | * | 4 | * |
4 | * Author: Dan Murphy <dmurphy@ti.com> | 5 | * Author: Dan Murphy <dmurphy@ti.com> |
5 | * | 6 | * |
6 | * Copyright: (C) 2014 Texas Instruments, Inc. | 7 | * Copyright: (C) 2014 Texas Instruments, Inc. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #ifndef _DT_BINDINGS_TI_DRV260X_H | 10 | #ifndef _DT_BINDINGS_TI_DRV260X_H |
diff --git a/include/dt-bindings/media/omap3-isp.h b/include/dt-bindings/media/omap3-isp.h index b18c60e468c7..436c71210e65 100644 --- a/include/dt-bindings/media/omap3-isp.h +++ b/include/dt-bindings/media/omap3-isp.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/dt-bindings/media/omap3-isp.h | 3 | * include/dt-bindings/media/omap3-isp.h |
3 | * | 4 | * |
4 | * Copyright (C) 2015 Sakari Ailus | 5 | * Copyright (C) 2015 Sakari Ailus |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * version 2 as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | * General Public License for more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef __DT_BINDINGS_OMAP3_ISP_H__ | 8 | #ifndef __DT_BINDINGS_OMAP3_ISP_H__ |
diff --git a/include/dt-bindings/media/tvp5150.h b/include/dt-bindings/media/tvp5150.h index c852a35e916e..01eedf4985b8 100644 --- a/include/dt-bindings/media/tvp5150.h +++ b/include/dt-bindings/media/tvp5150.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | tvp5150.h - definition for tvp5150 inputs | 3 | tvp5150.h - definition for tvp5150 inputs |
3 | 4 | ||
4 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _DT_BINDINGS_MEDIA_TVP5150_H | 9 | #ifndef _DT_BINDINGS_MEDIA_TVP5150_H |
diff --git a/include/dt-bindings/memory/mt2701-larb-port.h b/include/dt-bindings/memory/mt2701-larb-port.h index 6764d7447422..2d85c2ec6cfd 100644 --- a/include/dt-bindings/memory/mt2701-larb-port.h +++ b/include/dt-bindings/memory/mt2701-larb-port.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 MediaTek Inc. | 3 | * Copyright (c) 2015 MediaTek Inc. |
3 | * Author: Honghui Zhang <honghui.zhang@mediatek.com> | 4 | * Author: Honghui Zhang <honghui.zhang@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _MT2701_LARB_PORT_H_ | 7 | #ifndef _MT2701_LARB_PORT_H_ |
diff --git a/include/dt-bindings/memory/mt8173-larb-port.h b/include/dt-bindings/memory/mt8173-larb-port.h index 111b4b0ec85a..9f31ccfeca21 100644 --- a/include/dt-bindings/memory/mt8173-larb-port.h +++ b/include/dt-bindings/memory/mt8173-larb-port.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015-2016 MediaTek Inc. | 3 | * Copyright (c) 2015-2016 MediaTek Inc. |
3 | * Author: Yong Wu <yong.wu@mediatek.com> | 4 | * Author: Yong Wu <yong.wu@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | #ifndef __DTS_IOMMU_PORT_MT8173_H | 6 | #ifndef __DTS_IOMMU_PORT_MT8173_H |
15 | #define __DTS_IOMMU_PORT_MT8173_H | 7 | #define __DTS_IOMMU_PORT_MT8173_H |
diff --git a/include/dt-bindings/net/ti-dp83867.h b/include/dt-bindings/net/ti-dp83867.h index 7b1656427cbe..3b48847cd83b 100644 --- a/include/dt-bindings/net/ti-dp83867.h +++ b/include/dt-bindings/net/ti-dp83867.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Device Tree constants for the Texas Instruments DP83867 PHY | 3 | * Device Tree constants for the Texas Instruments DP83867 PHY |
3 | * | 4 | * |
4 | * Author: Dan Murphy <dmurphy@ti.com> | 5 | * Author: Dan Murphy <dmurphy@ti.com> |
5 | * | 6 | * |
6 | * Copyright: (C) 2015 Texas Instruments, Inc. | 7 | * Copyright: (C) 2015 Texas Instruments, Inc. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #ifndef _DT_BINDINGS_TI_DP83867_H | 10 | #ifndef _DT_BINDINGS_TI_DP83867_H |
diff --git a/include/dt-bindings/phy/phy-pistachio-usb.h b/include/dt-bindings/phy/phy-pistachio-usb.h index d1877aa0a3f5..3542a67dafb5 100644 --- a/include/dt-bindings/phy/phy-pistachio-usb.h +++ b/include/dt-bindings/phy/phy-pistachio-usb.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2015 Google, Inc. | 3 | * Copyright (C) 2015 Google, Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _DT_BINDINGS_PHY_PISTACHIO | 6 | #ifndef _DT_BINDINGS_PHY_PISTACHIO |
diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h index d16e8755f6a9..b6a1eaf1b339 100644 --- a/include/dt-bindings/phy/phy.h +++ b/include/dt-bindings/phy/phy.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * This header provides constants for the phy framework | 4 | * This header provides constants for the phy framework |
4 | * | 5 | * |
5 | * Copyright (C) 2014 STMicroelectronics | 6 | * Copyright (C) 2014 STMicroelectronics |
6 | * Author: Gabriel Fernandez <gabriel.fernandez@st.com> | 7 | * Author: Gabriel Fernandez <gabriel.fernandez@st.com> |
7 | * License terms: GNU General Public License (GPL), version 2 | ||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #ifndef _DT_BINDINGS_PHY | 10 | #ifndef _DT_BINDINGS_PHY |
diff --git a/include/dt-bindings/pinctrl/mt65xx.h b/include/dt-bindings/pinctrl/mt65xx.h index 1198f4541327..7e16e58fe1f7 100644 --- a/include/dt-bindings/pinctrl/mt65xx.h +++ b/include/dt-bindings/pinctrl/mt65xx.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MediaTek Inc. | 3 | * Copyright (c) 2014 MediaTek Inc. |
3 | * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> | 4 | * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_PINCTRL_MT65XX_H | 7 | #ifndef _DT_BINDINGS_PINCTRL_MT65XX_H |
diff --git a/include/dt-bindings/pinctrl/nomadik.h b/include/dt-bindings/pinctrl/nomadik.h index 638fb321a1cb..fa24565e0009 100644 --- a/include/dt-bindings/pinctrl/nomadik.h +++ b/include/dt-bindings/pinctrl/nomadik.h | |||
@@ -1,9 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * nomadik.h | 3 | * nomadik.h |
3 | * | 4 | * |
4 | * Copyright (C) ST-Ericsson SA 2013 | 5 | * Copyright (C) ST-Ericsson SA 2013 |
5 | * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson. | 6 | * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson. |
6 | * License terms: GNU General Public License (GPL), version 2 | ||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #define INPUT_NOPULL 0 | 9 | #define INPUT_NOPULL 0 |
diff --git a/include/dt-bindings/pinctrl/pinctrl-tegra.h b/include/dt-bindings/pinctrl/pinctrl-tegra.h index ebafa498be0f..d9b18bf26496 100644 --- a/include/dt-bindings/pinctrl/pinctrl-tegra.h +++ b/include/dt-bindings/pinctrl/pinctrl-tegra.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This header provides constants for Tegra pinctrl bindings. | 3 | * This header provides constants for Tegra pinctrl bindings. |
3 | * | 4 | * |
4 | * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. | 5 | * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. |
5 | * | 6 | * |
6 | * Author: Laxman Dewangan <ldewangan@nvidia.com> | 7 | * Author: Laxman Dewangan <ldewangan@nvidia.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms and conditions of the GNU General Public License, | ||
10 | * version 2, as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
13 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
14 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
15 | * more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #ifndef _DT_BINDINGS_PINCTRL_TEGRA_H | 10 | #ifndef _DT_BINDINGS_PINCTRL_TEGRA_H |
diff --git a/include/dt-bindings/pinctrl/rockchip.h b/include/dt-bindings/pinctrl/rockchip.h index aaec8baaa354..dc5c1c73d030 100644 --- a/include/dt-bindings/pinctrl/rockchip.h +++ b/include/dt-bindings/pinctrl/rockchip.h | |||
@@ -1,18 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Header providing constants for Rockchip pinctrl bindings. | 3 | * Header providing constants for Rockchip pinctrl bindings. |
3 | * | 4 | * |
4 | * Copyright (c) 2013 MundoReader S.L. | 5 | * Copyright (c) 2013 MundoReader S.L. |
5 | * Author: Heiko Stuebner <heiko@sntech.de> | 6 | * Author: Heiko Stuebner <heiko@sntech.de> |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #ifndef __DT_BINDINGS_ROCKCHIP_PINCTRL_H__ | 9 | #ifndef __DT_BINDINGS_ROCKCHIP_PINCTRL_H__ |
diff --git a/include/dt-bindings/power/mt2701-power.h b/include/dt-bindings/power/mt2701-power.h index 64cc826d642c..09e16f895761 100644 --- a/include/dt-bindings/power/mt2701-power.h +++ b/include/dt-bindings/power/mt2701-power.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2015 MediaTek Inc. | 3 | * Copyright (C) 2015 MediaTek Inc. |
3 | * | ||
4 | * This program is free software: you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_POWER_MT2701_POWER_H | 6 | #ifndef _DT_BINDINGS_POWER_MT2701_POWER_H |
diff --git a/include/dt-bindings/power/r8a7779-sysc.h b/include/dt-bindings/power/r8a7779-sysc.h index 183571da507e..c4f528b6cc1e 100644 --- a/include/dt-bindings/power/r8a7779-sysc.h +++ b/include/dt-bindings/power/r8a7779-sysc.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Glider bvba | 3 | * Copyright (C) 2016 Glider bvba |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __DT_BINDINGS_POWER_R8A7779_SYSC_H__ | 5 | #ifndef __DT_BINDINGS_POWER_R8A7779_SYSC_H__ |
9 | #define __DT_BINDINGS_POWER_R8A7779_SYSC_H__ | 6 | #define __DT_BINDINGS_POWER_R8A7779_SYSC_H__ |
diff --git a/include/dt-bindings/power/r8a7790-sysc.h b/include/dt-bindings/power/r8a7790-sysc.h index 6af4e9929bd0..bcb490570606 100644 --- a/include/dt-bindings/power/r8a7790-sysc.h +++ b/include/dt-bindings/power/r8a7790-sysc.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Glider bvba | 3 | * Copyright (C) 2016 Glider bvba |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __DT_BINDINGS_POWER_R8A7790_SYSC_H__ | 5 | #ifndef __DT_BINDINGS_POWER_R8A7790_SYSC_H__ |
9 | #define __DT_BINDINGS_POWER_R8A7790_SYSC_H__ | 6 | #define __DT_BINDINGS_POWER_R8A7790_SYSC_H__ |
diff --git a/include/dt-bindings/power/r8a7791-sysc.h b/include/dt-bindings/power/r8a7791-sysc.h index 1403baa0514f..1d20fae42420 100644 --- a/include/dt-bindings/power/r8a7791-sysc.h +++ b/include/dt-bindings/power/r8a7791-sysc.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Glider bvba | 3 | * Copyright (C) 2016 Glider bvba |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __DT_BINDINGS_POWER_R8A7791_SYSC_H__ | 5 | #ifndef __DT_BINDINGS_POWER_R8A7791_SYSC_H__ |
9 | #define __DT_BINDINGS_POWER_R8A7791_SYSC_H__ | 6 | #define __DT_BINDINGS_POWER_R8A7791_SYSC_H__ |
diff --git a/include/dt-bindings/power/r8a7792-sysc.h b/include/dt-bindings/power/r8a7792-sysc.h index 74f4a78e29aa..dd3a4667ca19 100644 --- a/include/dt-bindings/power/r8a7792-sysc.h +++ b/include/dt-bindings/power/r8a7792-sysc.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Cogent Embedded Inc. | 3 | * Copyright (C) 2016 Cogent Embedded Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __DT_BINDINGS_POWER_R8A7792_SYSC_H__ | 5 | #ifndef __DT_BINDINGS_POWER_R8A7792_SYSC_H__ |
9 | #define __DT_BINDINGS_POWER_R8A7792_SYSC_H__ | 6 | #define __DT_BINDINGS_POWER_R8A7792_SYSC_H__ |
diff --git a/include/dt-bindings/power/r8a7793-sysc.h b/include/dt-bindings/power/r8a7793-sysc.h index b5693df3d830..056998c635a9 100644 --- a/include/dt-bindings/power/r8a7793-sysc.h +++ b/include/dt-bindings/power/r8a7793-sysc.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Glider bvba | 3 | * Copyright (C) 2016 Glider bvba |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __DT_BINDINGS_POWER_R8A7793_SYSC_H__ | 5 | #ifndef __DT_BINDINGS_POWER_R8A7793_SYSC_H__ |
9 | #define __DT_BINDINGS_POWER_R8A7793_SYSC_H__ | 6 | #define __DT_BINDINGS_POWER_R8A7793_SYSC_H__ |
diff --git a/include/dt-bindings/power/r8a7794-sysc.h b/include/dt-bindings/power/r8a7794-sysc.h index 862241c2d27b..4d6c708e6f32 100644 --- a/include/dt-bindings/power/r8a7794-sysc.h +++ b/include/dt-bindings/power/r8a7794-sysc.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Glider bvba | 3 | * Copyright (C) 2016 Glider bvba |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __DT_BINDINGS_POWER_R8A7794_SYSC_H__ | 5 | #ifndef __DT_BINDINGS_POWER_R8A7794_SYSC_H__ |
9 | #define __DT_BINDINGS_POWER_R8A7794_SYSC_H__ | 6 | #define __DT_BINDINGS_POWER_R8A7794_SYSC_H__ |
diff --git a/include/dt-bindings/power/r8a7795-sysc.h b/include/dt-bindings/power/r8a7795-sysc.h index ad679eeda137..eea6ad69f0b0 100644 --- a/include/dt-bindings/power/r8a7795-sysc.h +++ b/include/dt-bindings/power/r8a7795-sysc.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Glider bvba | 3 | * Copyright (C) 2016 Glider bvba |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __DT_BINDINGS_POWER_R8A7795_SYSC_H__ | 5 | #ifndef __DT_BINDINGS_POWER_R8A7795_SYSC_H__ |
9 | #define __DT_BINDINGS_POWER_R8A7795_SYSC_H__ | 6 | #define __DT_BINDINGS_POWER_R8A7795_SYSC_H__ |
diff --git a/include/dt-bindings/power/r8a7796-sysc.h b/include/dt-bindings/power/r8a7796-sysc.h index 5b4daab44daa..7e6fc06ebff2 100644 --- a/include/dt-bindings/power/r8a7796-sysc.h +++ b/include/dt-bindings/power/r8a7796-sysc.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Glider bvba | 3 | * Copyright (C) 2016 Glider bvba |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __DT_BINDINGS_POWER_R8A7796_SYSC_H__ | 5 | #ifndef __DT_BINDINGS_POWER_R8A7796_SYSC_H__ |
9 | #define __DT_BINDINGS_POWER_R8A7796_SYSC_H__ | 6 | #define __DT_BINDINGS_POWER_R8A7796_SYSC_H__ |
diff --git a/include/dt-bindings/power/r8a77995-sysc.h b/include/dt-bindings/power/r8a77995-sysc.h index 09d0ed575b73..f2b35502f2be 100644 --- a/include/dt-bindings/power/r8a77995-sysc.h +++ b/include/dt-bindings/power/r8a77995-sysc.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Glider bvba | 3 | * Copyright (C) 2017 Glider bvba |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __DT_BINDINGS_POWER_R8A77995_SYSC_H__ | 5 | #ifndef __DT_BINDINGS_POWER_R8A77995_SYSC_H__ |
9 | #define __DT_BINDINGS_POWER_R8A77995_SYSC_H__ | 6 | #define __DT_BINDINGS_POWER_R8A77995_SYSC_H__ |
diff --git a/include/dt-bindings/power/tegra186-powergate.h b/include/dt-bindings/power/tegra186-powergate.h index 388d6e228dc8..31fd3f90018d 100644 --- a/include/dt-bindings/power/tegra186-powergate.h +++ b/include/dt-bindings/power/tegra186-powergate.h | |||
@@ -1,17 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 4 | */ |
16 | 5 | ||
17 | #ifndef _DT_BINDINGS_POWER_TEGRA186_POWERGATE_H | 6 | #ifndef _DT_BINDINGS_POWER_TEGRA186_POWERGATE_H |
diff --git a/include/dt-bindings/reset/altr,rst-mgr-a10.h b/include/dt-bindings/reset/altr,rst-mgr-a10.h index acb0bbf4f9f5..5d8a494c98d0 100644 --- a/include/dt-bindings/reset/altr,rst-mgr-a10.h +++ b/include/dt-bindings/reset/altr,rst-mgr-a10.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, Steffen Trumtrar <s.trumtrar@pengutronix.de> | 3 | * Copyright (c) 2014, Steffen Trumtrar <s.trumtrar@pengutronix.de> |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_A10_H | 6 | #ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_A10_H |
diff --git a/include/dt-bindings/reset/altr,rst-mgr-a10sr.h b/include/dt-bindings/reset/altr,rst-mgr-a10sr.h index 9855925e5256..09a15ea58182 100644 --- a/include/dt-bindings/reset/altr,rst-mgr-a10sr.h +++ b/include/dt-bindings/reset/altr,rst-mgr-a10sr.h | |||
@@ -1,18 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright Intel Corporation (C) 2017. All Rights Reserved | 3 | * Copyright Intel Corporation (C) 2017. All Rights Reserved |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | * | ||
16 | * Reset binding definitions for Altera Arria10 MAX5 System Resource Chip | 5 | * Reset binding definitions for Altera Arria10 MAX5 System Resource Chip |
17 | * | 6 | * |
18 | * Adapted from altr,rst-mgr-a10.h | 7 | * Adapted from altr,rst-mgr-a10.h |
diff --git a/include/dt-bindings/reset/altr,rst-mgr-s10.h b/include/dt-bindings/reset/altr,rst-mgr-s10.h index 7978c21e4fad..70ea3a09dbe1 100644 --- a/include/dt-bindings/reset/altr,rst-mgr-s10.h +++ b/include/dt-bindings/reset/altr,rst-mgr-s10.h | |||
@@ -1,19 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Intel Corporation. All rights reserved | 3 | * Copyright (C) 2016 Intel Corporation. All rights reserved |
3 | * Copyright (C) 2016 Altera Corporation. All rights reserved | 4 | * Copyright (C) 2016 Altera Corporation. All rights reserved |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | * | ||
17 | * derived from Steffen Trumtrar's "altr,rst-mgr-a10.h" | 6 | * derived from Steffen Trumtrar's "altr,rst-mgr-a10.h" |
18 | */ | 7 | */ |
19 | 8 | ||
diff --git a/include/dt-bindings/reset/altr,rst-mgr.h b/include/dt-bindings/reset/altr,rst-mgr.h index 3f04908fb87c..9b6ce14f62c1 100644 --- a/include/dt-bindings/reset/altr,rst-mgr.h +++ b/include/dt-bindings/reset/altr,rst-mgr.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, Steffen Trumtrar <s.trumtrar@pengutronix.de> | 3 | * Copyright (c) 2014, Steffen Trumtrar <s.trumtrar@pengutronix.de> |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_H | 6 | #ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_H |
diff --git a/include/dt-bindings/reset/imx7-reset.h b/include/dt-bindings/reset/imx7-reset.h index 31b3f87dde9a..a5b35b4754d0 100644 --- a/include/dt-bindings/reset/imx7-reset.h +++ b/include/dt-bindings/reset/imx7-reset.h | |||
@@ -1,19 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Impinj, Inc. | 3 | * Copyright (C) 2017 Impinj, Inc. |
3 | * | 4 | * |
4 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> | 5 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms and conditions of the GNU General Public License, | ||
8 | * version 2, as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
17 | */ | 6 | */ |
18 | 7 | ||
19 | #ifndef DT_BINDING_RESET_IMX7_H | 8 | #ifndef DT_BINDING_RESET_IMX7_H |
diff --git a/include/dt-bindings/reset/mt2701-resets.h b/include/dt-bindings/reset/mt2701-resets.h index 50b7f066da9a..91e4200fd74c 100644 --- a/include/dt-bindings/reset/mt2701-resets.h +++ b/include/dt-bindings/reset/mt2701-resets.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 MediaTek, Shunli Wang <shunli.wang@mediatek.com> | 3 | * Copyright (c) 2015 MediaTek, Shunli Wang <shunli.wang@mediatek.com> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT2701 | 6 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT2701 |
diff --git a/include/dt-bindings/reset/mt7622-reset.h b/include/dt-bindings/reset/mt7622-reset.h index 234052f80417..da0d1ae81cb5 100644 --- a/include/dt-bindings/reset/mt7622-reset.h +++ b/include/dt-bindings/reset/mt7622-reset.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2017 MediaTek Inc. | 3 | * Copyright (c) 2017 MediaTek Inc. |
3 | * Author: Sean Wang <sean.wang@mediatek.com> | 4 | * Author: Sean Wang <sean.wang@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT7622 | 7 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT7622 |
diff --git a/include/dt-bindings/reset/mt8135-resets.h b/include/dt-bindings/reset/mt8135-resets.h index 1fb629508db2..8c060d08716b 100644 --- a/include/dt-bindings/reset/mt8135-resets.h +++ b/include/dt-bindings/reset/mt8135-resets.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MediaTek Inc. | 3 | * Copyright (c) 2014 MediaTek Inc. |
3 | * Author: Flora Fu, MediaTek | 4 | * Author: Flora Fu, MediaTek |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8135 | 7 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8135 |
diff --git a/include/dt-bindings/reset/mt8173-resets.h b/include/dt-bindings/reset/mt8173-resets.h index 9464b37cf68c..ba8636eda5ae 100644 --- a/include/dt-bindings/reset/mt8173-resets.h +++ b/include/dt-bindings/reset/mt8173-resets.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MediaTek Inc. | 3 | * Copyright (c) 2014 MediaTek Inc. |
3 | * Author: Flora Fu, MediaTek | 4 | * Author: Flora Fu, MediaTek |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8173 | 7 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8173 |
diff --git a/include/dt-bindings/reset/oxsemi,ox810se.h b/include/dt-bindings/reset/oxsemi,ox810se.h index 960c26e4504a..e943187e6527 100644 --- a/include/dt-bindings/reset/oxsemi,ox810se.h +++ b/include/dt-bindings/reset/oxsemi,ox810se.h | |||
@@ -1,17 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> | 3 | * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 4 | */ |
16 | 5 | ||
17 | #ifndef DT_RESET_OXSEMI_OX810SE_H | 6 | #ifndef DT_RESET_OXSEMI_OX810SE_H |
diff --git a/include/dt-bindings/reset/oxsemi,ox820.h b/include/dt-bindings/reset/oxsemi,ox820.h index cc6797bf01d8..54b58e09c1c0 100644 --- a/include/dt-bindings/reset/oxsemi,ox820.h +++ b/include/dt-bindings/reset/oxsemi,ox820.h | |||
@@ -1,17 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> | 3 | * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 4 | */ |
16 | 5 | ||
17 | #ifndef DT_RESET_OXSEMI_OX820_H | 6 | #ifndef DT_RESET_OXSEMI_OX820_H |
diff --git a/include/dt-bindings/reset/qcom,gcc-apq8084.h b/include/dt-bindings/reset/qcom,gcc-apq8084.h index 527caaf48e3d..e76be38342c9 100644 --- a/include/dt-bindings/reset/qcom,gcc-apq8084.h +++ b/include/dt-bindings/reset/qcom,gcc-apq8084.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_APQ_GCC_8084_H | 6 | #ifndef _DT_BINDINGS_RESET_APQ_GCC_8084_H |
diff --git a/include/dt-bindings/reset/qcom,gcc-ipq806x.h b/include/dt-bindings/reset/qcom,gcc-ipq806x.h index de9c8140931a..26b6f9200620 100644 --- a/include/dt-bindings/reset/qcom,gcc-ipq806x.h +++ b/include/dt-bindings/reset/qcom,gcc-ipq806x.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_IPQ_806X_H | 6 | #ifndef _DT_BINDINGS_RESET_IPQ_806X_H |
diff --git a/include/dt-bindings/reset/qcom,gcc-mdm9615.h b/include/dt-bindings/reset/qcom,gcc-mdm9615.h index 7f86e9a59df4..5faf02d7e289 100644 --- a/include/dt-bindings/reset/qcom,gcc-mdm9615.h +++ b/include/dt-bindings/reset/qcom,gcc-mdm9615.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * Copyright (c) BayLibre, SAS. | 4 | * Copyright (c) BayLibre, SAS. |
4 | * Author : Neil Armstrong <narmstrong@baylibre.com> | 5 | * Author : Neil Armstrong <narmstrong@baylibre.com> |
5 | * | ||
6 | * This software is licensed under the terms of the GNU General Public | ||
7 | * License version 2, as published by the Free Software Foundation, and | ||
8 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _DT_BINDINGS_RESET_GCC_MDM9615_H | 8 | #ifndef _DT_BINDINGS_RESET_GCC_MDM9615_H |
diff --git a/include/dt-bindings/reset/qcom,gcc-msm8660.h b/include/dt-bindings/reset/qcom,gcc-msm8660.h index a83282fe5465..f6d2b3cbe7b0 100644 --- a/include/dt-bindings/reset/qcom,gcc-msm8660.h +++ b/include/dt-bindings/reset/qcom,gcc-msm8660.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_MSM_GCC_8660_H | 6 | #ifndef _DT_BINDINGS_RESET_MSM_GCC_8660_H |
diff --git a/include/dt-bindings/reset/qcom,gcc-msm8916.h b/include/dt-bindings/reset/qcom,gcc-msm8916.h index 3d90410f09c7..1f9be10872df 100644 --- a/include/dt-bindings/reset/qcom,gcc-msm8916.h +++ b/include/dt-bindings/reset/qcom,gcc-msm8916.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2015 Linaro Limited | 3 | * Copyright 2015 Linaro Limited |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_MSM_GCC_8916_H | 6 | #ifndef _DT_BINDINGS_RESET_MSM_GCC_8916_H |
diff --git a/include/dt-bindings/reset/qcom,gcc-msm8960.h b/include/dt-bindings/reset/qcom,gcc-msm8960.h index 47c8686955da..c7ebae7bb256 100644 --- a/include/dt-bindings/reset/qcom,gcc-msm8960.h +++ b/include/dt-bindings/reset/qcom,gcc-msm8960.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_MSM_GCC_8960_H | 6 | #ifndef _DT_BINDINGS_RESET_MSM_GCC_8960_H |
diff --git a/include/dt-bindings/reset/qcom,gcc-msm8974.h b/include/dt-bindings/reset/qcom,gcc-msm8974.h index 9bdf54322938..23777e5ca4eb 100644 --- a/include/dt-bindings/reset/qcom,gcc-msm8974.h +++ b/include/dt-bindings/reset/qcom,gcc-msm8974.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_MSM_GCC_8974_H | 6 | #ifndef _DT_BINDINGS_RESET_MSM_GCC_8974_H |
diff --git a/include/dt-bindings/reset/qcom,mmcc-apq8084.h b/include/dt-bindings/reset/qcom,mmcc-apq8084.h index c1671396531d..faaeb40959f8 100644 --- a/include/dt-bindings/reset/qcom,mmcc-apq8084.h +++ b/include/dt-bindings/reset/qcom,mmcc-apq8084.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_APQ_MMCC_8084_H | 6 | #ifndef _DT_BINDINGS_RESET_APQ_MMCC_8084_H |
diff --git a/include/dt-bindings/reset/qcom,mmcc-msm8960.h b/include/dt-bindings/reset/qcom,mmcc-msm8960.h index 11741113a841..eb4186aa2c0c 100644 --- a/include/dt-bindings/reset/qcom,mmcc-msm8960.h +++ b/include/dt-bindings/reset/qcom,mmcc-msm8960.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_MSM_MMCC_8960_H | 6 | #ifndef _DT_BINDINGS_RESET_MSM_MMCC_8960_H |
diff --git a/include/dt-bindings/reset/qcom,mmcc-msm8974.h b/include/dt-bindings/reset/qcom,mmcc-msm8974.h index da3ec37f1b1e..d61b077e911a 100644 --- a/include/dt-bindings/reset/qcom,mmcc-msm8974.h +++ b/include/dt-bindings/reset/qcom,mmcc-msm8974.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _DT_BINDINGS_RESET_MSM_MMCC_8974_H | 6 | #ifndef _DT_BINDINGS_RESET_MSM_MMCC_8974_H |
diff --git a/include/dt-bindings/reset/sun5i-ccu.h b/include/dt-bindings/reset/sun5i-ccu.h index c2b9726b5026..40cc22ae7630 100644 --- a/include/dt-bindings/reset/sun5i-ccu.h +++ b/include/dt-bindings/reset/sun5i-ccu.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2016 Maxime Ripard | 3 | * Copyright 2016 Maxime Ripard |
3 | * | 4 | * |
4 | * Maxime Ripard <maxime.ripard@free-electrons.com> | 5 | * Maxime Ripard <maxime.ripard@free-electrons.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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _RST_SUN5I_H_ | 8 | #ifndef _RST_SUN5I_H_ |
diff --git a/include/dt-bindings/reset/tegra186-reset.h b/include/dt-bindings/reset/tegra186-reset.h index 8a184e357955..3c60e3e03eb5 100644 --- a/include/dt-bindings/reset/tegra186-reset.h +++ b/include/dt-bindings/reset/tegra186-reset.h | |||
@@ -1,17 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 4 | */ |
16 | 5 | ||
17 | #ifndef _ABI_MACH_T186_RESET_T186_H_ | 6 | #ifndef _ABI_MACH_T186_RESET_T186_H_ |
diff --git a/include/dt-bindings/reset/ti-syscon.h b/include/dt-bindings/reset/ti-syscon.h index 884fd91df8e9..6d696d2d1508 100644 --- a/include/dt-bindings/reset/ti-syscon.h +++ b/include/dt-bindings/reset/ti-syscon.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * TI Syscon Reset definitions | 3 | * TI Syscon Reset definitions |
3 | * | 4 | * |
4 | * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ | 5 | * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef __DT_BINDINGS_RESET_TI_SYSCON_H__ | 8 | #ifndef __DT_BINDINGS_RESET_TI_SYSCON_H__ |
diff --git a/include/dt-bindings/soc/qcom,gsbi.h b/include/dt-bindings/soc/qcom,gsbi.h index 7ac4292333aa..c00ab8c5f3bc 100644 --- a/include/dt-bindings/soc/qcom,gsbi.h +++ b/include/dt-bindings/soc/qcom,gsbi.h | |||
@@ -1,13 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* Copyright (c) 2013, The Linux Foundation. All rights reserved. | 2 | /* Copyright (c) 2013, The Linux Foundation. All rights reserved. |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License version 2 and | ||
5 | * only version 2 as published by the Free Software Foundation. | ||
6 | * | ||
7 | * This program is distributed in the hope that it will be useful, | ||
8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
10 | * GNU General Public License for more details. | ||
11 | */ | 3 | */ |
12 | #ifndef __DT_BINDINGS_QCOM_GSBI_H | 4 | #ifndef __DT_BINDINGS_QCOM_GSBI_H |
13 | #define __DT_BINDINGS_QCOM_GSBI_H | 5 | #define __DT_BINDINGS_QCOM_GSBI_H |
diff --git a/include/dt-bindings/soc/zte,pm_domains.h b/include/dt-bindings/soc/zte,pm_domains.h index a0b4019c8e01..df044705a5ec 100644 --- a/include/dt-bindings/soc/zte,pm_domains.h +++ b/include/dt-bindings/soc/zte,pm_domains.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Linaro Ltd. | 3 | * Copyright (C) 2017 Linaro Ltd. |
3 | * | 4 | * |
4 | * Author: Baoyou Xie <baoyou.xie@linaro.org> | 5 | * Author: Baoyou Xie <baoyou.xie@linaro.org> |
5 | * License terms: GNU General Public License (GPL) version 2 | ||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H | 8 | #ifndef _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H |
diff --git a/include/dt-bindings/spmi/spmi.h b/include/dt-bindings/spmi/spmi.h index d11e1e543871..ad4a43481de4 100644 --- a/include/dt-bindings/spmi/spmi.h +++ b/include/dt-bindings/spmi/spmi.h | |||
@@ -1,13 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* Copyright (c) 2013, The Linux Foundation. All rights reserved. | 2 | /* Copyright (c) 2013, The Linux Foundation. All rights reserved. |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License version 2 and | ||
5 | * only version 2 as published by the Free Software Foundation. | ||
6 | * | ||
7 | * This program is distributed in the hope that it will be useful, | ||
8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
10 | * GNU General Public License for more details. | ||
11 | */ | 3 | */ |
12 | #ifndef __DT_BINDINGS_SPMI_H | 4 | #ifndef __DT_BINDINGS_SPMI_H |
13 | #define __DT_BINDINGS_SPMI_H | 5 | #define __DT_BINDINGS_SPMI_H |
diff --git a/include/keys/asymmetric-parser.h b/include/keys/asymmetric-parser.h index 09b3b4807f5c..8a21d6a613ab 100644 --- a/include/keys/asymmetric-parser.h +++ b/include/keys/asymmetric-parser.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Asymmetric public-key cryptography data parser | 2 | /* Asymmetric public-key cryptography data parser |
2 | * | 3 | * |
3 | * See Documentation/crypto/asymmetric-keys.txt | 4 | * See Documentation/crypto/asymmetric-keys.txt |
4 | * | 5 | * |
5 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 6 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
6 | * Written by David Howells (dhowells@redhat.com) | 7 | * Written by David Howells (dhowells@redhat.com) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public Licence | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the Licence, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _KEYS_ASYMMETRIC_PARSER_H | 10 | #ifndef _KEYS_ASYMMETRIC_PARSER_H |
diff --git a/include/keys/asymmetric-subtype.h b/include/keys/asymmetric-subtype.h index 9ce2f0fae57e..21407815d9c3 100644 --- a/include/keys/asymmetric-subtype.h +++ b/include/keys/asymmetric-subtype.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Asymmetric public-key cryptography key subtype | 2 | /* Asymmetric public-key cryptography key subtype |
2 | * | 3 | * |
3 | * See Documentation/crypto/asymmetric-keys.txt | 4 | * See Documentation/crypto/asymmetric-keys.txt |
4 | * | 5 | * |
5 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 6 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
6 | * Written by David Howells (dhowells@redhat.com) | 7 | * Written by David Howells (dhowells@redhat.com) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public Licence | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the Licence, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _KEYS_ASYMMETRIC_SUBTYPE_H | 10 | #ifndef _KEYS_ASYMMETRIC_SUBTYPE_H |
diff --git a/include/keys/asymmetric-type.h b/include/keys/asymmetric-type.h index 1cb77cd5135e..91cfd9bd9385 100644 --- a/include/keys/asymmetric-type.h +++ b/include/keys/asymmetric-type.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Asymmetric Public-key cryptography key type interface | 2 | /* Asymmetric Public-key cryptography key type interface |
2 | * | 3 | * |
3 | * See Documentation/crypto/asymmetric-keys.txt | 4 | * See Documentation/crypto/asymmetric-keys.txt |
4 | * | 5 | * |
5 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 6 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
6 | * Written by David Howells (dhowells@redhat.com) | 7 | * Written by David Howells (dhowells@redhat.com) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public Licence | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the Licence, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _KEYS_ASYMMETRIC_TYPE_H | 10 | #ifndef _KEYS_ASYMMETRIC_TYPE_H |
diff --git a/include/keys/big_key-type.h b/include/keys/big_key-type.h index e0970a578188..f6a7ba4dccd4 100644 --- a/include/keys/big_key-type.h +++ b/include/keys/big_key-type.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Big capacity key type. | 2 | /* Big capacity key type. |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _KEYS_BIG_KEY_TYPE_H | 8 | #ifndef _KEYS_BIG_KEY_TYPE_H |
diff --git a/include/keys/dns_resolver-type.h b/include/keys/dns_resolver-type.h index 9284a19393aa..218ca22fb056 100644 --- a/include/keys/dns_resolver-type.h +++ b/include/keys/dns_resolver-type.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* DNS resolver key type | 2 | /* DNS resolver key type |
2 | * | 3 | * |
3 | * Copyright (C) 2010 Wang Lei. All Rights Reserved. | 4 | * Copyright (C) 2010 Wang Lei. All Rights Reserved. |
4 | * Written by Wang Lei (wang840925@gmail.com) | 5 | * Written by Wang Lei (wang840925@gmail.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _KEYS_DNS_RESOLVER_TYPE_H | 8 | #ifndef _KEYS_DNS_RESOLVER_TYPE_H |
diff --git a/include/keys/encrypted-type.h b/include/keys/encrypted-type.h index 1d4541370a64..9e9ccb20d586 100644 --- a/include/keys/encrypted-type.h +++ b/include/keys/encrypted-type.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 IBM Corporation | 3 | * Copyright (C) 2010 IBM Corporation |
3 | * Copyright (C) 2010 Politecnico di Torino, Italy | 4 | * Copyright (C) 2010 Politecnico di Torino, Italy |
@@ -6,10 +7,6 @@ | |||
6 | * Authors: | 7 | * Authors: |
7 | * Mimi Zohar <zohar@us.ibm.com> | 8 | * Mimi Zohar <zohar@us.ibm.com> |
8 | * Roberto Sassu <roberto.sassu@polito.it> | 9 | * Roberto Sassu <roberto.sassu@polito.it> |
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 as published by | ||
12 | * the Free Software Foundation, version 2 of the License. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef _KEYS_ENCRYPTED_TYPE_H | 12 | #ifndef _KEYS_ENCRYPTED_TYPE_H |
diff --git a/include/keys/keyring-type.h b/include/keys/keyring-type.h index fca5c62340a4..1dc83862f519 100644 --- a/include/keys/keyring-type.h +++ b/include/keys/keyring-type.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Keyring key type | 2 | /* Keyring key type |
2 | * | 3 | * |
3 | * Copyright (C) 2008, 2013 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2008, 2013 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _KEYS_KEYRING_TYPE_H | 8 | #ifndef _KEYS_KEYRING_TYPE_H |
diff --git a/include/keys/request_key_auth-type.h b/include/keys/request_key_auth-type.h index a726dd3f1dc6..20485ca481f4 100644 --- a/include/keys/request_key_auth-type.h +++ b/include/keys/request_key_auth-type.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* request_key authorisation token key type | 2 | /* request_key authorisation token key type |
2 | * | 3 | * |
3 | * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _KEYS_REQUEST_KEY_AUTH_TYPE_H | 8 | #ifndef _KEYS_REQUEST_KEY_AUTH_TYPE_H |
diff --git a/include/keys/rxrpc-type.h b/include/keys/rxrpc-type.h index 8cf829dbf20e..a183278c3e9e 100644 --- a/include/keys/rxrpc-type.h +++ b/include/keys/rxrpc-type.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* RxRPC key type | 2 | /* RxRPC key type |
2 | * | 3 | * |
3 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _KEYS_RXRPC_TYPE_H | 8 | #ifndef _KEYS_RXRPC_TYPE_H |
diff --git a/include/keys/system_keyring.h b/include/keys/system_keyring.h index 42a93eda331c..c1a96fdf598b 100644 --- a/include/keys/system_keyring.h +++ b/include/keys/system_keyring.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* System keyring containing trusted public keys. | 2 | /* System keyring containing trusted public keys. |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _KEYS_SYSTEM_KEYRING_H | 8 | #ifndef _KEYS_SYSTEM_KEYRING_H |
diff --git a/include/keys/trusted-type.h b/include/keys/trusted-type.h index 4ea7e55f20b0..a94c03a61d8f 100644 --- a/include/keys/trusted-type.h +++ b/include/keys/trusted-type.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 IBM Corporation | 3 | * Copyright (C) 2010 IBM Corporation |
3 | * Author: David Safford <safford@us.ibm.com> | 4 | * Author: David Safford <safford@us.ibm.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation, version 2 of the License. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef _KEYS_TRUSTED_TYPE_H | 7 | #ifndef _KEYS_TRUSTED_TYPE_H |
diff --git a/include/keys/user-type.h b/include/keys/user-type.h index 12babe991594..d5e73266a81a 100644 --- a/include/keys/user-type.h +++ b/include/keys/user-type.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* user-type.h: User-defined key type | 2 | /* user-type.h: User-defined key type |
2 | * | 3 | * |
3 | * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _KEYS_USER_TYPE_H | 8 | #ifndef _KEYS_USER_TYPE_H |
diff --git a/include/kvm/arm_arch_timer.h b/include/kvm/arm_arch_timer.h index 05a18dd265b5..d120e6c323e7 100644 --- a/include/kvm/arm_arch_timer.h +++ b/include/kvm/arm_arch_timer.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 ARM Ltd. | 3 | * Copyright (C) 2012 ARM Ltd. |
3 | * Author: Marc Zyngier <marc.zyngier@arm.com> | 4 | * Author: Marc Zyngier <marc.zyngier@arm.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef __ASM_ARM_KVM_ARCH_TIMER_H | 7 | #ifndef __ASM_ARM_KVM_ARCH_TIMER_H |
diff --git a/include/kvm/iodev.h b/include/kvm/iodev.h index a6d208b916f5..d75fc4365746 100644 --- a/include/kvm/iodev.h +++ b/include/kvm/iodev.h | |||
@@ -1,16 +1,4 @@ | |||
1 | /* | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
2 | * This program is free software; you can redistribute it and/or modify | ||
3 | * it under the terms of the GNU General Public License as published by | ||
4 | * the Free Software Foundation; either version 2 of the License. | ||
5 | * | ||
6 | * This program is distributed in the hope that it will be useful, | ||
7 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
8 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
9 | * GNU General Public License for more details. | ||
10 | * | ||
11 | * You should have received a copy of the GNU General Public License | ||
12 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
13 | */ | ||
14 | 2 | ||
15 | #ifndef __KVM_IODEV_H__ | 3 | #ifndef __KVM_IODEV_H__ |
16 | #define __KVM_IODEV_H__ | 4 | #define __KVM_IODEV_H__ |
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 98440df7fe42..d315d86844e4 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * acpi.h - ACPI Interface | 3 | * acpi.h - ACPI Interface |
3 | * | 4 | * |
4 | * Copyright (C) 2001 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> | 5 | * Copyright (C) 2001 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> |
5 | * | ||
6 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef _LINUX_ACPI_H | 8 | #ifndef _LINUX_ACPI_H |
diff --git a/include/linux/acpi_iort.h b/include/linux/acpi_iort.h index 723e4dfa1c14..8e7e2ec37f1b 100644 --- a/include/linux/acpi_iort.h +++ b/include/linux/acpi_iort.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016, Semihalf | 3 | * Copyright (C) 2016, Semihalf |
3 | * Author: Tomasz Nowicki <tn@semihalf.com> | 4 | * Author: Tomasz Nowicki <tn@semihalf.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc., 59 Temple | ||
16 | * Place - Suite 330, Boston, MA 02111-1307 USA. | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef __ACPI_IORT_H__ | 7 | #ifndef __ACPI_IORT_H__ |
diff --git a/include/linux/ahci_platform.h b/include/linux/ahci_platform.h index eaedca5fe6fc..6782f0d45ebe 100644 --- a/include/linux/ahci_platform.h +++ b/include/linux/ahci_platform.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * AHCI SATA platform driver | 3 | * AHCI SATA platform driver |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * Jeff Garzik <jgarzik@pobox.com> | 6 | * Jeff Garzik <jgarzik@pobox.com> |
6 | * Copyright 2010 MontaVista Software, LLC. | 7 | * Copyright 2010 MontaVista Software, LLC. |
7 | * Anton Vorontsov <avorontsov@ru.mvista.com> | 8 | * Anton Vorontsov <avorontsov@ru.mvista.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2, or (at your option) | ||
12 | * any later version. | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #ifndef _AHCI_PLATFORM_H | 11 | #ifndef _AHCI_PLATFORM_H |
diff --git a/include/linux/amba/kmi.h b/include/linux/amba/kmi.h index a39e5be751b3..94dd727f1aea 100644 --- a/include/linux/amba/kmi.h +++ b/include/linux/amba/kmi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * linux/include/asm-arm/hardware/amba_kmi.h | 3 | * linux/include/asm-arm/hardware/amba_kmi.h |
3 | * | 4 | * |
@@ -5,21 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2000 Deep Blue Solutions Ltd. | 7 | * Copyright (C) 2000 Deep Blue Solutions Ltd. |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | * | ||
22 | * | ||
23 | * --------------------------------------------------------------------------- | 9 | * --------------------------------------------------------------------------- |
24 | * From ARM PrimeCell(tm) PS2 Keyboard/Mouse Interface (PL050) Technical | 10 | * From ARM PrimeCell(tm) PS2 Keyboard/Mouse Interface (PL050) Technical |
25 | * Reference Manual - ARM DDI 0143B - see http://www.arm.com/ | 11 | * Reference Manual - ARM DDI 0143B - see http://www.arm.com/ |
diff --git a/include/linux/amba/pl022.h b/include/linux/amba/pl022.h index 854b7294f6c6..131b27c97209 100644 --- a/include/linux/amba/pl022.h +++ b/include/linux/amba/pl022.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/amba/pl022.h | 3 | * include/linux/amba/pl022.h |
3 | * | 4 | * |
@@ -10,16 +11,6 @@ | |||
10 | * linux-2.6.17-rc3-mm1/drivers/spi/pxa2xx_spi.c | 11 | * linux-2.6.17-rc3-mm1/drivers/spi/pxa2xx_spi.c |
11 | * Initial adoption to PL022 by: | 12 | * Initial adoption to PL022 by: |
12 | * Sachin Verma <sachin.verma@st.com> | 13 | * Sachin Verma <sachin.verma@st.com> |
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 as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | */ | 14 | */ |
24 | 15 | ||
25 | #ifndef _SSP_PL022_H | 16 | #ifndef _SSP_PL022_H |
diff --git a/include/linux/amba/serial.h b/include/linux/amba/serial.h index ad0965e21a5e..a1307b58cc2c 100644 --- a/include/linux/amba/serial.h +++ b/include/linux/amba/serial.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * linux/include/asm-arm/hardware/serial_amba.h | 3 | * linux/include/asm-arm/hardware/serial_amba.h |
3 | * | 4 | * |
@@ -5,20 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) ARM Limited | 7 | * Copyright (C) ARM Limited |
7 | * Copyright (C) 2000 Deep Blue Solutions Ltd. | 8 | * Copyright (C) 2000 Deep Blue Solutions Ltd. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | */ | 9 | */ |
23 | #ifndef ASM_ARM_HARDWARE_SERIAL_AMBA_H | 10 | #ifndef ASM_ARM_HARDWARE_SERIAL_AMBA_H |
24 | #define ASM_ARM_HARDWARE_SERIAL_AMBA_H | 11 | #define ASM_ARM_HARDWARE_SERIAL_AMBA_H |
diff --git a/include/linux/amd-iommu.h b/include/linux/amd-iommu.h index 09751d349963..4a4d00646040 100644 --- a/include/linux/amd-iommu.h +++ b/include/linux/amd-iommu.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2007-2010 Advanced Micro Devices, Inc. | 3 | * Copyright (C) 2007-2010 Advanced Micro Devices, Inc. |
3 | * Author: Joerg Roedel <joerg.roedel@amd.com> | 4 | * Author: Joerg Roedel <joerg.roedel@amd.com> |
4 | * Leo Duran <leo.duran@amd.com> | 5 | * Leo Duran <leo.duran@amd.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * 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 the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | */ | 6 | */ |
19 | 7 | ||
20 | #ifndef _ASM_X86_AMD_IOMMU_H | 8 | #ifndef _ASM_X86_AMD_IOMMU_H |
diff --git a/include/linux/apm-emulation.h b/include/linux/apm-emulation.h index e6d800358dd6..94c036957948 100644 --- a/include/linux/apm-emulation.h +++ b/include/linux/apm-emulation.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* -*- linux-c -*- | 2 | /* -*- linux-c -*- |
2 | * | 3 | * |
3 | * (C) 2003 zecke@handhelds.org | 4 | * (C) 2003 zecke@handhelds.org |
4 | * | 5 | * |
5 | * GPL version 2 | ||
6 | * | ||
7 | * based on arch/arm/kernel/apm.c | 6 | * based on arch/arm/kernel/apm.c |
8 | * factor out the information needed by architectures to provide | 7 | * factor out the information needed by architectures to provide |
9 | * apm status | 8 | * apm status |
diff --git a/include/linux/apm_bios.h b/include/linux/apm_bios.h index 9c3a87184f48..7554192c3ae3 100644 --- a/include/linux/apm_bios.h +++ b/include/linux/apm_bios.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Include file for the interface to an APM BIOS | 3 | * Include file for the interface to an APM BIOS |
3 | * Copyright 1994-2001 Stephen Rothwell (sfr@canb.auug.org.au) | 4 | * Copyright 1994-2001 Stephen Rothwell (sfr@canb.auug.org.au) |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2, or (at your option) any | ||
8 | * later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | * General Public License for more details. | ||
14 | */ | 5 | */ |
15 | #ifndef _LINUX_APM_H | 6 | #ifndef _LINUX_APM_H |
16 | #define _LINUX_APM_H | 7 | #define _LINUX_APM_H |
diff --git a/include/linux/arm-cci.h b/include/linux/arm-cci.h index 521ec1f2e6bc..d0e44201d855 100644 --- a/include/linux/arm-cci.h +++ b/include/linux/arm-cci.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * CCI cache coherent interconnect support | 3 | * CCI cache coherent interconnect support |
3 | * | 4 | * |
4 | * Copyright (C) 2013 ARM Ltd. | 5 | * Copyright (C) 2013 ARM Ltd. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __LINUX_ARM_CCI_H | 8 | #ifndef __LINUX_ARM_CCI_H |
diff --git a/include/linux/arm-smccc.h b/include/linux/arm-smccc.h index 18863d56273c..080012a6f025 100644 --- a/include/linux/arm-smccc.h +++ b/include/linux/arm-smccc.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015, Linaro Limited | 3 | * Copyright (c) 2015, Linaro Limited |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | */ | 4 | */ |
14 | #ifndef __LINUX_ARM_SMCCC_H | 5 | #ifndef __LINUX_ARM_SMCCC_H |
15 | #define __LINUX_ARM_SMCCC_H | 6 | #define __LINUX_ARM_SMCCC_H |
diff --git a/include/linux/asn1.h b/include/linux/asn1.h index eed6982860ba..a4d0bdd10711 100644 --- a/include/linux/asn1.h +++ b/include/linux/asn1.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* ASN.1 BER/DER/CER encoding definitions | 2 | /* ASN.1 BER/DER/CER encoding definitions |
2 | * | 3 | * |
3 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_ASN1_H | 8 | #ifndef _LINUX_ASN1_H |
diff --git a/include/linux/asn1_ber_bytecode.h b/include/linux/asn1_ber_bytecode.h index ab3a6c002f7b..b38361953a48 100644 --- a/include/linux/asn1_ber_bytecode.h +++ b/include/linux/asn1_ber_bytecode.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* ASN.1 BER/DER/CER parsing state machine internal definitions | 2 | /* ASN.1 BER/DER/CER parsing state machine internal definitions |
2 | * | 3 | * |
3 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_ASN1_BER_BYTECODE_H | 8 | #ifndef _LINUX_ASN1_BER_BYTECODE_H |
diff --git a/include/linux/asn1_decoder.h b/include/linux/asn1_decoder.h index fa2ff5bc0483..83f9c6e1e5e9 100644 --- a/include/linux/asn1_decoder.h +++ b/include/linux/asn1_decoder.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* ASN.1 decoder | 2 | /* ASN.1 decoder |
2 | * | 3 | * |
3 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_ASN1_DECODER_H | 8 | #ifndef _LINUX_ASN1_DECODER_H |
diff --git a/include/linux/assoc_array.h b/include/linux/assoc_array.h index 65e3832f96b2..8b3f230ce894 100644 --- a/include/linux/assoc_array.h +++ b/include/linux/assoc_array.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Generic associative array implementation. | 2 | /* Generic associative array implementation. |
2 | * | 3 | * |
3 | * See Documentation/core-api/assoc_array.rst for information. | 4 | * See Documentation/core-api/assoc_array.rst for information. |
4 | * | 5 | * |
5 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. | 6 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. |
6 | * Written by David Howells (dhowells@redhat.com) | 7 | * Written by David Howells (dhowells@redhat.com) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public Licence | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the Licence, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _LINUX_ASSOC_ARRAY_H | 10 | #ifndef _LINUX_ASSOC_ARRAY_H |
diff --git a/include/linux/assoc_array_priv.h b/include/linux/assoc_array_priv.h index a00a06550c10..dca733ef6750 100644 --- a/include/linux/assoc_array_priv.h +++ b/include/linux/assoc_array_priv.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Private definitions for the generic associative array implementation. | 2 | /* Private definitions for the generic associative array implementation. |
2 | * | 3 | * |
3 | * See Documentation/core-api/assoc_array.rst for information. | 4 | * See Documentation/core-api/assoc_array.rst for information. |
4 | * | 5 | * |
5 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. | 6 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. |
6 | * Written by David Howells (dhowells@redhat.com) | 7 | * Written by David Howells (dhowells@redhat.com) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public Licence | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the Licence, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _LINUX_ASSOC_ARRAY_PRIV_H | 10 | #ifndef _LINUX_ASSOC_ARRAY_PRIV_H |
diff --git a/include/linux/async.h b/include/linux/async.h index f81d6dbffe68..0a17cd27f348 100644 --- a/include/linux/async.h +++ b/include/linux/async.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * async.h: Asynchronous function calls for boot performance | 3 | * async.h: Asynchronous function calls for boot performance |
3 | * | 4 | * |
4 | * (C) Copyright 2009 Intel Corporation | 5 | * (C) Copyright 2009 Intel Corporation |
5 | * Author: Arjan van de Ven <arjan@linux.intel.com> | 6 | * Author: Arjan van de Ven <arjan@linux.intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; version 2 | ||
10 | * of the License. | ||
11 | */ | 7 | */ |
12 | #ifndef __ASYNC_H__ | 8 | #ifndef __ASYNC_H__ |
13 | #define __ASYNC_H__ | 9 | #define __ASYNC_H__ |
diff --git a/include/linux/async_tx.h b/include/linux/async_tx.h index 28e3cf1465ab..75e582b8d2d9 100644 --- a/include/linux/async_tx.h +++ b/include/linux/async_tx.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2006, Intel Corporation. | 3 | * Copyright © 2006, Intel Corporation. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | */ | 4 | */ |
18 | #ifndef _ASYNC_TX_H_ | 5 | #ifndef _ASYNC_TX_H_ |
19 | #define _ASYNC_TX_H_ | 6 | #define _ASYNC_TX_H_ |
diff --git a/include/linux/ata.h b/include/linux/ata.h index 40d150ad7e07..6e67aded28f8 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h | |||
@@ -1,29 +1,13 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * Copyright 2003-2004 Red Hat, Inc. All rights reserved. | 4 | * Copyright 2003-2004 Red Hat, Inc. All rights reserved. |
4 | * Copyright 2003-2004 Jeff Garzik | 5 | * Copyright 2003-2004 Jeff Garzik |
5 | * | 6 | * |
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 as published by | ||
9 | * the Free Software Foundation; either version 2, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; see the file COPYING. If not, write to | ||
19 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
20 | * | ||
21 | * | ||
22 | * libata documentation is available via 'make {ps|pdf}docs', | 7 | * libata documentation is available via 'make {ps|pdf}docs', |
23 | * as Documentation/driver-api/libata.rst | 8 | * as Documentation/driver-api/libata.rst |
24 | * | 9 | * |
25 | * Hardware documentation available from http://www.t13.org/ | 10 | * Hardware documentation available from http://www.t13.org/ |
26 | * | ||
27 | */ | 11 | */ |
28 | 12 | ||
29 | #ifndef __LINUX_ATA_H__ | 13 | #ifndef __LINUX_ATA_H__ |
diff --git a/include/linux/atmel_pdc.h b/include/linux/atmel_pdc.h index 63499ce806ea..00a766b5ee96 100644 --- a/include/linux/atmel_pdc.h +++ b/include/linux/atmel_pdc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/atmel_pdc.h | 3 | * include/linux/atmel_pdc.h |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Peripheral Data Controller (PDC) registers. | 8 | * Peripheral Data Controller (PDC) registers. |
8 | * Based on AT91RM9200 datasheet revision E. | 9 | * Based on AT91RM9200 datasheet revision E. |
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef ATMEL_PDC_H | 12 | #ifndef ATMEL_PDC_H |
diff --git a/include/linux/attribute_container.h b/include/linux/attribute_container.h index 896c6892f327..d12bb2153cd6 100644 --- a/include/linux/attribute_container.h +++ b/include/linux/attribute_container.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * attribute_container.h - a generic container for all classes | 3 | * attribute_container.h - a generic container for all classes |
3 | * | 4 | * |
4 | * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> | 5 | * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> |
5 | * | ||
6 | * This file is licensed under GPLv2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _ATTRIBUTE_CONTAINER_H_ | 8 | #ifndef _ATTRIBUTE_CONTAINER_H_ |
diff --git a/include/linux/audit.h b/include/linux/audit.h index 43a23e28ba23..3a4f2415bb7c 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* audit.h -- Auditing support | 2 | /* audit.h -- Auditing support |
2 | * | 3 | * |
3 | * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina. | 4 | * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina. |
4 | * All Rights Reserved. | 5 | * All Rights Reserved. |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | * | ||
20 | * Written by Rickard E. (Rik) Faith <faith@redhat.com> | 7 | * Written by Rickard E. (Rik) Faith <faith@redhat.com> |
21 | * | ||
22 | */ | 8 | */ |
23 | #ifndef _LINUX_AUDIT_H_ | 9 | #ifndef _LINUX_AUDIT_H_ |
24 | #define _LINUX_AUDIT_H_ | 10 | #define _LINUX_AUDIT_H_ |
diff --git a/include/linux/auto_dev-ioctl.h b/include/linux/auto_dev-ioctl.h index 28c15050ebe6..6e1ca6f95f80 100644 --- a/include/linux/auto_dev-ioctl.h +++ b/include/linux/auto_dev-ioctl.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2008 Red Hat, Inc. All rights reserved. | 3 | * Copyright 2008 Red Hat, Inc. All rights reserved. |
3 | * Copyright 2008 Ian Kent <raven@themaw.net> | 4 | * Copyright 2008 Ian Kent <raven@themaw.net> |
4 | * | ||
5 | * This file is part of the Linux kernel and is made available under | ||
6 | * the terms of the GNU General Public License, version 2, or at your | ||
7 | * option, any later version, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef _LINUX_AUTO_DEV_IOCTL_H | 7 | #ifndef _LINUX_AUTO_DEV_IOCTL_H |
diff --git a/include/linux/auto_fs.h b/include/linux/auto_fs.h index b8f814c95cf5..893f952ca40c 100644 --- a/include/linux/auto_fs.h +++ b/include/linux/auto_fs.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 1997 Transmeta Corporation - All Rights Reserved | 3 | * Copyright 1997 Transmeta Corporation - All Rights Reserved |
3 | * | ||
4 | * This file is part of the Linux kernel and is made available under | ||
5 | * the terms of the GNU General Public License, version 2, or at your | ||
6 | * option, any later version, incorporated herein by reference. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _LINUX_AUTO_FS_H | 6 | #ifndef _LINUX_AUTO_FS_H |
diff --git a/include/linux/avf/virtchnl.h b/include/linux/avf/virtchnl.h index 7605b5919c3a..191621ff7594 100644 --- a/include/linux/avf/virtchnl.h +++ b/include/linux/avf/virtchnl.h | |||
@@ -1,23 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * | 3 | * |
3 | * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver | 4 | * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver |
4 | * Copyright(c) 2013 - 2014 Intel Corporation. | 5 | * Copyright(c) 2013 - 2014 Intel Corporation. |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms and conditions of the GNU General Public License, | ||
8 | * version 2, as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License along | ||
16 | * with this program. If not, see <http://www.gnu.org/licenses/>. | ||
17 | * | ||
18 | * The full GNU General Public License is included in this distribution in | ||
19 | * the file called "COPYING". | ||
20 | * | ||
21 | * Contact Information: | 7 | * Contact Information: |
22 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 8 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> |
23 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | 9 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
diff --git a/include/linux/bch.h b/include/linux/bch.h index 295b4ef153bb..aa765af85c38 100644 --- a/include/linux/bch.h +++ b/include/linux/bch.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Generic binary BCH encoding/decoding library | 3 | * Generic binary BCH encoding/decoding library |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License version 2 as published by | ||
6 | * the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., 51 | ||
15 | * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | * Copyright © 2011 Parrot S.A. | 5 | * Copyright © 2011 Parrot S.A. |
18 | * | 6 | * |
19 | * Author: Ivan Djelic <ivan.djelic@parrot.com> | 7 | * Author: Ivan Djelic <ivan.djelic@parrot.com> |
diff --git a/include/linux/bcm47xx_nvram.h b/include/linux/bcm47xx_nvram.h index a414a2b53e41..53b31f69b74a 100644 --- a/include/linux/bcm47xx_nvram.h +++ b/include/linux/bcm47xx_nvram.h | |||
@@ -1,8 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License as published by the | ||
4 | * Free Software Foundation; either version 2 of the License, or (at your | ||
5 | * option) any later version. | ||
6 | */ | 3 | */ |
7 | 4 | ||
8 | #ifndef __BCM47XX_NVRAM_H | 5 | #ifndef __BCM47XX_NVRAM_H |
diff --git a/include/linux/bcm47xx_sprom.h b/include/linux/bcm47xx_sprom.h index c06b47c84e1a..b0f4424f34fc 100644 --- a/include/linux/bcm47xx_sprom.h +++ b/include/linux/bcm47xx_sprom.h | |||
@@ -1,8 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License as published by the | ||
4 | * Free Software Foundation; either version 2 of the License, or (at your | ||
5 | * option) any later version. | ||
6 | */ | 3 | */ |
7 | 4 | ||
8 | #ifndef __BCM47XX_SPROM_H | 5 | #ifndef __BCM47XX_SPROM_H |
diff --git a/include/linux/bio.h b/include/linux/bio.h index ea73df36529a..0f23b5682640 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h | |||
@@ -210,7 +210,7 @@ static inline void bio_cnt_set(struct bio *bio, unsigned int count) | |||
210 | { | 210 | { |
211 | if (count != 1) { | 211 | if (count != 1) { |
212 | bio->bi_flags |= (1 << BIO_REFFED); | 212 | bio->bi_flags |= (1 << BIO_REFFED); |
213 | smp_mb__before_atomic(); | 213 | smp_mb(); |
214 | } | 214 | } |
215 | atomic_set(&bio->__bi_cnt, count); | 215 | atomic_set(&bio->__bi_cnt, count); |
216 | } | 216 | } |
diff --git a/include/linux/bitfield.h b/include/linux/bitfield.h index 3f1ef4450a7c..4bbb5f1c8b5b 100644 --- a/include/linux/bitfield.h +++ b/include/linux/bitfield.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Felix Fietkau <nbd@nbd.name> | 3 | * Copyright (C) 2014 Felix Fietkau <nbd@nbd.name> |
3 | * Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> | 4 | * Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 | ||
7 | * as published by the Free Software Foundation | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _LINUX_BITFIELD_H | 7 | #ifndef _LINUX_BITFIELD_H |
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index be418275763c..95202f80676c 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h | |||
@@ -159,13 +159,6 @@ struct bio { | |||
159 | */ | 159 | */ |
160 | unsigned int bi_phys_segments; | 160 | unsigned int bi_phys_segments; |
161 | 161 | ||
162 | /* | ||
163 | * To keep track of the max segment size, we account for the | ||
164 | * sizes of the first and last mergeable segments in this bio. | ||
165 | */ | ||
166 | unsigned int bi_seg_front_size; | ||
167 | unsigned int bi_seg_back_size; | ||
168 | |||
169 | struct bvec_iter bi_iter; | 162 | struct bvec_iter bi_iter; |
170 | 163 | ||
171 | atomic_t __bi_remaining; | 164 | atomic_t __bi_remaining; |
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 1aafeb923e7b..592669bcc536 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -542,7 +542,7 @@ struct request_queue { | |||
542 | struct list_head unused_hctx_list; | 542 | struct list_head unused_hctx_list; |
543 | spinlock_t unused_hctx_lock; | 543 | spinlock_t unused_hctx_lock; |
544 | 544 | ||
545 | atomic_t mq_freeze_depth; | 545 | int mq_freeze_depth; |
546 | 546 | ||
547 | #if defined(CONFIG_BLK_DEV_BSG) | 547 | #if defined(CONFIG_BLK_DEV_BSG) |
548 | struct bsg_class_device bsg_dev; | 548 | struct bsg_class_device bsg_dev; |
@@ -554,6 +554,11 @@ struct request_queue { | |||
554 | #endif | 554 | #endif |
555 | struct rcu_head rcu_head; | 555 | struct rcu_head rcu_head; |
556 | wait_queue_head_t mq_freeze_wq; | 556 | wait_queue_head_t mq_freeze_wq; |
557 | /* | ||
558 | * Protect concurrent access to q_usage_counter by | ||
559 | * percpu_ref_kill() and percpu_ref_reinit(). | ||
560 | */ | ||
561 | struct mutex mq_freeze_lock; | ||
557 | struct percpu_ref q_usage_counter; | 562 | struct percpu_ref q_usage_counter; |
558 | 563 | ||
559 | struct blk_mq_tag_set *tag_set; | 564 | struct blk_mq_tag_set *tag_set; |
diff --git a/include/linux/bma150.h b/include/linux/bma150.h index 97ade7cdc870..31c9e323a391 100644 --- a/include/linux/bma150.h +++ b/include/linux/bma150.h | |||
@@ -1,20 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2011 Bosch Sensortec GmbH | 3 | * Copyright (c) 2011 Bosch Sensortec GmbH |
3 | * Copyright (c) 2011 Unixphere | 4 | * Copyright (c) 2011 Unixphere |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 the Free Software | ||
17 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
18 | */ | 5 | */ |
19 | 6 | ||
20 | #ifndef _BMA150_H_ | 7 | #ifndef _BMA150_H_ |
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 59631dd0777c..5df8e9e2a393 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h | |||
@@ -1,8 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com | 2 | /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or | ||
4 | * modify it under the terms of version 2 of the GNU General Public | ||
5 | * License as published by the Free Software Foundation. | ||
6 | */ | 3 | */ |
7 | #ifndef _LINUX_BPF_H | 4 | #ifndef _LINUX_BPF_H |
8 | #define _LINUX_BPF_H 1 | 5 | #define _LINUX_BPF_H 1 |
@@ -36,6 +33,7 @@ struct bpf_map_ops { | |||
36 | void (*map_free)(struct bpf_map *map); | 33 | void (*map_free)(struct bpf_map *map); |
37 | int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key); | 34 | int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key); |
38 | void (*map_release_uref)(struct bpf_map *map); | 35 | void (*map_release_uref)(struct bpf_map *map); |
36 | void *(*map_lookup_elem_sys_only)(struct bpf_map *map, void *key); | ||
39 | 37 | ||
40 | /* funcs callable from userspace and from eBPF programs */ | 38 | /* funcs callable from userspace and from eBPF programs */ |
41 | void *(*map_lookup_elem)(struct bpf_map *map, void *key); | 39 | void *(*map_lookup_elem)(struct bpf_map *map, void *key); |
diff --git a/include/linux/bpf_verifier.h b/include/linux/bpf_verifier.h index 1305ccbd8fe6..519aafabc40c 100644 --- a/include/linux/bpf_verifier.h +++ b/include/linux/bpf_verifier.h | |||
@@ -1,8 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com | 2 | /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or | ||
4 | * modify it under the terms of version 2 of the GNU General Public | ||
5 | * License as published by the Free Software Foundation. | ||
6 | */ | 3 | */ |
7 | #ifndef _LINUX_BPF_VERIFIER_H | 4 | #ifndef _LINUX_BPF_VERIFIER_H |
8 | #define _LINUX_BPF_VERIFIER_H 1 | 5 | #define _LINUX_BPF_VERIFIER_H 1 |
diff --git a/include/linux/can/dev/peak_canfd.h b/include/linux/can/dev/peak_canfd.h index 46dceef2cfa6..511a37302fea 100644 --- a/include/linux/can/dev/peak_canfd.h +++ b/include/linux/can/dev/peak_canfd.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * CAN driver for PEAK System micro-CAN based adapters | 3 | * CAN driver for PEAK System micro-CAN based adapters |
3 | * | 4 | * |
4 | * Copyright (C) 2003-2011 PEAK System-Technik GmbH | 5 | * Copyright (C) 2003-2011 PEAK System-Technik GmbH |
5 | * Copyright (C) 2011-2013 Stephane Grosjean <s.grosjean@peak-system.com> | 6 | * Copyright (C) 2011-2013 Stephane Grosjean <s.grosjean@peak-system.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published | ||
9 | * by the Free Software Foundation; version 2 of the License. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
14 | * General Public License for more details. | ||
15 | */ | 7 | */ |
16 | #ifndef PUCAN_H | 8 | #ifndef PUCAN_H |
17 | #define PUCAN_H | 9 | #define PUCAN_H |
diff --git a/include/linux/cgroup-defs.h b/include/linux/cgroup-defs.h index 77258d276f93..d71b079bb021 100644 --- a/include/linux/cgroup-defs.h +++ b/include/linux/cgroup-defs.h | |||
@@ -89,6 +89,11 @@ enum { | |||
89 | * Enable cpuset controller in v1 cgroup to use v2 behavior. | 89 | * Enable cpuset controller in v1 cgroup to use v2 behavior. |
90 | */ | 90 | */ |
91 | CGRP_ROOT_CPUSET_V2_MODE = (1 << 4), | 91 | CGRP_ROOT_CPUSET_V2_MODE = (1 << 4), |
92 | |||
93 | /* | ||
94 | * Enable legacy local memory.events. | ||
95 | */ | ||
96 | CGRP_ROOT_MEMORY_LOCAL_EVENTS = (1 << 5), | ||
92 | }; | 97 | }; |
93 | 98 | ||
94 | /* cftype->flags */ | 99 | /* cftype->flags */ |
@@ -101,6 +106,8 @@ enum { | |||
101 | CFTYPE_WORLD_WRITABLE = (1 << 4), /* (DON'T USE FOR NEW FILES) S_IWUGO */ | 106 | CFTYPE_WORLD_WRITABLE = (1 << 4), /* (DON'T USE FOR NEW FILES) S_IWUGO */ |
102 | CFTYPE_DEBUG = (1 << 5), /* create when cgroup_debug */ | 107 | CFTYPE_DEBUG = (1 << 5), /* create when cgroup_debug */ |
103 | 108 | ||
109 | CFTYPE_SYMLINKED = (1 << 6), /* pointed to by symlink too */ | ||
110 | |||
104 | /* internal flags, do not use outside cgroup core proper */ | 111 | /* internal flags, do not use outside cgroup core proper */ |
105 | __CFTYPE_ONLY_ON_DFL = (1 << 16), /* only on default hierarchy */ | 112 | __CFTYPE_ONLY_ON_DFL = (1 << 16), /* only on default hierarchy */ |
106 | __CFTYPE_NOT_ON_DFL = (1 << 17), /* not on default hierarchy */ | 113 | __CFTYPE_NOT_ON_DFL = (1 << 17), /* not on default hierarchy */ |
@@ -538,6 +545,7 @@ struct cftype { | |||
538 | * end of cftype array. | 545 | * end of cftype array. |
539 | */ | 546 | */ |
540 | char name[MAX_CFTYPE_NAME]; | 547 | char name[MAX_CFTYPE_NAME]; |
548 | char link_name[MAX_CFTYPE_NAME]; | ||
541 | unsigned long private; | 549 | unsigned long private; |
542 | 550 | ||
543 | /* | 551 | /* |
diff --git a/include/linux/clk/at91_pmc.h b/include/linux/clk/at91_pmc.h index 44e8fc30b889..390437887b46 100644 --- a/include/linux/clk/at91_pmc.h +++ b/include/linux/clk/at91_pmc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/clk/at91_pmc.h | 3 | * include/linux/clk/at91_pmc.h |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Power Management Controller (PMC) - System peripherals registers. | 8 | * Power Management Controller (PMC) - System peripherals registers. |
8 | * Based on AT91RM9200 datasheet revision E. | 9 | * Based on AT91RM9200 datasheet revision E. |
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef AT91_PMC_H | 12 | #ifndef AT91_PMC_H |
diff --git a/include/linux/clk/sunxi-ng.h b/include/linux/clk/sunxi-ng.h index 990f760f70e5..3cd14acde0a1 100644 --- a/include/linux/clk/sunxi-ng.h +++ b/include/linux/clk/sunxi-ng.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved. | 3 | * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _LINUX_CLK_SUNXI_NG_H_ | 6 | #ifndef _LINUX_CLK_SUNXI_NG_H_ |
diff --git a/include/linux/clk/tegra.h b/include/linux/clk/tegra.h index afb9edfa5d58..b8aef62cc3f5 100644 --- a/include/linux/clk/tegra.h +++ b/include/linux/clk/tegra.h | |||
@@ -1,17 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 4 | */ |
16 | 5 | ||
17 | #ifndef __LINUX_CLK_TEGRA_H_ | 6 | #ifndef __LINUX_CLK_TEGRA_H_ |
diff --git a/include/linux/clk/zynq.h b/include/linux/clk/zynq.h index 7a5633b71533..a198dd9255a4 100644 --- a/include/linux/clk/zynq.h +++ b/include/linux/clk/zynq.h | |||
@@ -1,20 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 Xilinx Inc. | 3 | * Copyright (C) 2013 Xilinx Inc. |
3 | * Copyright (C) 2012 National Instruments | 4 | * Copyright (C) 2012 National Instruments |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | */ | 5 | */ |
19 | 6 | ||
20 | #ifndef __LINUX_CLK_ZYNQ_H_ | 7 | #ifndef __LINUX_CLK_ZYNQ_H_ |
diff --git a/include/linux/clock_cooling.h b/include/linux/clock_cooling.h index 4d1019d56f7f..b5cebf766e02 100644 --- a/include/linux/clock_cooling.h +++ b/include/linux/clock_cooling.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/clock_cooling.h | 3 | * linux/include/linux/clock_cooling.h |
3 | * | 4 | * |
@@ -9,15 +10,6 @@ | |||
9 | * Highly based on cpu_cooling.c. | 10 | * Highly based on cpu_cooling.c. |
10 | * Copyright (C) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) | 11 | * Copyright (C) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) |
11 | * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org> | 12 | * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org> |
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 as published by | ||
15 | * the Free Software Foundation; version 2 of the License. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, but | ||
18 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
20 | * General Public License for more details. | ||
21 | */ | 13 | */ |
22 | 14 | ||
23 | #ifndef __CPU_COOLING_H__ | 15 | #ifndef __CPU_COOLING_H__ |
diff --git a/include/linux/configfs.h b/include/linux/configfs.h index 90b90f8baf99..fa9490a8874c 100644 --- a/include/linux/configfs.h +++ b/include/linux/configfs.h | |||
@@ -1,23 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* -*- mode: c; c-basic-offset: 8; -*- | 2 | /* -*- mode: c; c-basic-offset: 8; -*- |
2 | * vim: noexpandtab sw=8 ts=8 sts=0: | 3 | * vim: noexpandtab sw=8 ts=8 sts=0: |
3 | * | 4 | * |
4 | * configfs.h - definitions for the device driver filesystem | 5 | * configfs.h - definitions for the device driver filesystem |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public | ||
8 | * License as published by the Free Software Foundation; either | ||
9 | * version 2 of the License, or (at your option) any later version. | ||
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 GNU | ||
14 | * General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public | ||
17 | * License along with this program; if not, write to the | ||
18 | * Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
19 | * Boston, MA 021110-1307, USA. | ||
20 | * | ||
21 | * Based on sysfs: | 7 | * Based on sysfs: |
22 | * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel | 8 | * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel |
23 | * | 9 | * |
diff --git a/include/linux/connector.h b/include/linux/connector.h index 032102b19645..1d72ef76f24f 100644 --- a/include/linux/connector.h +++ b/include/linux/connector.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * connector.h | 3 | * connector.h |
3 | * | 4 | * |
4 | * 2004-2005 Copyright (c) Evgeniy Polyakov <zbr@ioremap.net> | 5 | * 2004-2005 Copyright (c) Evgeniy Polyakov <zbr@ioremap.net> |
5 | * All rights reserved. | 6 | * All rights reserved. |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | 7 | */ |
21 | #ifndef __CONNECTOR_H | 8 | #ifndef __CONNECTOR_H |
22 | #define __CONNECTOR_H | 9 | #define __CONNECTOR_H |
diff --git a/include/linux/count_zeros.h b/include/linux/count_zeros.h index 363da78c4f64..5b8ff5ac660d 100644 --- a/include/linux/count_zeros.h +++ b/include/linux/count_zeros.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Count leading and trailing zeros functions | 2 | /* Count leading and trailing zeros functions |
2 | * | 3 | * |
3 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_BITOPS_COUNT_ZEROS_H_ | 8 | #ifndef _LINUX_BITOPS_COUNT_ZEROS_H_ |
diff --git a/include/linux/cper.h b/include/linux/cper.h index cc4980bb0f65..4f005d95ce88 100644 --- a/include/linux/cper.h +++ b/include/linux/cper.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * UEFI Common Platform Error Record | 3 | * UEFI Common Platform Error Record |
3 | * | 4 | * |
4 | * Copyright (C) 2010, Intel Corp. | 5 | * Copyright (C) 2010, Intel Corp. |
5 | * Author: Huang Ying <ying.huang@intel.com> | 6 | * Author: Huang Ying <ying.huang@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License version | ||
9 | * 2 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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef LINUX_CPER_H | 9 | #ifndef LINUX_CPER_H |
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 3813fe45effd..fcb1386bb0d4 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h | |||
@@ -201,10 +201,14 @@ enum cpuhp_smt_control { | |||
201 | extern enum cpuhp_smt_control cpu_smt_control; | 201 | extern enum cpuhp_smt_control cpu_smt_control; |
202 | extern void cpu_smt_disable(bool force); | 202 | extern void cpu_smt_disable(bool force); |
203 | extern void cpu_smt_check_topology(void); | 203 | extern void cpu_smt_check_topology(void); |
204 | extern int cpuhp_smt_enable(void); | ||
205 | extern int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval); | ||
204 | #else | 206 | #else |
205 | # define cpu_smt_control (CPU_SMT_NOT_IMPLEMENTED) | 207 | # define cpu_smt_control (CPU_SMT_NOT_IMPLEMENTED) |
206 | static inline void cpu_smt_disable(bool force) { } | 208 | static inline void cpu_smt_disable(bool force) { } |
207 | static inline void cpu_smt_check_topology(void) { } | 209 | static inline void cpu_smt_check_topology(void) { } |
210 | static inline int cpuhp_smt_enable(void) { return 0; } | ||
211 | static inline int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) { return 0; } | ||
208 | #endif | 212 | #endif |
209 | 213 | ||
210 | /* | 214 | /* |
diff --git a/include/linux/cpu_cooling.h b/include/linux/cpu_cooling.h index de0dafb9399d..bae54bb7c048 100644 --- a/include/linux/cpu_cooling.h +++ b/include/linux/cpu_cooling.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/cpu_cooling.h | 3 | * linux/include/linux/cpu_cooling.h |
3 | * | 4 | * |
@@ -5,18 +6,6 @@ | |||
5 | * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org> | 6 | * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org> |
6 | * | 7 | * |
7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 8 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; version 2 of the License. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License along | ||
18 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
19 | * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | ||
20 | * | 9 | * |
21 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 10 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
22 | */ | 11 | */ |
diff --git a/include/linux/cpu_pm.h b/include/linux/cpu_pm.h index 455b233dd3b1..552b8f9ea05e 100644 --- a/include/linux/cpu_pm.h +++ b/include/linux/cpu_pm.h | |||
@@ -1,18 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Google, Inc. | 3 | * Copyright (C) 2011 Google, Inc. |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * Colin Cross <ccross@android.com> | 6 | * Colin Cross <ccross@android.com> |
6 | * | ||
7 | * This software is licensed under the terms of the GNU General Public | ||
8 | * License version 2, as published by the Free Software Foundation, and | ||
9 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 7 | */ |
17 | 8 | ||
18 | #ifndef _LINUX_CPU_PM_H | 9 | #ifndef _LINUX_CPU_PM_H |
diff --git a/include/linux/cred.h b/include/linux/cred.h index efb6edf32de7..7eb43a038330 100644 --- a/include/linux/cred.h +++ b/include/linux/cred.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Credentials management - see Documentation/security/credentials.rst | 2 | /* Credentials management - see Documentation/security/credentials.rst |
2 | * | 3 | * |
3 | * Copyright (C) 2008 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2008 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_CRED_H | 8 | #ifndef _LINUX_CRED_H |
diff --git a/include/linux/crypto.h b/include/linux/crypto.h index f2565a103158..9cf8f3ce0e50 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Scatterlist Cryptographic API. | 3 | * Scatterlist Cryptographic API. |
3 | * | 4 | * |
@@ -7,12 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Portions derived from Cryptoapi, by Alexander Kjeldaas <astor@fast.no> | 9 | * Portions derived from Cryptoapi, by Alexander Kjeldaas <astor@fast.no> |
9 | * and Nettle, by Niels Möller. | 10 | * and Nettle, by Niels Möller. |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License as published by the Free | ||
13 | * Software Foundation; either version 2 of the License, or (at your option) | ||
14 | * any later version. | ||
15 | * | ||
16 | */ | 11 | */ |
17 | #ifndef _LINUX_CRYPTO_H | 12 | #ifndef _LINUX_CRYPTO_H |
18 | #define _LINUX_CRYPTO_H | 13 | #define _LINUX_CRYPTO_H |
diff --git a/include/linux/cs5535.h b/include/linux/cs5535.h index cfe83239d7f0..2be1120174eb 100644 --- a/include/linux/cs5535.h +++ b/include/linux/cs5535.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AMD CS5535/CS5536 definitions | 3 | * AMD CS5535/CS5536 definitions |
3 | * Copyright (C) 2006 Advanced Micro Devices, Inc. | 4 | * Copyright (C) 2006 Advanced Micro Devices, Inc. |
4 | * Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk> | 5 | * Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of version 2 of the GNU General Public License | ||
8 | * as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _CS5535_H | 8 | #ifndef _CS5535_H |
diff --git a/include/linux/dax.h b/include/linux/dax.h index 0dd316a74a29..becaea5f4488 100644 --- a/include/linux/dax.h +++ b/include/linux/dax.h | |||
@@ -19,6 +19,12 @@ struct dax_operations { | |||
19 | */ | 19 | */ |
20 | long (*direct_access)(struct dax_device *, pgoff_t, long, | 20 | long (*direct_access)(struct dax_device *, pgoff_t, long, |
21 | void **, pfn_t *); | 21 | void **, pfn_t *); |
22 | /* | ||
23 | * Validate whether this device is usable as an fsdax backing | ||
24 | * device. | ||
25 | */ | ||
26 | bool (*dax_supported)(struct dax_device *, struct block_device *, int, | ||
27 | sector_t, sector_t); | ||
22 | /* copy_from_iter: required operation for fs-dax direct-i/o */ | 28 | /* copy_from_iter: required operation for fs-dax direct-i/o */ |
23 | size_t (*copy_from_iter)(struct dax_device *, pgoff_t, void *, size_t, | 29 | size_t (*copy_from_iter)(struct dax_device *, pgoff_t, void *, size_t, |
24 | struct iov_iter *); | 30 | struct iov_iter *); |
@@ -75,6 +81,17 @@ static inline bool bdev_dax_supported(struct block_device *bdev, int blocksize) | |||
75 | return __bdev_dax_supported(bdev, blocksize); | 81 | return __bdev_dax_supported(bdev, blocksize); |
76 | } | 82 | } |
77 | 83 | ||
84 | bool __generic_fsdax_supported(struct dax_device *dax_dev, | ||
85 | struct block_device *bdev, int blocksize, sector_t start, | ||
86 | sector_t sectors); | ||
87 | static inline bool generic_fsdax_supported(struct dax_device *dax_dev, | ||
88 | struct block_device *bdev, int blocksize, sector_t start, | ||
89 | sector_t sectors) | ||
90 | { | ||
91 | return __generic_fsdax_supported(dax_dev, bdev, blocksize, start, | ||
92 | sectors); | ||
93 | } | ||
94 | |||
78 | static inline struct dax_device *fs_dax_get_by_host(const char *host) | 95 | static inline struct dax_device *fs_dax_get_by_host(const char *host) |
79 | { | 96 | { |
80 | return dax_get_by_host(host); | 97 | return dax_get_by_host(host); |
@@ -99,6 +116,13 @@ static inline bool bdev_dax_supported(struct block_device *bdev, | |||
99 | return false; | 116 | return false; |
100 | } | 117 | } |
101 | 118 | ||
119 | static inline bool generic_fsdax_supported(struct dax_device *dax_dev, | ||
120 | struct block_device *bdev, int blocksize, sector_t start, | ||
121 | sector_t sectors) | ||
122 | { | ||
123 | return false; | ||
124 | } | ||
125 | |||
102 | static inline struct dax_device *fs_dax_get_by_host(const char *host) | 126 | static inline struct dax_device *fs_dax_get_by_host(const char *host) |
103 | { | 127 | { |
104 | return NULL; | 128 | return NULL; |
@@ -142,6 +166,8 @@ bool dax_alive(struct dax_device *dax_dev); | |||
142 | void *dax_get_private(struct dax_device *dax_dev); | 166 | void *dax_get_private(struct dax_device *dax_dev); |
143 | long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, | 167 | long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, |
144 | void **kaddr, pfn_t *pfn); | 168 | void **kaddr, pfn_t *pfn); |
169 | bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev, | ||
170 | int blocksize, sector_t start, sector_t len); | ||
145 | size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, | 171 | size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, |
146 | size_t bytes, struct iov_iter *i); | 172 | size_t bytes, struct iov_iter *i); |
147 | size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, | 173 | size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, |
diff --git a/include/linux/dca.h b/include/linux/dca.h index ad956c2e07a8..d6228e334f48 100644 --- a/include/linux/dca.h +++ b/include/linux/dca.h | |||
@@ -1,22 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2007 - 2009 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2007 - 2009 Intel Corporation. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the Free | ||
6 | * Software Foundation; either version 2 of the License, or (at your option) | ||
7 | * any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc., 59 | ||
16 | * Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
17 | * | ||
18 | * The full GNU General Public License is included in this distribution in the | ||
19 | * file called COPYING. | ||
20 | */ | 4 | */ |
21 | #ifndef DCA_H | 5 | #ifndef DCA_H |
22 | #define DCA_H | 6 | #define DCA_H |
diff --git a/include/linux/delayacct.h b/include/linux/delayacct.h index 577d1b25fccd..2d3bdcccf5eb 100644 --- a/include/linux/delayacct.h +++ b/include/linux/delayacct.h | |||
@@ -1,17 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* delayacct.h - per-task delay accounting | 2 | /* delayacct.h - per-task delay accounting |
2 | * | 3 | * |
3 | * Copyright (C) Shailabh Nagar, IBM Corp. 2006 | 4 | * Copyright (C) Shailabh Nagar, IBM Corp. 2006 |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | ||
13 | * the GNU General Public License for more details. | ||
14 | * | ||
15 | */ | 5 | */ |
16 | 6 | ||
17 | #ifndef _LINUX_DELAYACCT_H | 7 | #ifndef _LINUX_DELAYACCT_H |
diff --git a/include/linux/devcoredump.h b/include/linux/devcoredump.h index 269521f143ac..c008169ed2c6 100644 --- a/include/linux/devcoredump.h +++ b/include/linux/devcoredump.h | |||
@@ -1,21 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This file is provided under the GPLv2 license. | ||
3 | * | ||
4 | * GPL LICENSE SUMMARY | ||
5 | * | ||
6 | * Copyright(c) 2015 Intel Deutschland GmbH | 3 | * Copyright(c) 2015 Intel Deutschland GmbH |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of version 2 of the GNU General Public License as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * The full GNU General Public License is included in this distribution | ||
18 | * in the file called COPYING. | ||
19 | */ | 4 | */ |
20 | #ifndef __DEVCOREDUMP_H | 5 | #ifndef __DEVCOREDUMP_H |
21 | #define __DEVCOREDUMP_H | 6 | #define __DEVCOREDUMP_H |
diff --git a/include/linux/devpts_fs.h b/include/linux/devpts_fs.h index 100cb4343763..45f746a48dcd 100644 --- a/include/linux/devpts_fs.h +++ b/include/linux/devpts_fs.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* -*- linux-c -*- --------------------------------------------------------- * | 2 | /* -*- linux-c -*- --------------------------------------------------------- * |
2 | * | 3 | * |
3 | * linux/include/linux/devpts_fs.h | 4 | * linux/include/linux/devpts_fs.h |
4 | * | 5 | * |
5 | * Copyright 1998-2004 H. Peter Anvin -- All Rights Reserved | 6 | * Copyright 1998-2004 H. Peter Anvin -- All Rights Reserved |
6 | * | 7 | * |
7 | * This file is part of the Linux kernel and is made available under | ||
8 | * the terms of the GNU General Public License, version 2, or at your | ||
9 | * option, any later version, incorporated herein by reference. | ||
10 | * | ||
11 | * ------------------------------------------------------------------------- */ | 8 | * ------------------------------------------------------------------------- */ |
12 | 9 | ||
13 | #ifndef _LINUX_DEVPTS_FS_H | 10 | #ifndef _LINUX_DEVPTS_FS_H |
diff --git a/include/linux/digsig.h b/include/linux/digsig.h index 6f85a070bb45..594fc66a395a 100644 --- a/include/linux/digsig.h +++ b/include/linux/digsig.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Nokia Corporation | 3 | * Copyright (C) 2011 Nokia Corporation |
3 | * Copyright (C) 2011 Intel Corporation | 4 | * Copyright (C) 2011 Intel Corporation |
@@ -5,11 +6,6 @@ | |||
5 | * Author: | 6 | * Author: |
6 | * Dmitry Kasatkin <dmitry.kasatkin@nokia.com> | 7 | * Dmitry Kasatkin <dmitry.kasatkin@nokia.com> |
7 | * <dmitry.kasatkin@intel.com> | 8 | * <dmitry.kasatkin@intel.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation, version 2 of the License. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #ifndef _DIGSIG_H | 11 | #ifndef _DIGSIG_H |
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/dma-contiguous.h b/include/linux/dma-contiguous.h index f247e8aa5e3d..6665fa03c0d1 100644 --- a/include/linux/dma-contiguous.h +++ b/include/linux/dma-contiguous.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __LINUX_CMA_H | 2 | #ifndef __LINUX_CMA_H |
2 | #define __LINUX_CMA_H | 3 | #define __LINUX_CMA_H |
3 | 4 | ||
@@ -7,11 +8,6 @@ | |||
7 | * Written by: | 8 | * Written by: |
8 | * Marek Szyprowski <m.szyprowski@samsung.com> | 9 | * Marek Szyprowski <m.szyprowski@samsung.com> |
9 | * Michal Nazarewicz <mina86@mina86.com> | 10 | * Michal Nazarewicz <mina86@mina86.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or | ||
12 | * modify it under the terms of the GNU General Public License as | ||
13 | * published by the Free Software Foundation; either version 2 of the | ||
14 | * License or (at your optional) any later version of the license. | ||
15 | */ | 11 | */ |
16 | 12 | ||
17 | /* | 13 | /* |
diff --git a/include/linux/dma-debug.h b/include/linux/dma-debug.h index cb422cbe587d..4208f94d93f7 100644 --- a/include/linux/dma-debug.h +++ b/include/linux/dma-debug.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008 Advanced Micro Devices, Inc. | 3 | * Copyright (C) 2008 Advanced Micro Devices, Inc. |
3 | * | 4 | * |
4 | * Author: Joerg Roedel <joerg.roedel@amd.com> | 5 | * Author: Joerg Roedel <joerg.roedel@amd.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * 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 the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | */ | 6 | */ |
19 | 7 | ||
20 | #ifndef __DMA_DEBUG_H | 8 | #ifndef __DMA_DEBUG_H |
diff --git a/include/linux/dma-fence-array.h b/include/linux/dma-fence-array.h index c0ff417b4770..303dd712220f 100644 --- a/include/linux/dma-fence-array.h +++ b/include/linux/dma-fence-array.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * fence-array: aggregates fence to be waited together | 3 | * fence-array: aggregates fence to be waited together |
3 | * | 4 | * |
@@ -6,15 +7,6 @@ | |||
6 | * Authors: | 7 | * Authors: |
7 | * Gustavo Padovan <gustavo@padovan.org> | 8 | * Gustavo Padovan <gustavo@padovan.org> |
8 | * Christian König <christian.koenig@amd.com> | 9 | * Christian König <christian.koenig@amd.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
15 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
16 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
17 | * more details. | ||
18 | */ | 10 | */ |
19 | 11 | ||
20 | #ifndef __LINUX_DMA_FENCE_ARRAY_H | 12 | #ifndef __LINUX_DMA_FENCE_ARRAY_H |
diff --git a/include/linux/dma-fence-chain.h b/include/linux/dma-fence-chain.h index 934a442db8ac..10462a029da2 100644 --- a/include/linux/dma-fence-chain.h +++ b/include/linux/dma-fence-chain.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * fence-chain: chain fences together in a timeline | 3 | * fence-chain: chain fences together in a timeline |
3 | * | 4 | * |
4 | * Copyright (C) 2018 Advanced Micro Devices, Inc. | 5 | * Copyright (C) 2018 Advanced Micro Devices, Inc. |
5 | * Authors: | 6 | * Authors: |
6 | * Christian König <christian.koenig@amd.com> | 7 | * Christian König <christian.koenig@amd.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License version 2 as published by | ||
10 | * the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
13 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
14 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
15 | * more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #ifndef __LINUX_DMA_FENCE_CHAIN_H | 10 | #ifndef __LINUX_DMA_FENCE_CHAIN_H |
diff --git a/include/linux/dma-fence.h b/include/linux/dma-fence.h index 974717d6ac0c..05d29dbc7e62 100644 --- a/include/linux/dma-fence.h +++ b/include/linux/dma-fence.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Fence mechanism for dma-buf to allow for asynchronous dma access | 3 | * Fence mechanism for dma-buf to allow for asynchronous dma access |
3 | * | 4 | * |
@@ -7,15 +8,6 @@ | |||
7 | * Authors: | 8 | * Authors: |
8 | * Rob Clark <robdclark@gmail.com> | 9 | * Rob Clark <robdclark@gmail.com> |
9 | * Maarten Lankhorst <maarten.lankhorst@canonical.com> | 10 | * Maarten Lankhorst <maarten.lankhorst@canonical.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published by | ||
13 | * the Free Software Foundation. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
16 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
17 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
18 | * more details. | ||
19 | */ | 11 | */ |
20 | 12 | ||
21 | #ifndef __LINUX_DMA_FENCE_H | 13 | #ifndef __LINUX_DMA_FENCE_H |
diff --git a/include/linux/dma/qcom_bam_dma.h b/include/linux/dma/qcom_bam_dma.h index 077d43a358e5..68fc0e643b1b 100644 --- a/include/linux/dma/qcom_bam_dma.h +++ b/include/linux/dma/qcom_bam_dma.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _QCOM_BAM_DMA_H | 6 | #ifndef _QCOM_BAM_DMA_H |
diff --git a/include/linux/dma/xilinx_dma.h b/include/linux/dma/xilinx_dma.h index 5b6e61e4b3aa..0dde1a46ab75 100644 --- a/include/linux/dma/xilinx_dma.h +++ b/include/linux/dma/xilinx_dma.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Xilinx DMA Engine drivers support header file | 3 | * Xilinx DMA Engine drivers support header file |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2014 Xilinx, Inc. All rights reserved. | 5 | * Copyright (C) 2010-2014 Xilinx, Inc. All rights reserved. |
5 | * | ||
6 | * This is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __DMA_XILINX_DMA_H | 8 | #ifndef __DMA_XILINX_DMA_H |
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index d49ec5c31944..c952f987ee57 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2004 - 2006 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2004 - 2006 Intel Corporation. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the Free | ||
6 | * Software Foundation; either version 2 of the License, or (at your option) | ||
7 | * any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * The full GNU General Public License is included in this distribution in the | ||
15 | * file called COPYING. | ||
16 | */ | 4 | */ |
17 | #ifndef LINUX_DMAENGINE_H | 5 | #ifndef LINUX_DMAENGINE_H |
18 | #define LINUX_DMAENGINE_H | 6 | #define LINUX_DMAENGINE_H |
diff --git a/include/linux/dmar.h b/include/linux/dmar.h index f8af1d770520..28813c6f44b6 100644 --- a/include/linux/dmar.h +++ b/include/linux/dmar.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2006, Intel Corporation. | 3 | * Copyright (c) 2006, Intel Corporation. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., 59 Temple | ||
15 | * Place - Suite 330, Boston, MA 02111-1307 USA. | ||
16 | * | ||
17 | * Copyright (C) Ashok Raj <ashok.raj@intel.com> | 5 | * Copyright (C) Ashok Raj <ashok.raj@intel.com> |
18 | * Copyright (C) Shaohua Li <shaohua.li@intel.com> | 6 | * Copyright (C) Shaohua Li <shaohua.li@intel.com> |
19 | */ | 7 | */ |
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index a19d98367f08..5755537b51b1 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | drbd.h | 3 | drbd.h |
3 | Kernel module for 2.6.x Kernels | 4 | Kernel module for 2.6.x Kernels |
@@ -8,19 +9,6 @@ | |||
8 | Copyright (C) 2001-2008, Philipp Reisner <philipp.reisner@linbit.com>. | 9 | Copyright (C) 2001-2008, Philipp Reisner <philipp.reisner@linbit.com>. |
9 | Copyright (C) 2001-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. | 10 | Copyright (C) 2001-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. |
10 | 11 | ||
11 | drbd is free software; you can redistribute it and/or modify | ||
12 | it under the terms of the GNU General Public License as published by | ||
13 | the Free Software Foundation; either version 2, or (at your option) | ||
14 | any later version. | ||
15 | |||
16 | drbd 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 drbd; see the file COPYING. If not, write to | ||
23 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
24 | 12 | ||
25 | */ | 13 | */ |
26 | #ifndef DRBD_H | 14 | #ifndef DRBD_H |
diff --git a/include/linux/dsa/sja1105.h b/include/linux/dsa/sja1105.h index 603a02e5a8cb..e46e18c47d41 100644 --- a/include/linux/dsa/sja1105.h +++ b/include/linux/dsa/sja1105.h | |||
@@ -20,18 +20,6 @@ | |||
20 | #define SJA1105_LINKLOCAL_FILTER_B 0x011B19000000ull | 20 | #define SJA1105_LINKLOCAL_FILTER_B 0x011B19000000ull |
21 | #define SJA1105_LINKLOCAL_FILTER_B_MASK 0xFFFFFF000000ull | 21 | #define SJA1105_LINKLOCAL_FILTER_B_MASK 0xFFFFFF000000ull |
22 | 22 | ||
23 | enum sja1105_frame_type { | ||
24 | SJA1105_FRAME_TYPE_NORMAL = 0, | ||
25 | SJA1105_FRAME_TYPE_LINK_LOCAL, | ||
26 | }; | ||
27 | |||
28 | struct sja1105_skb_cb { | ||
29 | enum sja1105_frame_type type; | ||
30 | }; | ||
31 | |||
32 | #define SJA1105_SKB_CB(skb) \ | ||
33 | ((struct sja1105_skb_cb *)DSA_SKB_CB_PRIV(skb)) | ||
34 | |||
35 | struct sja1105_port { | 23 | struct sja1105_port { |
36 | struct dsa_port *dp; | 24 | struct dsa_port *dp; |
37 | int mgmt_slot; | 25 | int mgmt_slot; |
diff --git a/include/linux/edd.h b/include/linux/edd.h index 83d4371ec996..1c16fbcb81c0 100644 --- a/include/linux/edd.h +++ b/include/linux/edd.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/edd.h | 3 | * linux/include/linux/edd.h |
3 | * Copyright (C) 2002, 2003, 2004 Dell Inc. | 4 | * Copyright (C) 2002, 2003, 2004 Dell Inc. |
@@ -16,16 +17,6 @@ | |||
16 | * transferred into the edd structure, and in drivers/firmware/edd.c, that | 17 | * transferred into the edd structure, and in drivers/firmware/edd.c, that |
17 | * information is used to identify BIOS boot disk. The code in setup.S | 18 | * information is used to identify BIOS boot disk. The code in setup.S |
18 | * is very sensitive to the size of these structures. | 19 | * is very sensitive to the size of these structures. |
19 | * | ||
20 | * This program is free software; you can redistribute it and/or modify | ||
21 | * it under the terms of the GNU General Public License v2.0 as published by | ||
22 | * the Free Software Foundation | ||
23 | * | ||
24 | * This program is distributed in the hope that it will be useful, | ||
25 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
26 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
27 | * GNU General Public License for more details. | ||
28 | * | ||
29 | */ | 20 | */ |
30 | #ifndef _LINUX_EDD_H | 21 | #ifndef _LINUX_EDD_H |
31 | #define _LINUX_EDD_H | 22 | #define _LINUX_EDD_H |
diff --git a/include/linux/eeprom_93cx6.h b/include/linux/eeprom_93cx6.h index eb0b1988050a..c860c72a921d 100644 --- a/include/linux/eeprom_93cx6.h +++ b/include/linux/eeprom_93cx6.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | Copyright (C) 2004 - 2006 rt2x00 SourceForge Project | 3 | Copyright (C) 2004 - 2006 rt2x00 SourceForge Project |
3 | <http://rt2x00.serialmonkey.com> | 4 | <http://rt2x00.serialmonkey.com> |
4 | 5 | ||
5 | This program is free software; you can redistribute it and/or modify | ||
6 | it under the terms of the GNU General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or | ||
8 | (at your option) any later version. | ||
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 the | ||
17 | Free Software Foundation, Inc., | ||
18 | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | /* | 8 | /* |
diff --git a/include/linux/elf-fdpic.h b/include/linux/elf-fdpic.h index 386440317b0c..3bea95a1af53 100644 --- a/include/linux/elf-fdpic.h +++ b/include/linux/elf-fdpic.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* FDPIC ELF load map | 2 | /* FDPIC ELF load map |
2 | * | 3 | * |
3 | * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_ELF_FDPIC_H | 8 | #ifndef _LINUX_ELF_FDPIC_H |
diff --git a/include/linux/enclosure.h b/include/linux/enclosure.h index a4cf57cd0f75..564e96f625ff 100644 --- a/include/linux/enclosure.h +++ b/include/linux/enclosure.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Enclosure Services | 3 | * Enclosure Services |
3 | * | 4 | * |
@@ -5,18 +6,6 @@ | |||
5 | * | 6 | * |
6 | **----------------------------------------------------------------------------- | 7 | **----------------------------------------------------------------------------- |
7 | ** | 8 | ** |
8 | ** This program is free software; you can redistribute it and/or | ||
9 | ** modify it under the terms of the GNU General Public License | ||
10 | ** version 2 as published by the Free Software Foundation. | ||
11 | ** | ||
12 | ** This program is distributed in the hope that it will be useful, | ||
13 | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | ** GNU General Public License for more details. | ||
16 | ** | ||
17 | ** You should have received a copy of the GNU General Public License | ||
18 | ** along with this program; if not, write to the Free Software | ||
19 | ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
20 | ** | 9 | ** |
21 | **----------------------------------------------------------------------------- | 10 | **----------------------------------------------------------------------------- |
22 | */ | 11 | */ |
diff --git a/include/linux/etherdevice.h b/include/linux/etherdevice.h index 25c0d049336f..f6564b572d77 100644 --- a/include/linux/etherdevice.h +++ b/include/linux/etherdevice.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. NET is implemented using the BSD Socket | 4 | * operating system. NET is implemented using the BSD Socket |
@@ -12,12 +13,6 @@ | |||
12 | * | 13 | * |
13 | * Relocated to include/linux where it belongs by Alan Cox | 14 | * Relocated to include/linux where it belongs by Alan Cox |
14 | * <gw4pts@gw4pts.ampr.org> | 15 | * <gw4pts@gw4pts.ampr.org> |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or | ||
17 | * modify it under the terms of the GNU General Public License | ||
18 | * as published by the Free Software Foundation; either version | ||
19 | * 2 of the License, or (at your option) any later version. | ||
20 | * | ||
21 | */ | 16 | */ |
22 | #ifndef _LINUX_ETHERDEVICE_H | 17 | #ifndef _LINUX_ETHERDEVICE_H |
23 | #define _LINUX_ETHERDEVICE_H | 18 | #define _LINUX_ETHERDEVICE_H |
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index e6ebc9761822..95991e4300bf 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h | |||
@@ -260,6 +260,15 @@ bool ethtool_convert_link_mode_to_legacy_u32(u32 *legacy_u32, | |||
260 | * will remain unchanged. | 260 | * will remain unchanged. |
261 | * Returns a negative error code or zero. An error code must be returned | 261 | * Returns a negative error code or zero. An error code must be returned |
262 | * if at least one unsupported change was requested. | 262 | * if at least one unsupported change was requested. |
263 | * @get_rxfh_context: Get the contents of the RX flow hash indirection table, | ||
264 | * hash key, and/or hash function assiciated to the given rss context. | ||
265 | * Returns a negative error code or zero. | ||
266 | * @set_rxfh_context: Create, remove and configure RSS contexts. Allows setting | ||
267 | * the contents of the RX flow hash indirection table, hash key, and/or | ||
268 | * hash function associated to the given context. Arguments which are set | ||
269 | * to %NULL or zero will remain unchanged. | ||
270 | * Returns a negative error code or zero. An error code must be returned | ||
271 | * if at least one unsupported change was requested. | ||
263 | * @get_channels: Get number of channels. | 272 | * @get_channels: Get number of channels. |
264 | * @set_channels: Set number of channels. Returns a negative error code or | 273 | * @set_channels: Set number of channels. Returns a negative error code or |
265 | * zero. | 274 | * zero. |
diff --git a/include/linux/eventpoll.h b/include/linux/eventpoll.h index 2f14ac73d01d..bc6d79b00c4e 100644 --- a/include/linux/eventpoll.h +++ b/include/linux/eventpoll.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/eventpoll.h ( Efficient event polling implementation ) | 3 | * include/linux/eventpoll.h ( Efficient event polling implementation ) |
3 | * Copyright (C) 2001,...,2006 Davide Libenzi | 4 | * Copyright (C) 2001,...,2006 Davide Libenzi |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | * | ||
10 | * Davide Libenzi <davidel@xmailserver.org> | 6 | * Davide Libenzi <davidel@xmailserver.org> |
11 | * | ||
12 | */ | 7 | */ |
13 | #ifndef _LINUX_EVENTPOLL_H | 8 | #ifndef _LINUX_EVENTPOLL_H |
14 | #define _LINUX_EVENTPOLL_H | 9 | #define _LINUX_EVENTPOLL_H |
diff --git a/include/linux/extcon-provider.h b/include/linux/extcon-provider.h index 2feca5881fa7..1c143d200caa 100644 --- a/include/linux/extcon-provider.h +++ b/include/linux/extcon-provider.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * External Connector (extcon) framework | 3 | * External Connector (extcon) framework |
3 | * - linux/include/linux/extcon-provider.h for extcon provider device driver. | 4 | * - linux/include/linux/extcon-provider.h for extcon provider device driver. |
4 | * | 5 | * |
5 | * Copyright (C) 2017 Samsung Electronics | 6 | * Copyright (C) 2017 Samsung Electronics |
6 | * Author: Chanwoo Choi <cw00.choi@samsung.com> | 7 | * Author: Chanwoo Choi <cw00.choi@samsung.com> |
7 | * | ||
8 | * This software is licensed under the terms of the GNU General Public | ||
9 | * License version 2, as published by the Free Software Foundation, and | ||
10 | * may be copied, distributed, and modified under those terms. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #ifndef __LINUX_EXTCON_PROVIDER_H__ | 10 | #ifndef __LINUX_EXTCON_PROVIDER_H__ |
diff --git a/include/linux/extcon.h b/include/linux/extcon.h index 7f033b1ea568..2bdf643d8593 100644 --- a/include/linux/extcon.h +++ b/include/linux/extcon.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * External Connector (extcon) framework | 3 | * External Connector (extcon) framework |
3 | * - linux/include/linux/extcon.h for extcon consumer device driver. | 4 | * - linux/include/linux/extcon.h for extcon consumer device driver. |
@@ -12,15 +13,6 @@ | |||
12 | * based on switch class driver | 13 | * based on switch class driver |
13 | * Copyright (C) 2008 Google, Inc. | 14 | * Copyright (C) 2008 Google, Inc. |
14 | * Author: Mike Lockwood <lockwood@android.com> | 15 | * Author: Mike Lockwood <lockwood@android.com> |
15 | * | ||
16 | * This software is licensed under the terms of the GNU General Public | ||
17 | * License version 2, as published by the Free Software Foundation, and | ||
18 | * may be copied, distributed, and modified under those terms. | ||
19 | * | ||
20 | * This program is distributed in the hope that it will be useful, | ||
21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
23 | * GNU General Public License for more details. | ||
24 | */ | 16 | */ |
25 | 17 | ||
26 | #ifndef __LINUX_EXTCON_H__ | 18 | #ifndef __LINUX_EXTCON_H__ |
diff --git a/include/linux/fcdevice.h b/include/linux/fcdevice.h index 5009fa16b5d8..3d14ebe59dc9 100644 --- a/include/linux/fcdevice.h +++ b/include/linux/fcdevice.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. NET is implemented using the BSD Socket | 4 | * operating system. NET is implemented using the BSD Socket |
@@ -12,13 +13,7 @@ | |||
12 | * Relocated to include/linux where it belongs by Alan Cox | 13 | * Relocated to include/linux where it belongs by Alan Cox |
13 | * <gw4pts@gw4pts.ampr.org> | 14 | * <gw4pts@gw4pts.ampr.org> |
14 | * | 15 | * |
15 | * This program is free software; you can redistribute it and/or | ||
16 | * modify it under the terms of the GNU General Public License | ||
17 | * as published by the Free Software Foundation; either version | ||
18 | * 2 of the License, or (at your option) any later version. | ||
19 | * | ||
20 | * WARNING: This move may well be temporary. This file will get merged with others RSN. | 16 | * WARNING: This move may well be temporary. This file will get merged with others RSN. |
21 | * | ||
22 | */ | 17 | */ |
23 | #ifndef _LINUX_FCDEVICE_H | 18 | #ifndef _LINUX_FCDEVICE_H |
24 | #define _LINUX_FCDEVICE_H | 19 | #define _LINUX_FCDEVICE_H |
diff --git a/include/linux/fddidevice.h b/include/linux/fddidevice.h index 32c22cfb238b..906ee446db92 100644 --- a/include/linux/fddidevice.h +++ b/include/linux/fddidevice.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -13,11 +14,6 @@ | |||
13 | * Ross Biro | 14 | * Ross Biro |
14 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 15 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
15 | * Alan Cox, <gw4pts@gw4pts.ampr.org> | 16 | * Alan Cox, <gw4pts@gw4pts.ampr.org> |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or | ||
18 | * modify it under the terms of the GNU General Public License | ||
19 | * as published by the Free Software Foundation; either version | ||
20 | * 2 of the License, or (at your option) any later version. | ||
21 | */ | 17 | */ |
22 | #ifndef _LINUX_FDDIDEVICE_H | 18 | #ifndef _LINUX_FDDIDEVICE_H |
23 | #define _LINUX_FDDIDEVICE_H | 19 | #define _LINUX_FDDIDEVICE_H |
diff --git a/include/linux/firmware-map.h b/include/linux/firmware-map.h index 71d4fa721db9..3e1077e99002 100644 --- a/include/linux/firmware-map.h +++ b/include/linux/firmware-map.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/linux/firmware-map.h: | 3 | * include/linux/firmware-map.h: |
3 | * Copyright (C) 2008 SUSE LINUX Products GmbH | 4 | * Copyright (C) 2008 SUSE LINUX Products GmbH |
4 | * by Bernhard Walle <bernhard.walle@gmx.de> | 5 | * by Bernhard Walle <bernhard.walle@gmx.de> |
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 v2.0 as published by | ||
8 | * 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 | */ | 6 | */ |
16 | #ifndef _LINUX_FIRMWARE_MAP_H | 7 | #ifndef _LINUX_FIRMWARE_MAP_H |
17 | #define _LINUX_FIRMWARE_MAP_H | 8 | #define _LINUX_FIRMWARE_MAP_H |
diff --git a/include/linux/firmware/meson/meson_sm.h b/include/linux/firmware/meson/meson_sm.h index f98c20dd266e..7613bf7c9442 100644 --- a/include/linux/firmware/meson/meson_sm.h +++ b/include/linux/firmware/meson/meson_sm.h | |||
@@ -1,13 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Endless Mobile, Inc. | 3 | * Copyright (C) 2016 Endless Mobile, Inc. |
3 | * Author: Carlo Caione <carlo@endlessm.com> | 4 | * Author: Carlo Caione <carlo@endlessm.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * version 2 as published by the Free Software Foundation. | ||
8 | * | ||
9 | * You should have received a copy of the GNU General Public License | ||
10 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
11 | */ | 5 | */ |
12 | 6 | ||
13 | #ifndef _MESON_SM_FW_H_ | 7 | #ifndef _MESON_SM_FW_H_ |
diff --git a/include/linux/firmware/trusted_foundations.h b/include/linux/firmware/trusted_foundations.h index 4064e7c74715..2549a2db56aa 100644 --- a/include/linux/firmware/trusted_foundations.h +++ b/include/linux/firmware/trusted_foundations.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, NVIDIA Corporation. | 3 | * Copyright (c) 2013, NVIDIA Corporation. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | /* | 6 | /* |
diff --git a/include/linux/fixp-arith.h b/include/linux/fixp-arith.h index d4686fe1cac7..8396013785ef 100644 --- a/include/linux/fixp-arith.h +++ b/include/linux/fixp-arith.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef _FIXP_ARITH_H | 2 | #ifndef _FIXP_ARITH_H |
2 | #define _FIXP_ARITH_H | 3 | #define _FIXP_ARITH_H |
3 | 4 | ||
@@ -11,19 +12,6 @@ | |||
11 | */ | 12 | */ |
12 | 13 | ||
13 | /* | 14 | /* |
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | * You should have received a copy of the GNU General Public License | ||
25 | * along with this program; if not, write to the Free Software | ||
26 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
27 | * | 15 | * |
28 | * Should you need to contact me, the author, you can do so by | 16 | * Should you need to contact me, the author, you can do so by |
29 | * e-mail - mail your message to <johann.deneux@gmail.com> | 17 | * e-mail - mail your message to <johann.deneux@gmail.com> |
diff --git a/include/linux/fmc.h b/include/linux/fmc.h index 3dc8a1b2db7b..b355f3806f3f 100644 --- a/include/linux/fmc.h +++ b/include/linux/fmc.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 CERN (www.cern.ch) | 3 | * Copyright (C) 2012 CERN (www.cern.ch) |
3 | * Author: Alessandro Rubini <rubini@gnudd.com> | 4 | * Author: Alessandro Rubini <rubini@gnudd.com> |
4 | * | 5 | * |
5 | * Released according to the GNU GPL, version 2 or any later version. | ||
6 | * | ||
7 | * This work is part of the White Rabbit project, a research effort led | 6 | * This work is part of the White Rabbit project, a research effort led |
8 | * by CERN, the European Institute for Nuclear Research. | 7 | * by CERN, the European Institute for Nuclear Research. |
9 | */ | 8 | */ |
diff --git a/include/linux/fs_context.h b/include/linux/fs_context.h index 623eb58560b9..4933187d5b9a 100644 --- a/include/linux/fs_context.h +++ b/include/linux/fs_context.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Filesystem superblock creation and reconfiguration context. | 2 | /* Filesystem superblock creation and reconfiguration context. |
2 | * | 3 | * |
3 | * Copyright (C) 2018 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2018 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_FS_CONTEXT_H | 8 | #ifndef _LINUX_FS_CONTEXT_H |
diff --git a/include/linux/fs_parser.h b/include/linux/fs_parser.h index d966f96ffe62..dee140db6240 100644 --- a/include/linux/fs_parser.h +++ b/include/linux/fs_parser.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Filesystem parameter description and parser | 2 | /* Filesystem parameter description and parser |
2 | * | 3 | * |
3 | * Copyright (C) 2018 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2018 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_FS_PARSER_H | 8 | #ifndef _LINUX_FS_PARSER_H |
diff --git a/include/linux/fscache-cache.h b/include/linux/fscache-cache.h index 610815e3f1aa..d5ba431b5d63 100644 --- a/include/linux/fscache-cache.h +++ b/include/linux/fscache-cache.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* General filesystem caching backing cache interface | 2 | /* General filesystem caching backing cache interface |
2 | * | 3 | * |
3 | * Copyright (C) 2004-2007 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2004-2007 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | * | ||
11 | * NOTE!!! See: | 7 | * NOTE!!! See: |
12 | * | 8 | * |
13 | * Documentation/filesystems/caching/backend-api.txt | 9 | * Documentation/filesystems/caching/backend-api.txt |
diff --git a/include/linux/fscache.h b/include/linux/fscache.h index 84b90a79d75a..ad044c0cb1f3 100644 --- a/include/linux/fscache.h +++ b/include/linux/fscache.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* General filesystem caching interface | 2 | /* General filesystem caching interface |
2 | * | 3 | * |
3 | * Copyright (C) 2004-2007 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2004-2007 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | * | ||
11 | * NOTE!!! See: | 7 | * NOTE!!! See: |
12 | * | 8 | * |
13 | * Documentation/filesystems/caching/netfs-api.txt | 9 | * Documentation/filesystems/caching/netfs-api.txt |
diff --git a/include/linux/fsi.h b/include/linux/fsi.h index ec3be0d5b786..3df8c54868df 100644 --- a/include/linux/fsi.h +++ b/include/linux/fsi.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* FSI device & driver interfaces | 2 | /* FSI device & driver interfaces |
2 | * | 3 | * |
3 | * Copyright (C) IBM Corporation 2016 | 4 | * Copyright (C) IBM Corporation 2016 |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef LINUX_FSI_H | 7 | #ifndef LINUX_FSI_H |
diff --git a/include/linux/fsl-diu-fb.h b/include/linux/fsl-diu-fb.h index c46eab5bc893..9a55ddc0d277 100644 --- a/include/linux/fsl-diu-fb.h +++ b/include/linux/fsl-diu-fb.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved. | 3 | * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved. |
3 | * | 4 | * |
@@ -9,12 +10,6 @@ | |||
9 | * York Sun <yorksun@freescale.com> | 10 | * York Sun <yorksun@freescale.com> |
10 | * | 11 | * |
11 | * Based on imxfb.c Copyright (C) 2004 S.Hauer, Pengutronix | 12 | * Based on imxfb.c Copyright (C) 2004 S.Hauer, Pengutronix |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of the GNU General Public License as published by the | ||
15 | * Free Software Foundation; either version 2 of the License, or (at your | ||
16 | * option) any later version. | ||
17 | * | ||
18 | */ | 13 | */ |
19 | 14 | ||
20 | #ifndef __FSL_DIU_FB_H__ | 15 | #ifndef __FSL_DIU_FB_H__ |
diff --git a/include/linux/fsl/guts.h b/include/linux/fsl/guts.h index 1fc0edd71c52..0ac27b233f12 100644 --- a/include/linux/fsl/guts.h +++ b/include/linux/fsl/guts.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /** | 2 | /** |
2 | * Freecale 85xx and 86xx Global Utilties register set | 3 | * Freecale 85xx and 86xx Global Utilties register set |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * Timur Tabi <timur@freescale.com> | 6 | * Timur Tabi <timur@freescale.com> |
6 | * | 7 | * |
7 | * Copyright 2004,2007,2012 Freescale Semiconductor, Inc | 8 | * Copyright 2004,2007,2012 Freescale Semiconductor, Inc |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #ifndef __FSL_GUTS_H__ | 11 | #ifndef __FSL_GUTS_H__ |
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 5da56a674f2f..cb2b46f57af3 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/fsl_devices.h | 3 | * include/linux/fsl_devices.h |
3 | * | 4 | * |
@@ -7,11 +8,6 @@ | |||
7 | * Maintainer: Kumar Gala <galak@kernel.crashing.org> | 8 | * Maintainer: Kumar Gala <galak@kernel.crashing.org> |
8 | * | 9 | * |
9 | * Copyright 2004,2012 Freescale Semiconductor, Inc | 10 | * Copyright 2004,2012 Freescale Semiconductor, Inc |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License as published by the | ||
13 | * Free Software Foundation; either version 2 of the License, or (at your | ||
14 | * option) any later version. | ||
15 | */ | 11 | */ |
16 | 12 | ||
17 | #ifndef _FSL_DEVICE_H_ | 13 | #ifndef _FSL_DEVICE_H_ |
diff --git a/include/linux/fsl_ifc.h b/include/linux/fsl_ifc.h index 5f343b796ad9..0af96a45e903 100644 --- a/include/linux/fsl_ifc.h +++ b/include/linux/fsl_ifc.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Freescale Integrated Flash Controller | 2 | /* Freescale Integrated Flash Controller |
2 | * | 3 | * |
3 | * Copyright 2011 Freescale Semiconductor, Inc | 4 | * Copyright 2011 Freescale Semiconductor, Inc |
4 | * | 5 | * |
5 | * Author: Dipen Dudhat <dipen.dudhat@freescale.com> | 6 | * Author: Dipen Dudhat <dipen.dudhat@freescale.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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | 7 | */ |
21 | 8 | ||
22 | #ifndef __ASM_FSL_IFC_H | 9 | #ifndef __ASM_FSL_IFC_H |
diff --git a/include/linux/fsldma.h b/include/linux/fsldma.h index b213c02963c9..c523d716ebd2 100644 --- a/include/linux/fsldma.h +++ b/include/linux/fsldma.h | |||
@@ -1,8 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * This is free software; you can redistribute it and/or modify | ||
3 | * it under the terms of the GNU General Public License as published by | ||
4 | * the Free Software Foundation; either version 2 of the License, or | ||
5 | * (at your option) any later version. | ||
6 | */ | 3 | */ |
7 | 4 | ||
8 | #ifndef FSL_DMA_H | 5 | #ifndef FSL_DMA_H |
diff --git a/include/linux/generic-radix-tree.h b/include/linux/generic-radix-tree.h index 3a91130a4fbd..02393c0c98f9 100644 --- a/include/linux/generic-radix-tree.h +++ b/include/linux/generic-radix-tree.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define _LINUX_GENERIC_RADIX_TREE_H | 2 | #define _LINUX_GENERIC_RADIX_TREE_H |
3 | 3 | ||
4 | /** | 4 | /** |
5 | * DOC: Generic radix trees/sparse arrays: | 5 | * DOC: Generic radix trees/sparse arrays |
6 | * | 6 | * |
7 | * Very simple and minimalistic, supporting arbitrary size entries up to | 7 | * Very simple and minimalistic, supporting arbitrary size entries up to |
8 | * PAGE_SIZE. | 8 | * PAGE_SIZE. |
diff --git a/include/linux/hdlc.h b/include/linux/hdlc.h index 97585d9679f3..cacc4dd27794 100644 --- a/include/linux/hdlc.h +++ b/include/linux/hdlc.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Generic HDLC support routines for Linux | 3 | * Generic HDLC support routines for Linux |
3 | * | 4 | * |
4 | * Copyright (C) 1999-2005 Krzysztof Halasa <khc@pm.waw.pl> | 5 | * Copyright (C) 1999-2005 Krzysztof Halasa <khc@pm.waw.pl> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of version 2 of the GNU General Public License | ||
8 | * as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef __HDLC_H | 7 | #ifndef __HDLC_H |
11 | #define __HDLC_H | 8 | #define __HDLC_H |
diff --git a/include/linux/hid-debug.h b/include/linux/hid-debug.h index 2d6100edf204..ea7b23d13bfd 100644 --- a/include/linux/hid-debug.h +++ b/include/linux/hid-debug.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __HID_DEBUG_H | 2 | #ifndef __HID_DEBUG_H |
2 | #define __HID_DEBUG_H | 3 | #define __HID_DEBUG_H |
3 | 4 | ||
@@ -6,20 +7,6 @@ | |||
6 | */ | 7 | */ |
7 | 8 | ||
8 | /* | 9 | /* |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 10 | */ |
24 | 11 | ||
25 | #ifdef CONFIG_DEBUG_FS | 12 | #ifdef CONFIG_DEBUG_FS |
diff --git a/include/linux/hid-roccat.h b/include/linux/hid-roccat.h index 24e1ca01f9a0..3214fb0815fc 100644 --- a/include/linux/hid-roccat.h +++ b/include/linux/hid-roccat.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __HID_ROCCAT_H | 2 | #ifndef __HID_ROCCAT_H |
2 | #define __HID_ROCCAT_H | 3 | #define __HID_ROCCAT_H |
3 | 4 | ||
@@ -6,10 +7,6 @@ | |||
6 | */ | 7 | */ |
7 | 8 | ||
8 | /* | 9 | /* |
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the Free | ||
11 | * Software Foundation; either version 2 of the License, or (at your option) | ||
12 | * any later version. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/hid.h> | 12 | #include <linux/hid.h> |
diff --git a/include/linux/hid-sensor-hub.h b/include/linux/hid-sensor-hub.h index dc12f5c4b076..46bcef380446 100644 --- a/include/linux/hid-sensor-hub.h +++ b/include/linux/hid-sensor-hub.h | |||
@@ -1,20 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * HID Sensors Driver | 3 | * HID Sensors Driver |
3 | * Copyright (c) 2012, Intel Corporation. | 4 | * Copyright (c) 2012, Intel Corporation. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
17 | * | ||
18 | */ | 5 | */ |
19 | #ifndef _HID_SENSORS_HUB_H | 6 | #ifndef _HID_SENSORS_HUB_H |
20 | #define _HID_SENSORS_HUB_H | 7 | #define _HID_SENSORS_HUB_H |
diff --git a/include/linux/hid-sensor-ids.h b/include/linux/hid-sensor-ids.h index 76033e0420a7..d82a97e311d3 100644 --- a/include/linux/hid-sensor-ids.h +++ b/include/linux/hid-sensor-ids.h | |||
@@ -1,20 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * HID Sensors Driver | 3 | * HID Sensors Driver |
3 | * Copyright (c) 2012, Intel Corporation. | 4 | * Copyright (c) 2012, Intel Corporation. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
17 | * | ||
18 | */ | 5 | */ |
19 | #ifndef _HID_SENSORS_IDS_H | 6 | #ifndef _HID_SENSORS_IDS_H |
20 | #define _HID_SENSORS_IDS_H | 7 | #define _HID_SENSORS_IDS_H |
diff --git a/include/linux/hid.h b/include/linux/hid.h index ae9da674b749..d770ab1a0479 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -1,22 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1999 Andreas Gal | 3 | * Copyright (c) 1999 Andreas Gal |
3 | * Copyright (c) 2000-2001 Vojtech Pavlik | 4 | * Copyright (c) 2000-2001 Vojtech Pavlik |
4 | * Copyright (c) 2006-2007 Jiri Kosina | 5 | * Copyright (c) 2006-2007 Jiri Kosina |
5 | */ | 6 | */ |
6 | /* | 7 | /* |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | * | 8 | * |
21 | * Should you need to contact me, the author, you can do so either by | 9 | * Should you need to contact me, the author, you can do so either by |
22 | * e-mail - mail your message to <vojtech@ucw.cz>, or by paper mail: | 10 | * e-mail - mail your message to <vojtech@ucw.cz>, or by paper mail: |
diff --git a/include/linux/hiddev.h b/include/linux/hiddev.h index 921622222957..2164c03d2c72 100644 --- a/include/linux/hiddev.h +++ b/include/linux/hiddev.h | |||
@@ -1,22 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1999-2000 Vojtech Pavlik | 3 | * Copyright (c) 1999-2000 Vojtech Pavlik |
3 | * | 4 | * |
4 | * Sponsored by SuSE | 5 | * Sponsored by SuSE |
5 | */ | 6 | */ |
6 | /* | 7 | /* |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | * | 8 | * |
21 | * Should you need to contact me, the author, you can do so either by | 9 | * Should you need to contact me, the author, you can do so either by |
22 | * e-mail - mail your message to <vojtech@suse.cz>, or by paper mail: | 10 | * e-mail - mail your message to <vojtech@suse.cz>, or by paper mail: |
diff --git a/include/linux/hidraw.h b/include/linux/hidraw.h index ddf52612eed8..cd67f4ca5599 100644 --- a/include/linux/hidraw.h +++ b/include/linux/hidraw.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2007 Jiri Kosina | 3 | * Copyright (c) 2007 Jiri Kosina |
3 | */ | 4 | */ |
4 | /* | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * You should have received a copy of the GNU General Public License along with | ||
10 | * this program; if not, write to the Free Software Foundation, Inc., | ||
11 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
12 | */ | ||
13 | #ifndef _HIDRAW_H | 5 | #ifndef _HIDRAW_H |
14 | #define _HIDRAW_H | 6 | #define _HIDRAW_H |
15 | 7 | ||
diff --git a/include/linux/hippidevice.h b/include/linux/hippidevice.h index 402f99e328d4..9dc01f7ab5b4 100644 --- a/include/linux/hippidevice.h +++ b/include/linux/hippidevice.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -14,11 +15,6 @@ | |||
14 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 15 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
15 | * Alan Cox, <gw4pts@gw4pts.ampr.org> | 16 | * Alan Cox, <gw4pts@gw4pts.ampr.org> |
16 | * Lawrence V. Stefani, <stefani@lkg.dec.com> | 17 | * Lawrence V. Stefani, <stefani@lkg.dec.com> |
17 | * | ||
18 | * This program is free software; you can redistribute it and/or | ||
19 | * modify it under the terms of the GNU General Public License | ||
20 | * as published by the Free Software Foundation; either version | ||
21 | * 2 of the License, or (at your option) any later version. | ||
22 | */ | 18 | */ |
23 | #ifndef _LINUX_HIPPIDEVICE_H | 19 | #ifndef _LINUX_HIPPIDEVICE_H |
24 | #define _LINUX_HIPPIDEVICE_H | 20 | #define _LINUX_HIPPIDEVICE_H |
diff --git a/include/linux/hmm.h b/include/linux/hmm.h index 51ec27a84668..044a36d7c3f8 100644 --- a/include/linux/hmm.h +++ b/include/linux/hmm.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2013 Red Hat Inc. | 3 | * Copyright 2013 Red Hat Inc. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * Authors: Jérôme Glisse <jglisse@redhat.com> | 5 | * Authors: Jérôme Glisse <jglisse@redhat.com> |
15 | */ | 6 | */ |
16 | /* | 7 | /* |
diff --git a/include/linux/host1x.h b/include/linux/host1x.h index 89110d896d72..cfff30b9a62e 100644 --- a/include/linux/host1x.h +++ b/include/linux/host1x.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2009-2013, NVIDIA Corporation. All rights reserved. | 3 | * Copyright (c) 2009-2013, NVIDIA Corporation. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along | ||
15 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
17 | */ | 4 | */ |
18 | 5 | ||
19 | #ifndef __LINUX_HOST1X_H | 6 | #ifndef __LINUX_HOST1X_H |
diff --git a/include/linux/hsi/hsi.h b/include/linux/hsi/hsi.h index 57402544b53f..6ca92bff02c6 100644 --- a/include/linux/hsi/hsi.h +++ b/include/linux/hsi/hsi.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * HSI core header file. | 3 | * HSI core header file. |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Nokia Corporation. All rights reserved. | 5 | * Copyright (C) 2010 Nokia Corporation. All rights reserved. |
5 | * | 6 | * |
6 | * Contact: Carlos Chinea <carlos.chinea@nokia.com> | 7 | * Contact: Carlos Chinea <carlos.chinea@nokia.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
20 | * 02110-1301 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef __LINUX_HSI_H__ | 10 | #ifndef __LINUX_HSI_H__ |
diff --git a/include/linux/hsi/ssi_protocol.h b/include/linux/hsi/ssi_protocol.h index 1433651be0dc..2d6f3cfa7dea 100644 --- a/include/linux/hsi/ssi_protocol.h +++ b/include/linux/hsi/ssi_protocol.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ssip_slave.h | 3 | * ssip_slave.h |
3 | * | 4 | * |
@@ -6,20 +7,6 @@ | |||
6 | * Copyright (C) 2010 Nokia Corporation. All rights reserved. | 7 | * Copyright (C) 2010 Nokia Corporation. All rights reserved. |
7 | * | 8 | * |
8 | * Contact: Carlos Chinea <carlos.chinea@nokia.com> | 9 | * Contact: Carlos Chinea <carlos.chinea@nokia.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * version 2 as published by the Free Software Foundation. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * 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 the Free Software | ||
21 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
22 | * 02110-1301 USA | ||
23 | */ | 10 | */ |
24 | 11 | ||
25 | #ifndef __LINUX_SSIP_SLAVE_H__ | 12 | #ifndef __LINUX_SSIP_SLAVE_H__ |
diff --git a/include/linux/hwmon-sysfs.h b/include/linux/hwmon-sysfs.h index 473897bbd898..cb26d02f52f3 100644 --- a/include/linux/hwmon-sysfs.h +++ b/include/linux/hwmon-sysfs.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * hwmon-sysfs.h - hardware monitoring chip driver sysfs defines | 3 | * hwmon-sysfs.h - hardware monitoring chip driver sysfs defines |
3 | * | 4 | * |
4 | * Copyright (C) 2005 Yani Ioannou <yani.ioannou@gmail.com> | 5 | * Copyright (C) 2005 Yani Ioannou <yani.ioannou@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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | #ifndef _LINUX_HWMON_SYSFS_H | 7 | #ifndef _LINUX_HWMON_SYSFS_H |
21 | #define _LINUX_HWMON_SYSFS_H | 8 | #define _LINUX_HWMON_SYSFS_H |
diff --git a/include/linux/hwmon-vid.h b/include/linux/hwmon-vid.h index da0a680e2f6d..9409e1d207ef 100644 --- a/include/linux/hwmon-vid.h +++ b/include/linux/hwmon-vid.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | hwmon-vid.h - VID/VRM/VRD voltage conversions | 3 | hwmon-vid.h - VID/VRM/VRD voltage conversions |
3 | 4 | ||
@@ -5,19 +6,6 @@ | |||
5 | Copyright (c) 2002 Mark D. Studebaker <mdsxyz123@yahoo.com> | 6 | Copyright (c) 2002 Mark D. Studebaker <mdsxyz123@yahoo.com> |
6 | With assistance from Trent Piepho <xyzzy@speakeasy.org> | 7 | With assistance from Trent Piepho <xyzzy@speakeasy.org> |
7 | 8 | ||
8 | This program is free software; you can redistribute it and/or modify | ||
9 | it under the terms of the GNU General Public License as published by | ||
10 | the Free Software Foundation; either version 2 of the License, or | ||
11 | (at your option) any later version. | ||
12 | |||
13 | This program is distributed in the hope that it will be useful, | ||
14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | GNU General Public License for more details. | ||
17 | |||
18 | You should have received a copy of the GNU General Public License | ||
19 | along with this program; if not, write to the Free Software | ||
20 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
21 | */ | 9 | */ |
22 | 10 | ||
23 | #ifndef _LINUX_HWMON_VID_H | 11 | #ifndef _LINUX_HWMON_VID_H |
diff --git a/include/linux/hwmon.h b/include/linux/hwmon.h index 2b949fa501e1..04c36b7a61dd 100644 --- a/include/linux/hwmon.h +++ b/include/linux/hwmon.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | hwmon.h - part of lm_sensors, Linux kernel modules for hardware monitoring | 3 | hwmon.h - part of lm_sensors, Linux kernel modules for hardware monitoring |
3 | 4 | ||
@@ -6,9 +7,6 @@ | |||
6 | 7 | ||
7 | Copyright (C) 2005 Mark M. Hoffman <mhoffman@lightlink.com> | 8 | Copyright (C) 2005 Mark M. Hoffman <mhoffman@lightlink.com> |
8 | 9 | ||
9 | This program is free software; you can redistribute it and/or modify | ||
10 | it under the terms of the GNU General Public License as published by | ||
11 | the Free Software Foundation; version 2 of the License. | ||
12 | */ | 10 | */ |
13 | 11 | ||
14 | #ifndef _HWMON_H_ | 12 | #ifndef _HWMON_H_ |
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 8b9a93c99c9b..6256cc34c4a6 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -1,25 +1,12 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Copyright (c) 2011, Microsoft Corporation. | 4 | * Copyright (c) 2011, Microsoft Corporation. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc., 59 Temple | ||
16 | * Place - Suite 330, Boston, MA 02111-1307 USA. | ||
17 | * | ||
18 | * Authors: | 6 | * Authors: |
19 | * Haiyang Zhang <haiyangz@microsoft.com> | 7 | * Haiyang Zhang <haiyangz@microsoft.com> |
20 | * Hank Janssen <hjanssen@microsoft.com> | 8 | * Hank Janssen <hjanssen@microsoft.com> |
21 | * K. Y. Srinivasan <kys@microsoft.com> | 9 | * K. Y. Srinivasan <kys@microsoft.com> |
22 | * | ||
23 | */ | 10 | */ |
24 | 11 | ||
25 | #ifndef _HYPERV_H | 12 | #ifndef _HYPERV_H |
diff --git a/include/linux/i2c-algo-pcf.h b/include/linux/i2c-algo-pcf.h index 538e8f41a319..696e7de83c79 100644 --- a/include/linux/i2c-algo-pcf.h +++ b/include/linux/i2c-algo-pcf.h | |||
@@ -1,23 +1,11 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* ------------------------------------------------------------------------- */ | 2 | /* ------------------------------------------------------------------------- */ |
2 | /* adap-pcf.h i2c driver algorithms for PCF8584 adapters */ | 3 | /* adap-pcf.h i2c driver algorithms for PCF8584 adapters */ |
3 | /* ------------------------------------------------------------------------- */ | 4 | /* ------------------------------------------------------------------------- */ |
4 | /* Copyright (C) 1995-97 Simon G. Vogl | 5 | /* Copyright (C) 1995-97 Simon G. Vogl |
5 | 1998-99 Hans Berglund | 6 | 1998-99 Hans Berglund |
6 | 7 | ||
7 | This program is free software; you can redistribute it and/or modify | 8 | */ |
8 | it under the terms of the GNU General Public License as published by | ||
9 | the Free Software Foundation; either version 2 of the License, or | ||
10 | (at your option) any later version. | ||
11 | |||
12 | This program is distributed in the hope that it will be useful, | ||
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | GNU General Public License for more details. | ||
16 | |||
17 | You should have received a copy of the GNU General Public License | ||
18 | along with this program; if not, write to the Free Software | ||
19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
20 | MA 02110-1301 USA. */ | ||
21 | /* ------------------------------------------------------------------------- */ | 9 | /* ------------------------------------------------------------------------- */ |
22 | 10 | ||
23 | /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even | 11 | /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even |
diff --git a/include/linux/i2c-dev.h b/include/linux/i2c-dev.h index 79727144c5cd..4c86fce30a51 100644 --- a/include/linux/i2c-dev.h +++ b/include/linux/i2c-dev.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | i2c-dev.h - i2c-bus driver, char device interface | 3 | i2c-dev.h - i2c-bus driver, char device interface |
3 | 4 | ||
4 | Copyright (C) 1995-97 Simon G. Vogl | 5 | Copyright (C) 1995-97 Simon G. Vogl |
5 | Copyright (C) 1998-99 Frodo Looijaard <frodol@dds.nl> | 6 | Copyright (C) 1998-99 Frodo Looijaard <frodol@dds.nl> |
6 | 7 | ||
7 | This program is free software; you can redistribute it and/or modify | ||
8 | it under the terms of the GNU General Public License as published by | ||
9 | the Free Software Foundation; either version 2 of the License, or | ||
10 | (at your option) any later version. | ||
11 | |||
12 | This program is distributed in the hope that it will be useful, | ||
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | GNU General Public License for more details. | ||
16 | |||
17 | You should have received a copy of the GNU General Public License | ||
18 | along with this program; if not, write to the Free Software | ||
19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
20 | MA 02110-1301 USA. | ||
21 | */ | 8 | */ |
22 | #ifndef _LINUX_I2C_DEV_H | 9 | #ifndef _LINUX_I2C_DEV_H |
23 | #define _LINUX_I2C_DEV_H | 10 | #define _LINUX_I2C_DEV_H |
diff --git a/include/linux/i2c-mux.h b/include/linux/i2c-mux.h index bd74d5706f3b..c5a977320f82 100644 --- a/include/linux/i2c-mux.h +++ b/include/linux/i2c-mux.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * i2c-mux.h - functions for the i2c-bus mux support | 4 | * i2c-mux.h - functions for the i2c-bus mux support |
@@ -5,21 +6,6 @@ | |||
5 | * Copyright (c) 2008-2009 Rodolfo Giometti <giometti@linux.it> | 6 | * Copyright (c) 2008-2009 Rodolfo Giometti <giometti@linux.it> |
6 | * Copyright (c) 2008-2009 Eurotech S.p.A. <info@eurotech.it> | 7 | * Copyright (c) 2008-2009 Eurotech S.p.A. <info@eurotech.it> |
7 | * Michael Lawnick <michael.lawnick.ext@nsn.com> | 8 | * Michael Lawnick <michael.lawnick.ext@nsn.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
22 | * MA 02110-1301 USA. | ||
23 | */ | 9 | */ |
24 | 10 | ||
25 | #ifndef _LINUX_I2C_MUX_H | 11 | #ifndef _LINUX_I2C_MUX_H |
diff --git a/include/linux/i2c-smbus.h b/include/linux/i2c-smbus.h index fb0e040b1abb..585ad6fc3847 100644 --- a/include/linux/i2c-smbus.h +++ b/include/linux/i2c-smbus.h | |||
@@ -1,22 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * i2c-smbus.h - SMBus extensions to the I2C protocol | 3 | * i2c-smbus.h - SMBus extensions to the I2C protocol |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Jean Delvare <jdelvare@suse.de> | 5 | * Copyright (C) 2010 Jean Delvare <jdelvare@suse.de> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
19 | * MA 02110-1301 USA. | ||
20 | */ | 6 | */ |
21 | 7 | ||
22 | #ifndef _LINUX_I2C_SMBUS_H | 8 | #ifndef _LINUX_I2C_SMBUS_H |
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 6c4db54714f6..1308126fc384 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* ------------------------------------------------------------------------- */ | 2 | /* ------------------------------------------------------------------------- */ |
2 | /* */ | 3 | /* */ |
3 | /* i2c.h - definitions for the i2c-bus interface */ | 4 | /* i2c.h - definitions for the i2c-bus interface */ |
@@ -5,20 +6,7 @@ | |||
5 | /* ------------------------------------------------------------------------- */ | 6 | /* ------------------------------------------------------------------------- */ |
6 | /* Copyright (C) 1995-2000 Simon G. Vogl | 7 | /* Copyright (C) 1995-2000 Simon G. Vogl |
7 | 8 | ||
8 | This program is free software; you can redistribute it and/or modify | 9 | */ |
9 | it under the terms of the GNU General Public License as published by | ||
10 | the Free Software Foundation; either version 2 of the License, or | ||
11 | (at your option) any later version. | ||
12 | |||
13 | This program is distributed in the hope that it will be useful, | ||
14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | GNU General Public License for more details. | ||
17 | |||
18 | You should have received a copy of the GNU General Public License | ||
19 | along with this program; if not, write to the Free Software | ||
20 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
21 | MA 02110-1301 USA. */ | ||
22 | /* ------------------------------------------------------------------------- */ | 10 | /* ------------------------------------------------------------------------- */ |
23 | 11 | ||
24 | /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and | 12 | /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and |
diff --git a/include/linux/icmp.h b/include/linux/icmp.h index efc18490627a..2d8aaf7d4b9e 100644 --- a/include/linux/icmp.h +++ b/include/linux/icmp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -8,11 +9,6 @@ | |||
8 | * Version: @(#)icmp.h 1.0.3 04/28/93 | 9 | * Version: @(#)icmp.h 1.0.3 04/28/93 |
9 | * | 10 | * |
10 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 11 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | */ | 12 | */ |
17 | #ifndef _LINUX_ICMP_H | 13 | #ifndef _LINUX_ICMP_H |
18 | #define _LINUX_ICMP_H | 14 | #define _LINUX_ICMP_H |
diff --git a/include/linux/idr.h b/include/linux/idr.h index 60daf34b625d..ee7abae143d3 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h | |||
@@ -1,9 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/linux/idr.h | 3 | * include/linux/idr.h |
3 | * | 4 | * |
4 | * 2002-10-18 written by Jim Houston jim.houston@ccur.com | 5 | * 2002-10-18 written by Jim Houston jim.houston@ccur.com |
5 | * Copyright (C) 2002 by Concurrent Computer Corporation | 6 | * Copyright (C) 2002 by Concurrent Computer Corporation |
6 | * Distributed under the GNU GPL license version 2. | ||
7 | * | 7 | * |
8 | * Small id to pointer translation service avoiding fixed sized | 8 | * Small id to pointer translation service avoiding fixed sized |
9 | * tables. | 9 | * tables. |
diff --git a/include/linux/ieee802154.h b/include/linux/ieee802154.h index ddb890174a0e..95c831162212 100644 --- a/include/linux/ieee802154.h +++ b/include/linux/ieee802154.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * IEEE802.15.4-2003 specification | 3 | * IEEE802.15.4-2003 specification |
3 | * | 4 | * |
4 | * Copyright (C) 2007, 2008 Siemens AG | 5 | * Copyright (C) 2007, 2008 Siemens AG |
5 | * | 6 | * |
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 | * Written by: | 7 | * Written by: |
16 | * Pavel Smolenskiy <pavel.smolenskiy@gmail.com> | 8 | * Pavel Smolenskiy <pavel.smolenskiy@gmail.com> |
17 | * Maxim Gorbachyov <maxim.gorbachev@siemens.com> | 9 | * Maxim Gorbachyov <maxim.gorbachev@siemens.com> |
diff --git a/include/linux/if_arp.h b/include/linux/if_arp.h index e44746de95cd..bf5c5f32c65e 100644 --- a/include/linux/if_arp.h +++ b/include/linux/if_arp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -14,11 +15,6 @@ | |||
14 | * Florian La Roche, | 15 | * Florian La Roche, |
15 | * Jonathan Layes <layes@loran.com> | 16 | * Jonathan Layes <layes@loran.com> |
16 | * Arnaldo Carvalho de Melo <acme@conectiva.com.br> ARPHRD_HWX25 | 17 | * Arnaldo Carvalho de Melo <acme@conectiva.com.br> ARPHRD_HWX25 |
17 | * | ||
18 | * This program is free software; you can redistribute it and/or | ||
19 | * modify it under the terms of the GNU General Public License | ||
20 | * as published by the Free Software Foundation; either version | ||
21 | * 2 of the License, or (at your option) any later version. | ||
22 | */ | 18 | */ |
23 | #ifndef _LINUX_IF_ARP_H | 19 | #ifndef _LINUX_IF_ARP_H |
24 | #define _LINUX_IF_ARP_H | 20 | #define _LINUX_IF_ARP_H |
diff --git a/include/linux/if_bridge.h b/include/linux/if_bridge.h index ef0819ced0fc..f3fab5d0ea97 100644 --- a/include/linux/if_bridge.h +++ b/include/linux/if_bridge.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Linux ethernet bridge | 3 | * Linux ethernet bridge |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Lennert Buytenhek <buytenh@gnu.org> | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | #ifndef _LINUX_IF_BRIDGE_H | 8 | #ifndef _LINUX_IF_BRIDGE_H |
13 | #define _LINUX_IF_BRIDGE_H | 9 | #define _LINUX_IF_BRIDGE_H |
diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h index 548fd535fd02..76cf11e905e1 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -11,11 +12,6 @@ | |||
11 | * Donald Becker, <becker@super.org> | 12 | * Donald Becker, <becker@super.org> |
12 | * Alan Cox, <alan@lxorguk.ukuu.org.uk> | 13 | * Alan Cox, <alan@lxorguk.ukuu.org.uk> |
13 | * Steve Whitehouse, <gw7rrm@eeshack3.swan.ac.uk> | 14 | * Steve Whitehouse, <gw7rrm@eeshack3.swan.ac.uk> |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or | ||
16 | * modify it under the terms of the GNU General Public License | ||
17 | * as published by the Free Software Foundation; either version | ||
18 | * 2 of the License, or (at your option) any later version. | ||
19 | */ | 15 | */ |
20 | #ifndef _LINUX_IF_ETHER_H | 16 | #ifndef _LINUX_IF_ETHER_H |
21 | #define _LINUX_IF_ETHER_H | 17 | #define _LINUX_IF_ETHER_H |
diff --git a/include/linux/if_fddi.h b/include/linux/if_fddi.h index f5550b3eeeab..c796f452d646 100644 --- a/include/linux/if_fddi.h +++ b/include/linux/if_fddi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -15,11 +16,6 @@ | |||
15 | * Alan Cox, <alan@lxorguk.ukuu.org.uk> | 16 | * Alan Cox, <alan@lxorguk.ukuu.org.uk> |
16 | * Steve Whitehouse, <gw7rrm@eeshack3.swan.ac.uk> | 17 | * Steve Whitehouse, <gw7rrm@eeshack3.swan.ac.uk> |
17 | * Peter De Schrijver, <stud11@cc4.kuleuven.ac.be> | 18 | * Peter De Schrijver, <stud11@cc4.kuleuven.ac.be> |
18 | * | ||
19 | * This program is free software; you can redistribute it and/or | ||
20 | * modify it under the terms of the GNU General Public License | ||
21 | * as published by the Free Software Foundation; either version | ||
22 | * 2 of the License, or (at your option) any later version. | ||
23 | */ | 19 | */ |
24 | #ifndef _LINUX_IF_FDDI_H | 20 | #ifndef _LINUX_IF_FDDI_H |
25 | #define _LINUX_IF_FDDI_H | 21 | #define _LINUX_IF_FDDI_H |
diff --git a/include/linux/if_frad.h b/include/linux/if_frad.h index 82a1b4e93570..52224de798aa 100644 --- a/include/linux/if_frad.h +++ b/include/linux/if_frad.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are | 3 | * DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are |
3 | * created for each DLCI associated with a FRAD. The FRAD driver | 4 | * created for each DLCI associated with a FRAD. The FRAD driver |
@@ -14,11 +15,6 @@ | |||
14 | * 0.15 Mike McLagan changed structure defs (packed) | 15 | * 0.15 Mike McLagan changed structure defs (packed) |
15 | * re-arranged flags | 16 | * re-arranged flags |
16 | * added DLCI_RET vars | 17 | * added DLCI_RET vars |
17 | * | ||
18 | * This program is free software; you can redistribute it and/or | ||
19 | * modify it under the terms of the GNU General Public License | ||
20 | * as published by the Free Software Foundation; either version | ||
21 | * 2 of the License, or (at your option) any later version. | ||
22 | */ | 18 | */ |
23 | #ifndef _FRAD_H_ | 19 | #ifndef _FRAD_H_ |
24 | #define _FRAD_H_ | 20 | #define _FRAD_H_ |
diff --git a/include/linux/if_pppol2tp.h b/include/linux/if_pppol2tp.h index 0fb71e532b2c..96d40942e5a3 100644 --- a/include/linux/if_pppol2tp.h +++ b/include/linux/if_pppol2tp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /*************************************************************************** | 2 | /*************************************************************************** |
2 | * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661) | 3 | * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661) |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c | 6 | * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c |
6 | * | 7 | * |
7 | * License: | 8 | * License: |
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | #ifndef __LINUX_IF_PPPOL2TP_H | 10 | #ifndef __LINUX_IF_PPPOL2TP_H |
15 | #define __LINUX_IF_PPPOL2TP_H | 11 | #define __LINUX_IF_PPPOL2TP_H |
diff --git a/include/linux/if_pppox.h b/include/linux/if_pppox.h index ba7a9b0c7c57..8b728750a625 100644 --- a/include/linux/if_pppox.h +++ b/include/linux/if_pppox.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /*************************************************************************** | 2 | /*************************************************************************** |
2 | * Linux PPP over X - Generic PPP transport layer sockets | 3 | * Linux PPP over X - Generic PPP transport layer sockets |
3 | * Linux PPP over Ethernet (PPPoE) Socket Implementation (RFC 2516) | 4 | * Linux PPP over Ethernet (PPPoE) Socket Implementation (RFC 2516) |
@@ -6,11 +7,6 @@ | |||
6 | * (pppox.c). All version information wrt this file is located in pppox.c | 7 | * (pppox.c). All version information wrt this file is located in pppox.c |
7 | * | 8 | * |
8 | * License: | 9 | * License: |
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version | ||
12 | * 2 of the License, or (at your option) any later version. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | #ifndef __LINUX_IF_PPPOX_H | 11 | #ifndef __LINUX_IF_PPPOX_H |
16 | #define __LINUX_IF_PPPOX_H | 12 | #define __LINUX_IF_PPPOX_H |
diff --git a/include/linux/if_team.h b/include/linux/if_team.h index ac42da56f7a2..06faa066496f 100644 --- a/include/linux/if_team.h +++ b/include/linux/if_team.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/if_team.h - Network team device driver header | 3 | * include/linux/if_team.h - Network team device driver header |
3 | * Copyright (c) 2011 Jiri Pirko <jpirko@redhat.com> | 4 | * Copyright (c) 2011 Jiri Pirko <jpirko@redhat.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | #ifndef _LINUX_IF_TEAM_H_ | 6 | #ifndef _LINUX_IF_TEAM_H_ |
11 | #define _LINUX_IF_TEAM_H_ | 7 | #define _LINUX_IF_TEAM_H_ |
diff --git a/include/linux/if_tun.h b/include/linux/if_tun.h index 12e3eebf0ce6..5bda8cf457b6 100644 --- a/include/linux/if_tun.h +++ b/include/linux/if_tun.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Universal TUN/TAP device driver. | 3 | * Universal TUN/TAP device driver. |
3 | * Copyright (C) 1999-2000 Maxim Krasnyansky <max_mk@yahoo.com> | 4 | * Copyright (C) 1999-2000 Maxim Krasnyansky <max_mk@yahoo.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 5 | */ |
15 | #ifndef __IF_TUN_H | 6 | #ifndef __IF_TUN_H |
16 | #define __IF_TUN_H | 7 | #define __IF_TUN_H |
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 4cca4da7a6de..244278d5c222 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * VLAN An implementation of 802.1Q VLAN tagging. | 3 | * VLAN An implementation of 802.1Q VLAN tagging. |
3 | * | 4 | * |
4 | * Authors: Ben Greear <greearb@candelatech.com> | 5 | * Authors: Ben Greear <greearb@candelatech.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | #ifndef _LINUX_IF_VLAN_H_ | 7 | #ifndef _LINUX_IF_VLAN_H_ |
13 | #define _LINUX_IF_VLAN_H_ | 8 | #define _LINUX_IF_VLAN_H_ |
diff --git a/include/linux/igmp.h b/include/linux/igmp.h index 9c94b2ea789c..9cbbd1baaf85 100644 --- a/include/linux/igmp.h +++ b/include/linux/igmp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Linux NET3: Internet Group Management Protocol [IGMP] | 3 | * Linux NET3: Internet Group Management Protocol [IGMP] |
3 | * | 4 | * |
@@ -5,12 +6,6 @@ | |||
5 | * Alan Cox <alan@lxorguk.ukuu.org.uk> | 6 | * Alan Cox <alan@lxorguk.ukuu.org.uk> |
6 | * | 7 | * |
7 | * Extended to talk the BSD extended IGMP protocol of mrouted 3.6 | 8 | * Extended to talk the BSD extended IGMP protocol of mrouted 3.6 |
8 | * | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 9 | */ |
15 | #ifndef _LINUX_IGMP_H | 10 | #ifndef _LINUX_IGMP_H |
16 | #define _LINUX_IGMP_H | 11 | #define _LINUX_IGMP_H |
diff --git a/include/linux/iio/accel/kxcjk_1013.h b/include/linux/iio/accel/kxcjk_1013.h index fd1d540ea62d..8c3c78bc9f91 100644 --- a/include/linux/iio/accel/kxcjk_1013.h +++ b/include/linux/iio/accel/kxcjk_1013.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * KXCJK-1013 3-axis accelerometer Interface | 3 | * KXCJK-1013 3-axis accelerometer Interface |
3 | * Copyright (c) 2014, Intel Corporation. | 4 | * Copyright (c) 2014, Intel Corporation. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef __IIO_KXCJK_1013_H__ | 7 | #ifndef __IIO_KXCJK_1013_H__ |
diff --git a/include/linux/iio/adc/ad_sigma_delta.h b/include/linux/iio/adc/ad_sigma_delta.h index 6e9fb1932dde..7716fa0c9fce 100644 --- a/include/linux/iio/adc/ad_sigma_delta.h +++ b/include/linux/iio/adc/ad_sigma_delta.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Support code for Analog Devices Sigma-Delta ADCs | 3 | * Support code for Analog Devices Sigma-Delta ADCs |
3 | * | 4 | * |
4 | * Copyright 2012 Analog Devices Inc. | 5 | * Copyright 2012 Analog Devices Inc. |
5 | * Author: Lars-Peter Clausen <lars@metafoo.de> | 6 | * Author: Lars-Peter Clausen <lars@metafoo.de> |
6 | * | ||
7 | * Licensed under the GPL-2. | ||
8 | */ | 7 | */ |
9 | #ifndef __AD_SIGMA_DELTA_H__ | 8 | #ifndef __AD_SIGMA_DELTA_H__ |
10 | #define __AD_SIGMA_DELTA_H__ | 9 | #define __AD_SIGMA_DELTA_H__ |
diff --git a/include/linux/iio/buffer-dma.h b/include/linux/iio/buffer-dma.h index 67c75372b691..016d8a068353 100644 --- a/include/linux/iio/buffer-dma.h +++ b/include/linux/iio/buffer-dma.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2013-2015 Analog Devices Inc. | 3 | * Copyright 2013-2015 Analog Devices Inc. |
3 | * Author: Lars-Peter Clausen <lars@metafoo.de> | 4 | * Author: Lars-Peter Clausen <lars@metafoo.de> |
4 | * | ||
5 | * Licensed under the GPL-2. | ||
6 | */ | 5 | */ |
7 | 6 | ||
8 | #ifndef __INDUSTRIALIO_DMA_BUFFER_H__ | 7 | #ifndef __INDUSTRIALIO_DMA_BUFFER_H__ |
diff --git a/include/linux/iio/buffer-dmaengine.h b/include/linux/iio/buffer-dmaengine.h index 5dcddf427bb0..b3a57444a886 100644 --- a/include/linux/iio/buffer-dmaengine.h +++ b/include/linux/iio/buffer-dmaengine.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2014-2015 Analog Devices Inc. | 3 | * Copyright 2014-2015 Analog Devices Inc. |
3 | * Author: Lars-Peter Clausen <lars@metafoo.de> | 4 | * Author: Lars-Peter Clausen <lars@metafoo.de> |
4 | * | ||
5 | * Licensed under the GPL-2 or later. | ||
6 | */ | 5 | */ |
7 | 6 | ||
8 | #ifndef __IIO_DMAENGINE_H__ | 7 | #ifndef __IIO_DMAENGINE_H__ |
diff --git a/include/linux/iio/common/cros_ec_sensors_core.h b/include/linux/iio/common/cros_ec_sensors_core.h index ce16445411ac..0c636b9fe8d7 100644 --- a/include/linux/iio/common/cros_ec_sensors_core.h +++ b/include/linux/iio/common/cros_ec_sensors_core.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ChromeOS EC sensor hub | 3 | * ChromeOS EC sensor hub |
3 | * | 4 | * |
4 | * Copyright (C) 2016 Google, Inc | 5 | * Copyright (C) 2016 Google, Inc |
5 | * | ||
6 | * This software is licensed under the terms of the GNU General Public | ||
7 | * License version 2, as published by the Free Software Foundation, and | ||
8 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef __CROS_EC_SENSORS_CORE_H | 8 | #ifndef __CROS_EC_SENSORS_CORE_H |
diff --git a/include/linux/iio/common/ssp_sensors.h b/include/linux/iio/common/ssp_sensors.h index f4d1b0edb432..06c9b4b563b3 100644 --- a/include/linux/iio/common/ssp_sensors.h +++ b/include/linux/iio/common/ssp_sensors.h | |||
@@ -1,16 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. | 3 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | */ | 4 | */ |
15 | #ifndef _SSP_SENSORS_H_ | 5 | #ifndef _SSP_SENSORS_H_ |
16 | #define _SSP_SENSORS_H_ | 6 | #define _SSP_SENSORS_H_ |
diff --git a/include/linux/iio/common/st_sensors.h b/include/linux/iio/common/st_sensors.h index 45e9667f0a8c..2948ac99e2da 100644 --- a/include/linux/iio/common/st_sensors.h +++ b/include/linux/iio/common/st_sensors.h | |||
@@ -1,11 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * STMicroelectronics sensors library driver | 3 | * STMicroelectronics sensors library driver |
3 | * | 4 | * |
4 | * Copyright 2012-2013 STMicroelectronics Inc. | 5 | * Copyright 2012-2013 STMicroelectronics Inc. |
5 | * | 6 | * |
6 | * Denis Ciocca <denis.ciocca@st.com> | 7 | * Denis Ciocca <denis.ciocca@st.com> |
7 | * | ||
8 | * Licensed under the GPL-2. | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #ifndef ST_SENSORS_H | 10 | #ifndef ST_SENSORS_H |
diff --git a/include/linux/iio/common/st_sensors_i2c.h b/include/linux/iio/common/st_sensors_i2c.h index 0a2c25e06d1f..5ada89944698 100644 --- a/include/linux/iio/common/st_sensors_i2c.h +++ b/include/linux/iio/common/st_sensors_i2c.h | |||
@@ -1,11 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * STMicroelectronics sensors i2c library driver | 3 | * STMicroelectronics sensors i2c library driver |
3 | * | 4 | * |
4 | * Copyright 2012-2013 STMicroelectronics Inc. | 5 | * Copyright 2012-2013 STMicroelectronics Inc. |
5 | * | 6 | * |
6 | * Denis Ciocca <denis.ciocca@st.com> | 7 | * Denis Ciocca <denis.ciocca@st.com> |
7 | * | ||
8 | * Licensed under the GPL-2. | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #ifndef ST_SENSORS_I2C_H | 10 | #ifndef ST_SENSORS_I2C_H |
diff --git a/include/linux/iio/common/st_sensors_spi.h b/include/linux/iio/common/st_sensors_spi.h index d964a3563dc6..6020f7167859 100644 --- a/include/linux/iio/common/st_sensors_spi.h +++ b/include/linux/iio/common/st_sensors_spi.h | |||
@@ -1,11 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * STMicroelectronics sensors spi library driver | 3 | * STMicroelectronics sensors spi library driver |
3 | * | 4 | * |
4 | * Copyright 2012-2013 STMicroelectronics Inc. | 5 | * Copyright 2012-2013 STMicroelectronics Inc. |
5 | * | 6 | * |
6 | * Denis Ciocca <denis.ciocca@st.com> | 7 | * Denis Ciocca <denis.ciocca@st.com> |
7 | * | ||
8 | * Licensed under the GPL-2. | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #ifndef ST_SENSORS_SPI_H | 10 | #ifndef ST_SENSORS_SPI_H |
diff --git a/include/linux/iio/dac/ad5504.h b/include/linux/iio/dac/ad5504.h index 43895376a9ca..9f23c90486ee 100644 --- a/include/linux/iio/dac/ad5504.h +++ b/include/linux/iio/dac/ad5504.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AD5504 SPI DAC driver | 3 | * AD5504 SPI DAC driver |
3 | * | 4 | * |
4 | * Copyright 2011 Analog Devices Inc. | 5 | * Copyright 2011 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef SPI_AD5504_H_ | 8 | #ifndef SPI_AD5504_H_ |
diff --git a/include/linux/iio/dac/ad5791.h b/include/linux/iio/dac/ad5791.h index 45ee281c6660..02966553f71e 100644 --- a/include/linux/iio/dac/ad5791.h +++ b/include/linux/iio/dac/ad5791.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AD5791 SPI DAC driver | 3 | * AD5791 SPI DAC driver |
3 | * | 4 | * |
4 | * Copyright 2011 Analog Devices Inc. | 5 | * Copyright 2011 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef SPI_AD5791_H_ | 8 | #ifndef SPI_AD5791_H_ |
diff --git a/include/linux/iio/dac/max517.h b/include/linux/iio/dac/max517.h index 7668716cd73c..4923645a18fd 100644 --- a/include/linux/iio/dac/max517.h +++ b/include/linux/iio/dac/max517.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * MAX517 DAC driver | 3 | * MAX517 DAC driver |
3 | * | 4 | * |
4 | * Copyright 2011 Roland Stigge <stigge@antcom.de> | 5 | * Copyright 2011 Roland Stigge <stigge@antcom.de> |
5 | * | ||
6 | * Licensed under the GPL-2 or later. | ||
7 | */ | 6 | */ |
8 | #ifndef IIO_DAC_MAX517_H_ | 7 | #ifndef IIO_DAC_MAX517_H_ |
9 | #define IIO_DAC_MAX517_H_ | 8 | #define IIO_DAC_MAX517_H_ |
diff --git a/include/linux/iio/dac/mcp4725.h b/include/linux/iio/dac/mcp4725.h index 628b2cf54c50..e9801c8d49c0 100644 --- a/include/linux/iio/dac/mcp4725.h +++ b/include/linux/iio/dac/mcp4725.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * MCP4725 DAC driver | 3 | * MCP4725 DAC driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Peter Meerwald <pmeerw@pmeerw.net> | 5 | * Copyright (C) 2012 Peter Meerwald <pmeerw@pmeerw.net> |
5 | * | ||
6 | * Licensed under the GPL-2 or later. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef IIO_DAC_MCP4725_H_ | 8 | #ifndef IIO_DAC_MCP4725_H_ |
diff --git a/include/linux/iio/frequency/ad9523.h b/include/linux/iio/frequency/ad9523.h index 621b93c0bcf9..ff22a0ac15f5 100644 --- a/include/linux/iio/frequency/ad9523.h +++ b/include/linux/iio/frequency/ad9523.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AD9523 SPI Low Jitter Clock Generator | 3 | * AD9523 SPI Low Jitter Clock Generator |
3 | * | 4 | * |
4 | * Copyright 2012 Analog Devices Inc. | 5 | * Copyright 2012 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef IIO_FREQUENCY_AD9523_H_ | 8 | #ifndef IIO_FREQUENCY_AD9523_H_ |
diff --git a/include/linux/iio/frequency/adf4350.h b/include/linux/iio/frequency/adf4350.h index ffd8c8f90928..ce9490bfeb89 100644 --- a/include/linux/iio/frequency/adf4350.h +++ b/include/linux/iio/frequency/adf4350.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ADF4350/ADF4351 SPI PLL driver | 3 | * ADF4350/ADF4351 SPI PLL driver |
3 | * | 4 | * |
4 | * Copyright 2012-2013 Analog Devices Inc. | 5 | * Copyright 2012-2013 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef IIO_PLL_ADF4350_H_ | 8 | #ifndef IIO_PLL_ADF4350_H_ |
diff --git a/include/linux/iio/imu/adis.h b/include/linux/iio/imu/adis.h index 469a493f7ae0..3428d06b2f44 100644 --- a/include/linux/iio/imu/adis.h +++ b/include/linux/iio/imu/adis.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Common library for ADIS16XXX devices | 3 | * Common library for ADIS16XXX devices |
3 | * | 4 | * |
4 | * Copyright 2012 Analog Devices Inc. | 5 | * Copyright 2012 Analog Devices Inc. |
5 | * Author: Lars-Peter Clausen <lars@metafoo.de> | 6 | * Author: Lars-Peter Clausen <lars@metafoo.de> |
6 | * | ||
7 | * Licensed under the GPL-2 or later. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef __IIO_ADIS_H__ | 9 | #ifndef __IIO_ADIS_H__ |
diff --git a/include/linux/iio/timer/stm32-lptim-trigger.h b/include/linux/iio/timer/stm32-lptim-trigger.h index 464458d20b16..a34dcf6a6001 100644 --- a/include/linux/iio/timer/stm32-lptim-trigger.h +++ b/include/linux/iio/timer/stm32-lptim-trigger.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) STMicroelectronics 2017 | 3 | * Copyright (C) STMicroelectronics 2017 |
3 | * | 4 | * |
4 | * Author: Fabrice Gasnier <fabrice.gasnier@st.com> | 5 | * Author: Fabrice Gasnier <fabrice.gasnier@st.com> |
5 | * | ||
6 | * License terms: GNU General Public License (GPL), version 2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _STM32_LPTIM_TRIGGER_H_ | 8 | #ifndef _STM32_LPTIM_TRIGGER_H_ |
diff --git a/include/linux/iio/timer/stm32-timer-trigger.h b/include/linux/iio/timer/stm32-timer-trigger.h index cbb7c7ae6c0c..37572e4dc73a 100644 --- a/include/linux/iio/timer/stm32-timer-trigger.h +++ b/include/linux/iio/timer/stm32-timer-trigger.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) STMicroelectronics 2016 | 3 | * Copyright (C) STMicroelectronics 2016 |
3 | * | 4 | * |
4 | * Author: Benjamin Gaignard <benjamin.gaignard@st.com> | 5 | * Author: Benjamin Gaignard <benjamin.gaignard@st.com> |
5 | * | ||
6 | * License terms: GNU General Public License (GPL), version 2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _STM32_TIMER_TRIGGER_H_ | 8 | #ifndef _STM32_TIMER_TRIGGER_H_ |
diff --git a/include/linux/ima.h b/include/linux/ima.h index fd9f7cf4cdf5..00036d2f57c3 100644 --- a/include/linux/ima.h +++ b/include/linux/ima.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008 IBM Corporation | 3 | * Copyright (C) 2008 IBM Corporation |
3 | * Author: Mimi Zohar <zohar@us.ibm.com> | 4 | * Author: Mimi Zohar <zohar@us.ibm.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation, version 2 of the License. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef _LINUX_IMA_H | 7 | #ifndef _LINUX_IMA_H |
diff --git a/include/linux/imx-media.h b/include/linux/imx-media.h index 77221ecad6fc..e017e1779118 100644 --- a/include/linux/imx-media.h +++ b/include/linux/imx-media.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014-2017 Mentor Graphics Inc. | 3 | * Copyright (c) 2014-2017 Mentor Graphics Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by the | ||
6 | * Free Software Foundation; either version 2 of the | ||
7 | * License, or (at your option) any later version | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __LINUX_IMX_MEDIA_H__ | 6 | #ifndef __LINUX_IMX_MEDIA_H__ |
diff --git a/include/linux/in.h b/include/linux/in.h index 435e7f2a513a..4d2fedfb753a 100644 --- a/include/linux/in.h +++ b/include/linux/in.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Authors: Original taken from the GNU Project <netinet/in.h> file. | 11 | * Authors: Original taken from the GNU Project <netinet/in.h> file. |
11 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 12 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | #ifndef _LINUX_IN_H | 14 | #ifndef _LINUX_IN_H |
19 | #define _LINUX_IN_H | 15 | #define _LINUX_IN_H |
diff --git a/include/linux/in6.h b/include/linux/in6.h index 34edf1f6c9a3..0777a21cbf86 100644 --- a/include/linux/in6.h +++ b/include/linux/in6.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Types and definitions for AF_INET6 | 3 | * Types and definitions for AF_INET6 |
3 | * Linux INET6 implementation | 4 | * Linux INET6 implementation |
@@ -11,11 +12,6 @@ | |||
11 | * | 12 | * |
12 | * Advanced Sockets API for IPv6 | 13 | * Advanced Sockets API for IPv6 |
13 | * <draft-stevens-advanced-api-00.txt> | 14 | * <draft-stevens-advanced-api-00.txt> |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or | ||
16 | * modify it under the terms of the GNU General Public License | ||
17 | * as published by the Free Software Foundation; either version | ||
18 | * 2 of the License, or (at your option) any later version. | ||
19 | */ | 15 | */ |
20 | #ifndef _LINUX_IN6_H | 16 | #ifndef _LINUX_IN6_H |
21 | #define _LINUX_IN6_H | 17 | #define _LINUX_IN6_H |
diff --git a/include/linux/inet.h b/include/linux/inet.h index 97defc1139e9..bd8276e96e60 100644 --- a/include/linux/inet.h +++ b/include/linux/inet.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Swansea University Computer Society NET3 | 3 | * Swansea University Computer Society NET3 |
3 | * | 4 | * |
@@ -33,11 +34,6 @@ | |||
33 | * $Id: udp.h,v 0.8.4.1 1992/11/10 00:17:18 bir7 Exp $ | 34 | * $Id: udp.h,v 0.8.4.1 1992/11/10 00:17:18 bir7 Exp $ |
34 | * $Id: we.c,v 0.8.4.10 1993/01/23 18:00:11 bir7 Exp $ | 35 | * $Id: we.c,v 0.8.4.10 1993/01/23 18:00:11 bir7 Exp $ |
35 | * $Id: wereg.h,v 0.8.4.1 1992/11/10 00:17:18 bir7 Exp $ | 36 | * $Id: wereg.h,v 0.8.4.1 1992/11/10 00:17:18 bir7 Exp $ |
36 | * | ||
37 | * This program is free software; you can redistribute it and/or | ||
38 | * modify it under the terms of the GNU General Public License | ||
39 | * as published by the Free Software Foundation; either version | ||
40 | * 2 of the License, or (at your option) any later version. | ||
41 | */ | 37 | */ |
42 | #ifndef _LINUX_INET_H | 38 | #ifndef _LINUX_INET_H |
43 | #define _LINUX_INET_H | 39 | #define _LINUX_INET_H |
diff --git a/include/linux/input/ad714x.h b/include/linux/input/ad714x.h index d388d857bf14..20aea668b007 100644 --- a/include/linux/input/ad714x.h +++ b/include/linux/input/ad714x.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/input/ad714x.h | 3 | * include/linux/input/ad714x.h |
3 | * | 4 | * |
@@ -7,8 +8,6 @@ | |||
7 | * information. | 8 | * information. |
8 | * | 9 | * |
9 | * Copyright 2009-2011 Analog Devices Inc. | 10 | * Copyright 2009-2011 Analog Devices Inc. |
10 | * | ||
11 | * Licensed under the GPL-2 or later. | ||
12 | */ | 11 | */ |
13 | 12 | ||
14 | #ifndef __LINUX_INPUT_AD714X_H__ | 13 | #ifndef __LINUX_INPUT_AD714X_H__ |
diff --git a/include/linux/input/adp5589.h b/include/linux/input/adp5589.h index 1a05eee15e67..c0523af96893 100644 --- a/include/linux/input/adp5589.h +++ b/include/linux/input/adp5589.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Analog Devices ADP5589/ADP5585 I/O Expander and QWERTY Keypad Controller | 3 | * Analog Devices ADP5589/ADP5585 I/O Expander and QWERTY Keypad Controller |
3 | * | 4 | * |
4 | * Copyright 2010-2011 Analog Devices Inc. | 5 | * Copyright 2010-2011 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _ADP5589_H | 8 | #ifndef _ADP5589_H |
diff --git a/include/linux/input/adxl34x.h b/include/linux/input/adxl34x.h index 010d98175efa..7efc9008f316 100644 --- a/include/linux/input/adxl34x.h +++ b/include/linux/input/adxl34x.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/input/adxl34x.h | 3 | * include/linux/input/adxl34x.h |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * device's "struct device" holds this information. | 7 | * device's "struct device" holds this information. |
7 | * | 8 | * |
8 | * Copyright 2009 Analog Devices Inc. | 9 | * Copyright 2009 Analog Devices Inc. |
9 | * | ||
10 | * Licensed under the GPL-2 or later. | ||
11 | */ | 10 | */ |
12 | 11 | ||
13 | #ifndef __LINUX_INPUT_ADXL34X_H__ | 12 | #ifndef __LINUX_INPUT_ADXL34X_H__ |
diff --git a/include/linux/input/auo-pixcir-ts.h b/include/linux/input/auo-pixcir-ts.h index 5049f21928e4..ed0776997a7a 100644 --- a/include/linux/input/auo-pixcir-ts.h +++ b/include/linux/input/auo-pixcir-ts.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Driver for AUO in-cell touchscreens | 3 | * Driver for AUO in-cell touchscreens |
3 | * | 4 | * |
@@ -7,17 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Copyright (c) 2008 QUALCOMM Incorporated. | 9 | * Copyright (c) 2008 QUALCOMM Incorporated. |
9 | * Copyright (c) 2008 QUALCOMM USA, INC. | 10 | * Copyright (c) 2008 QUALCOMM USA, INC. |
10 | * | ||
11 | * | ||
12 | * This software is licensed under the terms of the GNU General Public | ||
13 | * License version 2, as published by the Free Software Foundation, and | ||
14 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 11 | */ |
22 | 12 | ||
23 | #ifndef __AUO_PIXCIR_TS_H__ | 13 | #ifndef __AUO_PIXCIR_TS_H__ |
diff --git a/include/linux/input/bu21013.h b/include/linux/input/bu21013.h index 6230d76bde5d..7e5b7e978e8a 100644 --- a/include/linux/input/bu21013.h +++ b/include/linux/input/bu21013.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson | 4 | * Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson |
4 | * License terms:GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef _BU21013_H | 7 | #ifndef _BU21013_H |
diff --git a/include/linux/input/cyttsp.h b/include/linux/input/cyttsp.h index 586c8c95dcb0..118b9af6e01a 100644 --- a/include/linux/input/cyttsp.h +++ b/include/linux/input/cyttsp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Header file for: | 3 | * Header file for: |
3 | * Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers. | 4 | * Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers. |
@@ -9,22 +10,7 @@ | |||
9 | * Copyright (C) 2009, 2010, 2011 Cypress Semiconductor, Inc. | 10 | * Copyright (C) 2009, 2010, 2011 Cypress Semiconductor, Inc. |
10 | * Copyright (C) 2012 Javier Martinez Canillas <javier@dowhile0.org> | 11 | * Copyright (C) 2012 Javier Martinez Canillas <javier@dowhile0.org> |
11 | * | 12 | * |
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * version 2, and only version 2, as published by the | ||
15 | * 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 along | ||
23 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
24 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
25 | * | ||
26 | * Contact Cypress Semiconductor at www.cypress.com (kev@cypress.com) | 13 | * Contact Cypress Semiconductor at www.cypress.com (kev@cypress.com) |
27 | * | ||
28 | */ | 14 | */ |
29 | #ifndef _CYTTSP_H_ | 15 | #ifndef _CYTTSP_H_ |
30 | #define _CYTTSP_H_ | 16 | #define _CYTTSP_H_ |
diff --git a/include/linux/input/kxtj9.h b/include/linux/input/kxtj9.h index d415579b56fe..46e231986fde 100644 --- a/include/linux/input/kxtj9.h +++ b/include/linux/input/kxtj9.h | |||
@@ -1,20 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Kionix, Inc. | 3 | * Copyright (C) 2011 Kionix, Inc. |
3 | * Written by Chris Hudson <chudson@kionix.com> | 4 | * Written by Chris Hudson <chudson@kionix.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA | ||
17 | * 02111-1307, USA | ||
18 | */ | 5 | */ |
19 | 6 | ||
20 | #ifndef __KXTJ9_H__ | 7 | #ifndef __KXTJ9_H__ |
diff --git a/include/linux/input/samsung-keypad.h b/include/linux/input/samsung-keypad.h index f25619bfd8a8..ab6b97114c08 100644 --- a/include/linux/input/samsung-keypad.h +++ b/include/linux/input/samsung-keypad.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Samsung Keypad platform data definitions | 3 | * Samsung Keypad platform data definitions |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Samsung Electronics Co.Ltd | 5 | * Copyright (C) 2010 Samsung Electronics Co.Ltd |
5 | * Author: Joonyoung Shim <jy0922.shim@samsung.com> | 6 | * Author: Joonyoung Shim <jy0922.shim@samsung.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __SAMSUNG_KEYPAD_H | 9 | #ifndef __SAMSUNG_KEYPAD_H |
diff --git a/include/linux/integrity.h b/include/linux/integrity.h index 54c853ec2fd1..2271939c5c31 100644 --- a/include/linux/integrity.h +++ b/include/linux/integrity.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009 IBM Corporation | 3 | * Copyright (C) 2009 IBM Corporation |
3 | * Author: Mimi Zohar <zohar@us.ibm.com> | 4 | * Author: Mimi Zohar <zohar@us.ibm.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation, version 2 of the License. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef _LINUX_INTEGRITY_H | 7 | #ifndef _LINUX_INTEGRITY_H |
diff --git a/include/linux/intel-iommu.h b/include/linux/intel-iommu.h index 6925a18a5ca3..6a8dd4af0147 100644 --- a/include/linux/intel-iommu.h +++ b/include/linux/intel-iommu.h | |||
@@ -1,22 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2006-2015, Intel Corporation. | 3 | * Copyright © 2006-2015, Intel Corporation. |
3 | * | 4 | * |
4 | * Authors: Ashok Raj <ashok.raj@intel.com> | 5 | * Authors: Ashok Raj <ashok.raj@intel.com> |
5 | * Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> | 6 | * Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |
6 | * David Woodhouse <David.Woodhouse@intel.com> | 7 | * David Woodhouse <David.Woodhouse@intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms and conditions of the GNU General Public License, | ||
10 | * version 2, as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
13 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
14 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
15 | * more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License along with | ||
18 | * this program; if not, write to the Free Software Foundation, Inc., 59 Temple | ||
19 | * Place - Suite 330, Boston, MA 02111-1307 USA. | ||
20 | */ | 8 | */ |
21 | 9 | ||
22 | #ifndef _INTEL_IOMMU_H_ | 10 | #ifndef _INTEL_IOMMU_H_ |
diff --git a/include/linux/intel-pti.h b/include/linux/intel-pti.h index 2710d72de3c9..fcd841a90f2f 100644 --- a/include/linux/intel-pti.h +++ b/include/linux/intel-pti.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) Intel 2011 | 3 | * Copyright (C) Intel 2011 |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 5 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
14 | * | 6 | * |
15 | * The PTI (Parallel Trace Interface) driver directs trace data routed from | 7 | * The PTI (Parallel Trace Interface) driver directs trace data routed from |
diff --git a/include/linux/intel-svm.h b/include/linux/intel-svm.h index e3f76315ca4d..54ffcc6a322e 100644 --- a/include/linux/intel-svm.h +++ b/include/linux/intel-svm.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2015 Intel Corporation. | 3 | * Copyright © 2015 Intel Corporation. |
3 | * | 4 | * |
4 | * Authors: David Woodhouse <David.Woodhouse@intel.com> | 5 | * Authors: David Woodhouse <David.Woodhouse@intel.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms and conditions of the GNU General Public License, | ||
8 | * version 2, as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef __INTEL_SVM_H__ | 8 | #ifndef __INTEL_SVM_H__ |
diff --git a/include/linux/interval_tree_generic.h b/include/linux/interval_tree_generic.h index 1f97ce26cccc..855476145fe1 100644 --- a/include/linux/interval_tree_generic.h +++ b/include/linux/interval_tree_generic.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | Interval Trees | 3 | Interval Trees |
3 | (C) 2012 Michel Lespinasse <walken@google.com> | 4 | (C) 2012 Michel Lespinasse <walken@google.com> |
4 | 5 | ||
5 | This program is free software; you can redistribute it and/or modify | ||
6 | it under the terms of the GNU General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or | ||
8 | (at your option) any later version. | ||
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 the Free Software | ||
17 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | 6 | ||
19 | include/linux/interval_tree_generic.h | 7 | include/linux/interval_tree_generic.h |
20 | */ | 8 | */ |
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index a815cf6f6f47..e552c3b63f6f 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2007-2008 Advanced Micro Devices, Inc. | 3 | * Copyright (C) 2007-2008 Advanced Micro Devices, Inc. |
3 | * Author: Joerg Roedel <joerg.roedel@amd.com> | 4 | * Author: Joerg Roedel <joerg.roedel@amd.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef __LINUX_IOMMU_H | 7 | #ifndef __LINUX_IOMMU_H |
diff --git a/include/linux/iopoll.h b/include/linux/iopoll.h index b1d861caca16..3908353deec6 100644 --- a/include/linux/iopoll.h +++ b/include/linux/iopoll.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012-2014 The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2012-2014 The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 and | ||
6 | * only version 2 as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef _LINUX_IOPOLL_H | 6 | #ifndef _LINUX_IOPOLL_H |
diff --git a/include/linux/iova.h b/include/linux/iova.h index 28a5128405f8..781b96ac706f 100644 --- a/include/linux/iova.h +++ b/include/linux/iova.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2006, Intel Corporation. | 3 | * Copyright (c) 2006, Intel Corporation. |
3 | * | 4 | * |
4 | * This file is released under the GPLv2. | ||
5 | * | ||
6 | * Copyright (C) 2006-2008 Intel Corporation | 5 | * Copyright (C) 2006-2008 Intel Corporation |
7 | * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> | 6 | * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |
8 | * | ||
9 | */ | 7 | */ |
10 | 8 | ||
11 | #ifndef _IOVA_H_ | 9 | #ifndef _IOVA_H_ |
diff --git a/include/linux/ip.h b/include/linux/ip.h index 482b7b7c9f30..3d9c6750af62 100644 --- a/include/linux/ip.h +++ b/include/linux/ip.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -8,11 +9,6 @@ | |||
8 | * Version: @(#)ip.h 1.0.2 04/28/93 | 9 | * Version: @(#)ip.h 1.0.2 04/28/93 |
9 | * | 10 | * |
10 | * Authors: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 11 | * Authors: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | */ | 12 | */ |
17 | #ifndef _LINUX_IP_H | 13 | #ifndef _LINUX_IP_H |
18 | #define _LINUX_IP_H | 14 | #define _LINUX_IP_H |
diff --git a/include/linux/ipack.h b/include/linux/ipack.h index 8bddc3fbdddf..2c6936b8371f 100644 --- a/include/linux/ipack.h +++ b/include/linux/ipack.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Industry-pack bus. | 3 | * Industry-pack bus. |
3 | * | 4 | * |
4 | * Copyright (C) 2011-2012 CERN (www.cern.ch) | 5 | * Copyright (C) 2011-2012 CERN (www.cern.ch) |
5 | * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 6 | * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; version 2 of the License. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/mod_devicetable.h> | 9 | #include <linux/mod_devicetable.h> |
diff --git a/include/linux/ipv6_route.h b/include/linux/ipv6_route.h index 25b5f1f5e780..5711e246c39c 100644 --- a/include/linux/ipv6_route.h +++ b/include/linux/ipv6_route.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Linux INET6 implementation | 3 | * Linux INET6 implementation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Pedro Roque <roque@di.fc.ul.pt> | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | #ifndef _LINUX_IPV6_ROUTE_H | 8 | #ifndef _LINUX_IPV6_ROUTE_H |
13 | #define _LINUX_IPV6_ROUTE_H | 9 | #define _LINUX_IPV6_ROUTE_H |
diff --git a/include/linux/irqchip/arm-vic.h b/include/linux/irqchip/arm-vic.h index ba46c794b4e5..a158b97242c7 100644 --- a/include/linux/irqchip/arm-vic.h +++ b/include/linux/irqchip/arm-vic.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/include/asm/hardware/vic.h | 3 | * arch/arm/include/asm/hardware/vic.h |
3 | * | 4 | * |
4 | * Copyright (c) ARM Limited 2003. All rights reserved. | 5 | * Copyright (c) ARM Limited 2003. All rights reserved. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | #ifndef __ASM_ARM_HARDWARE_VIC_H | 7 | #ifndef __ASM_ARM_HARDWARE_VIC_H |
21 | #define __ASM_ARM_HARDWARE_VIC_H | 8 | #define __ASM_ARM_HARDWARE_VIC_H |
diff --git a/include/linux/irqchip/ingenic.h b/include/linux/irqchip/ingenic.h index 0ee319a4029d..146558853ad4 100644 --- a/include/linux/irqchip/ingenic.h +++ b/include/linux/irqchip/ingenic.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> | 3 | * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the | ||
6 | * Free Software Foundation; either version 2 of the License, or (at your | ||
7 | * option) any later version. | ||
8 | * | ||
9 | * You should have received a copy of the GNU General Public License along | ||
10 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
11 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
12 | * | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __LINUX_IRQCHIP_INGENIC_H__ | 6 | #ifndef __LINUX_IRQCHIP_INGENIC_H__ |
diff --git a/include/linux/irqchip/irq-bcm2836.h b/include/linux/irqchip/irq-bcm2836.h index 218a6e1b18d8..f224d6f9e550 100644 --- a/include/linux/irqchip/irq-bcm2836.h +++ b/include/linux/irqchip/irq-bcm2836.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Root interrupt controller for the BCM2836 (Raspberry Pi 2). | 3 | * Root interrupt controller for the BCM2836 (Raspberry Pi 2). |
3 | * | 4 | * |
4 | * Copyright 2015 Broadcom | 5 | * Copyright 2015 Broadcom |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #define LOCAL_CONTROL 0x000 | 8 | #define LOCAL_CONTROL 0x000 |
diff --git a/include/linux/irqchip/irq-omap-intc.h b/include/linux/irqchip/irq-omap-intc.h index f19ccee7749f..216e5adf80ce 100644 --- a/include/linux/irqchip/irq-omap-intc.h +++ b/include/linux/irqchip/irq-omap-intc.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /** | 2 | /** |
2 | * irq-omap-intc.h - INTC Idle Functions | 3 | * irq-omap-intc.h - INTC Idle Functions |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com | 5 | * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com |
5 | * | 6 | * |
6 | * Author: Felipe Balbi <balbi@ti.com> | 7 | * Author: Felipe Balbi <balbi@ti.com> |
7 | * | ||
8 | * This program is free software: you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 of | ||
10 | * the License as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H | 10 | #ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H |
diff --git a/include/linux/isapnp.h b/include/linux/isapnp.h index 3c77bf9b1efd..11edb2109a68 100644 --- a/include/linux/isapnp.h +++ b/include/linux/isapnp.h | |||
@@ -1,22 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * ISA Plug & Play support | 3 | * ISA Plug & Play support |
3 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 4 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> |
4 | * | ||
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | * | ||
20 | */ | 5 | */ |
21 | 6 | ||
22 | #ifndef LINUX_ISAPNP_H | 7 | #ifndef LINUX_ISAPNP_H |
diff --git a/include/linux/iscsi_boot_sysfs.h b/include/linux/iscsi_boot_sysfs.h index 10923d730486..5f244d3f1472 100644 --- a/include/linux/iscsi_boot_sysfs.h +++ b/include/linux/iscsi_boot_sysfs.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Export the iSCSI boot info to userland via sysfs. | 3 | * Export the iSCSI boot info to userland via sysfs. |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2010 Red Hat, Inc. All rights reserved. |
5 | * Copyright (C) 2010 Mike Christie | 6 | * Copyright (C) 2010 Mike Christie |
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 v2.0 as published by | ||
9 | * 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 | */ | 7 | */ |
16 | #ifndef _ISCSI_BOOT_SYSFS_ | 8 | #ifndef _ISCSI_BOOT_SYSFS_ |
17 | #define _ISCSI_BOOT_SYSFS_ | 9 | #define _ISCSI_BOOT_SYSFS_ |
diff --git a/include/linux/iscsi_ibft.h b/include/linux/iscsi_ibft.h index 605cc5c333d9..b7b45ca82bea 100644 --- a/include/linux/iscsi_ibft.h +++ b/include/linux/iscsi_ibft.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2007 Red Hat, Inc. | 3 | * Copyright 2007 Red Hat, Inc. |
3 | * by Peter Jones <pjones@redhat.com> | 4 | * by Peter Jones <pjones@redhat.com> |
@@ -7,15 +8,6 @@ | |||
7 | * by Konrad Rzeszutek <ketuzsezr@darnok.org> | 8 | * by Konrad Rzeszutek <ketuzsezr@darnok.org> |
8 | * | 9 | * |
9 | * This code exposes the iSCSI Boot Format Table to userland via sysfs. | 10 | * This code exposes the iSCSI Boot Format Table to userland via sysfs. |
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 v2.0 as published by | ||
13 | * 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 | */ | 11 | */ |
20 | 12 | ||
21 | #ifndef ISCSI_IBFT_H | 13 | #ifndef ISCSI_IBFT_H |
diff --git a/include/linux/isdn/hdlc.h b/include/linux/isdn/hdlc.h index 96521370c782..fe2c1279c139 100644 --- a/include/linux/isdn/hdlc.h +++ b/include/linux/isdn/hdlc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * hdlc.h -- General purpose ISDN HDLC decoder. | 3 | * hdlc.h -- General purpose ISDN HDLC decoder. |
3 | * | 4 | * |
@@ -10,20 +11,6 @@ | |||
10 | * 2002 Wolfgang Mües <wolfgang@iksw-muees.de> | 11 | * 2002 Wolfgang Mües <wolfgang@iksw-muees.de> |
11 | * 2001 Frode Isaksen <fisaksen@bewan.com> | 12 | * 2001 Frode Isaksen <fisaksen@bewan.com> |
12 | * 2001 Kai Germaschewski <kai.germaschewski@gmx.de> | 13 | * 2001 Kai Germaschewski <kai.germaschewski@gmx.de> |
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 as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | * You should have received a copy of the GNU General Public License | ||
25 | * along with this program; if not, write to the Free Software | ||
26 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
27 | */ | 14 | */ |
28 | 15 | ||
29 | #ifndef __ISDNHDLC_H__ | 16 | #ifndef __ISDNHDLC_H__ |
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index 6c9870e16b19..5c04181b7c6d 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/jbd2.h | 3 | * linux/include/linux/jbd2.h |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright 1998-2000 Red Hat, Inc --- All Rights Reserved | 7 | * Copyright 1998-2000 Red Hat, Inc --- All Rights Reserved |
7 | * | 8 | * |
8 | * This file is part of the Linux kernel and is made available under | ||
9 | * the terms of the GNU General Public License, version 2, or at your | ||
10 | * option, any later version, incorporated herein by reference. | ||
11 | * | ||
12 | * Definitions for transaction data structures for the buffer cache | 9 | * Definitions for transaction data structures for the buffer cache |
13 | * filesystem journaling support. | 10 | * filesystem journaling support. |
14 | */ | 11 | */ |
diff --git a/include/linux/joystick.h b/include/linux/joystick.h index 5153f5b9294c..41b833b012f5 100644 --- a/include/linux/joystick.h +++ b/include/linux/joystick.h | |||
@@ -1,22 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 1996-2000 Vojtech Pavlik | 3 | * Copyright (C) 1996-2000 Vojtech Pavlik |
3 | * | 4 | * |
4 | * Sponsored by SuSE | 5 | * Sponsored by SuSE |
5 | */ | 6 | */ |
6 | /* | 7 | /* |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | 8 | */ |
21 | #ifndef _LINUX_JOYSTICK_H | 9 | #ifndef _LINUX_JOYSTICK_H |
22 | #define _LINUX_JOYSTICK_H | 10 | #define _LINUX_JOYSTICK_H |
diff --git a/include/linux/jz4780-nemc.h b/include/linux/jz4780-nemc.h index e7f1cc7a2284..bd7fad910242 100644 --- a/include/linux/jz4780-nemc.h +++ b/include/linux/jz4780-nemc.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * JZ4780 NAND/external memory controller (NEMC) | 3 | * JZ4780 NAND/external memory controller (NEMC) |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Imagination Technologies | 5 | * Copyright (c) 2015 Imagination Technologies |
5 | * Author: Alex Smith <alex@alex-smith.me.uk> | 6 | * Author: Alex Smith <alex@alex-smith.me.uk> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __LINUX_JZ4780_NEMC_H__ | 9 | #ifndef __LINUX_JZ4780_NEMC_H__ |
diff --git a/include/linux/kernfs.h b/include/linux/kernfs.h index 2bf477f86eb1..936b61bd504e 100644 --- a/include/linux/kernfs.h +++ b/include/linux/kernfs.h | |||
@@ -1,7 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * kernfs.h - pseudo filesystem decoupled from vfs locking | 3 | * kernfs.h - pseudo filesystem decoupled from vfs locking |
3 | * | ||
4 | * This file is released under the GPLv2. | ||
5 | */ | 4 | */ |
6 | 5 | ||
7 | #ifndef __LINUX_KERNFS_H | 6 | #ifndef __LINUX_KERNFS_H |
diff --git a/include/linux/key-type.h b/include/linux/key-type.h index e49d1de0614e..331cab70db09 100644 --- a/include/linux/key-type.h +++ b/include/linux/key-type.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Definitions for key type implementations | 2 | /* Definitions for key type implementations |
2 | * | 3 | * |
3 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_KEY_TYPE_H | 8 | #ifndef _LINUX_KEY_TYPE_H |
diff --git a/include/linux/key.h b/include/linux/key.h index 7099985e35a9..1c8b88b455ef 100644 --- a/include/linux/key.h +++ b/include/linux/key.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Authentication token and access key management | 2 | /* Authentication token and access key management |
2 | * | 3 | * |
3 | * Copyright (C) 2004, 2007 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2004, 2007 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | * | ||
11 | * | ||
12 | * See Documentation/security/keys/core.rst for information on keys/keyrings. | 7 | * See Documentation/security/keys/core.rst for information on keys/keyrings. |
13 | */ | 8 | */ |
14 | 9 | ||
diff --git a/include/linux/keyctl.h b/include/linux/keyctl.h index c7c48c79ce0e..5b79847207ef 100644 --- a/include/linux/keyctl.h +++ b/include/linux/keyctl.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* keyctl kernel bits | 2 | /* keyctl kernel bits |
2 | * | 3 | * |
3 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __LINUX_KEYCTL_H | 8 | #ifndef __LINUX_KEYCTL_H |
diff --git a/include/linux/kfifo.h b/include/linux/kfifo.h index 89fc8dc7bf38..fc4b0b10210f 100644 --- a/include/linux/kfifo.h +++ b/include/linux/kfifo.h | |||
@@ -1,22 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * A generic kernel FIFO implementation | 3 | * A generic kernel FIFO implementation |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Stefani Seibold <stefani@seibold.net> | 5 | * Copyright (C) 2013 Stefani Seibold <stefani@seibold.net> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | * | ||
20 | */ | 6 | */ |
21 | 7 | ||
22 | #ifndef _LINUX_KFIFO_H | 8 | #ifndef _LINUX_KFIFO_H |
diff --git a/include/linux/kmemleak.h b/include/linux/kmemleak.h index 5ac416e2d339..34684b2026ab 100644 --- a/include/linux/kmemleak.h +++ b/include/linux/kmemleak.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/linux/kmemleak.h | 3 | * include/linux/kmemleak.h |
3 | * | 4 | * |
4 | * Copyright (C) 2008 ARM Limited | 5 | * Copyright (C) 2008 ARM Limited |
5 | * Written by Catalin Marinas <catalin.marinas@arm.com> | 6 | * Written by Catalin Marinas <catalin.marinas@arm.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 as | ||
9 | * 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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef __KMEMLEAK_H | 9 | #ifndef __KMEMLEAK_H |
diff --git a/include/linux/kmod.h b/include/linux/kmod.h index 40c89ad4bea6..68f69362d427 100644 --- a/include/linux/kmod.h +++ b/include/linux/kmod.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __LINUX_KMOD_H__ | 2 | #ifndef __LINUX_KMOD_H__ |
2 | #define __LINUX_KMOD_H__ | 3 | #define __LINUX_KMOD_H__ |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * include/linux/kmod.h | 6 | * include/linux/kmod.h |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
20 | */ | 7 | */ |
21 | 8 | ||
22 | #include <linux/umh.h> | 9 | #include <linux/umh.h> |
diff --git a/include/linux/kprobes.h b/include/linux/kprobes.h index 9a897256e481..443d9800ca3f 100644 --- a/include/linux/kprobes.h +++ b/include/linux/kprobes.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef _LINUX_KPROBES_H | 2 | #ifndef _LINUX_KPROBES_H |
2 | #define _LINUX_KPROBES_H | 3 | #define _LINUX_KPROBES_H |
3 | /* | 4 | /* |
4 | * Kernel Probes (KProbes) | 5 | * Kernel Probes (KProbes) |
5 | * include/linux/kprobes.h | 6 | * include/linux/kprobes.h |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
20 | * | ||
21 | * Copyright (C) IBM Corporation, 2002, 2004 | 8 | * Copyright (C) IBM Corporation, 2002, 2004 |
22 | * | 9 | * |
23 | * 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel | 10 | * 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel |
diff --git a/include/linux/kref.h b/include/linux/kref.h index cb00a0268061..d32e21a2538c 100644 --- a/include/linux/kref.h +++ b/include/linux/kref.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * kref.h - library routines for handling generic reference counted objects | 3 | * kref.h - library routines for handling generic reference counted objects |
3 | * | 4 | * |
@@ -7,9 +8,6 @@ | |||
7 | * based on kobject.h which was: | 8 | * based on kobject.h which was: |
8 | * Copyright (C) 2002-2003 Patrick Mochel <mochel@osdl.org> | 9 | * Copyright (C) 2002-2003 Patrick Mochel <mochel@osdl.org> |
9 | * Copyright (C) 2002-2003 Open Source Development Labs | 10 | * Copyright (C) 2002-2003 Open Source Development Labs |
10 | * | ||
11 | * This file is released under the GPLv2. | ||
12 | * | ||
13 | */ | 11 | */ |
14 | 12 | ||
15 | #ifndef _KREF_H_ | 13 | #ifndef _KREF_H_ |
diff --git a/include/linux/ks8842.h b/include/linux/ks8842.h index 14ba4452296e..96ffdf3cbe21 100644 --- a/include/linux/ks8842.h +++ b/include/linux/ks8842.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ks8842.h KS8842 platform data struct definition | 3 | * ks8842.h KS8842 platform data struct definition |
3 | * Copyright (c) 2010 Intel Corporation | 4 | * Copyright (c) 2010 Intel Corporation |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef _LINUX_KS8842_H | 7 | #ifndef _LINUX_KS8842_H |
diff --git a/include/linux/ks8851_mll.h b/include/linux/ks8851_mll.h index e9ccfb59ed30..57c0a39ed796 100644 --- a/include/linux/ks8851_mll.h +++ b/include/linux/ks8851_mll.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ks8861_mll platform data struct definition | 3 | * ks8861_mll platform data struct definition |
3 | * Copyright (c) 2012 BTicino S.p.A. | 4 | * Copyright (c) 2012 BTicino S.p.A. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef _LINUX_KS8851_MLL_H | 7 | #ifndef _LINUX_KS8851_MLL_H |
diff --git a/include/linux/led-lm3530.h b/include/linux/led-lm3530.h index 4b133479d6ea..811f7ce4e218 100644 --- a/include/linux/led-lm3530.h +++ b/include/linux/led-lm3530.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 ST-Ericsson SA. | 3 | * Copyright (C) 2011 ST-Ericsson SA. |
3 | * Copyright (C) 2009 Motorola, Inc. | 4 | * Copyright (C) 2009 Motorola, Inc. |
4 | * | 5 | * |
5 | * License Terms: GNU General Public License v2 | ||
6 | * | ||
7 | * Simple driver for National Semiconductor LM35330 Backlight driver chip | 6 | * Simple driver for National Semiconductor LM35330 Backlight driver chip |
8 | * | 7 | * |
9 | * Author: Shreshtha Kumar SAHU <shreshthakumar.sahu@stericsson.com> | 8 | * Author: Shreshtha Kumar SAHU <shreshthakumar.sahu@stericsson.com> |
diff --git a/include/linux/leds-pca9532.h b/include/linux/leds-pca9532.h index 5e240b2b4d58..f4796d333974 100644 --- a/include/linux/leds-pca9532.h +++ b/include/linux/leds-pca9532.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * pca9532.h - platform data structure for pca9532 led controller | 3 | * pca9532.h - platform data structure for pca9532 led controller |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Riku Voipio <riku.voipio@movial.fi> | 5 | * Copyright (C) 2008 Riku Voipio <riku.voipio@movial.fi> |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; version 2 of the License. | ||
9 | * | ||
10 | * Datasheet: http://www.nxp.com/acrobat/datasheets/PCA9532_3.pdf | 7 | * Datasheet: http://www.nxp.com/acrobat/datasheets/PCA9532_3.pdf |
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __LINUX_PCA9532_H | 10 | #ifndef __LINUX_PCA9532_H |
diff --git a/include/linux/leds-tca6507.h b/include/linux/leds-tca6507.h index dcabf4fa2aef..50d330ed1100 100644 --- a/include/linux/leds-tca6507.h +++ b/include/linux/leds-tca6507.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * TCA6507 LED chip driver. | 3 | * TCA6507 LED chip driver. |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Neil Brown <neil@brown.name> | 5 | * Copyright (C) 2011 Neil Brown <neil@brown.name> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * version 2 as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | * 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 the Free Software | ||
17 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
18 | * 02110-1301 USA | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __LINUX_TCA6507_H | 8 | #ifndef __LINUX_TCA6507_H |
diff --git a/include/linux/libata.h b/include/linux/libata.h index c9419c05a90a..207e7ee764ce 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -1,26 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2003-2005 Red Hat, Inc. All rights reserved. | 3 | * Copyright 2003-2005 Red Hat, Inc. All rights reserved. |
3 | * Copyright 2003-2005 Jeff Garzik | 4 | * Copyright 2003-2005 Jeff Garzik |
4 | * | 5 | * |
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 as published by | ||
8 | * the Free Software Foundation; either version 2, or (at your option) | ||
9 | * any later version. | ||
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; see the file COPYING. If not, write to | ||
18 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | * | ||
20 | * | ||
21 | * libata documentation is available via 'make {ps|pdf}docs', | 6 | * libata documentation is available via 'make {ps|pdf}docs', |
22 | * as Documentation/driver-api/libata.rst | 7 | * as Documentation/driver-api/libata.rst |
23 | * | ||
24 | */ | 8 | */ |
25 | 9 | ||
26 | #ifndef __LINUX_LIBATA_H__ | 10 | #ifndef __LINUX_LIBATA_H__ |
diff --git a/include/linux/libgcc.h b/include/linux/libgcc.h index 32e1e0f4b2d0..b8dc75f0c830 100644 --- a/include/linux/libgcc.h +++ b/include/linux/libgcc.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/lib/libgcc.h | 3 | * include/lib/libgcc.h |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, see the file COPYING, or write | ||
16 | * to the Free Software Foundation, Inc. | ||
17 | */ | 4 | */ |
18 | 5 | ||
19 | #ifndef __LIB_LIBGCC_H | 6 | #ifndef __LIB_LIBGCC_H |
diff --git a/include/linux/libnvdimm.h b/include/linux/libnvdimm.h index feb342d026f2..03d5c3aece9d 100644 --- a/include/linux/libnvdimm.h +++ b/include/linux/libnvdimm.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * libnvdimm - Non-volatile-memory Devices Subsystem | 3 | * libnvdimm - Non-volatile-memory Devices Subsystem |
3 | * | 4 | * |
4 | * Copyright(c) 2013-2015 Intel Corporation. All rights reserved. | 5 | * Copyright(c) 2013-2015 Intel Corporation. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of version 2 of the GNU General Public License as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | * General Public License for more details. | ||
14 | */ | 6 | */ |
15 | #ifndef __LIBNVDIMM_H__ | 7 | #ifndef __LIBNVDIMM_H__ |
16 | #define __LIBNVDIMM_H__ | 8 | #define __LIBNVDIMM_H__ |
diff --git a/include/linux/list_lru.h b/include/linux/list_lru.h index aa5efd9351eb..d5ceb2839a2d 100644 --- a/include/linux/list_lru.h +++ b/include/linux/list_lru.h | |||
@@ -54,6 +54,7 @@ struct list_lru { | |||
54 | #ifdef CONFIG_MEMCG_KMEM | 54 | #ifdef CONFIG_MEMCG_KMEM |
55 | struct list_head list; | 55 | struct list_head list; |
56 | int shrinker_id; | 56 | int shrinker_id; |
57 | bool memcg_aware; | ||
57 | #endif | 58 | #endif |
58 | }; | 59 | }; |
59 | 60 | ||
diff --git a/include/linux/livepatch.h b/include/linux/livepatch.h index a14bab1a0a3e..eeba421cc671 100644 --- a/include/linux/livepatch.h +++ b/include/linux/livepatch.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * livepatch.h - Kernel Live Patching Core | 3 | * livepatch.h - Kernel Live Patching Core |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Seth Jennings <sjenning@redhat.com> | 5 | * Copyright (C) 2014 Seth Jennings <sjenning@redhat.com> |
5 | * Copyright (C) 2014 SUSE | 6 | * Copyright (C) 2014 SUSE |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version 2 | ||
10 | * of the License, or (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _LINUX_LIVEPATCH_H_ | 9 | #ifndef _LINUX_LIVEPATCH_H_ |
diff --git a/include/linux/llist.h b/include/linux/llist.h index 85abc2915e8d..2e9c7215882b 100644 --- a/include/linux/llist.h +++ b/include/linux/llist.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef LLIST_H | 2 | #ifndef LLIST_H |
2 | #define LLIST_H | 3 | #define LLIST_H |
3 | /* | 4 | /* |
@@ -45,19 +46,6 @@ | |||
45 | * | 46 | * |
46 | * Copyright 2010,2011 Intel Corp. | 47 | * Copyright 2010,2011 Intel Corp. |
47 | * Author: Huang Ying <ying.huang@intel.com> | 48 | * Author: Huang Ying <ying.huang@intel.com> |
48 | * | ||
49 | * This program is free software; you can redistribute it and/or | ||
50 | * modify it under the terms of the GNU General Public License version | ||
51 | * 2 as published by the Free Software Foundation; | ||
52 | * | ||
53 | * This program is distributed in the hope that it will be useful, | ||
54 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
55 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
56 | * GNU General Public License for more details. | ||
57 | * | ||
58 | * You should have received a copy of the GNU General Public License | ||
59 | * along with this program; if not, write to the Free Software | ||
60 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
61 | */ | 49 | */ |
62 | 50 | ||
63 | #include <linux/atomic.h> | 51 | #include <linux/atomic.h> |
diff --git a/include/linux/log2.h b/include/linux/log2.h index 2af7f77866d0..1aec01365ed4 100644 --- a/include/linux/log2.h +++ b/include/linux/log2.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Integer base 2 logarithm calculation | 2 | /* Integer base 2 logarithm calculation |
2 | * | 3 | * |
3 | * Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_LOG2_H | 8 | #ifndef _LINUX_LOG2_H |
diff --git a/include/linux/lru_cache.h b/include/linux/lru_cache.h index 04fc6e6c7ff0..429d67d815ce 100644 --- a/include/linux/lru_cache.h +++ b/include/linux/lru_cache.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | lru_cache.c | 3 | lru_cache.c |
3 | 4 | ||
@@ -7,19 +8,6 @@ | |||
7 | Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>. | 8 | Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>. |
8 | Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. | 9 | Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. |
9 | 10 | ||
10 | drbd is free software; you can redistribute it and/or modify | ||
11 | it under the terms of the GNU General Public License as published by | ||
12 | the Free Software Foundation; either version 2, or (at your option) | ||
13 | any later version. | ||
14 | |||
15 | drbd 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 drbd; see the file COPYING. If not, write to | ||
22 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
23 | 11 | ||
24 | */ | 12 | */ |
25 | 13 | ||
diff --git a/include/linux/mISDNhw.h b/include/linux/mISDNhw.h index 9d96d5d4dfed..ef4f8eb02eac 100644 --- a/include/linux/mISDNhw.h +++ b/include/linux/mISDNhw.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Author Karsten Keil <kkeil@novell.com> | 4 | * Author Karsten Keil <kkeil@novell.com> |
@@ -5,16 +6,6 @@ | |||
5 | * Basic declarations for the mISDN HW channels | 6 | * Basic declarations for the mISDN HW channels |
6 | * | 7 | * |
7 | * Copyright 2008 by Karsten Keil <kkeil@novell.com> | 8 | * Copyright 2008 by Karsten Keil <kkeil@novell.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef MISDNHW_H | 11 | #ifndef MISDNHW_H |
diff --git a/include/linux/mcb.h b/include/linux/mcb.h index b1a0ad9d23b3..71dd10a3d928 100644 --- a/include/linux/mcb.h +++ b/include/linux/mcb.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * MEN Chameleon Bus. | 3 | * MEN Chameleon Bus. |
3 | * | 4 | * |
4 | * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de) | 5 | * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de) |
5 | * Author: Johannes Thumshirn <johannes.thumshirn@men.de> | 6 | * Author: Johannes Thumshirn <johannes.thumshirn@men.de> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; version 2 of the License. | ||
10 | */ | 7 | */ |
11 | #ifndef _LINUX_MCB_H | 8 | #ifndef _LINUX_MCB_H |
12 | #define _LINUX_MCB_H | 9 | #define _LINUX_MCB_H |
diff --git a/include/linux/memblock.h b/include/linux/memblock.h index 676d3900e1bd..f491690d54c6 100644 --- a/include/linux/memblock.h +++ b/include/linux/memblock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef _LINUX_MEMBLOCK_H | 2 | #ifndef _LINUX_MEMBLOCK_H |
2 | #define _LINUX_MEMBLOCK_H | 3 | #define _LINUX_MEMBLOCK_H |
3 | #ifdef __KERNEL__ | 4 | #ifdef __KERNEL__ |
@@ -6,11 +7,6 @@ | |||
6 | * Logical memory blocks. | 7 | * Logical memory blocks. |
7 | * | 8 | * |
8 | * Copyright (C) 2001 Peter Bergner, IBM Corp. | 9 | * Copyright (C) 2001 Peter Bergner, IBM Corp. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #include <linux/init.h> | 12 | #include <linux/init.h> |
diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index bc74d6a4407c..edf9e8f32d70 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* memcontrol.h - Memory Controller | 2 | /* memcontrol.h - Memory Controller |
2 | * | 3 | * |
3 | * Copyright IBM Corporation, 2007 | 4 | * Copyright IBM Corporation, 2007 |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright 2007 OpenVZ SWsoft Inc | 7 | * Copyright 2007 OpenVZ SWsoft Inc |
7 | * Author: Pavel Emelianov <xemul@openvz.org> | 8 | * Author: Pavel Emelianov <xemul@openvz.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef _LINUX_MEMCONTROL_H | 11 | #ifndef _LINUX_MEMCONTROL_H |
@@ -746,8 +737,14 @@ static inline void count_memcg_event_mm(struct mm_struct *mm, | |||
746 | static inline void memcg_memory_event(struct mem_cgroup *memcg, | 737 | static inline void memcg_memory_event(struct mem_cgroup *memcg, |
747 | enum memcg_memory_event event) | 738 | enum memcg_memory_event event) |
748 | { | 739 | { |
749 | atomic_long_inc(&memcg->memory_events[event]); | 740 | do { |
750 | cgroup_file_notify(&memcg->events_file); | 741 | atomic_long_inc(&memcg->memory_events[event]); |
742 | cgroup_file_notify(&memcg->events_file); | ||
743 | |||
744 | if (cgrp_dfl_root.flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) | ||
745 | break; | ||
746 | } while ((memcg = parent_mem_cgroup(memcg)) && | ||
747 | !mem_cgroup_is_root(memcg)); | ||
751 | } | 748 | } |
752 | 749 | ||
753 | static inline void memcg_memory_event_mm(struct mm_struct *mm, | 750 | static inline void memcg_memory_event_mm(struct mm_struct *mm, |
diff --git a/include/linux/mfd/aat2870.h b/include/linux/mfd/aat2870.h index f7316c29bdec..af7267c480ee 100644 --- a/include/linux/mfd/aat2870.h +++ b/include/linux/mfd/aat2870.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/mfd/aat2870.h | 3 | * linux/include/linux/mfd/aat2870.h |
3 | * | 4 | * |
4 | * Copyright (c) 2011, NVIDIA Corporation. | 5 | * Copyright (c) 2011, NVIDIA Corporation. |
5 | * Author: Jin Park <jinyoungp@nvidia.com> | 6 | * Author: Jin Park <jinyoungp@nvidia.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
14 | * 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 the Free Software | ||
18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
19 | * 02110-1301 USA | ||
20 | */ | 7 | */ |
21 | 8 | ||
22 | #ifndef __LINUX_MFD_AAT2870_H | 9 | #ifndef __LINUX_MFD_AAT2870_H |
diff --git a/include/linux/mfd/ab3100.h b/include/linux/mfd/ab3100.h index afd3080bde24..a881d8495186 100644 --- a/include/linux/mfd/ab3100.h +++ b/include/linux/mfd/ab3100.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2007-2009 ST-Ericsson AB | 3 | * Copyright (C) 2007-2009 ST-Ericsson AB |
3 | * License terms: GNU General Public License (GPL) version 2 | ||
4 | * AB3100 core access functions | 4 | * AB3100 core access functions |
5 | * Author: Linus Walleij <linus.walleij@stericsson.com> | 5 | * Author: Linus Walleij <linus.walleij@stericsson.com> |
6 | * | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #include <linux/regulator/machine.h> | 8 | #include <linux/regulator/machine.h> |
diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h index aa09414756db..23040b6f1615 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2007-2009 ST-Ericsson AB | 3 | * Copyright (C) 2007-2009 ST-Ericsson AB |
3 | * License terms: GNU General Public License (GPL) version 2 | ||
4 | * | 4 | * |
5 | * ABX500 core access functions. | 5 | * ABX500 core access functions. |
6 | * The abx500 interface is used for the Analog Baseband chips. | 6 | * The abx500 interface is used for the Analog Baseband chips. |
diff --git a/include/linux/mfd/abx500/ab8500-bm.h b/include/linux/mfd/abx500/ab8500-bm.h index c06daf3d490a..903e94c189d8 100644 --- a/include/linux/mfd/abx500/ab8500-bm.h +++ b/include/linux/mfd/abx500/ab8500-bm.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright ST-Ericsson 2012. | 3 | * Copyright ST-Ericsson 2012. |
3 | * | 4 | * |
4 | * Author: Arun Murthy <arun.murthy@stericsson.com> | 5 | * Author: Arun Murthy <arun.murthy@stericsson.com> |
5 | * Licensed under GPLv2. | ||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef _AB8500_BM_H | 8 | #ifndef _AB8500_BM_H |
diff --git a/include/linux/mfd/abx500/ab8500-gpadc.h b/include/linux/mfd/abx500/ab8500-gpadc.h index 49ded001049b..836c944abe2e 100644 --- a/include/linux/mfd/abx500/ab8500-gpadc.h +++ b/include/linux/mfd/abx500/ab8500-gpadc.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 ST-Ericsson SA | 3 | * Copyright (C) 2010 ST-Ericsson SA |
3 | * Licensed under GPLv2. | ||
4 | * | 4 | * |
5 | * Author: Arun R Murthy <arun.murthy@stericsson.com> | 5 | * Author: Arun R Murthy <arun.murthy@stericsson.com> |
6 | * Author: Daniel Willerud <daniel.willerud@stericsson.com> | 6 | * Author: Daniel Willerud <daniel.willerud@stericsson.com> |
diff --git a/include/linux/mfd/abx500/ab8500-sysctrl.h b/include/linux/mfd/abx500/ab8500-sysctrl.h index 01024d1aed0e..825f6059d4e3 100644 --- a/include/linux/mfd/abx500/ab8500-sysctrl.h +++ b/include/linux/mfd/abx500/ab8500-sysctrl.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com> for ST Ericsson. | 4 | * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com> for ST Ericsson. |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | #ifndef __AB8500_SYSCTRL_H | 6 | #ifndef __AB8500_SYSCTRL_H |
7 | #define __AB8500_SYSCTRL_H | 7 | #define __AB8500_SYSCTRL_H |
diff --git a/include/linux/mfd/abx500/ab8500.h b/include/linux/mfd/abx500/ab8500.h index d33c245e75ca..524a7e4702c2 100644 --- a/include/linux/mfd/abx500/ab8500.h +++ b/include/linux/mfd/abx500/ab8500.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> | 5 | * Author: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> |
6 | */ | 6 | */ |
7 | #ifndef MFD_AB8500_H | 7 | #ifndef MFD_AB8500_H |
diff --git a/include/linux/mfd/abx500/ux500_chargalg.h b/include/linux/mfd/abx500/ux500_chargalg.h index 669894f434f5..9b97d284d0ce 100644 --- a/include/linux/mfd/abx500/ux500_chargalg.h +++ b/include/linux/mfd/abx500/ux500_chargalg.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2012 | 3 | * Copyright (C) ST-Ericsson SA 2012 |
3 | * Author: Johan Gardsmark <johan.gardsmark@stericsson.com> for ST-Ericsson. | 4 | * Author: Johan Gardsmark <johan.gardsmark@stericsson.com> for ST-Ericsson. |
4 | * License terms: GNU General Public License (GPL), version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef _UX500_CHARGALG_H | 7 | #ifndef _UX500_CHARGALG_H |
diff --git a/include/linux/mfd/adp5520.h b/include/linux/mfd/adp5520.h index ac37558a4673..9a14f80ec4ad 100644 --- a/include/linux/mfd/adp5520.h +++ b/include/linux/mfd/adp5520.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Definitions and platform data for Analog Devices | 3 | * Definitions and platform data for Analog Devices |
3 | * ADP5520/ADP5501 MFD PMICs (Backlight, LED, GPIO and Keys) | 4 | * ADP5520/ADP5501 MFD PMICs (Backlight, LED, GPIO and Keys) |
4 | * | 5 | * |
5 | * Copyright 2009 Analog Devices Inc. | 6 | * Copyright 2009 Analog Devices Inc. |
6 | * | ||
7 | * Licensed under the GPL-2 or later. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | 9 | ||
diff --git a/include/linux/mfd/altera-a10sr.h b/include/linux/mfd/altera-a10sr.h index 45a5e6e7db54..d616da4b3c4c 100644 --- a/include/linux/mfd/altera-a10sr.h +++ b/include/linux/mfd/altera-a10sr.h | |||
@@ -1,18 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright Intel Corporation (C) 2014-2016. All Rights Reserved | 3 | * Copyright Intel Corporation (C) 2014-2016. All Rights Reserved |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | * | ||
16 | * Declarations for Altera Arria10 MAX5 System Resource Chip | 5 | * Declarations for Altera Arria10 MAX5 System Resource Chip |
17 | * | 6 | * |
18 | * Adapted from DA9052 | 7 | * Adapted from DA9052 |
diff --git a/include/linux/mfd/as3711.h b/include/linux/mfd/as3711.h index ddd0b953323b..4be16b4d2c8a 100644 --- a/include/linux/mfd/as3711.h +++ b/include/linux/mfd/as3711.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AS3711 PMIC MFC driver header | 3 | * AS3711 PMIC MFC driver header |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Renesas Electronics Corporation | 5 | * Copyright (C) 2012 Renesas Electronics Corporation |
5 | * Author: Guennadi Liakhovetski, <g.liakhovetski@gmx.de> | 6 | * Author: Guennadi Liakhovetski, <g.liakhovetski@gmx.de> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the version 2 of the GNU General Public License as | ||
9 | * published by the Free Software Foundation | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef MFD_AS3711_H | 9 | #ifndef MFD_AS3711_H |
diff --git a/include/linux/mfd/as3722.h b/include/linux/mfd/as3722.h index b404a5af9bba..5162dfc7c24b 100644 --- a/include/linux/mfd/as3722.h +++ b/include/linux/mfd/as3722.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * as3722 definitions | 3 | * as3722 definitions |
3 | * | 4 | * |
@@ -6,21 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Author: Florian Lobmaier <florian.lobmaier@ams.com> | 8 | * Author: Florian Lobmaier <florian.lobmaier@ams.com> |
8 | * Author: Laxman Dewangan <ldewangan@nvidia.com> | 9 | * Author: Laxman Dewangan <ldewangan@nvidia.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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | * | ||
24 | */ | 10 | */ |
25 | 11 | ||
26 | #ifndef __LINUX_MFD_AS3722_H__ | 12 | #ifndef __LINUX_MFD_AS3722_H__ |
diff --git a/include/linux/mfd/bcm590xx.h b/include/linux/mfd/bcm590xx.h index 267aedee1c7a..6b8791da6119 100644 --- a/include/linux/mfd/bcm590xx.h +++ b/include/linux/mfd/bcm590xx.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Broadcom BCM590xx PMU | 3 | * Broadcom BCM590xx PMU |
3 | * | 4 | * |
4 | * Copyright 2014 Linaro Limited | 5 | * Copyright 2014 Linaro Limited |
5 | * Author: Matt Porter <mporter@linaro.org> | 6 | * Author: Matt Porter <mporter@linaro.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #ifndef __LINUX_MFD_BCM590XX_H | 9 | #ifndef __LINUX_MFD_BCM590XX_H |
diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h index cfa78bb4990f..5ddca44be06d 100644 --- a/include/linux/mfd/cros_ec.h +++ b/include/linux/mfd/cros_ec.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ChromeOS EC multi-function device | 3 | * ChromeOS EC multi-function device |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Google, Inc | 5 | * Copyright (C) 2012 Google, Inc |
5 | * | ||
6 | * This software is licensed under the terms of the GNU General Public | ||
7 | * License version 2, as published by the Free Software Foundation, and | ||
8 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef __LINUX_MFD_CROS_EC_H | 8 | #ifndef __LINUX_MFD_CROS_EC_H |
diff --git a/include/linux/mfd/cros_ec_commands.h b/include/linux/mfd/cros_ec_commands.h index dcec96f01879..114614e20e4d 100644 --- a/include/linux/mfd/cros_ec_commands.h +++ b/include/linux/mfd/cros_ec_commands.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Host communication command constants for ChromeOS EC | 3 | * Host communication command constants for ChromeOS EC |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Google, Inc | 5 | * Copyright (C) 2012 Google, Inc |
5 | * | 6 | * |
6 | * This software is licensed under the terms of the GNU General Public | ||
7 | * License version 2, as published by the Free Software Foundation, and | ||
8 | * may be copied, distributed, and modified under those terms. | ||
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 | * The ChromeOS EC multi function device is used to mux all the requests | 7 | * The ChromeOS EC multi function device is used to mux all the requests |
16 | * to the EC device for its multiple features: keyboard controller, | 8 | * to the EC device for its multiple features: keyboard controller, |
17 | * battery charging and regulator control, firmware update. | 9 | * battery charging and regulator control, firmware update. |
diff --git a/include/linux/mfd/da8xx-cfgchip.h b/include/linux/mfd/da8xx-cfgchip.h index 304985e288d2..93bbfc2c1d54 100644 --- a/include/linux/mfd/da8xx-cfgchip.h +++ b/include/linux/mfd/da8xx-cfgchip.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * TI DaVinci DA8xx CHIPCFGx registers for syscon consumers. | 3 | * TI DaVinci DA8xx CHIPCFGx registers for syscon consumers. |
3 | * | 4 | * |
4 | * Copyright (C) 2016 David Lechner <david@lechnology.com> | 5 | * Copyright (C) 2016 David Lechner <david@lechnology.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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef __LINUX_MFD_DA8XX_CFGCHIP_H | 8 | #ifndef __LINUX_MFD_DA8XX_CFGCHIP_H |
diff --git a/include/linux/mfd/da9052/da9052.h b/include/linux/mfd/da9052/da9052.h index ae5b663836d0..76feb3a7066d 100644 --- a/include/linux/mfd/da9052/da9052.h +++ b/include/linux/mfd/da9052/da9052.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * da9052 declarations for DA9052 PMICs. | 3 | * da9052 declarations for DA9052 PMICs. |
3 | * | 4 | * |
4 | * Copyright(c) 2011 Dialog Semiconductor Ltd. | 5 | * Copyright(c) 2011 Dialog Semiconductor Ltd. |
5 | * | 6 | * |
6 | * Author: David Dajun Chen <dchen@diasemi.com> | 7 | * Author: David Dajun Chen <dchen@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #ifndef __MFD_DA9052_DA9052_H | 10 | #ifndef __MFD_DA9052_DA9052_H |
diff --git a/include/linux/mfd/da9052/pdata.h b/include/linux/mfd/da9052/pdata.h index 62c5c3c2992e..60fcab32542d 100644 --- a/include/linux/mfd/da9052/pdata.h +++ b/include/linux/mfd/da9052/pdata.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform data declarations for DA9052 PMICs. | 3 | * Platform data declarations for DA9052 PMICs. |
3 | * | 4 | * |
4 | * Copyright(c) 2011 Dialog Semiconductor Ltd. | 5 | * Copyright(c) 2011 Dialog Semiconductor Ltd. |
5 | * | 6 | * |
6 | * Author: David Dajun Chen <dchen@diasemi.com> | 7 | * Author: David Dajun Chen <dchen@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #ifndef __MFD_DA9052_PDATA_H__ | 10 | #ifndef __MFD_DA9052_PDATA_H__ |
diff --git a/include/linux/mfd/da9052/reg.h b/include/linux/mfd/da9052/reg.h index 76780ea8849c..752b20b16dc3 100644 --- a/include/linux/mfd/da9052/reg.h +++ b/include/linux/mfd/da9052/reg.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Register declarations for DA9052 PMICs. | 3 | * Register declarations for DA9052 PMICs. |
3 | * | 4 | * |
4 | * Copyright(c) 2011 Dialog Semiconductor Ltd. | 5 | * Copyright(c) 2011 Dialog Semiconductor Ltd. |
5 | * | 6 | * |
6 | * Author: David Dajun Chen <dchen@diasemi.com> | 7 | * Author: David Dajun Chen <dchen@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #ifndef __LINUX_MFD_DA9052_REG_H | 10 | #ifndef __LINUX_MFD_DA9052_REG_H |
diff --git a/include/linux/mfd/da9055/core.h b/include/linux/mfd/da9055/core.h index 5dc743fd63a6..a96eba52c4d6 100644 --- a/include/linux/mfd/da9055/core.h +++ b/include/linux/mfd/da9055/core.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * da9055 declarations for DA9055 PMICs. | 3 | * da9055 declarations for DA9055 PMICs. |
3 | * | 4 | * |
4 | * Copyright(c) 2012 Dialog Semiconductor Ltd. | 5 | * Copyright(c) 2012 Dialog Semiconductor Ltd. |
5 | * | 6 | * |
6 | * Author: David Dajun Chen <dchen@diasemi.com> | 7 | * Author: David Dajun Chen <dchen@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #ifndef __DA9055_CORE_H | 10 | #ifndef __DA9055_CORE_H |
diff --git a/include/linux/mfd/da9055/pdata.h b/include/linux/mfd/da9055/pdata.h index 1a94fa2ac309..eac48e483190 100644 --- a/include/linux/mfd/da9055/pdata.h +++ b/include/linux/mfd/da9055/pdata.h | |||
@@ -1,10 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Copyright (C) 2012 Dialog Semiconductor Ltd. | 2 | /* Copyright (C) 2012 Dialog Semiconductor Ltd. |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation; either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | */ | 3 | */ |
9 | #ifndef __DA9055_PDATA_H | 4 | #ifndef __DA9055_PDATA_H |
10 | #define __DA9055_PDATA_H | 5 | #define __DA9055_PDATA_H |
diff --git a/include/linux/mfd/da9055/reg.h b/include/linux/mfd/da9055/reg.h index 2b592e072dbf..54a717b6c3de 100644 --- a/include/linux/mfd/da9055/reg.h +++ b/include/linux/mfd/da9055/reg.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DA9055 declarations for DA9055 PMICs. | 3 | * DA9055 declarations for DA9055 PMICs. |
3 | * | 4 | * |
4 | * Copyright(c) 2012 Dialog Semiconductor Ltd. | 5 | * Copyright(c) 2012 Dialog Semiconductor Ltd. |
5 | * | 6 | * |
6 | * Author: David Dajun Chen <dchen@diasemi.com> | 7 | * Author: David Dajun Chen <dchen@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #ifndef __DA9055_REG_H | 10 | #ifndef __DA9055_REG_H |
diff --git a/include/linux/mfd/da9062/core.h b/include/linux/mfd/da9062/core.h index 74d33a01ddae..ea0c670992de 100644 --- a/include/linux/mfd/da9062/core.h +++ b/include/linux/mfd/da9062/core.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2015-2017 Dialog Semiconductor | 3 | * Copyright (C) 2015-2017 Dialog Semiconductor |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version 2 | ||
7 | * of the License, or (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __MFD_DA9062_CORE_H__ | 6 | #ifndef __MFD_DA9062_CORE_H__ |
diff --git a/include/linux/mfd/da9062/registers.h b/include/linux/mfd/da9062/registers.h index 18d576aed902..fe04b708742b 100644 --- a/include/linux/mfd/da9062/registers.h +++ b/include/linux/mfd/da9062/registers.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2015-2017 Dialog Semiconductor | 3 | * Copyright (C) 2015-2017 Dialog Semiconductor |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version 2 | ||
7 | * of the License, or (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __DA9062_H__ | 6 | #ifndef __DA9062_H__ |
diff --git a/include/linux/mfd/da9063/pdata.h b/include/linux/mfd/da9063/pdata.h index 50bed4f89c1a..77c566ab96ab 100644 --- a/include/linux/mfd/da9063/pdata.h +++ b/include/linux/mfd/da9063/pdata.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform configuration options for DA9063 | 3 | * Platform configuration options for DA9063 |
3 | * | 4 | * |
@@ -5,12 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Michal Hajduk, Dialog Semiconductor | 7 | * Author: Michal Hajduk, Dialog Semiconductor |
7 | * Author: Krystian Garbaciak, Dialog Semiconductor | 8 | * Author: Krystian Garbaciak, Dialog Semiconductor |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | * | ||
14 | */ | 9 | */ |
15 | 10 | ||
16 | #ifndef __MFD_DA9063_PDATA_H__ | 11 | #ifndef __MFD_DA9063_PDATA_H__ |
diff --git a/include/linux/mfd/da9150/core.h b/include/linux/mfd/da9150/core.h index 1bf50caeb9fa..d116d5f3ef56 100644 --- a/include/linux/mfd/da9150/core.h +++ b/include/linux/mfd/da9150/core.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DA9150 MFD Driver - Core Data | 3 | * DA9150 MFD Driver - Core Data |
3 | * | 4 | * |
4 | * Copyright (c) 2014 Dialog Semiconductor | 5 | * Copyright (c) 2014 Dialog Semiconductor |
5 | * | 6 | * |
6 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 7 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __DA9150_CORE_H | 10 | #ifndef __DA9150_CORE_H |
diff --git a/include/linux/mfd/da9150/registers.h b/include/linux/mfd/da9150/registers.h index 27ca6ee4d840..1fd8f5968817 100644 --- a/include/linux/mfd/da9150/registers.h +++ b/include/linux/mfd/da9150/registers.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DA9150 MFD Driver - Registers | 3 | * DA9150 MFD Driver - Registers |
3 | * | 4 | * |
4 | * Copyright (c) 2014 Dialog Semiconductor | 5 | * Copyright (c) 2014 Dialog Semiconductor |
5 | * | 6 | * |
6 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 7 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __DA9150_REGISTERS_H | 10 | #ifndef __DA9150_REGISTERS_H |
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h index 2c0127cb06c5..556375b91316 100644 --- a/include/linux/mfd/davinci_voicecodec.h +++ b/include/linux/mfd/davinci_voicecodec.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DaVinci Voice Codec Core Interface for TI platforms | 3 | * DaVinci Voice Codec Core Interface for TI platforms |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Texas Instruments, Inc | 5 | * Copyright (C) 2010 Texas Instruments, Inc |
5 | * | 6 | * |
6 | * Author: Miguel Aguilar <miguel.aguilar@ridgerun.com> | 7 | * Author: Miguel Aguilar <miguel.aguilar@ridgerun.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef __LINUX_MFD_DAVINCI_VOICECODEC_H_ | 10 | #ifndef __LINUX_MFD_DAVINCI_VOICECODEC_H_ |
diff --git a/include/linux/mfd/db8500-prcmu.h b/include/linux/mfd/db8500-prcmu.h index 7ba67b55b312..813710aa2cfd 100644 --- a/include/linux/mfd/db8500-prcmu.h +++ b/include/linux/mfd/db8500-prcmu.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) STMicroelectronics 2009 | 3 | * Copyright (C) STMicroelectronics 2009 |
3 | * Copyright (C) ST-Ericsson SA 2010 | 4 | * Copyright (C) ST-Ericsson SA 2010 |
4 | * | 5 | * |
5 | * License Terms: GNU General Public License v2 | ||
6 | * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com> | 6 | * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com> |
7 | * | 7 | * |
8 | * PRCMU f/w APIs | 8 | * PRCMU f/w APIs |
diff --git a/include/linux/mfd/dbx500-prcmu.h b/include/linux/mfd/dbx500-prcmu.h index 2e2c6a63a065..238401a50d0b 100644 --- a/include/linux/mfd/dbx500-prcmu.h +++ b/include/linux/mfd/dbx500-prcmu.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST Ericsson SA 2011 | 3 | * Copyright (C) ST Ericsson SA 2011 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * STE Ux500 PRCMU API | 5 | * STE Ux500 PRCMU API |
7 | */ | 6 | */ |
8 | #ifndef __MACH_PRCMU_H | 7 | #ifndef __MACH_PRCMU_H |
diff --git a/include/linux/mfd/janz.h b/include/linux/mfd/janz.h index e9994c469803..90dea65fd733 100644 --- a/include/linux/mfd/janz.h +++ b/include/linux/mfd/janz.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Common Definitions for Janz MODULbus devices | 3 | * Common Definitions for Janz MODULbus devices |
3 | * | 4 | * |
4 | * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu> | 5 | * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef JANZ_H | 8 | #ifndef JANZ_H |
diff --git a/include/linux/mfd/kempld.h b/include/linux/mfd/kempld.h index 26e0b469e567..643c096b93ac 100644 --- a/include/linux/mfd/kempld.h +++ b/include/linux/mfd/kempld.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Kontron PLD driver definitions | 3 | * Kontron PLD driver definitions |
3 | * | 4 | * |
4 | * Copyright (c) 2010-2012 Kontron Europe GmbH | 5 | * Copyright (c) 2010-2012 Kontron Europe GmbH |
5 | * Author: Michael Brunner <michael.brunner@kontron.com> | 6 | * Author: Michael Brunner <michael.brunner@kontron.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 2 as published | ||
9 | * by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef _LINUX_MFD_KEMPLD_H_ | 9 | #ifndef _LINUX_MFD_KEMPLD_H_ |
diff --git a/include/linux/mfd/lm3533.h b/include/linux/mfd/lm3533.h index 594bc591f256..77092f6363ad 100644 --- a/include/linux/mfd/lm3533.h +++ b/include/linux/mfd/lm3533.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * lm3533.h -- LM3533 interface | 3 | * lm3533.h -- LM3533 interface |
3 | * | 4 | * |
4 | * Copyright (C) 2011-2012 Texas Instruments | 5 | * Copyright (C) 2011-2012 Texas Instruments |
5 | * | 6 | * |
6 | * Author: Johan Hovold <jhovold@gmail.com> | 7 | * Author: Johan Hovold <jhovold@gmail.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __LINUX_MFD_LM3533_H | 10 | #ifndef __LINUX_MFD_LM3533_H |
diff --git a/include/linux/mfd/lp87565.h b/include/linux/mfd/lp87565.h index d0c91ba65525..e619def115b4 100644 --- a/include/linux/mfd/lp87565.h +++ b/include/linux/mfd/lp87565.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Functions to access LP87565 power management chip. | 3 | * Functions to access LP87565 power management chip. |
3 | * | 4 | * |
4 | * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ | 5 | * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License as | ||
8 | * published by the Free Software Foundation version 2. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef __LINUX_MFD_LP87565_H | 8 | #ifndef __LINUX_MFD_LP87565_H |
diff --git a/include/linux/mfd/lpc_ich.h b/include/linux/mfd/lpc_ich.h index fba8fcb54f8c..6ddca2bbb3a8 100644 --- a/include/linux/mfd/lpc_ich.h +++ b/include/linux/mfd/lpc_ich.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/mfd/lpc_ich.h | 3 | * linux/drivers/mfd/lpc_ich.h |
3 | * | 4 | * |
4 | * Copyright (c) 2012 Extreme Engineering Solution, Inc. | 5 | * Copyright (c) 2012 Extreme Engineering Solution, Inc. |
5 | * Author: Aaron Sierra <asierra@xes-inc.com> | 6 | * Author: Aaron Sierra <asierra@xes-inc.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 2 as published | ||
9 | * 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; see the file COPYING. If not, write to | ||
18 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | #ifndef LPC_ICH_H | 8 | #ifndef LPC_ICH_H |
21 | #define LPC_ICH_H | 9 | #define LPC_ICH_H |
diff --git a/include/linux/mfd/max77620.h b/include/linux/mfd/max77620.h index 82407fe85ca2..12ba157cb83f 100644 --- a/include/linux/mfd/max77620.h +++ b/include/linux/mfd/max77620.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Defining registers address and its bit definitions of MAX77620 and MAX20024 | 3 | * Defining registers address and its bit definitions of MAX77620 and MAX20024 |
3 | * | 4 | * |
4 | * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved. | 5 | * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms and conditions of the GNU General Public License, | ||
8 | * version 2, as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _MFD_MAX77620_H_ | 8 | #ifndef _MFD_MAX77620_H_ |
diff --git a/include/linux/mfd/mcp.h b/include/linux/mfd/mcp.h index f682953043ba..fd5cafc77e8a 100644 --- a/include/linux/mfd/mcp.h +++ b/include/linux/mfd/mcp.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/mfd/mcp.h | 3 | * linux/drivers/mfd/mcp.h |
3 | * | 4 | * |
4 | * Copyright (C) 2001 Russell King, All Rights Reserved. | 5 | * Copyright (C) 2001 Russell King, All Rights Reserved. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License. | ||
9 | */ | 6 | */ |
10 | #ifndef MCP_H | 7 | #ifndef MCP_H |
11 | #define MCP_H | 8 | #define MCP_H |
diff --git a/include/linux/mfd/mt6397/core.h b/include/linux/mfd/mt6397/core.h index d678f526e498..25a95e72179b 100644 --- a/include/linux/mfd/mt6397/core.h +++ b/include/linux/mfd/mt6397/core.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MediaTek Inc. | 3 | * Copyright (c) 2014 MediaTek Inc. |
3 | * Author: Flora Fu, MediaTek | 4 | * Author: Flora Fu, MediaTek |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef __MFD_MT6397_CORE_H__ | 7 | #ifndef __MFD_MT6397_CORE_H__ |
diff --git a/include/linux/mfd/mt6397/registers.h b/include/linux/mfd/mt6397/registers.h index f23a0a60a877..34d140627a27 100644 --- a/include/linux/mfd/mt6397/registers.h +++ b/include/linux/mfd/mt6397/registers.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MediaTek Inc. | 3 | * Copyright (c) 2014 MediaTek Inc. |
3 | * Author: Flora Fu, MediaTek | 4 | * Author: Flora Fu, MediaTek |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef __MFD_MT6397_REGISTERS_H__ | 7 | #ifndef __MFD_MT6397_REGISTERS_H__ |
diff --git a/include/linux/mfd/mxs-lradc.h b/include/linux/mfd/mxs-lradc.h index 661a4521f723..ada3d81ee277 100644 --- a/include/linux/mfd/mxs-lradc.h +++ b/include/linux/mfd/mxs-lradc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Freescale MXS Low Resolution Analog-to-Digital Converter driver | 3 | * Freescale MXS Low Resolution Analog-to-Digital Converter driver |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (c) 2016 Ksenija Stanojevic <ksenija.stanojevic@gmail.com> | 6 | * Copyright (c) 2016 Ksenija Stanojevic <ksenija.stanojevic@gmail.com> |
6 | * | 7 | * |
7 | * Author: Marek Vasut <marex@denx.de> | 8 | * Author: Marek Vasut <marex@denx.de> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef __MFD_MXS_LRADC_H | 11 | #ifndef __MFD_MXS_LRADC_H |
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h index c34d5f0d34d7..1e61c7e9f50d 100644 --- a/include/linux/mfd/palmas.h +++ b/include/linux/mfd/palmas.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * TI Palmas | 3 | * TI Palmas |
3 | * | 4 | * |
@@ -5,12 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Graeme Gregory <gg@slimlogic.co.uk> | 7 | * Author: Graeme Gregory <gg@slimlogic.co.uk> |
7 | * Author: Ian Lartey <ian@slimlogic.co.uk> | 8 | * Author: Ian Lartey <ian@slimlogic.co.uk> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | * | ||
14 | */ | 9 | */ |
15 | 10 | ||
16 | #ifndef __LINUX_MFD_PALMAS_H | 11 | #ifndef __LINUX_MFD_PALMAS_H |
diff --git a/include/linux/mfd/pcf50633/adc.h b/include/linux/mfd/pcf50633/adc.h index b35e62801ffa..6a81896d4889 100644 --- a/include/linux/mfd/pcf50633/adc.h +++ b/include/linux/mfd/pcf50633/adc.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * adc.h -- Driver for NXP PCF50633 ADC | 3 | * adc.h -- Driver for NXP PCF50633 ADC |
3 | * | 4 | * |
4 | * (C) 2006-2008 by Openmoko, Inc. | 5 | * (C) 2006-2008 by Openmoko, Inc. |
5 | * All rights reserved. | 6 | * All rights reserved. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __LINUX_MFD_PCF50633_ADC_H | 9 | #ifndef __LINUX_MFD_PCF50633_ADC_H |
diff --git a/include/linux/mfd/pcf50633/backlight.h b/include/linux/mfd/pcf50633/backlight.h index 83747e217b27..fd4a4f8d6c13 100644 --- a/include/linux/mfd/pcf50633/backlight.h +++ b/include/linux/mfd/pcf50633/backlight.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> | 3 | * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> |
3 | * PCF50633 backlight device driver | 4 | * PCF50633 backlight device driver |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * You should have received a copy of the GNU General Public License along | ||
11 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
12 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
13 | * | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef __LINUX_MFD_PCF50633_BACKLIGHT | 7 | #ifndef __LINUX_MFD_PCF50633_BACKLIGHT |
diff --git a/include/linux/mfd/pcf50633/core.h b/include/linux/mfd/pcf50633/core.h index a80840752b4c..3f752dc62a6c 100644 --- a/include/linux/mfd/pcf50633/core.h +++ b/include/linux/mfd/pcf50633/core.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * core.h -- Core driver for NXP PCF50633 | 3 | * core.h -- Core driver for NXP PCF50633 |
3 | * | 4 | * |
4 | * (C) 2006-2008 by Openmoko, Inc. | 5 | * (C) 2006-2008 by Openmoko, Inc. |
5 | * All rights reserved. | 6 | * All rights reserved. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __LINUX_MFD_PCF50633_CORE_H | 9 | #ifndef __LINUX_MFD_PCF50633_CORE_H |
diff --git a/include/linux/mfd/pcf50633/gpio.h b/include/linux/mfd/pcf50633/gpio.h index a42b845efc54..f589e35795f1 100644 --- a/include/linux/mfd/pcf50633/gpio.h +++ b/include/linux/mfd/pcf50633/gpio.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * gpio.h -- GPIO driver for NXP PCF50633 | 3 | * gpio.h -- GPIO driver for NXP PCF50633 |
3 | * | 4 | * |
4 | * (C) 2006-2008 by Openmoko, Inc. | 5 | * (C) 2006-2008 by Openmoko, Inc. |
5 | * All rights reserved. | 6 | * All rights reserved. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __LINUX_MFD_PCF50633_GPIO_H | 9 | #ifndef __LINUX_MFD_PCF50633_GPIO_H |
diff --git a/include/linux/mfd/pcf50633/mbc.h b/include/linux/mfd/pcf50633/mbc.h index df4f5fa88de3..fa5cb9256d99 100644 --- a/include/linux/mfd/pcf50633/mbc.h +++ b/include/linux/mfd/pcf50633/mbc.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mbc.h -- Driver for NXP PCF50633 Main Battery Charger | 3 | * mbc.h -- Driver for NXP PCF50633 Main Battery Charger |
3 | * | 4 | * |
4 | * (C) 2006-2008 by Openmoko, Inc. | 5 | * (C) 2006-2008 by Openmoko, Inc. |
5 | * All rights reserved. | 6 | * All rights reserved. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __LINUX_MFD_PCF50633_MBC_H | 9 | #ifndef __LINUX_MFD_PCF50633_MBC_H |
diff --git a/include/linux/mfd/rc5t583.h b/include/linux/mfd/rc5t583.h index 8d0a392e0a7f..4f220146cc02 100644 --- a/include/linux/mfd/rc5t583.h +++ b/include/linux/mfd/rc5t583.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Core driver interface to access RICOH_RC5T583 power management chip. | 3 | * Core driver interface to access RICOH_RC5T583 power management chip. |
3 | * | 4 | * |
@@ -6,19 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on code | 8 | * Based on code |
8 | * Copyright (C) 2011 RICOH COMPANY,LTD | 9 | * Copyright (C) 2011 RICOH COMPANY,LTD |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms and conditions of the GNU General Public License, | ||
12 | * version 2, as published by the Free Software Foundation. | ||
13 | * | ||
14 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
15 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
16 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
17 | * more details. | ||
18 | * | ||
19 | * You should have received a copy of the GNU General Public License | ||
20 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
21 | * | ||
22 | */ | 10 | */ |
23 | 11 | ||
24 | #ifndef __LINUX_MFD_RC5T583_H | 12 | #ifndef __LINUX_MFD_RC5T583_H |
diff --git a/include/linux/mfd/rk808.h b/include/linux/mfd/rk808.h index d3156594674c..1d831c7222b9 100644 --- a/include/linux/mfd/rk808.h +++ b/include/linux/mfd/rk808.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Register definitions for Rockchip's RK808/RK818 PMIC | 3 | * Register definitions for Rockchip's RK808/RK818 PMIC |
3 | * | 4 | * |
@@ -9,15 +10,6 @@ | |||
9 | * Copyright (C) 2016 PHYTEC Messtechnik GmbH | 10 | * Copyright (C) 2016 PHYTEC Messtechnik GmbH |
10 | * | 11 | * |
11 | * Author: Wadim Egorov <w.egorov@phytec.de> | 12 | * Author: Wadim Egorov <w.egorov@phytec.de> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms and conditions of the GNU General Public License, | ||
15 | * version 2, as published by the Free Software Foundation. | ||
16 | * | ||
17 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
18 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
19 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
20 | * more details. | ||
21 | */ | 13 | */ |
22 | 14 | ||
23 | #ifndef __LINUX_REGULATOR_RK808_H | 15 | #ifndef __LINUX_REGULATOR_RK808_H |
diff --git a/include/linux/mfd/rn5t618.h b/include/linux/mfd/rn5t618.h index d61bc58aba8a..d62ef48060b5 100644 --- a/include/linux/mfd/rn5t618.h +++ b/include/linux/mfd/rn5t618.h | |||
@@ -1,14 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * MFD core driver for Ricoh RN5T618 PMIC | 3 | * MFD core driver for Ricoh RN5T618 PMIC |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> | 5 | * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * version 2 as published by the Free Software Foundation. | ||
9 | * | ||
10 | * You should have received a copy of the GNU General Public License | ||
11 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
12 | */ | 6 | */ |
13 | 7 | ||
14 | #ifndef __LINUX_MFD_RN5T618_H | 8 | #ifndef __LINUX_MFD_RN5T618_H |
diff --git a/include/linux/mfd/rt5033-private.h b/include/linux/mfd/rt5033-private.h index 1b63fc2f42d1..f812105c538c 100644 --- a/include/linux/mfd/rt5033-private.h +++ b/include/linux/mfd/rt5033-private.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * MFD core driver for Richtek RT5033 | 3 | * MFD core driver for Richtek RT5033 |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. | 5 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. |
5 | * Author: Beomho Seo <beomho.seo@samsung.com> | 6 | * Author: Beomho Seo <beomho.seo@samsung.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 as | ||
9 | * published bythe Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5033_PRIVATE_H__ | 9 | #ifndef __RT5033_PRIVATE_H__ |
diff --git a/include/linux/mfd/rt5033.h b/include/linux/mfd/rt5033.h index 6cff5cf458d2..3c23b6220c04 100644 --- a/include/linux/mfd/rt5033.h +++ b/include/linux/mfd/rt5033.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * MFD core driver for the RT5033 | 3 | * MFD core driver for the RT5033 |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Samsung Electronics | 5 | * Copyright (C) 2014 Samsung Electronics |
5 | * Author: Beomho Seo <beomho.seo@samsung.com> | 6 | * Author: Beomho Seo <beomho.seo@samsung.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 as | ||
9 | * published bythe Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5033_H__ | 9 | #ifndef __RT5033_H__ |
diff --git a/include/linux/mfd/si476x-core.h b/include/linux/mfd/si476x-core.h index 674b45d5a757..4708c2b8512a 100644 --- a/include/linux/mfd/si476x-core.h +++ b/include/linux/mfd/si476x-core.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/media/si476x-core.h -- Common definitions for si476x core | 3 | * include/media/si476x-core.h -- Common definitions for si476x core |
3 | * device | 4 | * device |
@@ -6,16 +7,6 @@ | |||
6 | * Copyright (C) 2013 Andrey Smirnov | 7 | * Copyright (C) 2013 Andrey Smirnov |
7 | * | 8 | * |
8 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> | 9 | * Author: Andrey Smirnov <andrew.smirnov@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 as published by | ||
12 | * the Free Software Foundation; version 2 of the License. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * General Public License for more details. | ||
18 | * | ||
19 | */ | 10 | */ |
20 | 11 | ||
21 | #ifndef SI476X_CORE_H | 12 | #ifndef SI476X_CORE_H |
diff --git a/include/linux/mfd/si476x-platform.h b/include/linux/mfd/si476x-platform.h index 88bb93b7a9d5..18363b773d07 100644 --- a/include/linux/mfd/si476x-platform.h +++ b/include/linux/mfd/si476x-platform.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/media/si476x-platform.h -- Platform data specific definitions | 3 | * include/media/si476x-platform.h -- Platform data specific definitions |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Andrey Smirnov | 5 | * Copyright (C) 2013 Andrey Smirnov |
5 | * | 6 | * |
6 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> | 7 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; version 2 of the License. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #ifndef __SI476X_PLATFORM_H__ | 10 | #ifndef __SI476X_PLATFORM_H__ |
diff --git a/include/linux/mfd/si476x-reports.h b/include/linux/mfd/si476x-reports.h index e0b9455a79c0..93b34184699d 100644 --- a/include/linux/mfd/si476x-reports.h +++ b/include/linux/mfd/si476x-reports.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/media/si476x-platform.h -- Definitions of the data formats | 3 | * include/media/si476x-platform.h -- Definitions of the data formats |
3 | * returned by debugfs hooks | 4 | * returned by debugfs hooks |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (C) 2013 Andrey Smirnov | 6 | * Copyright (C) 2013 Andrey Smirnov |
6 | * | 7 | * |
7 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> | 8 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; version 2 of the License. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef __SI476X_REPORTS_H__ | 11 | #ifndef __SI476X_REPORTS_H__ |
diff --git a/include/linux/mfd/smsc.h b/include/linux/mfd/smsc.h index 9747b29f356f..83944124e886 100644 --- a/include/linux/mfd/smsc.h +++ b/include/linux/mfd/smsc.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SMSC ECE1099 | 3 | * SMSC ECE1099 |
3 | * | 4 | * |
4 | * Copyright 2012 Texas Instruments Inc. | 5 | * Copyright 2012 Texas Instruments Inc. |
5 | * | 6 | * |
6 | * Author: Sourav Poddar <sourav.poddar@ti.com> | 7 | * Author: Sourav Poddar <sourav.poddar@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __LINUX_MFD_SMSC_H | 10 | #ifndef __LINUX_MFD_SMSC_H |
diff --git a/include/linux/mfd/sta2x11-mfd.h b/include/linux/mfd/sta2x11-mfd.h index 9a855ac11cbf..2001ca5c44a9 100644 --- a/include/linux/mfd/sta2x11-mfd.h +++ b/include/linux/mfd/sta2x11-mfd.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2009-2011 Wind River Systems, Inc. | 3 | * Copyright (c) 2009-2011 Wind River Systems, Inc. |
3 | * Copyright (c) 2011 ST Microelectronics (Alessandro Rubini) | 4 | * Copyright (c) 2011 ST Microelectronics (Alessandro Rubini) |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
12 | * See the GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | * | ||
18 | * The STMicroelectronics ConneXt (STA2X11) chip has several unrelated | 6 | * The STMicroelectronics ConneXt (STA2X11) chip has several unrelated |
19 | * functions in one PCI endpoint functions. This driver simply | 7 | * functions in one PCI endpoint functions. This driver simply |
20 | * registers the platform devices in this iomemregion and exports a few | 8 | * registers the platform devices in this iomemregion and exports a few |
diff --git a/include/linux/mfd/stw481x.h b/include/linux/mfd/stw481x.h index 833074b766bd..5312804666b3 100644 --- a/include/linux/mfd/stw481x.h +++ b/include/linux/mfd/stw481x.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 ST-Ericsson SA | 3 | * Copyright (C) 2011 ST-Ericsson SA |
3 | * Written on behalf of Linaro for ST-Ericsson | 4 | * Written on behalf of Linaro for ST-Ericsson |
4 | * | 5 | * |
5 | * Author: Linus Walleij <linus.walleij@linaro.org> | 6 | * Author: Linus Walleij <linus.walleij@linaro.org> |
6 | * | ||
7 | * License terms: GNU General Public License (GPL) version 2 | ||
8 | */ | 7 | */ |
9 | #ifndef MFD_STW481X_H | 8 | #ifndef MFD_STW481X_H |
10 | #define MFD_STW481X_H | 9 | #define MFD_STW481X_H |
diff --git a/include/linux/mfd/syscon.h b/include/linux/mfd/syscon.h index 40a76b97b7ab..f0273c9e972b 100644 --- a/include/linux/mfd/syscon.h +++ b/include/linux/mfd/syscon.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * System Control Driver | 3 | * System Control Driver |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * Copyright (C) 2012 Linaro Ltd. | 6 | * Copyright (C) 2012 Linaro Ltd. |
6 | * | 7 | * |
7 | * Author: Dong Aisheng <dong.aisheng@linaro.org> | 8 | * Author: Dong Aisheng <dong.aisheng@linaro.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #ifndef __LINUX_MFD_SYSCON_H__ | 11 | #ifndef __LINUX_MFD_SYSCON_H__ |
diff --git a/include/linux/mfd/syscon/clps711x.h b/include/linux/mfd/syscon/clps711x.h index 26355abae515..4c12850dec89 100644 --- a/include/linux/mfd/syscon/clps711x.h +++ b/include/linux/mfd/syscon/clps711x.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * CLPS711X system register bits definitions | 3 | * CLPS711X system register bits definitions |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Alexander Shiyan <shc_work@mail.ru> | 5 | * Copyright (C) 2013 Alexander Shiyan <shc_work@mail.ru> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_MFD_SYSCON_CLPS711X_H_ | 8 | #ifndef _LINUX_MFD_SYSCON_CLPS711X_H_ |
diff --git a/include/linux/mfd/tps6105x.h b/include/linux/mfd/tps6105x.h index 8bc51180800a..b1313411ef09 100644 --- a/include/linux/mfd/tps6105x.h +++ b/include/linux/mfd/tps6105x.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 ST-Ericsson SA | 3 | * Copyright (C) 2011 ST-Ericsson SA |
3 | * Written on behalf of Linaro for ST-Ericsson | 4 | * Written on behalf of Linaro for ST-Ericsson |
4 | * | 5 | * |
5 | * Author: Linus Walleij <linus.walleij@linaro.org> | 6 | * Author: Linus Walleij <linus.walleij@linaro.org> |
6 | * | ||
7 | * License terms: GNU General Public License (GPL) version 2 | ||
8 | */ | 7 | */ |
9 | #ifndef MFD_TPS6105X_H | 8 | #ifndef MFD_TPS6105X_H |
10 | #define MFD_TPS6105X_H | 9 | #define MFD_TPS6105X_H |
diff --git a/include/linux/mfd/tps65090.h b/include/linux/mfd/tps65090.h index f05bf4a146e2..44ebcc4d8f01 100644 --- a/include/linux/mfd/tps65090.h +++ b/include/linux/mfd/tps65090.h | |||
@@ -1,22 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Core driver interface for TI TPS65090 PMIC family | 3 | * Core driver interface for TI TPS65090 PMIC family |
3 | * | 4 | * |
4 | * Copyright (C) 2012 NVIDIA Corporation | 5 | * Copyright (C) 2012 NVIDIA Corporation |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along | ||
17 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
19 | * | ||
20 | */ | 6 | */ |
21 | 7 | ||
22 | #ifndef __LINUX_MFD_TPS65090_H | 8 | #ifndef __LINUX_MFD_TPS65090_H |
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h index deffdcd0236f..ce4b9e743f7c 100644 --- a/include/linux/mfd/tps65910.h +++ b/include/linux/mfd/tps65910.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * tps65910.h -- TI TPS6591x | 3 | * tps65910.h -- TI TPS6591x |
3 | * | 4 | * |
@@ -6,12 +7,6 @@ | |||
6 | * Author: Graeme Gregory <gg@slimlogic.co.uk> | 7 | * Author: Graeme Gregory <gg@slimlogic.co.uk> |
7 | * Author: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk> | 8 | * Author: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk> |
8 | * Author: Arnaud Deconinck <a-deconinck@ti.com> | 9 | * Author: Arnaud Deconinck <a-deconinck@ti.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | * | ||
15 | */ | 10 | */ |
16 | 11 | ||
17 | #ifndef __LINUX_MFD_TPS65910_H | 12 | #ifndef __LINUX_MFD_TPS65910_H |
diff --git a/include/linux/mfd/twl.h b/include/linux/mfd/twl.h index 9ad7828d9d34..44aff52a5002 100644 --- a/include/linux/mfd/twl.h +++ b/include/linux/mfd/twl.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * twl4030.h - header for TWL4030 PM and audio CODEC device | 3 | * twl4030.h - header for TWL4030 PM and audio CODEC device |
3 | * | 4 | * |
@@ -5,21 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on tlv320aic23.c: | 7 | * Based on tlv320aic23.c: |
7 | * Copyright (c) by Kai Svahn <kai.svahn@nokia.com> | 8 | * Copyright (c) by Kai Svahn <kai.svahn@nokia.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 9 | */ |
24 | 10 | ||
25 | #ifndef __TWL_H_ | 11 | #ifndef __TWL_H_ |
diff --git a/include/linux/mfd/twl4030-audio.h b/include/linux/mfd/twl4030-audio.h index 3d22b72df076..1c28605dfda8 100644 --- a/include/linux/mfd/twl4030-audio.h +++ b/include/linux/mfd/twl4030-audio.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * MFD driver for twl4030 audio submodule | 3 | * MFD driver for twl4030 audio submodule |
3 | * | 4 | * |
4 | * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> | 5 | * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> |
5 | * | 6 | * |
6 | * Copyright: (C) 2009 Nokia Corporation | 7 | * Copyright: (C) 2009 Nokia Corporation |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
20 | * 02110-1301 USA | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #ifndef __TWL4030_CODEC_H__ | 10 | #ifndef __TWL4030_CODEC_H__ |
diff --git a/include/linux/mfd/twl6040.h b/include/linux/mfd/twl6040.h index a2e88761c09f..1fc7450bd8ab 100644 --- a/include/linux/mfd/twl6040.h +++ b/include/linux/mfd/twl6040.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * MFD driver for twl6040 | 3 | * MFD driver for twl6040 |
3 | * | 4 | * |
@@ -5,21 +6,6 @@ | |||
5 | * Misael Lopez Cruz <misael.lopez@ti.com> | 6 | * Misael Lopez Cruz <misael.lopez@ti.com> |
6 | * | 7 | * |
7 | * Copyright: (C) 2011 Texas Instruments, Inc. | 8 | * Copyright: (C) 2011 Texas Instruments, Inc. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
21 | * 02110-1301 USA | ||
22 | * | ||
23 | */ | 9 | */ |
24 | 10 | ||
25 | #ifndef __TWL6040_CODEC_H__ | 11 | #ifndef __TWL6040_CODEC_H__ |
diff --git a/include/linux/mfd/ucb1x00.h b/include/linux/mfd/ucb1x00.h index 88f90cbf8e6a..43bcf35afe27 100644 --- a/include/linux/mfd/ucb1x00.h +++ b/include/linux/mfd/ucb1x00.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/mfd/ucb1x00.h | 3 | * linux/include/mfd/ucb1x00.h |
3 | * | 4 | * |
4 | * Copyright (C) 2001 Russell King, All Rights Reserved. | 5 | * Copyright (C) 2001 Russell King, All Rights Reserved. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License. | ||
9 | */ | 6 | */ |
10 | #ifndef UCB1200_H | 7 | #ifndef UCB1200_H |
11 | #define UCB1200_H | 8 | #define UCB1200_H |
diff --git a/include/linux/mfd/viperboard.h b/include/linux/mfd/viperboard.h index 193452848c04..0557667fe544 100644 --- a/include/linux/mfd/viperboard.h +++ b/include/linux/mfd/viperboard.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/viperboard.h | 3 | * include/linux/mfd/viperboard.h |
3 | * | 4 | * |
@@ -6,12 +7,6 @@ | |||
6 | * (C) 2012 by Lemonage GmbH | 7 | * (C) 2012 by Lemonage GmbH |
7 | * Author: Lars Poeschel <poeschel@lemonage.de> | 8 | * Author: Lars Poeschel <poeschel@lemonage.de> |
8 | * All rights reserved. | 9 | * All rights reserved. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | * | ||
15 | */ | 10 | */ |
16 | 11 | ||
17 | #ifndef __MFD_VIPERBOARD_H__ | 12 | #ifndef __MFD_VIPERBOARD_H__ |
diff --git a/include/linux/mfd/wl1273-core.h b/include/linux/mfd/wl1273-core.h index db2f3f454a1b..c28cf76d5c31 100644 --- a/include/linux/mfd/wl1273-core.h +++ b/include/linux/mfd/wl1273-core.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wl1273-core.h | 3 | * include/linux/mfd/wl1273-core.h |
3 | * | 4 | * |
@@ -5,20 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2010 Nokia Corporation | 7 | * Copyright (C) 2010 Nokia Corporation |
7 | * Author: Matti J. Aaltonen <matti.j.aaltonen@nokia.com> | 8 | * Author: Matti J. Aaltonen <matti.j.aaltonen@nokia.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * version 2 as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
21 | * 02110-1301 USA | ||
22 | */ | 9 | */ |
23 | 10 | ||
24 | #ifndef WL1273_CORE_H | 11 | #ifndef WL1273_CORE_H |
diff --git a/include/linux/mfd/wm831x/auxadc.h b/include/linux/mfd/wm831x/auxadc.h index 867aa23f9370..02ddb4fe1608 100644 --- a/include/linux/mfd/wm831x/auxadc.h +++ b/include/linux/mfd/wm831x/auxadc.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm831x/auxadc.h -- Auxiliary ADC interface for WM831x | 3 | * include/linux/mfd/wm831x/auxadc.h -- Auxiliary ADC interface for WM831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_AUXADC_H__ | 10 | #ifndef __MFD_WM831X_AUXADC_H__ |
diff --git a/include/linux/mfd/wm831x/core.h b/include/linux/mfd/wm831x/core.h index 6fcb8eb00282..511bcad876f0 100644 --- a/include/linux/mfd/wm831x/core.h +++ b/include/linux/mfd/wm831x/core.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm831x/core.h -- Core interface for WM831x | 3 | * include/linux/mfd/wm831x/core.h -- Core interface for WM831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_CORE_H__ | 10 | #ifndef __MFD_WM831X_CORE_H__ |
diff --git a/include/linux/mfd/wm831x/gpio.h b/include/linux/mfd/wm831x/gpio.h index 9b163c58865f..70587a4ec634 100644 --- a/include/linux/mfd/wm831x/gpio.h +++ b/include/linux/mfd/wm831x/gpio.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm831x/gpio.h -- GPIO for WM831x | 3 | * include/linux/mfd/wm831x/gpio.h -- GPIO for WM831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_GPIO_H__ | 10 | #ifndef __MFD_WM831X_GPIO_H__ |
diff --git a/include/linux/mfd/wm831x/irq.h b/include/linux/mfd/wm831x/irq.h index 3a8c97656fda..ab2d1524e729 100644 --- a/include/linux/mfd/wm831x/irq.h +++ b/include/linux/mfd/wm831x/irq.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm831x/irq.h -- Interrupt controller for WM831x | 3 | * include/linux/mfd/wm831x/irq.h -- Interrupt controller for WM831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_IRQ_H__ | 10 | #ifndef __MFD_WM831X_IRQ_H__ |
diff --git a/include/linux/mfd/wm831x/otp.h b/include/linux/mfd/wm831x/otp.h index ce1f81a39bfc..bc244456ad56 100644 --- a/include/linux/mfd/wm831x/otp.h +++ b/include/linux/mfd/wm831x/otp.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm831x/otp.h -- OTP interface for WM831x | 3 | * include/linux/mfd/wm831x/otp.h -- OTP interface for WM831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_OTP_H__ | 10 | #ifndef __MFD_WM831X_OTP_H__ |
diff --git a/include/linux/mfd/wm831x/pdata.h b/include/linux/mfd/wm831x/pdata.h index dcc9631b3052..071cdf3e16cf 100644 --- a/include/linux/mfd/wm831x/pdata.h +++ b/include/linux/mfd/wm831x/pdata.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm831x/pdata.h -- Platform data for WM831x | 3 | * include/linux/mfd/wm831x/pdata.h -- Platform data for WM831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_PDATA_H__ | 10 | #ifndef __MFD_WM831X_PDATA_H__ |
diff --git a/include/linux/mfd/wm831x/pmu.h b/include/linux/mfd/wm831x/pmu.h index b18cbb027bc3..77187fcaf226 100644 --- a/include/linux/mfd/wm831x/pmu.h +++ b/include/linux/mfd/wm831x/pmu.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm831x/pmu.h -- PMU for WM831x | 3 | * include/linux/mfd/wm831x/pmu.h -- PMU for WM831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_PMU_H__ | 10 | #ifndef __MFD_WM831X_PMU_H__ |
diff --git a/include/linux/mfd/wm831x/regulator.h b/include/linux/mfd/wm831x/regulator.h index 30c587a0624c..233b3017954a 100644 --- a/include/linux/mfd/wm831x/regulator.h +++ b/include/linux/mfd/wm831x/regulator.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * linux/mfd/wm831x/regulator.h -- Regulator definitons for wm831x | 3 | * linux/mfd/wm831x/regulator.h -- Regulator definitons for wm831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_REGULATOR_H__ | 10 | #ifndef __MFD_WM831X_REGULATOR_H__ |
diff --git a/include/linux/mfd/wm831x/status.h b/include/linux/mfd/wm831x/status.h index 6bc090d0e3ac..0d263577d21d 100644 --- a/include/linux/mfd/wm831x/status.h +++ b/include/linux/mfd/wm831x/status.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm831x/status.h -- Status LEDs for WM831x | 3 | * include/linux/mfd/wm831x/status.h -- Status LEDs for WM831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_STATUS_H__ | 10 | #ifndef __MFD_WM831X_STATUS_H__ |
diff --git a/include/linux/mfd/wm831x/watchdog.h b/include/linux/mfd/wm831x/watchdog.h index 97a99b52956f..c997c792946c 100644 --- a/include/linux/mfd/wm831x/watchdog.h +++ b/include/linux/mfd/wm831x/watchdog.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm831x/watchdog.h -- Watchdog for WM831x | 3 | * include/linux/mfd/wm831x/watchdog.h -- Watchdog for WM831x |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM831X_WATCHDOG_H__ | 10 | #ifndef __MFD_WM831X_WATCHDOG_H__ |
diff --git a/include/linux/mfd/wm8350/audio.h b/include/linux/mfd/wm8350/audio.h index 0bc41c4c0429..ec01ec84d495 100644 --- a/include/linux/mfd/wm8350/audio.h +++ b/include/linux/mfd/wm8350/audio.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * audio.h -- Audio Driver for Wolfson WM8350 PMIC | 3 | * audio.h -- Audio Driver for Wolfson WM8350 PMIC |
3 | * | 4 | * |
4 | * Copyright 2007, 2008 Wolfson Microelectronics PLC | 5 | * Copyright 2007, 2008 Wolfson Microelectronics PLC |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef __LINUX_MFD_WM8350_AUDIO_H_ | 8 | #ifndef __LINUX_MFD_WM8350_AUDIO_H_ |
diff --git a/include/linux/mfd/wm8350/comparator.h b/include/linux/mfd/wm8350/comparator.h index 54bc5d0fd502..250d89239528 100644 --- a/include/linux/mfd/wm8350/comparator.h +++ b/include/linux/mfd/wm8350/comparator.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * comparator.h -- Comparator Aux ADC for Wolfson WM8350 PMIC | 3 | * comparator.h -- Comparator Aux ADC for Wolfson WM8350 PMIC |
3 | * | 4 | * |
4 | * Copyright 2007 Wolfson Microelectronics PLC | 5 | * Copyright 2007 Wolfson Microelectronics PLC |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __LINUX_MFD_WM8350_COMPARATOR_H_ | 8 | #ifndef __LINUX_MFD_WM8350_COMPARATOR_H_ |
diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h index 202d9bde2c7c..a3241e4d7548 100644 --- a/include/linux/mfd/wm8350/core.h +++ b/include/linux/mfd/wm8350/core.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * core.h -- Core Driver for Wolfson WM8350 PMIC | 3 | * core.h -- Core Driver for Wolfson WM8350 PMIC |
3 | * | 4 | * |
4 | * Copyright 2007 Wolfson Microelectronics PLC | 5 | * Copyright 2007 Wolfson Microelectronics PLC |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef __LINUX_MFD_WM8350_CORE_H_ | 8 | #ifndef __LINUX_MFD_WM8350_CORE_H_ |
diff --git a/include/linux/mfd/wm8350/gpio.h b/include/linux/mfd/wm8350/gpio.h index d657bcd6d955..e831b30dde3e 100644 --- a/include/linux/mfd/wm8350/gpio.h +++ b/include/linux/mfd/wm8350/gpio.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * gpio.h -- GPIO Driver for Wolfson WM8350 PMIC | 3 | * gpio.h -- GPIO Driver for Wolfson WM8350 PMIC |
3 | * | 4 | * |
4 | * Copyright 2007 Wolfson Microelectronics PLC | 5 | * Copyright 2007 Wolfson Microelectronics PLC |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef __LINUX_MFD_WM8350_GPIO_H_ | 8 | #ifndef __LINUX_MFD_WM8350_GPIO_H_ |
diff --git a/include/linux/mfd/wm8350/pmic.h b/include/linux/mfd/wm8350/pmic.h index 7a09e7f1f984..04b09a2ddb28 100644 --- a/include/linux/mfd/wm8350/pmic.h +++ b/include/linux/mfd/wm8350/pmic.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * pmic.h -- Power Management Driver for Wolfson WM8350 PMIC | 3 | * pmic.h -- Power Management Driver for Wolfson WM8350 PMIC |
3 | * | 4 | * |
4 | * Copyright 2007 Wolfson Microelectronics PLC | 5 | * Copyright 2007 Wolfson Microelectronics PLC |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef __LINUX_MFD_WM8350_PMIC_H | 8 | #ifndef __LINUX_MFD_WM8350_PMIC_H |
diff --git a/include/linux/mfd/wm8350/rtc.h b/include/linux/mfd/wm8350/rtc.h index ebd72ffc62d1..b2f58359b2eb 100644 --- a/include/linux/mfd/wm8350/rtc.h +++ b/include/linux/mfd/wm8350/rtc.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * rtc.h -- RTC driver for Wolfson WM8350 PMIC | 3 | * rtc.h -- RTC driver for Wolfson WM8350 PMIC |
3 | * | 4 | * |
4 | * Copyright 2007 Wolfson Microelectronics PLC | 5 | * Copyright 2007 Wolfson Microelectronics PLC |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __LINUX_MFD_WM8350_RTC_H | 8 | #ifndef __LINUX_MFD_WM8350_RTC_H |
diff --git a/include/linux/mfd/wm8350/supply.h b/include/linux/mfd/wm8350/supply.h index 8dc93673e34a..d7a91e26177c 100644 --- a/include/linux/mfd/wm8350/supply.h +++ b/include/linux/mfd/wm8350/supply.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * supply.h -- Power Supply Driver for Wolfson WM8350 PMIC | 3 | * supply.h -- Power Supply Driver for Wolfson WM8350 PMIC |
3 | * | 4 | * |
4 | * Copyright 2007 Wolfson Microelectronics PLC | 5 | * Copyright 2007 Wolfson Microelectronics PLC |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef __LINUX_MFD_WM8350_SUPPLY_H_ | 8 | #ifndef __LINUX_MFD_WM8350_SUPPLY_H_ |
diff --git a/include/linux/mfd/wm8350/wdt.h b/include/linux/mfd/wm8350/wdt.h index f6135b5e5ef4..97454aa8c436 100644 --- a/include/linux/mfd/wm8350/wdt.h +++ b/include/linux/mfd/wm8350/wdt.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * wdt.h -- Watchdog Driver for Wolfson WM8350 PMIC | 3 | * wdt.h -- Watchdog Driver for Wolfson WM8350 PMIC |
3 | * | 4 | * |
4 | * Copyright 2007, 2008 Wolfson Microelectronics PLC | 5 | * Copyright 2007, 2008 Wolfson Microelectronics PLC |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __LINUX_MFD_WM8350_WDT_H_ | 8 | #ifndef __LINUX_MFD_WM8350_WDT_H_ |
diff --git a/include/linux/mfd/wm8400-audio.h b/include/linux/mfd/wm8400-audio.h index e06ed3eb1d0a..d47bdcc7a765 100644 --- a/include/linux/mfd/wm8400-audio.h +++ b/include/linux/mfd/wm8400-audio.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * wm8400 private definitions for audio | 3 | * wm8400 private definitions for audio |
3 | * | 4 | * |
4 | * Copyright 2008 Wolfson Microelectronics plc | 5 | * Copyright 2008 Wolfson Microelectronics plc |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __LINUX_MFD_WM8400_AUDIO_H | 8 | #ifndef __LINUX_MFD_WM8400_AUDIO_H |
diff --git a/include/linux/mfd/wm8400-private.h b/include/linux/mfd/wm8400-private.h index 43d0d307e2e3..bc8c2ca6dc70 100644 --- a/include/linux/mfd/wm8400-private.h +++ b/include/linux/mfd/wm8400-private.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * wm8400 private definitions. | 3 | * wm8400 private definitions. |
3 | * | 4 | * |
4 | * Copyright 2008 Wolfson Microelectronics plc | 5 | * Copyright 2008 Wolfson Microelectronics plc |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __LINUX_MFD_WM8400_PRIV_H | 8 | #ifndef __LINUX_MFD_WM8400_PRIV_H |
diff --git a/include/linux/mfd/wm8400.h b/include/linux/mfd/wm8400.h index b46b566ac1ac..a812d89e7cb3 100644 --- a/include/linux/mfd/wm8400.h +++ b/include/linux/mfd/wm8400.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * wm8400 client interface | 3 | * wm8400 client interface |
3 | * | 4 | * |
4 | * Copyright 2008 Wolfson Microelectronics plc | 5 | * Copyright 2008 Wolfson Microelectronics plc |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __LINUX_MFD_WM8400_H | 8 | #ifndef __LINUX_MFD_WM8400_H |
diff --git a/include/linux/mfd/wm8994/core.h b/include/linux/mfd/wm8994/core.h index eefafa62d304..e8b093522ffd 100644 --- a/include/linux/mfd/wm8994/core.h +++ b/include/linux/mfd/wm8994/core.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm8994/core.h -- Core interface for WM8994 | 3 | * include/linux/mfd/wm8994/core.h -- Core interface for WM8994 |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM8994_CORE_H__ | 10 | #ifndef __MFD_WM8994_CORE_H__ |
diff --git a/include/linux/mfd/wm8994/gpio.h b/include/linux/mfd/wm8994/gpio.h index 0c79b5ff4b5a..723fa331776e 100644 --- a/include/linux/mfd/wm8994/gpio.h +++ b/include/linux/mfd/wm8994/gpio.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm8994/gpio.h - GPIO configuration for WM8994 | 3 | * include/linux/mfd/wm8994/gpio.h - GPIO configuration for WM8994 |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM8994_GPIO_H__ | 10 | #ifndef __MFD_WM8994_GPIO_H__ |
diff --git a/include/linux/mfd/wm8994/pdata.h b/include/linux/mfd/wm8994/pdata.h index f346167c0e00..81e7dcbd94df 100644 --- a/include/linux/mfd/wm8994/pdata.h +++ b/include/linux/mfd/wm8994/pdata.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm8994/pdata.h -- Platform data for WM8994 | 3 | * include/linux/mfd/wm8994/pdata.h -- Platform data for WM8994 |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM8994_PDATA_H__ | 10 | #ifndef __MFD_WM8994_PDATA_H__ |
diff --git a/include/linux/mfd/wm8994/registers.h b/include/linux/mfd/wm8994/registers.h index db8cef3d5321..8782a207faf7 100644 --- a/include/linux/mfd/wm8994/registers.h +++ b/include/linux/mfd/wm8994/registers.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mfd/wm8994/registers.h -- Register definitions for WM8994 | 3 | * include/linux/mfd/wm8994/registers.h -- Register definitions for WM8994 |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM8994_REGISTERS_H__ | 10 | #ifndef __MFD_WM8994_REGISTERS_H__ |
diff --git a/include/linux/mfd/wm97xx.h b/include/linux/mfd/wm97xx.h index 45fb54f19d09..446a5546ceca 100644 --- a/include/linux/mfd/wm97xx.h +++ b/include/linux/mfd/wm97xx.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * wm97xx client interface | 3 | * wm97xx client interface |
3 | * | 4 | * |
4 | * Copyright (C) 2017 Robert Jarzmik | 5 | * Copyright (C) 2017 Robert Jarzmik |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __LINUX_MFD_WM97XX_H | 8 | #ifndef __LINUX_MFD_WM97XX_H |
diff --git a/include/linux/mic_bus.h b/include/linux/mic_bus.h index 504d54c71bdb..491156a2359f 100644 --- a/include/linux/mic_bus.h +++ b/include/linux/mic_bus.h | |||
@@ -1,20 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Intel MIC Platform Software Stack (MPSS) | 3 | * Intel MIC Platform Software Stack (MPSS) |
3 | * | 4 | * |
4 | * Copyright(c) 2014 Intel Corporation. | 5 | * Copyright(c) 2014 Intel Corporation. |
5 | * | 6 | * |
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, as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | * General Public License for more details. | ||
14 | * | ||
15 | * The full GNU General Public License is included in this distribution in | ||
16 | * the file called "COPYING". | ||
17 | * | ||
18 | * Intel MIC Bus driver. | 7 | * Intel MIC Bus driver. |
19 | * | 8 | * |
20 | * This implementation is very similar to the the virtio bus driver | 9 | * This implementation is very similar to the the virtio bus driver |
diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h index 7361cd3fddc1..ad24554f11f9 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/micrel_phy.h | 3 | * include/linux/micrel_phy.h |
3 | * | 4 | * |
4 | * Micrel PHY IDs | 5 | * Micrel PHY IDs |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _MICREL_PHY_H | 8 | #ifndef _MICREL_PHY_H |
diff --git a/include/linux/microchipphy.h b/include/linux/microchipphy.h index 8c40128af240..517288da19fd 100644 --- a/include/linux/microchipphy.h +++ b/include/linux/microchipphy.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2015 Microchip Technology | 3 | * Copyright (C) 2015 Microchip Technology |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version 2 | ||
7 | * of the License, or (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | #ifndef _MICROCHIPPHY_H | 6 | #ifndef _MICROCHIPPHY_H |
diff --git a/include/linux/mlx5/eswitch.h b/include/linux/mlx5/eswitch.h index 0ca77dd1429c..cf226c190329 100644 --- a/include/linux/mlx5/eswitch.h +++ b/include/linux/mlx5/eswitch.h | |||
@@ -51,13 +51,13 @@ void mlx5_eswitch_register_vport_reps(struct mlx5_eswitch *esw, | |||
51 | u8 rep_type); | 51 | u8 rep_type); |
52 | void mlx5_eswitch_unregister_vport_reps(struct mlx5_eswitch *esw, u8 rep_type); | 52 | void mlx5_eswitch_unregister_vport_reps(struct mlx5_eswitch *esw, u8 rep_type); |
53 | void *mlx5_eswitch_get_proto_dev(struct mlx5_eswitch *esw, | 53 | void *mlx5_eswitch_get_proto_dev(struct mlx5_eswitch *esw, |
54 | int vport, | 54 | u16 vport_num, |
55 | u8 rep_type); | 55 | u8 rep_type); |
56 | struct mlx5_eswitch_rep *mlx5_eswitch_vport_rep(struct mlx5_eswitch *esw, | 56 | struct mlx5_eswitch_rep *mlx5_eswitch_vport_rep(struct mlx5_eswitch *esw, |
57 | int vport); | 57 | u16 vport_num); |
58 | void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type); | 58 | void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type); |
59 | u8 mlx5_eswitch_mode(struct mlx5_eswitch *esw); | 59 | u8 mlx5_eswitch_mode(struct mlx5_eswitch *esw); |
60 | struct mlx5_flow_handle * | 60 | struct mlx5_flow_handle * |
61 | mlx5_eswitch_add_send_to_vport_rule(struct mlx5_eswitch *esw, | 61 | mlx5_eswitch_add_send_to_vport_rule(struct mlx5_eswitch *esw, |
62 | int vport, u32 sqn); | 62 | u16 vport_num, u32 sqn); |
63 | #endif | 63 | #endif |
diff --git a/include/linux/mm.h b/include/linux/mm.h index 0e8834ac32b7..dd0b5f4e1e45 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -99,6 +99,17 @@ extern int mmap_rnd_compat_bits __read_mostly; | |||
99 | #include <asm/pgtable.h> | 99 | #include <asm/pgtable.h> |
100 | #include <asm/processor.h> | 100 | #include <asm/processor.h> |
101 | 101 | ||
102 | /* | ||
103 | * Architectures that support memory tagging (assigning tags to memory regions, | ||
104 | * embedding these tags into addresses that point to these memory regions, and | ||
105 | * checking that the memory and the pointer tags match on memory accesses) | ||
106 | * redefine this macro to strip tags from pointers. | ||
107 | * It's defined as noop for arcitectures that don't support memory tagging. | ||
108 | */ | ||
109 | #ifndef untagged_addr | ||
110 | #define untagged_addr(addr) (addr) | ||
111 | #endif | ||
112 | |||
102 | #ifndef __pa_symbol | 113 | #ifndef __pa_symbol |
103 | #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) | 114 | #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) |
104 | #endif | 115 | #endif |
diff --git a/include/linux/mmc/sd.h b/include/linux/mmc/sd.h index ec94a5aa02bb..2236aa540faa 100644 --- a/include/linux/mmc/sd.h +++ b/include/linux/mmc/sd.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mmc/sd.h | 3 | * include/linux/mmc/sd.h |
3 | * | 4 | * |
4 | * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. | 5 | * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or (at | ||
9 | * your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef LINUX_MMC_SD_H | 8 | #ifndef LINUX_MMC_SD_H |
diff --git a/include/linux/mmc/sdio.h b/include/linux/mmc/sdio.h index 17446d3c3602..e28769991e82 100644 --- a/include/linux/mmc/sdio.h +++ b/include/linux/mmc/sdio.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mmc/sdio.h | 3 | * include/linux/mmc/sdio.h |
3 | * | 4 | * |
4 | * Copyright 2006-2007 Pierre Ossman | 5 | * Copyright 2006-2007 Pierre Ossman |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or (at | ||
9 | * your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef LINUX_MMC_SDIO_H | 8 | #ifndef LINUX_MMC_SDIO_H |
diff --git a/include/linux/mmc/sdio_func.h b/include/linux/mmc/sdio_func.h index 5685805533b5..e9dfdd501cd1 100644 --- a/include/linux/mmc/sdio_func.h +++ b/include/linux/mmc/sdio_func.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mmc/sdio_func.h | 3 | * include/linux/mmc/sdio_func.h |
3 | * | 4 | * |
4 | * Copyright 2007-2008 Pierre Ossman | 5 | * Copyright 2007-2008 Pierre Ossman |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or (at | ||
9 | * your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef LINUX_MMC_SDIO_FUNC_H | 8 | #ifndef LINUX_MMC_SDIO_FUNC_H |
diff --git a/include/linux/mmc/sh_mmcif.h b/include/linux/mmc/sh_mmcif.h index a7baa29484c3..e25533b95d9f 100644 --- a/include/linux/mmc/sh_mmcif.h +++ b/include/linux/mmc/sh_mmcif.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/linux/mmc/sh_mmcif.h | 3 | * include/linux/mmc/sh_mmcif.h |
3 | * | 4 | * |
4 | * platform data for eMMC driver | 5 | * platform data for eMMC driver |
5 | * | 6 | * |
6 | * Copyright (C) 2010 Renesas Solutions Corp. | 7 | * Copyright (C) 2010 Renesas Solutions Corp. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef LINUX_MMC_SH_MMCIF_H | 10 | #ifndef LINUX_MMC_SH_MMCIF_H |
diff --git a/include/linux/mpi.h b/include/linux/mpi.h index 7cd1473c64a4..7bd6d8af0004 100644 --- a/include/linux/mpi.h +++ b/include/linux/mpi.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* mpi.h - Multi Precision Integers | 2 | /* mpi.h - Multi Precision Integers |
2 | * Copyright (C) 1994, 1996, 1998, 1999, | 3 | * Copyright (C) 1994, 1996, 1998, 1999, |
3 | * 2000, 2001 Free Software Foundation, Inc. | 4 | * 2000, 2001 Free Software Foundation, Inc. |
4 | * | 5 | * |
5 | * This file is part of GNUPG. | 6 | * This file is part of GNUPG. |
6 | * | 7 | * |
7 | * GNUPG is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * GNUPG is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA | ||
20 | * | ||
21 | * Note: This code is heavily based on the GNU MP Library. | 8 | * Note: This code is heavily based on the GNU MP Library. |
22 | * Actually it's the same code with only minor changes in the | 9 | * Actually it's the same code with only minor changes in the |
23 | * way the data is stored; this is to support the abstraction | 10 | * way the data is stored; this is to support the abstraction |
diff --git a/include/linux/mtd/bbm.h b/include/linux/mtd/bbm.h index 010bc5544c54..886e30441c90 100644 --- a/include/linux/mtd/bbm.h +++ b/include/linux/mtd/bbm.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NAND family Bad Block Management (BBM) header file | 3 | * NAND family Bad Block Management (BBM) header file |
3 | * - Bad Block Table (BBT) implementation | 4 | * - Bad Block Table (BBT) implementation |
@@ -7,21 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Copyright © 2000-2005 | 9 | * Copyright © 2000-2005 |
9 | * Thomas Gleixner <tglx@linuxtronix.de> | 10 | * Thomas Gleixner <tglx@linuxtronix.de> |
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 as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
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 the Free Software | ||
23 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
24 | * | ||
25 | */ | 11 | */ |
26 | #ifndef __LINUX_MTD_BBM_H | 12 | #ifndef __LINUX_MTD_BBM_H |
27 | #define __LINUX_MTD_BBM_H | 13 | #define __LINUX_MTD_BBM_H |
diff --git a/include/linux/mtd/blktrans.h b/include/linux/mtd/blktrans.h index 1d3ade69d39a..3c668cb1e344 100644 --- a/include/linux/mtd/blktrans.h +++ b/include/linux/mtd/blktrans.h | |||
@@ -1,20 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2003-2010 David Woodhouse <dwmw2@infradead.org> | 3 | * Copyright © 2003-2010 David Woodhouse <dwmw2@infradead.org> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
17 | * | ||
18 | */ | 4 | */ |
19 | 5 | ||
20 | #ifndef __MTD_TRANS_H__ | 6 | #ifndef __MTD_TRANS_H__ |
diff --git a/include/linux/mtd/cfi.h b/include/linux/mtd/cfi.h index cbf77168658c..208c87cf2e3e 100644 --- a/include/linux/mtd/cfi.h +++ b/include/linux/mtd/cfi.h | |||
@@ -1,20 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al. | 3 | * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
17 | * | ||
18 | */ | 4 | */ |
19 | 5 | ||
20 | #ifndef __MTD_CFI_H__ | 6 | #ifndef __MTD_CFI_H__ |
diff --git a/include/linux/mtd/cfi_endian.h b/include/linux/mtd/cfi_endian.h index b97a625071f8..5275118aa449 100644 --- a/include/linux/mtd/cfi_endian.h +++ b/include/linux/mtd/cfi_endian.h | |||
@@ -1,20 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org> | 3 | * Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
17 | * | ||
18 | */ | 4 | */ |
19 | 5 | ||
20 | #include <asm/byteorder.h> | 6 | #include <asm/byteorder.h> |
diff --git a/include/linux/mtd/concat.h b/include/linux/mtd/concat.h index ccdbe93a909c..d6f653e07426 100644 --- a/include/linux/mtd/concat.h +++ b/include/linux/mtd/concat.h | |||
@@ -1,22 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * MTD device concatenation layer definitions | 3 | * MTD device concatenation layer definitions |
3 | * | 4 | * |
4 | * Copyright © 2002 Robert Kaiser <rkaiser@sysgo.de> | 5 | * Copyright © 2002 Robert Kaiser <rkaiser@sysgo.de> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
19 | * | ||
20 | */ | 6 | */ |
21 | 7 | ||
22 | #ifndef MTD_CONCAT_H | 8 | #ifndef MTD_CONCAT_H |
diff --git a/include/linux/mtd/doc2000.h b/include/linux/mtd/doc2000.h index 407d1e556c39..1b7b0ee070ca 100644 --- a/include/linux/mtd/doc2000.h +++ b/include/linux/mtd/doc2000.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Linux driver for Disk-On-Chip devices | 3 | * Linux driver for Disk-On-Chip devices |
3 | * | 4 | * |
@@ -5,21 +6,6 @@ | |||
5 | * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> | 6 | * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> |
6 | * Copyright © 2002-2003 Greg Ungerer <gerg@snapgear.com> | 7 | * Copyright © 2002-2003 Greg Ungerer <gerg@snapgear.com> |
7 | * Copyright © 2002-2003 SnapGear Inc | 8 | * Copyright © 2002-2003 SnapGear Inc |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
22 | * | ||
23 | */ | 9 | */ |
24 | 10 | ||
25 | #ifndef __MTD_DOC2000_H__ | 11 | #ifndef __MTD_DOC2000_H__ |
diff --git a/include/linux/mtd/flashchip.h b/include/linux/mtd/flashchip.h index 3529683f691e..ecc88a41792a 100644 --- a/include/linux/mtd/flashchip.h +++ b/include/linux/mtd/flashchip.h | |||
@@ -1,21 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2000 Red Hat UK Limited | 3 | * Copyright © 2000 Red Hat UK Limited |
3 | * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> | 4 | * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 the Free Software | ||
17 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
18 | * | ||
19 | */ | 5 | */ |
20 | 6 | ||
21 | #ifndef __MTD_FLASHCHIP_H__ | 7 | #ifndef __MTD_FLASHCHIP_H__ |
diff --git a/include/linux/mtd/gen_probe.h b/include/linux/mtd/gen_probe.h index 2c456054fded..6bd0b30d5935 100644 --- a/include/linux/mtd/gen_probe.h +++ b/include/linux/mtd/gen_probe.h | |||
@@ -1,21 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2001 Red Hat UK Limited | 3 | * Copyright © 2001 Red Hat UK Limited |
3 | * Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org> | 4 | * Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 the Free Software | ||
17 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
18 | * | ||
19 | */ | 5 | */ |
20 | 6 | ||
21 | #ifndef __LINUX_MTD_GEN_PROBE_H__ | 7 | #ifndef __LINUX_MTD_GEN_PROBE_H__ |
diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h index 01b990e4b228..b4fa92a6e44b 100644 --- a/include/linux/mtd/map.h +++ b/include/linux/mtd/map.h | |||
@@ -1,20 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al. | 3 | * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
17 | * | ||
18 | */ | 4 | */ |
19 | 5 | ||
20 | /* Overhauled routines for dealing with different mmap regions of flash */ | 6 | /* Overhauled routines for dealing with different mmap regions of flash */ |
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 677768b21a1d..936a3fdb48b5 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
@@ -1,20 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> et al. | 3 | * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> et al. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
17 | * | ||
18 | */ | 4 | */ |
19 | 5 | ||
20 | #ifndef __MTD_MTD_H__ | 6 | #ifndef __MTD_MTD_H__ |
diff --git a/include/linux/mtd/nftl.h b/include/linux/mtd/nftl.h index 044daa02b8ff..4423d3b385b1 100644 --- a/include/linux/mtd/nftl.h +++ b/include/linux/mtd/nftl.h | |||
@@ -1,20 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> | 3 | * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
17 | * | ||
18 | */ | 4 | */ |
19 | 5 | ||
20 | #ifndef __MTD_NFTL_H__ | 6 | #ifndef __MTD_NFTL_H__ |
diff --git a/include/linux/mtd/physmap.h b/include/linux/mtd/physmap.h index aa6a2633c2da..bfaa9cc1dc84 100644 --- a/include/linux/mtd/physmap.h +++ b/include/linux/mtd/physmap.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * For boards with physically mapped flash and using | 3 | * For boards with physically mapped flash and using |
3 | * drivers/mtd/maps/physmap.c mapping driver. | 4 | * drivers/mtd/maps/physmap.c mapping driver. |
4 | * | 5 | * |
5 | * Copyright (C) 2003 MontaVista Software Inc. | 6 | * Copyright (C) 2003 MontaVista Software Inc. |
6 | * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net | 7 | * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __LINUX_MTD_PHYSMAP__ | 10 | #ifndef __LINUX_MTD_PHYSMAP__ |
diff --git a/include/linux/mtd/pismo.h b/include/linux/mtd/pismo.h index 8dfb7e1421c5..085b639c9538 100644 --- a/include/linux/mtd/pismo.h +++ b/include/linux/mtd/pismo.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * PISMO memory driver - http://www.pismoworld.org/ | 3 | * PISMO memory driver - http://www.pismoworld.org/ |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License. | ||
7 | */ | 4 | */ |
8 | #ifndef __LINUX_MTD_PISMO_H | 5 | #ifndef __LINUX_MTD_PISMO_H |
9 | #define __LINUX_MTD_PISMO_H | 6 | #define __LINUX_MTD_PISMO_H |
diff --git a/include/linux/mtd/super.h b/include/linux/mtd/super.h index f456230f9330..056c9932c723 100644 --- a/include/linux/mtd/super.h +++ b/include/linux/mtd/super.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* MTD-based superblock handling | 2 | /* MTD-based superblock handling |
2 | * | 3 | * |
3 | * Copyright © 2006 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright © 2006 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __MTD_SUPER_H__ | 8 | #ifndef __MTD_SUPER_H__ |
diff --git a/include/linux/mtd/ubi.h b/include/linux/mtd/ubi.h index 1e271cb559cd..7d48ea368c5e 100644 --- a/include/linux/mtd/ubi.h +++ b/include/linux/mtd/ubi.h | |||
@@ -1,20 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) International Business Machines Corp., 2006 | 3 | * Copyright (c) International Business Machines Corp., 2006 |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | ||
12 | * the GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | * | ||
18 | * Author: Artem Bityutskiy (Битюцкий Артём) | 5 | * Author: Artem Bityutskiy (Битюцкий Артём) |
19 | */ | 6 | */ |
20 | 7 | ||
diff --git a/include/linux/mv643xx.h b/include/linux/mv643xx.h index 69327b7b4ce4..4471cf96ef69 100644 --- a/include/linux/mv643xx.h +++ b/include/linux/mv643xx.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mv643xx.h - MV-643XX Internal registers definition file. | 3 | * mv643xx.h - MV-643XX Internal registers definition file. |
3 | * | 4 | * |
4 | * Copyright 2002 Momentum Computer, Inc. | 5 | * Copyright 2002 Momentum Computer, Inc. |
5 | * Author: Matthew Dharm <mdharm@momenco.com> | 6 | * Author: Matthew Dharm <mdharm@momenco.com> |
6 | * Copyright 2002 GALILEO TECHNOLOGY, LTD. | 7 | * Copyright 2002 GALILEO TECHNOLOGY, LTD. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | #ifndef __ASM_MV643XX_H | 9 | #ifndef __ASM_MV643XX_H |
14 | #define __ASM_MV643XX_H | 10 | #define __ASM_MV643XX_H |
diff --git a/include/linux/mv643xx_i2c.h b/include/linux/mv643xx_i2c.h index 5db5152e9de5..b2844e1cac80 100644 --- a/include/linux/mv643xx_i2c.h +++ b/include/linux/mv643xx_i2c.h | |||
@@ -1,8 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License as published by the | ||
4 | * Free Software Foundation; either version 2 of the License, or (at your | ||
5 | * option) any later version. | ||
6 | */ | 3 | */ |
7 | 4 | ||
8 | #ifndef _MV64XXX_I2C_H_ | 5 | #ifndef _MV64XXX_I2C_H_ |
diff --git a/include/linux/mxm-wmi.h b/include/linux/mxm-wmi.h index 617a2950523c..28b5b4c2a782 100644 --- a/include/linux/mxm-wmi.h +++ b/include/linux/mxm-wmi.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * MXM WMI driver | 3 | * MXM WMI driver |
3 | * | 4 | * |
4 | * Copyright(C) 2010 Red Hat. | 5 | * Copyright(C) 2010 Red Hat. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef MXM_WMI_H | 8 | #ifndef MXM_WMI_H |
diff --git a/include/linux/nd.h b/include/linux/nd.h index 43c181a6add5..f778f962d1b6 100644 --- a/include/linux/nd.h +++ b/include/linux/nd.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2013-2015 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2013-2015 Intel Corporation. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of version 2 of the GNU General Public License as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, but | ||
9 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
11 | * General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef __LINUX_ND_H__ | 5 | #ifndef __LINUX_ND_H__ |
14 | #define __LINUX_ND_H__ | 6 | #define __LINUX_ND_H__ |
diff --git a/include/linux/net.h b/include/linux/net.h index 50bf5206ead6..f7d672cf25b5 100644 --- a/include/linux/net.h +++ b/include/linux/net.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NET An implementation of the SOCKET network access protocol. | 3 | * NET An implementation of the SOCKET network access protocol. |
3 | * This is the master header file for the Linux NET layer, | 4 | * This is the master header file for the Linux NET layer, |
@@ -9,11 +10,6 @@ | |||
9 | * Authors: Orest Zborowski, <obz@Kodak.COM> | 10 | * Authors: Orest Zborowski, <obz@Kodak.COM> |
10 | * Ross Biro | 11 | * Ross Biro |
11 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 12 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | #ifndef _LINUX_NET_H | 14 | #ifndef _LINUX_NET_H |
19 | #define _LINUX_NET_H | 15 | #define _LINUX_NET_H |
diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h index 4c76fe2c8488..4b19c544c59a 100644 --- a/include/linux/netdev_features.h +++ b/include/linux/netdev_features.h | |||
@@ -1,11 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Network device features. | 3 | * Network device features. |
3 | * | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * as published by the Free Software Foundation; either version | ||
8 | * 2 of the License, or (at your option) any later version. | ||
9 | */ | 4 | */ |
10 | #ifndef _LINUX_NETDEV_FEATURES_H | 5 | #ifndef _LINUX_NETDEV_FEATURES_H |
11 | #define _LINUX_NETDEV_FEATURES_H | 6 | #define _LINUX_NETDEV_FEATURES_H |
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 44b47e9df94a..eeacebd7debb 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -15,11 +16,6 @@ | |||
15 | * Bjorn Ekwall. <bj0rn@blox.se> | 16 | * Bjorn Ekwall. <bj0rn@blox.se> |
16 | * Pekka Riikonen <priikone@poseidon.pspt.fi> | 17 | * Pekka Riikonen <priikone@poseidon.pspt.fi> |
17 | * | 18 | * |
18 | * This program is free software; you can redistribute it and/or | ||
19 | * modify it under the terms of the GNU General Public License | ||
20 | * as published by the Free Software Foundation; either version | ||
21 | * 2 of the License, or (at your option) any later version. | ||
22 | * | ||
23 | * Moved to /usr/include/linux for NET3 | 19 | * Moved to /usr/include/linux for NET3 |
24 | */ | 20 | */ |
25 | #ifndef _LINUX_NETDEVICE_H | 21 | #ifndef _LINUX_NETDEVICE_H |
diff --git a/include/linux/nl802154.h b/include/linux/nl802154.h index 0f6f6607f592..b22782225f27 100644 --- a/include/linux/nl802154.h +++ b/include/linux/nl802154.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * nl802154.h | 3 | * nl802154.h |
3 | * | 4 | * |
4 | * Copyright (C) 2007, 2008, 2009 Siemens AG | 5 | * Copyright (C) 2007, 2008, 2009 Siemens AG |
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef NL802154_H | 8 | #ifndef NL802154_H |
diff --git a/include/linux/of_mdio.h b/include/linux/of_mdio.h index f5db93bcd069..99cefe6f5edb 100644 --- a/include/linux/of_mdio.h +++ b/include/linux/of_mdio.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * OF helpers for the MDIO (Ethernet PHY) API | 3 | * OF helpers for the MDIO (Ethernet PHY) API |
3 | * | 4 | * |
4 | * Copyright (c) 2009 Secret Lab Technologies, Ltd. | 5 | * Copyright (c) 2009 Secret Lab Technologies, Ltd. |
5 | * | ||
6 | * This file is released under the GPLv2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __LINUX_OF_MDIO_H | 8 | #ifndef __LINUX_OF_MDIO_H |
diff --git a/include/linux/of_net.h b/include/linux/of_net.h index 9cd72aab76fe..6aeaea1775e6 100644 --- a/include/linux/of_net.h +++ b/include/linux/of_net.h | |||
@@ -1,7 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * OF helpers for network devices. | 3 | * OF helpers for network devices. |
3 | * | ||
4 | * This file is released under the GPLv2 | ||
5 | */ | 4 | */ |
6 | 5 | ||
7 | #ifndef __LINUX_OF_NET_H | 6 | #ifndef __LINUX_OF_NET_H |
@@ -22,7 +21,7 @@ static inline int of_get_phy_mode(struct device_node *np) | |||
22 | 21 | ||
23 | static inline const void *of_get_mac_address(struct device_node *np) | 22 | static inline const void *of_get_mac_address(struct device_node *np) |
24 | { | 23 | { |
25 | return NULL; | 24 | return ERR_PTR(-ENODEV); |
26 | } | 25 | } |
27 | 26 | ||
28 | static inline struct net_device *of_find_net_device_by_node(struct device_node *np) | 27 | static inline struct net_device *of_find_net_device_by_node(struct device_node *np) |
diff --git a/include/linux/oid_registry.h b/include/linux/oid_registry.h index 7f30446348c4..657d6bf2c064 100644 --- a/include/linux/oid_registry.h +++ b/include/linux/oid_registry.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* ASN.1 Object identifier (OID) registry | 2 | /* ASN.1 Object identifier (OID) registry |
2 | * | 3 | * |
3 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_OID_REGISTRY_H | 8 | #ifndef _LINUX_OID_REGISTRY_H |
diff --git a/include/linux/omap-gpmc.h b/include/linux/omap-gpmc.h index 053feb41510a..b7bf735960c2 100644 --- a/include/linux/omap-gpmc.h +++ b/include/linux/omap-gpmc.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * OMAP GPMC (General Purpose Memory Controller) defines | 3 | * OMAP GPMC (General Purpose Memory Controller) defines |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the | ||
6 | * Free Software Foundation; either version 2 of the License, or (at your | ||
7 | * option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #include <linux/platform_data/gpmc-omap.h> | 6 | #include <linux/platform_data/gpmc-omap.h> |
diff --git a/include/linux/omapfb.h b/include/linux/omapfb.h index d1f4dccaeede..63c9d473e7de 100644 --- a/include/linux/omapfb.h +++ b/include/linux/omapfb.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * File: include/linux/omapfb.h | 3 | * File: include/linux/omapfb.h |
3 | * | 4 | * |
@@ -5,20 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2004 Nokia Corporation | 7 | * Copyright (C) 2004 Nokia Corporation |
7 | * Author: Imre Deak <imre.deak@nokia.com> | 8 | * Author: Imre Deak <imre.deak@nokia.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * General Public License for more details. | ||
18 | * | ||
19 | * You should have received a copy of the GNU General Public License along | ||
20 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
21 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
22 | */ | 9 | */ |
23 | #ifndef __LINUX_OMAPFB_H__ | 10 | #ifndef __LINUX_OMAPFB_H__ |
24 | #define __LINUX_OMAPFB_H__ | 11 | #define __LINUX_OMAPFB_H__ |
diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h index 379affc63e24..3b037bab32b0 100644 --- a/include/linux/openvswitch.h +++ b/include/linux/openvswitch.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2007-2011 Nicira Networks. | 3 | * Copyright (c) 2007-2011 Nicira Networks. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of version 2 of the GNU General Public | ||
6 | * License as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, but | ||
9 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
11 | * General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program; if not, write to the Free Software | ||
15 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
16 | * 02110-1301, USA | ||
17 | */ | 4 | */ |
18 | 5 | ||
19 | #ifndef _LINUX_OPENVSWITCH_H | 6 | #ifndef _LINUX_OPENVSWITCH_H |
diff --git a/include/linux/padata.h b/include/linux/padata.h index 5d13d25da2c8..56f09e36f770 100644 --- a/include/linux/padata.h +++ b/include/linux/padata.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * padata.h - header for the padata parallelization interface | 3 | * padata.h - header for the padata parallelization interface |
3 | * | 4 | * |
4 | * Copyright (C) 2008, 2009 secunet Security Networks AG | 5 | * Copyright (C) 2008, 2009 secunet Security Networks AG |
5 | * Copyright (C) 2008, 2009 Steffen Klassert <steffen.klassert@secunet.com> | 6 | * Copyright (C) 2008, 2009 Steffen Klassert <steffen.klassert@secunet.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef PADATA_H | 9 | #ifndef PADATA_H |
diff --git a/include/linux/pageblock-flags.h b/include/linux/pageblock-flags.h index 06a66327333d..c066fec5b74b 100644 --- a/include/linux/pageblock-flags.h +++ b/include/linux/pageblock-flags.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Macros for manipulating and testing flags related to a | 3 | * Macros for manipulating and testing flags related to a |
3 | * pageblock_nr_pages number of pages. | 4 | * pageblock_nr_pages number of pages. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation version 2 of the License | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
17 | * | ||
18 | * Copyright (C) IBM Corporation, 2006 | 6 | * Copyright (C) IBM Corporation, 2006 |
19 | * | 7 | * |
20 | * Original author, Mel Gorman | 8 | * Original author, Mel Gorman |
diff --git a/include/linux/pch_dma.h b/include/linux/pch_dma.h index fdafe529ef8a..d5a6a4b6b431 100644 --- a/include/linux/pch_dma.h +++ b/include/linux/pch_dma.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Intel Corporation | 3 | * Copyright (c) 2010 Intel Corporation |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program; if not, write to the Free Software | ||
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | #ifndef PCH_DMA_H | 6 | #ifndef PCH_DMA_H |
diff --git a/include/linux/pci.h b/include/linux/pci.h index 4a5a84d7bdd4..dd436da7eccc 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -344,6 +344,7 @@ struct pci_dev { | |||
344 | D3cold, not set for devices | 344 | D3cold, not set for devices |
345 | powered on/off by the | 345 | powered on/off by the |
346 | corresponding bridge */ | 346 | corresponding bridge */ |
347 | unsigned int skip_bus_pm:1; /* Internal: Skip bus-level PM */ | ||
347 | unsigned int ignore_hotplug:1; /* Ignore hotplug events */ | 348 | unsigned int ignore_hotplug:1; /* Ignore hotplug events */ |
348 | unsigned int hotplug_user_indicators:1; /* SlotCtl indicators | 349 | unsigned int hotplug_user_indicators:1; /* SlotCtl indicators |
349 | controlled exclusively by | 350 | controlled exclusively by |
diff --git a/include/linux/pe.h b/include/linux/pe.h index 3482b18a48b5..c86bd3a2f70f 100644 --- a/include/linux/pe.h +++ b/include/linux/pe.h | |||
@@ -1,19 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2011 Red Hat, Inc. | 3 | * Copyright 2011 Red Hat, Inc. |
3 | * All rights reserved. | 4 | * All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; version 2 of the License. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | * | ||
17 | * Author(s): Peter Jones <pjones@redhat.com> | 6 | * Author(s): Peter Jones <pjones@redhat.com> |
18 | */ | 7 | */ |
19 | #ifndef __LINUX_PE_H | 8 | #ifndef __LINUX_PE_H |
diff --git a/include/linux/percpu-defs.h b/include/linux/percpu-defs.h index 1ce8e264a269..a6fabd865211 100644 --- a/include/linux/percpu-defs.h +++ b/include/linux/percpu-defs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/percpu-defs.h - basic definitions for percpu areas | 3 | * linux/percpu-defs.h - basic definitions for percpu areas |
3 | * | 4 | * |
diff --git a/include/linux/phonet.h b/include/linux/phonet.h index f691b04fc5ce..bc7d1e529efc 100644 --- a/include/linux/phonet.h +++ b/include/linux/phonet.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /** | 2 | /** |
2 | * file phonet.h | 3 | * file phonet.h |
3 | * | 4 | * |
4 | * Phonet sockets kernel interface | 5 | * Phonet sockets kernel interface |
5 | * | 6 | * |
6 | * Copyright (C) 2008 Nokia Corporation. All rights reserved. | 7 | * Copyright (C) 2008 Nokia Corporation. All rights reserved. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
20 | * 02110-1301 USA | ||
21 | */ | 8 | */ |
22 | #ifndef LINUX_PHONET_H | 9 | #ifndef LINUX_PHONET_H |
23 | #define LINUX_PHONET_H | 10 | #define LINUX_PHONET_H |
diff --git a/include/linux/phy.h b/include/linux/phy.h index 073fb151b5a9..6424586fe2d6 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Framework and drivers for configuring and reading different PHYs | 3 | * Framework and drivers for configuring and reading different PHYs |
3 | * Based on code in sungem_phy.c and (long-removed) gianfar_phy.c | 4 | * Based on code in sungem_phy.c and (long-removed) gianfar_phy.c |
@@ -5,12 +6,6 @@ | |||
5 | * Author: Andy Fleming | 6 | * Author: Andy Fleming |
6 | * | 7 | * |
7 | * Copyright (c) 2004 Freescale Semiconductor, Inc. | 8 | * Copyright (c) 2004 Freescale Semiconductor, Inc. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | * | ||
14 | */ | 9 | */ |
15 | 10 | ||
16 | #ifndef __PHY_H | 11 | #ifndef __PHY_H |
diff --git a/include/linux/phy/omap_control_phy.h b/include/linux/phy/omap_control_phy.h index eb7d4a135a9e..aec57dd784f7 100644 --- a/include/linux/phy/omap_control_phy.h +++ b/include/linux/phy/omap_control_phy.h | |||
@@ -1,19 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * omap_control_phy.h - Header file for the PHY part of control module. | 3 | * omap_control_phy.h - Header file for the PHY part of control module. |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com | 5 | * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | * | ||
10 | * Author: Kishon Vijay Abraham I <kishon@ti.com> | 6 | * Author: Kishon Vijay Abraham I <kishon@ti.com> |
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | */ | 7 | */ |
18 | 8 | ||
19 | #ifndef __OMAP_CONTROL_PHY_H__ | 9 | #ifndef __OMAP_CONTROL_PHY_H__ |
diff --git a/include/linux/phy/omap_usb.h b/include/linux/phy/omap_usb.h index 2e5fb870efa9..5973a6313529 100644 --- a/include/linux/phy/omap_usb.h +++ b/include/linux/phy/omap_usb.h | |||
@@ -1,19 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * omap_usb.h -- omap usb2 phy header file | 3 | * omap_usb.h -- omap usb2 phy header file |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com | 5 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | * | ||
10 | * Author: Kishon Vijay Abraham I <kishon@ti.com> | 6 | * Author: Kishon Vijay Abraham I <kishon@ti.com> |
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | */ | 7 | */ |
18 | 8 | ||
19 | #ifndef __DRIVERS_OMAP_USB2_H | 9 | #ifndef __DRIVERS_OMAP_USB2_H |
diff --git a/include/linux/phy/phy-sun4i-usb.h b/include/linux/phy/phy-sun4i-usb.h index 50aed92ea89c..91eb755ee73b 100644 --- a/include/linux/phy/phy-sun4i-usb.h +++ b/include/linux/phy/phy-sun4i-usb.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 Hans de Goede <hdegoede@redhat.com> | 3 | * Copyright (c) 2015 Hans de Goede <hdegoede@redhat.com> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 and | ||
6 | * only version 2 as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef PHY_SUN4I_USB_H_ | 6 | #ifndef PHY_SUN4I_USB_H_ |
diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index ef13aea1d370..15032f145063 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * phy.h -- generic phy header file | 3 | * phy.h -- generic phy header file |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com | 5 | * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com |
5 | * | 6 | * |
6 | * Author: Kishon Vijay Abraham I <kishon@ti.com> | 7 | * Author: Kishon Vijay Abraham I <kishon@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __DRIVERS_PHY_H | 10 | #ifndef __DRIVERS_PHY_H |
diff --git a/include/linux/phy/tegra/xusb.h b/include/linux/phy/tegra/xusb.h index 8e1a57a78d9f..ee59562c8354 100644 --- a/include/linux/phy/tegra/xusb.h +++ b/include/linux/phy/tegra/xusb.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef PHY_TEGRA_XUSB_H | 6 | #ifndef PHY_TEGRA_XUSB_H |
diff --git a/include/linux/phy_led_triggers.h b/include/linux/phy_led_triggers.h index 4587ce362535..3d507a8a6989 100644 --- a/include/linux/phy_led_triggers.h +++ b/include/linux/phy_led_triggers.h | |||
@@ -1,14 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Copyright (C) 2016 National Instruments Corp. | 2 | /* Copyright (C) 2016 National Instruments Corp. |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation; either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 3 | */ |
13 | #ifndef __PHY_LED_TRIGGERS | 4 | #ifndef __PHY_LED_TRIGGERS |
14 | #define __PHY_LED_TRIGGERS | 5 | #define __PHY_LED_TRIGGERS |
diff --git a/include/linux/pinctrl/consumer.h b/include/linux/pinctrl/consumer.h index 0412cc9833e9..86720a5a384f 100644 --- a/include/linux/pinctrl/consumer.h +++ b/include/linux/pinctrl/consumer.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Consumer interface the pin control subsystem | 3 | * Consumer interface the pin control subsystem |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * Based on bits of regulator core, gpio core and clk core | 7 | * Based on bits of regulator core, gpio core and clk core |
7 | * | 8 | * |
8 | * Author: Linus Walleij <linus.walleij@linaro.org> | 9 | * Author: Linus Walleij <linus.walleij@linaro.org> |
9 | * | ||
10 | * License terms: GNU General Public License (GPL) version 2 | ||
11 | */ | 10 | */ |
12 | #ifndef __LINUX_PINCTRL_CONSUMER_H | 11 | #ifndef __LINUX_PINCTRL_CONSUMER_H |
13 | #define __LINUX_PINCTRL_CONSUMER_H | 12 | #define __LINUX_PINCTRL_CONSUMER_H |
diff --git a/include/linux/pinctrl/devinfo.h b/include/linux/pinctrl/devinfo.h index d01a8638bb45..a48ff69acddd 100644 --- a/include/linux/pinctrl/devinfo.h +++ b/include/linux/pinctrl/devinfo.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Per-device information from the pin control system. | 3 | * Per-device information from the pin control system. |
3 | * This is the stuff that get included into the device | 4 | * This is the stuff that get included into the device |
@@ -8,8 +9,6 @@ | |||
8 | * This interface is used in the core to keep track of pins. | 9 | * This interface is used in the core to keep track of pins. |
9 | * | 10 | * |
10 | * Author: Linus Walleij <linus.walleij@linaro.org> | 11 | * Author: Linus Walleij <linus.walleij@linaro.org> |
11 | * | ||
12 | * License terms: GNU General Public License (GPL) version 2 | ||
13 | */ | 12 | */ |
14 | 13 | ||
15 | #ifndef PINCTRL_DEVINFO_H | 14 | #ifndef PINCTRL_DEVINFO_H |
diff --git a/include/linux/pinctrl/machine.h b/include/linux/pinctrl/machine.h index 7fa5d87190c2..ddd1b2773431 100644 --- a/include/linux/pinctrl/machine.h +++ b/include/linux/pinctrl/machine.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Machine interface for the pinctrl subsystem. | 3 | * Machine interface for the pinctrl subsystem. |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * Based on bits of regulator core, gpio core and clk core | 7 | * Based on bits of regulator core, gpio core and clk core |
7 | * | 8 | * |
8 | * Author: Linus Walleij <linus.walleij@linaro.org> | 9 | * Author: Linus Walleij <linus.walleij@linaro.org> |
9 | * | ||
10 | * License terms: GNU General Public License (GPL) version 2 | ||
11 | */ | 10 | */ |
12 | #ifndef __LINUX_PINCTRL_MACHINE_H | 11 | #ifndef __LINUX_PINCTRL_MACHINE_H |
13 | #define __LINUX_PINCTRL_MACHINE_H | 12 | #define __LINUX_PINCTRL_MACHINE_H |
diff --git a/include/linux/pinctrl/pinconf-generic.h b/include/linux/pinctrl/pinconf-generic.h index 6c0680641108..6f260c1d3467 100644 --- a/include/linux/pinctrl/pinconf-generic.h +++ b/include/linux/pinctrl/pinconf-generic.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Interface the generic pinconfig portions of the pinctrl subsystem | 3 | * Interface the generic pinconfig portions of the pinctrl subsystem |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * This interface is used in the core to keep track of pins. | 7 | * This interface is used in the core to keep track of pins. |
7 | * | 8 | * |
8 | * Author: Linus Walleij <linus.walleij@linaro.org> | 9 | * Author: Linus Walleij <linus.walleij@linaro.org> |
9 | * | ||
10 | * License terms: GNU General Public License (GPL) version 2 | ||
11 | */ | 10 | */ |
12 | #ifndef __LINUX_PINCTRL_PINCONF_GENERIC_H | 11 | #ifndef __LINUX_PINCTRL_PINCONF_GENERIC_H |
13 | #define __LINUX_PINCTRL_PINCONF_GENERIC_H | 12 | #define __LINUX_PINCTRL_PINCONF_GENERIC_H |
diff --git a/include/linux/pinctrl/pinconf.h b/include/linux/pinctrl/pinconf.h index 93c9dd133e9d..514414a5ad01 100644 --- a/include/linux/pinctrl/pinconf.h +++ b/include/linux/pinctrl/pinconf.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Interface the pinconfig portions of the pinctrl subsystem | 3 | * Interface the pinconfig portions of the pinctrl subsystem |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * This interface is used in the core to keep track of pins. | 7 | * This interface is used in the core to keep track of pins. |
7 | * | 8 | * |
8 | * Author: Linus Walleij <linus.walleij@linaro.org> | 9 | * Author: Linus Walleij <linus.walleij@linaro.org> |
9 | * | ||
10 | * License terms: GNU General Public License (GPL) version 2 | ||
11 | */ | 10 | */ |
12 | #ifndef __LINUX_PINCTRL_PINCONF_H | 11 | #ifndef __LINUX_PINCTRL_PINCONF_H |
13 | #define __LINUX_PINCTRL_PINCONF_H | 12 | #define __LINUX_PINCTRL_PINCONF_H |
diff --git a/include/linux/pinctrl/pinctrl.h b/include/linux/pinctrl/pinctrl.h index 8f5dbb84547a..e429e5d92dd6 100644 --- a/include/linux/pinctrl/pinctrl.h +++ b/include/linux/pinctrl/pinctrl.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Interface the pinctrl subsystem | 3 | * Interface the pinctrl subsystem |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * This interface is used in the core to keep track of pins. | 7 | * This interface is used in the core to keep track of pins. |
7 | * | 8 | * |
8 | * Author: Linus Walleij <linus.walleij@linaro.org> | 9 | * Author: Linus Walleij <linus.walleij@linaro.org> |
9 | * | ||
10 | * License terms: GNU General Public License (GPL) version 2 | ||
11 | */ | 10 | */ |
12 | #ifndef __LINUX_PINCTRL_PINCTRL_H | 11 | #ifndef __LINUX_PINCTRL_PINCTRL_H |
13 | #define __LINUX_PINCTRL_PINCTRL_H | 12 | #define __LINUX_PINCTRL_PINCTRL_H |
diff --git a/include/linux/pinctrl/pinmux.h b/include/linux/pinctrl/pinmux.h index ace60d775b20..e873ed97d79e 100644 --- a/include/linux/pinctrl/pinmux.h +++ b/include/linux/pinctrl/pinmux.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Interface the pinmux subsystem | 3 | * Interface the pinmux subsystem |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * Based on bits of regulator core, gpio core and clk core | 7 | * Based on bits of regulator core, gpio core and clk core |
7 | * | 8 | * |
8 | * Author: Linus Walleij <linus.walleij@linaro.org> | 9 | * Author: Linus Walleij <linus.walleij@linaro.org> |
9 | * | ||
10 | * License terms: GNU General Public License (GPL) version 2 | ||
11 | */ | 10 | */ |
12 | #ifndef __LINUX_PINCTRL_PINMUX_H | 11 | #ifndef __LINUX_PINCTRL_PINMUX_H |
13 | #define __LINUX_PINCTRL_PINMUX_H | 12 | #define __LINUX_PINCTRL_PINMUX_H |
diff --git a/include/linux/pl320-ipc.h b/include/linux/pl320-ipc.h index 5161f63ec1c8..4b29e172eea8 100644 --- a/include/linux/pl320-ipc.h +++ b/include/linux/pl320-ipc.h | |||
@@ -1,15 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms and conditions of the GNU General Public License, | ||
4 | * version 2, as published by the Free Software Foundation. | ||
5 | * | ||
6 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
7 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
8 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
9 | * more details. | ||
10 | * | ||
11 | * You should have received a copy of the GNU General Public License along with | ||
12 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
13 | */ | 3 | */ |
14 | 4 | ||
15 | int pl320_ipc_transmit(u32 *data); | 5 | int pl320_ipc_transmit(u32 *data); |
diff --git a/include/linux/platform_data/ad5449.h b/include/linux/platform_data/ad5449.h index bd712bd4b94e..d687ef5726c2 100644 --- a/include/linux/platform_data/ad5449.h +++ b/include/linux/platform_data/ad5449.h | |||
@@ -1,11 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AD5415, AD5426, AD5429, AD5432, AD5439, AD5443, AD5449 Digital to Analog | 3 | * AD5415, AD5426, AD5429, AD5432, AD5439, AD5443, AD5449 Digital to Analog |
3 | * Converter driver. | 4 | * Converter driver. |
4 | * | 5 | * |
5 | * Copyright 2012 Analog Devices Inc. | 6 | * Copyright 2012 Analog Devices Inc. |
6 | * Author: Lars-Peter Clausen <lars@metafoo.de> | 7 | * Author: Lars-Peter Clausen <lars@metafoo.de> |
7 | * | ||
8 | * Licensed under the GPL-2. | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #ifndef __LINUX_PLATFORM_DATA_AD5449_H__ | 10 | #ifndef __LINUX_PLATFORM_DATA_AD5449_H__ |
diff --git a/include/linux/platform_data/ad5755.h b/include/linux/platform_data/ad5755.h index a5a1cb751874..e371e08f04bc 100644 --- a/include/linux/platform_data/ad5755.h +++ b/include/linux/platform_data/ad5755.h | |||
@@ -1,7 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2012 Analog Devices Inc. | 3 | * Copyright 2012 Analog Devices Inc. |
3 | * | ||
4 | * Licensed under the GPL-2. | ||
5 | */ | 4 | */ |
6 | #ifndef __LINUX_PLATFORM_DATA_AD5755_H__ | 5 | #ifndef __LINUX_PLATFORM_DATA_AD5755_H__ |
7 | #define __LINUX_PLATFORM_DATA_AD5755_H__ | 6 | #define __LINUX_PLATFORM_DATA_AD5755_H__ |
diff --git a/include/linux/platform_data/ad5761.h b/include/linux/platform_data/ad5761.h index 7bd8ed7d978e..02bef5177ff5 100644 --- a/include/linux/platform_data/ad5761.h +++ b/include/linux/platform_data/ad5761.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AD5721, AD5721R, AD5761, AD5761R, Voltage Output Digital to Analog Converter | 3 | * AD5721, AD5721R, AD5761, AD5761R, Voltage Output Digital to Analog Converter |
3 | * | 4 | * |
4 | * Copyright 2016 Qtechnology A/S | 5 | * Copyright 2016 Qtechnology A/S |
5 | * 2016 Ricardo Ribalda <ricardo.ribalda@gmail.com> | 6 | * 2016 Ricardo Ribalda <ricardo.ribalda@gmail.com> |
6 | * | ||
7 | * Licensed under the GPL-2. | ||
8 | */ | 7 | */ |
9 | #ifndef __LINUX_PLATFORM_DATA_AD5761_H__ | 8 | #ifndef __LINUX_PLATFORM_DATA_AD5761_H__ |
10 | #define __LINUX_PLATFORM_DATA_AD5761_H__ | 9 | #define __LINUX_PLATFORM_DATA_AD5761_H__ |
diff --git a/include/linux/platform_data/ad7266.h b/include/linux/platform_data/ad7266.h index eabfdcb26992..7de6c16122df 100644 --- a/include/linux/platform_data/ad7266.h +++ b/include/linux/platform_data/ad7266.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AD7266/65 SPI ADC driver | 3 | * AD7266/65 SPI ADC driver |
3 | * | 4 | * |
4 | * Copyright 2012 Analog Devices Inc. | 5 | * Copyright 2012 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __IIO_ADC_AD7266_H__ | 8 | #ifndef __IIO_ADC_AD7266_H__ |
diff --git a/include/linux/platform_data/ad7298.h b/include/linux/platform_data/ad7298.h index fbf8adf1363a..3e0ffe2d5d3d 100644 --- a/include/linux/platform_data/ad7298.h +++ b/include/linux/platform_data/ad7298.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AD7298 SPI ADC driver | 3 | * AD7298 SPI ADC driver |
3 | * | 4 | * |
4 | * Copyright 2011 Analog Devices Inc. | 5 | * Copyright 2011 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __LINUX_PLATFORM_DATA_AD7298_H__ | 8 | #ifndef __LINUX_PLATFORM_DATA_AD7298_H__ |
diff --git a/include/linux/platform_data/ad7303.h b/include/linux/platform_data/ad7303.h index de6a7a6b4bbf..c2bd0a13bea1 100644 --- a/include/linux/platform_data/ad7303.h +++ b/include/linux/platform_data/ad7303.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Analog Devices AD7303 DAC driver | 3 | * Analog Devices AD7303 DAC driver |
3 | * | 4 | * |
4 | * Copyright 2013 Analog Devices Inc. | 5 | * Copyright 2013 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __IIO_ADC_AD7303_H__ | 8 | #ifndef __IIO_ADC_AD7303_H__ |
diff --git a/include/linux/platform_data/ad7793.h b/include/linux/platform_data/ad7793.h index 7ea6751aae6d..576c7f962c4e 100644 --- a/include/linux/platform_data/ad7793.h +++ b/include/linux/platform_data/ad7793.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AD7792/AD7793 SPI ADC driver | 3 | * AD7792/AD7793 SPI ADC driver |
3 | * | 4 | * |
4 | * Copyright 2011 Analog Devices Inc. | 5 | * Copyright 2011 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2. | ||
7 | */ | 6 | */ |
8 | #ifndef __LINUX_PLATFORM_DATA_AD7793_H__ | 7 | #ifndef __LINUX_PLATFORM_DATA_AD7793_H__ |
9 | #define __LINUX_PLATFORM_DATA_AD7793_H__ | 8 | #define __LINUX_PLATFORM_DATA_AD7793_H__ |
diff --git a/include/linux/platform_data/ad7887.h b/include/linux/platform_data/ad7887.h index 1e06eac3174d..732af46b2d16 100644 --- a/include/linux/platform_data/ad7887.h +++ b/include/linux/platform_data/ad7887.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * AD7887 SPI ADC driver | 3 | * AD7887 SPI ADC driver |
3 | * | 4 | * |
4 | * Copyright 2010 Analog Devices Inc. | 5 | * Copyright 2010 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2 or later. | ||
7 | */ | 6 | */ |
8 | #ifndef IIO_ADC_AD7887_H_ | 7 | #ifndef IIO_ADC_AD7887_H_ |
9 | #define IIO_ADC_AD7887_H_ | 8 | #define IIO_ADC_AD7887_H_ |
diff --git a/include/linux/platform_data/adau17x1.h b/include/linux/platform_data/adau17x1.h index 9db1b905df24..27a39cc6faec 100644 --- a/include/linux/platform_data/adau17x1.h +++ b/include/linux/platform_data/adau17x1.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 codecs | 3 | * Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 codecs |
3 | * | 4 | * |
4 | * Copyright 2011-2014 Analog Devices Inc. | 5 | * Copyright 2011-2014 Analog Devices Inc. |
5 | * Author: Lars-Peter Clausen <lars@metafoo.de> | 6 | * Author: Lars-Peter Clausen <lars@metafoo.de> |
6 | * | ||
7 | * Licensed under the GPL-2 or later. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef __LINUX_PLATFORM_DATA_ADAU17X1_H__ | 9 | #ifndef __LINUX_PLATFORM_DATA_ADAU17X1_H__ |
diff --git a/include/linux/platform_data/adau1977.h b/include/linux/platform_data/adau1977.h index bed11d908f92..86667235077a 100644 --- a/include/linux/platform_data/adau1977.h +++ b/include/linux/platform_data/adau1977.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ADAU1977/ADAU1978/ADAU1979 driver | 3 | * ADAU1977/ADAU1978/ADAU1979 driver |
3 | * | 4 | * |
4 | * Copyright 2014 Analog Devices Inc. | 5 | * Copyright 2014 Analog Devices Inc. |
5 | * Author: Lars-Peter Clausen <lars@metafoo.de> | 6 | * Author: Lars-Peter Clausen <lars@metafoo.de> |
6 | * | ||
7 | * Licensed under the GPL-2. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef __LINUX_PLATFORM_DATA_ADAU1977_H__ | 9 | #ifndef __LINUX_PLATFORM_DATA_ADAU1977_H__ |
diff --git a/include/linux/platform_data/adp5588.h b/include/linux/platform_data/adp5588.h index c2153049cfbd..6d3f7d911a92 100644 --- a/include/linux/platform_data/adp5588.h +++ b/include/linux/platform_data/adp5588.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Analog Devices ADP5588 I/O Expander and QWERTY Keypad Controller | 3 | * Analog Devices ADP5588 I/O Expander and QWERTY Keypad Controller |
3 | * | 4 | * |
4 | * Copyright 2009-2010 Analog Devices Inc. | 5 | * Copyright 2009-2010 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2 or later. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _ADP5588_H | 8 | #ifndef _ADP5588_H |
diff --git a/include/linux/platform_data/adp8860.h b/include/linux/platform_data/adp8860.h index 0b4d39855c91..523c43740ec6 100644 --- a/include/linux/platform_data/adp8860.h +++ b/include/linux/platform_data/adp8860.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Definitions and platform data for Analog Devices | 3 | * Definitions and platform data for Analog Devices |
3 | * Backlight drivers ADP8860 | 4 | * Backlight drivers ADP8860 |
4 | * | 5 | * |
5 | * Copyright 2009-2010 Analog Devices Inc. | 6 | * Copyright 2009-2010 Analog Devices Inc. |
6 | * | ||
7 | * Licensed under the GPL-2 or later. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef __LINUX_I2C_ADP8860_H | 9 | #ifndef __LINUX_I2C_ADP8860_H |
diff --git a/include/linux/platform_data/adp8870.h b/include/linux/platform_data/adp8870.h index 624dceccbd5b..c5e55df2d809 100644 --- a/include/linux/platform_data/adp8870.h +++ b/include/linux/platform_data/adp8870.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Definitions and platform data for Analog Devices | 3 | * Definitions and platform data for Analog Devices |
3 | * Backlight drivers ADP8870 | 4 | * Backlight drivers ADP8870 |
4 | * | 5 | * |
5 | * Copyright 2009-2010 Analog Devices Inc. | 6 | * Copyright 2009-2010 Analog Devices Inc. |
6 | * | ||
7 | * Licensed under the GPL-2 or later. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef __LINUX_I2C_ADP8870_H | 9 | #ifndef __LINUX_I2C_ADP8870_H |
diff --git a/include/linux/platform_data/ads1015.h b/include/linux/platform_data/ads1015.h index d5aa2a045669..4cc9ffcafcbf 100644 --- a/include/linux/platform_data/ads1015.h +++ b/include/linux/platform_data/ads1015.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform Data for ADS1015 12-bit 4-input ADC | 3 | * Platform Data for ADS1015 12-bit 4-input ADC |
3 | * (C) Copyright 2010 | 4 | * (C) Copyright 2010 |
4 | * Dirk Eibach, Guntermann & Drunck GmbH <eibach@gdsys.de> | 5 | * Dirk Eibach, Guntermann & Drunck GmbH <eibach@gdsys.de> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef LINUX_ADS1015_H | 8 | #ifndef LINUX_ADS1015_H |
diff --git a/include/linux/platform_data/apds990x.h b/include/linux/platform_data/apds990x.h index d186fcc5d257..94dfbaa365e1 100644 --- a/include/linux/platform_data/apds990x.h +++ b/include/linux/platform_data/apds990x.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This file is part of the APDS990x sensor driver. | 3 | * This file is part of the APDS990x sensor driver. |
3 | * Chip is combined proximity and ambient light sensor. | 4 | * Chip is combined proximity and ambient light sensor. |
@@ -5,21 +6,6 @@ | |||
5 | * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). | 6 | * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
6 | * | 7 | * |
7 | * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> | 8 | * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * version 2 as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
21 | * 02110-1301 USA | ||
22 | * | ||
23 | */ | 9 | */ |
24 | 10 | ||
25 | #ifndef __APDS990X_H__ | 11 | #ifndef __APDS990X_H__ |
diff --git a/include/linux/platform_data/arm-ux500-pm.h b/include/linux/platform_data/arm-ux500-pm.h index 8dff64b29ec0..9f6f01cfdd6c 100644 --- a/include/linux/platform_data/arm-ux500-pm.h +++ b/include/linux/platform_data/arm-ux500-pm.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010-2013 | 3 | * Copyright (C) ST-Ericsson SA 2010-2013 |
3 | * Author: Rickard Andersson <rickard.andersson@stericsson.com> for | 4 | * Author: Rickard Andersson <rickard.andersson@stericsson.com> for |
4 | * ST-Ericsson. | 5 | * ST-Ericsson. |
5 | * Author: Daniel Lezcano <daniel.lezcano@linaro.org> for Linaro. | 6 | * Author: Daniel Lezcano <daniel.lezcano@linaro.org> for Linaro. |
6 | * License terms: GNU General Public License (GPL) version 2 | ||
7 | * | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef ARM_UX500_PM_H | 9 | #ifndef ARM_UX500_PM_H |
diff --git a/include/linux/platform_data/asoc-ti-mcbsp.h b/include/linux/platform_data/asoc-ti-mcbsp.h index e319d0a2ec82..cc8197760015 100644 --- a/include/linux/platform_data/asoc-ti-mcbsp.h +++ b/include/linux/platform_data/asoc-ti-mcbsp.h | |||
@@ -1,23 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Defines for Multi-Channel Buffered Serial Port | 3 | * Defines for Multi-Channel Buffered Serial Port |
3 | * | 4 | * |
4 | * Copyright (C) 2002 RidgeRun, Inc. | 5 | * Copyright (C) 2002 RidgeRun, Inc. |
5 | * Author: Steve Johnson | 6 | * Author: Steve Johnson |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | * | ||
21 | */ | 7 | */ |
22 | #ifndef __ASOC_TI_MCBSP_H | 8 | #ifndef __ASOC_TI_MCBSP_H |
23 | #define __ASOC_TI_MCBSP_H | 9 | #define __ASOC_TI_MCBSP_H |
diff --git a/include/linux/platform_data/asoc-ux500-msp.h b/include/linux/platform_data/asoc-ux500-msp.h index 2f34bb98fe2a..b8d0f730dda8 100644 --- a/include/linux/platform_data/asoc-ux500-msp.h +++ b/include/linux/platform_data/asoc-ux500-msp.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson | 5 | * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson |
5 | * License terms: GNU General Public License (GPL), version 2. | ||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef __MSP_H | 8 | #ifndef __MSP_H |
diff --git a/include/linux/platform_data/at91_adc.h b/include/linux/platform_data/at91_adc.h index 7819fc787731..f20eaeb827ce 100644 --- a/include/linux/platform_data/at91_adc.h +++ b/include/linux/platform_data/at91_adc.h | |||
@@ -1,7 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Free Electrons | 3 | * Copyright (C) 2011 Free Electrons |
3 | * | ||
4 | * Licensed under the GPLv2 or later. | ||
5 | */ | 4 | */ |
6 | 5 | ||
7 | #ifndef _AT91_ADC_H_ | 6 | #ifndef _AT91_ADC_H_ |
diff --git a/include/linux/platform_data/ata-pxa.h b/include/linux/platform_data/ata-pxa.h index 6cf7df1d5830..0b65fd0aa509 100644 --- a/include/linux/platform_data/ata-pxa.h +++ b/include/linux/platform_data/ata-pxa.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Generic PXA PATA driver | 3 | * Generic PXA PATA driver |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com> | 5 | * Copyright (C) 2010 Marek Vasut <marek.vasut@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 as published by | ||
8 | * the Free Software Foundation; either version 2, or (at your option) | ||
9 | * any later version. | ||
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; see the file COPYING. If not, write to | ||
18 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __MACH_PATA_PXA_H__ | 8 | #ifndef __MACH_PATA_PXA_H__ |
diff --git a/include/linux/platform_data/bh1770glc.h b/include/linux/platform_data/bh1770glc.h index 8b5e2df36c72..cbb613915f0d 100644 --- a/include/linux/platform_data/bh1770glc.h +++ b/include/linux/platform_data/bh1770glc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This file is part of the ROHM BH1770GLC / OSRAM SFH7770 sensor driver. | 3 | * This file is part of the ROHM BH1770GLC / OSRAM SFH7770 sensor driver. |
3 | * Chip is combined proximity and ambient light sensor. | 4 | * Chip is combined proximity and ambient light sensor. |
@@ -5,21 +6,6 @@ | |||
5 | * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). | 6 | * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
6 | * | 7 | * |
7 | * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> | 8 | * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * version 2 as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
21 | * 02110-1301 USA | ||
22 | * | ||
23 | */ | 9 | */ |
24 | 10 | ||
25 | #ifndef __BH1770_H__ | 11 | #ifndef __BH1770_H__ |
diff --git a/include/linux/platform_data/crypto-ux500.h b/include/linux/platform_data/crypto-ux500.h index 94df96d9a336..5d43350e32cc 100644 --- a/include/linux/platform_data/crypto-ux500.h +++ b/include/linux/platform_data/crypto-ux500.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2011 | 3 | * Copyright (C) ST-Ericsson SA 2011 |
3 | * | 4 | * |
4 | * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson | 5 | * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson |
5 | * License terms: GNU General Public License (GPL) version 2 | ||
6 | */ | 6 | */ |
7 | #ifndef _CRYPTO_UX500_H | 7 | #ifndef _CRYPTO_UX500_H |
8 | #define _CRYPTO_UX500_H | 8 | #define _CRYPTO_UX500_H |
diff --git a/include/linux/platform_data/cyttsp4.h b/include/linux/platform_data/cyttsp4.h index 6eba54aff1dc..5dc9d2be384b 100644 --- a/include/linux/platform_data/cyttsp4.h +++ b/include/linux/platform_data/cyttsp4.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Header file for: | 3 | * Header file for: |
3 | * Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers. | 4 | * Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers. |
@@ -9,22 +10,7 @@ | |||
9 | * Copyright (C) 2009, 2010, 2011 Cypress Semiconductor, Inc. | 10 | * Copyright (C) 2009, 2010, 2011 Cypress Semiconductor, Inc. |
10 | * Copyright (C) 2012 Javier Martinez Canillas <javier@dowhile0.org> | 11 | * Copyright (C) 2012 Javier Martinez Canillas <javier@dowhile0.org> |
11 | * | 12 | * |
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * version 2, and only version 2, as published by the | ||
15 | * 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 along | ||
23 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
24 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
25 | * | ||
26 | * Contact Cypress Semiconductor at www.cypress.com (kev@cypress.com) | 13 | * Contact Cypress Semiconductor at www.cypress.com (kev@cypress.com) |
27 | * | ||
28 | */ | 14 | */ |
29 | #ifndef _CYTTSP4_H_ | 15 | #ifndef _CYTTSP4_H_ |
30 | #define _CYTTSP4_H_ | 16 | #define _CYTTSP4_H_ |
diff --git a/include/linux/platform_data/db8500_thermal.h b/include/linux/platform_data/db8500_thermal.h index 3bf60902e902..55e55750a165 100644 --- a/include/linux/platform_data/db8500_thermal.h +++ b/include/linux/platform_data/db8500_thermal.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * db8500_thermal.h - DB8500 Thermal Management Implementation | 3 | * db8500_thermal.h - DB8500 Thermal Management Implementation |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (C) 2012 Linaro Ltd. | 6 | * Copyright (C) 2012 Linaro Ltd. |
6 | * | 7 | * |
7 | * Author: Hongbo Zhang <hongbo.zhang@linaro.com> | 8 | * Author: Hongbo Zhang <hongbo.zhang@linaro.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef _DB8500_THERMAL_H_ | 11 | #ifndef _DB8500_THERMAL_H_ |
diff --git a/include/linux/platform_data/dma-atmel.h b/include/linux/platform_data/dma-atmel.h index e95f19c65873..069637e6004f 100644 --- a/include/linux/platform_data/dma-atmel.h +++ b/include/linux/platform_data/dma-atmel.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Header file for the Atmel AHB DMA Controller driver | 3 | * Header file for the Atmel AHB DMA Controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Atmel Corporation | 5 | * Copyright (C) 2008 Atmel Corporation |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef AT_HDMAC_H | 7 | #ifndef AT_HDMAC_H |
12 | #define AT_HDMAC_H | 8 | #define AT_HDMAC_H |
diff --git a/include/linux/platform_data/dma-coh901318.h b/include/linux/platform_data/dma-coh901318.h index c4cb9590d115..4cca529f8d56 100644 --- a/include/linux/platform_data/dma-coh901318.h +++ b/include/linux/platform_data/dma-coh901318.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Platform data for the COH901318 DMA controller | 3 | * Platform data for the COH901318 DMA controller |
3 | * Copyright (C) 2007-2013 ST-Ericsson | 4 | * Copyright (C) 2007-2013 ST-Ericsson |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef PLAT_COH901318_H | 7 | #ifndef PLAT_COH901318_H |
diff --git a/include/linux/platform_data/dma-s3c24xx.h b/include/linux/platform_data/dma-s3c24xx.h index 4f9aba405e96..96d02dbeea67 100644 --- a/include/linux/platform_data/dma-s3c24xx.h +++ b/include/linux/platform_data/dma-s3c24xx.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * S3C24XX DMA handling | 3 | * S3C24XX DMA handling |
3 | * | 4 | * |
4 | * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de> | 5 | * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | /* Helper to encode the source selection constraints for early s3c socs. */ | 8 | /* Helper to encode the source selection constraints for early s3c socs. */ |
diff --git a/include/linux/platform_data/dma-ste-dma40.h b/include/linux/platform_data/dma-ste-dma40.h index 1bb9b1852256..10641633facc 100644 --- a/include/linux/platform_data/dma-ste-dma40.h +++ b/include/linux/platform_data/dma-ste-dma40.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2007-2010 | 3 | * Copyright (C) ST-Ericsson SA 2007-2010 |
3 | * Author: Per Forlin <per.forlin@stericsson.com> for ST-Ericsson | 4 | * Author: Per Forlin <per.forlin@stericsson.com> for ST-Ericsson |
4 | * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson | 5 | * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson |
5 | * License terms: GNU General Public License (GPL) version 2 | ||
6 | */ | 6 | */ |
7 | 7 | ||
8 | 8 | ||
diff --git a/include/linux/platform_data/edma.h b/include/linux/platform_data/edma.h index 0a533f94438f..ee13d5ca630d 100644 --- a/include/linux/platform_data/edma.h +++ b/include/linux/platform_data/edma.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * TI EDMA definitions | 3 | * TI EDMA definitions |
3 | * | 4 | * |
4 | * Copyright (C) 2006-2013 Texas Instruments. | 5 | * Copyright (C) 2006-2013 Texas Instruments. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | /* | 8 | /* |
diff --git a/include/linux/platform_data/elm.h b/include/linux/platform_data/elm.h index fef4b081b736..0f491d8abfdd 100644 --- a/include/linux/platform_data/elm.h +++ b/include/linux/platform_data/elm.h | |||
@@ -1,18 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * BCH Error Location Module | 3 | * BCH Error Location Module |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | 5 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
17 | 7 | ||
18 | #ifndef __ELM_H | 8 | #ifndef __ELM_H |
diff --git a/include/linux/platform_data/eth-netx.h b/include/linux/platform_data/eth-netx.h index a395159725d5..a3a6322668d8 100644 --- a/include/linux/platform_data/eth-netx.h +++ b/include/linux/platform_data/eth-netx.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | 3 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 | ||
6 | * as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program; if not, write to the Free Software | ||
15 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | #ifndef __ETH_NETX_H | 6 | #ifndef __ETH_NETX_H |
diff --git a/include/linux/platform_data/g762.h b/include/linux/platform_data/g762.h index d3c51283764d..249257ee2132 100644 --- a/include/linux/platform_data/g762.h +++ b/include/linux/platform_data/g762.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform data structure for g762 fan controller driver | 3 | * Platform data structure for g762 fan controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> | 5 | * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | #ifndef __LINUX_PLATFORM_DATA_G762_H__ | 7 | #ifndef __LINUX_PLATFORM_DATA_G762_H__ |
21 | #define __LINUX_PLATFORM_DATA_G762_H__ | 8 | #define __LINUX_PLATFORM_DATA_G762_H__ |
diff --git a/include/linux/platform_data/gpio-dwapb.h b/include/linux/platform_data/gpio-dwapb.h index 419cfacb4b42..3c606c450d05 100644 --- a/include/linux/platform_data/gpio-dwapb.h +++ b/include/linux/platform_data/gpio-dwapb.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2014 Intel Corporation. | 3 | * Copyright(c) 2014 Intel Corporation. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef GPIO_DW_APB_H | 6 | #ifndef GPIO_DW_APB_H |
diff --git a/include/linux/platform_data/gpio-omap.h b/include/linux/platform_data/gpio-omap.h index 7c36370c062e..17edc43201d2 100644 --- a/include/linux/platform_data/gpio-omap.h +++ b/include/linux/platform_data/gpio-omap.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * OMAP GPIO handling defines and functions | 3 | * OMAP GPIO handling defines and functions |
3 | * | 4 | * |
4 | * Copyright (C) 2003-2005 Nokia Corporation | 5 | * Copyright (C) 2003-2005 Nokia Corporation |
5 | * | 6 | * |
6 | * Written by Juha Yrjölä <juha.yrjola@nokia.com> | 7 | * Written by Juha Yrjölä <juha.yrjola@nokia.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #ifndef __ASM_ARCH_OMAP_GPIO_H | 10 | #ifndef __ASM_ARCH_OMAP_GPIO_H |
diff --git a/include/linux/platform_data/gpmc-omap.h b/include/linux/platform_data/gpmc-omap.h index 67ccdb0e1606..ef663e570552 100644 --- a/include/linux/platform_data/gpmc-omap.h +++ b/include/linux/platform_data/gpmc-omap.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * OMAP GPMC Platform data | 3 | * OMAP GPMC Platform data |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Texas Instruments, Inc. - http://www.ti.com | 5 | * Copyright (C) 2014 Texas Instruments, Inc. - http://www.ti.com |
5 | * Roger Quadros <rogerq@ti.com> | 6 | * Roger Quadros <rogerq@ti.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef _GPMC_OMAP_H_ | 9 | #ifndef _GPMC_OMAP_H_ |
diff --git a/include/linux/platform_data/i2c-designware.h b/include/linux/platform_data/i2c-designware.h index 7a61fb27c25b..014c4a5a7e13 100644 --- a/include/linux/platform_data/i2c-designware.h +++ b/include/linux/platform_data/i2c-designware.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2014 Intel Corporation. | 3 | * Copyright(c) 2014 Intel Corporation. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef I2C_DESIGNWARE_H | 6 | #ifndef I2C_DESIGNWARE_H |
diff --git a/include/linux/platform_data/i2c-imx.h b/include/linux/platform_data/i2c-imx.h index 8289d915e615..962bfc3273eb 100644 --- a/include/linux/platform_data/i2c-imx.h +++ b/include/linux/platform_data/i2c-imx.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * i2c.h - i.MX I2C driver header file | 3 | * i2c.h - i.MX I2C driver header file |
3 | * | 4 | * |
4 | * Copyright (c) 2008, Darius Augulis <augulis.darius@gmail.com> | 5 | * Copyright (c) 2008, Darius Augulis <augulis.darius@gmail.com> |
5 | * | ||
6 | * This file is released under the GPLv2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __ASM_ARCH_I2C_H_ | 8 | #ifndef __ASM_ARCH_I2C_H_ |
diff --git a/include/linux/platform_data/i2c-mux-reg.h b/include/linux/platform_data/i2c-mux-reg.h index c68712aadf43..2543c2a1c9ae 100644 --- a/include/linux/platform_data/i2c-mux-reg.h +++ b/include/linux/platform_data/i2c-mux-reg.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * I2C multiplexer using a single register | 3 | * I2C multiplexer using a single register |
3 | * | 4 | * |
4 | * Copyright 2015 Freescale Semiconductor | 5 | * Copyright 2015 Freescale Semiconductor |
5 | * York Sun <yorksun@freescale.com> | 6 | * York Sun <yorksun@freescale.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __LINUX_PLATFORM_DATA_I2C_MUX_REG_H | 9 | #ifndef __LINUX_PLATFORM_DATA_I2C_MUX_REG_H |
diff --git a/include/linux/platform_data/i2c-xiic.h b/include/linux/platform_data/i2c-xiic.h index 4f9f2256a97e..2e3683c2398d 100644 --- a/include/linux/platform_data/i2c-xiic.h +++ b/include/linux/platform_data/i2c-xiic.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * i2c-xiic.h | 3 | * i2c-xiic.h |
3 | * Copyright (c) 2009 Intel Corporation | 4 | * Copyright (c) 2009 Intel Corporation |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | /* Supports: | 7 | /* Supports: |
diff --git a/include/linux/platform_data/intel-mid_wdt.h b/include/linux/platform_data/intel-mid_wdt.h index b98253466ace..8dba70b4b020 100644 --- a/include/linux/platform_data/intel-mid_wdt.h +++ b/include/linux/platform_data/intel-mid_wdt.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * intel-mid_wdt: generic Intel MID SCU watchdog driver | 3 | * intel-mid_wdt: generic Intel MID SCU watchdog driver |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Intel Corporation. All rights reserved. | 5 | * Copyright (C) 2014 Intel Corporation. All rights reserved. |
5 | * Contact: David Cohen <david.a.cohen@linux.intel.com> | 6 | * Contact: David Cohen <david.a.cohen@linux.intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of version 2 of the GNU General | ||
9 | * Public License as published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __INTEL_MID_WDT_H__ | 9 | #ifndef __INTEL_MID_WDT_H__ |
diff --git a/include/linux/platform_data/invensense_mpu6050.h b/include/linux/platform_data/invensense_mpu6050.h index 554b59801aa8..93974f4cfba1 100644 --- a/include/linux/platform_data/invensense_mpu6050.h +++ b/include/linux/platform_data/invensense_mpu6050.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 Invensense, Inc. | 3 | * Copyright (C) 2012 Invensense, Inc. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef __INV_MPU6050_PLATFORM_H_ | 6 | #ifndef __INV_MPU6050_PLATFORM_H_ |
diff --git a/include/linux/platform_data/isl9305.h b/include/linux/platform_data/isl9305.h index 4ac1a070af0a..6893fdaae7d4 100644 --- a/include/linux/platform_data/isl9305.h +++ b/include/linux/platform_data/isl9305.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * isl9305 - Intersil ISL9305 DCDC regulator | 3 | * isl9305 - Intersil ISL9305 DCDC regulator |
3 | * | 4 | * |
4 | * Copyright 2014 Linaro Ltd | 5 | * Copyright 2014 Linaro Ltd |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@kernel.org> | 7 | * Author: Mark Brown <broonie@kernel.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __ISL9305_H | 10 | #ifndef __ISL9305_H |
diff --git a/include/linux/platform_data/jz4740/jz4740_nand.h b/include/linux/platform_data/jz4740/jz4740_nand.h index bc571f6d5ced..b3f066d63059 100644 --- a/include/linux/platform_data/jz4740/jz4740_nand.h +++ b/include/linux/platform_data/jz4740/jz4740_nand.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> | 3 | * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> |
3 | * JZ4740 SoC NAND controller driver | 4 | * JZ4740 SoC NAND controller driver |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * You should have received a copy of the GNU General Public License along | ||
11 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
12 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
13 | * | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef __JZ4740_NAND_H__ | 7 | #ifndef __JZ4740_NAND_H__ |
diff --git a/include/linux/platform_data/keypad-nomadik-ske.h b/include/linux/platform_data/keypad-nomadik-ske.h index 31382fbc07dc..7efabbca1dca 100644 --- a/include/linux/platform_data/keypad-nomadik-ske.h +++ b/include/linux/platform_data/keypad-nomadik-ske.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> | 5 | * Author: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> |
6 | * | 6 | * |
7 | * ux500 Scroll key and Keypad Encoder (SKE) header | 7 | * ux500 Scroll key and Keypad Encoder (SKE) header |
diff --git a/include/linux/platform_data/keyscan-davinci.h b/include/linux/platform_data/keyscan-davinci.h index 7a560e05bda8..260d596ba0af 100644 --- a/include/linux/platform_data/keyscan-davinci.h +++ b/include/linux/platform_data/keyscan-davinci.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009 Texas Instruments, Inc | 3 | * Copyright (C) 2009 Texas Instruments, Inc |
3 | * | 4 | * |
4 | * Author: Miguel Aguilar <miguel.aguilar@ridgerun.com> | 5 | * Author: Miguel Aguilar <miguel.aguilar@ridgerun.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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef DAVINCI_KEYSCAN_H | 8 | #ifndef DAVINCI_KEYSCAN_H |
diff --git a/include/linux/platform_data/leds-lm355x.h b/include/linux/platform_data/leds-lm355x.h index b88724bb0b46..b1090487b4b0 100644 --- a/include/linux/platform_data/leds-lm355x.h +++ b/include/linux/platform_data/leds-lm355x.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 Texas Instruments | 3 | * Copyright (C) 2012 Texas Instruments |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Simple driver for Texas Instruments LM355x LED driver chip | 5 | * Simple driver for Texas Instruments LM355x LED driver chip |
7 | * | 6 | * |
8 | * Author: G.Shark Jeong <gshark.jeong@gmail.com> | 7 | * Author: G.Shark Jeong <gshark.jeong@gmail.com> |
diff --git a/include/linux/platform_data/leds-lm3642.h b/include/linux/platform_data/leds-lm3642.h index 72d6ee6ade57..2490a2fb6549 100644 --- a/include/linux/platform_data/leds-lm3642.h +++ b/include/linux/platform_data/leds-lm3642.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 Texas Instruments | 3 | * Copyright (C) 2012 Texas Instruments |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Simple driver for Texas Instruments LM3642 LED driver chip | 5 | * Simple driver for Texas Instruments LM3642 LED driver chip |
7 | * | 6 | * |
8 | * Author: G.Shark Jeong <gshark.jeong@gmail.com> | 7 | * Author: G.Shark Jeong <gshark.jeong@gmail.com> |
diff --git a/include/linux/platform_data/leds-pca963x.h b/include/linux/platform_data/leds-pca963x.h index 54e845ffb5ed..6091337ce4bf 100644 --- a/include/linux/platform_data/leds-pca963x.h +++ b/include/linux/platform_data/leds-pca963x.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * PCA963X LED chip driver. | 3 | * PCA963X LED chip driver. |
3 | * | 4 | * |
4 | * Copyright 2012 bct electronic GmbH | 5 | * Copyright 2012 bct electronic GmbH |
5 | * Copyright 2013 Qtechnology A/S | 6 | * Copyright 2013 Qtechnology A/S |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
14 | * 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 the Free Software | ||
18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
19 | * 02110-1301 USA | ||
20 | */ | 7 | */ |
21 | 8 | ||
22 | #ifndef __LINUX_PCA963X_H | 9 | #ifndef __LINUX_PCA963X_H |
diff --git a/include/linux/platform_data/lm8323.h b/include/linux/platform_data/lm8323.h index 478d668bc590..311999260614 100644 --- a/include/linux/platform_data/lm8323.h +++ b/include/linux/platform_data/lm8323.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * lm8323.h - Configuration for LM8323 keypad driver. | 3 | * lm8323.h - Configuration for LM8323 keypad driver. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation (version 2 of the License only). | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program; if not, write to the Free Software | ||
15 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | #ifndef __LINUX_LM8323_H | 6 | #ifndef __LINUX_LM8323_H |
diff --git a/include/linux/platform_data/ltc4245.h b/include/linux/platform_data/ltc4245.h index 56bda4be0016..f07fa05ea6c4 100644 --- a/include/linux/platform_data/ltc4245.h +++ b/include/linux/platform_data/ltc4245.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform Data for LTC4245 hardware monitor chip | 3 | * Platform Data for LTC4245 hardware monitor chip |
3 | * | 4 | * |
4 | * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu> | 5 | * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef LINUX_LTC4245_H | 8 | #ifndef LINUX_LTC4245_H |
diff --git a/include/linux/platform_data/mcs.h b/include/linux/platform_data/mcs.h index 61bb18a4fd3c..fcc6f2a1f5c3 100644 --- a/include/linux/platform_data/mcs.h +++ b/include/linux/platform_data/mcs.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009 - 2010 Samsung Electronics Co.Ltd | 3 | * Copyright (C) 2009 - 2010 Samsung Electronics Co.Ltd |
3 | * Author: Joonyoung Shim <jy0922.shim@samsung.com> | 4 | * Author: Joonyoung Shim <jy0922.shim@samsung.com> |
4 | * Author: HeungJun Kim <riverful.kim@samsung.com> | 5 | * Author: HeungJun Kim <riverful.kim@samsung.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef __LINUX_MCS_H | 8 | #ifndef __LINUX_MCS_H |
diff --git a/include/linux/platform_data/media/camera-mx2.h b/include/linux/platform_data/media/camera-mx2.h index 7ded6f1f74bc..8cfa76b6e1e1 100644 --- a/include/linux/platform_data/media/camera-mx2.h +++ b/include/linux/platform_data/media/camera-mx2.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mx2-cam.h - i.MX27/i.MX25 camera driver header file | 3 | * mx2-cam.h - i.MX27/i.MX25 camera driver header file |
3 | * | 4 | * |
4 | * Copyright (C) 2003, Intel Corporation | 5 | * Copyright (C) 2003, Intel Corporation |
5 | * Copyright (C) 2008, Sascha Hauer <s.hauer@pengutronix.de> | 6 | * Copyright (C) 2008, Sascha Hauer <s.hauer@pengutronix.de> |
6 | * Copyright (C) 2010, Baruch Siach <baruch@tkos.co.il> | 7 | * Copyright (C) 2010, Baruch Siach <baruch@tkos.co.il> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef __MACH_MX2_CAM_H_ | 10 | #ifndef __MACH_MX2_CAM_H_ |
diff --git a/include/linux/platform_data/media/camera-mx3.h b/include/linux/platform_data/media/camera-mx3.h index a910dadc8258..781c004e5596 100644 --- a/include/linux/platform_data/media/camera-mx3.h +++ b/include/linux/platform_data/media/camera-mx3.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mx3_camera.h - i.MX3x camera driver header file | 3 | * mx3_camera.h - i.MX3x camera driver header file |
3 | * | 4 | * |
4 | * Copyright (C) 2008, Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de> | 5 | * Copyright (C) 2008, Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _MX3_CAMERA_H_ | 8 | #ifndef _MX3_CAMERA_H_ |
diff --git a/include/linux/platform_data/media/camera-pxa.h b/include/linux/platform_data/media/camera-pxa.h index ce5d90e1a6e4..846a47b8c540 100644 --- a/include/linux/platform_data/media/camera-pxa.h +++ b/include/linux/platform_data/media/camera-pxa.h | |||
@@ -1,22 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | camera.h - PXA camera driver header file | 3 | camera.h - PXA camera driver header file |
3 | 4 | ||
4 | Copyright (C) 2003, Intel Corporation | 5 | Copyright (C) 2003, Intel Corporation |
5 | Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de> | 6 | Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de> |
6 | 7 | ||
7 | This program is free software; you can redistribute it and/or modify | ||
8 | it under the terms of the GNU General Public License as published by | ||
9 | the Free Software Foundation; either version 2 of the License, or | ||
10 | (at your option) any later version. | ||
11 | |||
12 | This program is distributed in the hope that it will be useful, | ||
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | GNU General Public License for more details. | ||
16 | |||
17 | You should have received a copy of the GNU General Public License | ||
18 | along with this program; if not, write to the Free Software | ||
19 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
20 | */ | 8 | */ |
21 | 9 | ||
22 | #ifndef __ASM_ARCH_CAMERA_H_ | 10 | #ifndef __ASM_ARCH_CAMERA_H_ |
diff --git a/include/linux/platform_data/media/coda.h b/include/linux/platform_data/media/coda.h index 6ad4410d9e20..293b61b60c9d 100644 --- a/include/linux/platform_data/media/coda.h +++ b/include/linux/platform_data/media/coda.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 Philipp Zabel, Pengutronix | 3 | * Copyright (C) 2013 Philipp Zabel, Pengutronix |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | #ifndef PLATFORM_CODA_H | 5 | #ifndef PLATFORM_CODA_H |
10 | #define PLATFORM_CODA_H | 6 | #define PLATFORM_CODA_H |
diff --git a/include/linux/platform_data/media/s5p_hdmi.h b/include/linux/platform_data/media/s5p_hdmi.h index bb9cacb0cbb0..457321e917b9 100644 --- a/include/linux/platform_data/media/s5p_hdmi.h +++ b/include/linux/platform_data/media/s5p_hdmi.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver header for S5P HDMI chip. | 3 | * Driver header for S5P HDMI chip. |
3 | * | 4 | * |
4 | * Copyright (c) 2011 Samsung Electronics, Co. Ltd | 5 | * Copyright (c) 2011 Samsung Electronics, Co. Ltd |
5 | * Contact: Tomasz Stanislawski <t.stanislaws@samsung.com> | 6 | * Contact: Tomasz Stanislawski <t.stanislaws@samsung.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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef S5P_HDMI_H | 9 | #ifndef S5P_HDMI_H |
diff --git a/include/linux/platform_data/media/timb_radio.h b/include/linux/platform_data/media/timb_radio.h index a40a6a348d21..109a0d4a4f07 100644 --- a/include/linux/platform_data/media/timb_radio.h +++ b/include/linux/platform_data/media/timb_radio.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * timb_radio.h Platform struct for the Timberdale radio driver | 3 | * timb_radio.h Platform struct for the Timberdale radio driver |
3 | * Copyright (c) 2009 Intel Corporation | 4 | * Copyright (c) 2009 Intel Corporation |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef _TIMB_RADIO_ | 7 | #ifndef _TIMB_RADIO_ |
diff --git a/include/linux/platform_data/media/timb_video.h b/include/linux/platform_data/media/timb_video.h index 70ae43970a49..38764cc09b4f 100644 --- a/include/linux/platform_data/media/timb_video.h +++ b/include/linux/platform_data/media/timb_video.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * timb_video.h Platform struct for the Timberdale video driver | 3 | * timb_video.h Platform struct for the Timberdale video driver |
3 | * Copyright (c) 2009-2010 Intel Corporation | 4 | * Copyright (c) 2009-2010 Intel Corporation |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef _TIMB_VIDEO_ | 7 | #ifndef _TIMB_VIDEO_ |
diff --git a/include/linux/platform_data/mmc-esdhc-imx.h b/include/linux/platform_data/mmc-esdhc-imx.h index b606ca4197df..6c006078c8a1 100644 --- a/include/linux/platform_data/mmc-esdhc-imx.h +++ b/include/linux/platform_data/mmc-esdhc-imx.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2010 Wolfram Sang <w.sang@pengutronix.de> | 3 | * Copyright 2010 Wolfram Sang <w.sang@pengutronix.de> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; version 2 | ||
7 | * of the License. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __ASM_ARCH_IMX_ESDHC_H | 6 | #ifndef __ASM_ARCH_IMX_ESDHC_H |
diff --git a/include/linux/platform_data/mtd-davinci.h b/include/linux/platform_data/mtd-davinci.h index 1bbfa27cccb4..08e639e047e5 100644 --- a/include/linux/platform_data/mtd-davinci.h +++ b/include/linux/platform_data/mtd-davinci.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * mach-davinci/nand.h | 3 | * mach-davinci/nand.h |
3 | * | 4 | * |
@@ -9,20 +10,6 @@ | |||
9 | * Dirk Behme <Dirk.Behme@gmail.com> | 10 | * Dirk Behme <Dirk.Behme@gmail.com> |
10 | * | 11 | * |
11 | * -------------------------------------------------------------------------- | 12 | * -------------------------------------------------------------------------- |
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 as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
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 the Free Software | ||
25 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
26 | */ | 13 | */ |
27 | 14 | ||
28 | #ifndef __ARCH_ARM_DAVINCI_NAND_H | 15 | #ifndef __ARCH_ARM_DAVINCI_NAND_H |
diff --git a/include/linux/platform_data/mtd-mxc_nand.h b/include/linux/platform_data/mtd-mxc_nand.h index 6bb96ef1600b..d1230030c6db 100644 --- a/include/linux/platform_data/mtd-mxc_nand.h +++ b/include/linux/platform_data/mtd-mxc_nand.h | |||
@@ -1,20 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. | 3 | * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. |
3 | * Copyright 2008 Sascha Hauer, kernel@pengutronix.de | 4 | * Copyright 2008 Sascha Hauer, kernel@pengutronix.de |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * as published by the Free Software Foundation; either version 2 | ||
8 | * of the License, or (at your option) any later version. | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
17 | * MA 02110-1301, USA. | ||
18 | */ | 5 | */ |
19 | 6 | ||
20 | #ifndef __ASM_ARCH_NAND_H | 7 | #ifndef __ASM_ARCH_NAND_H |
diff --git a/include/linux/platform_data/mv_usb.h b/include/linux/platform_data/mv_usb.h index c0f624aca81c..5376b6d799d5 100644 --- a/include/linux/platform_data/mv_usb.h +++ b/include/linux/platform_data/mv_usb.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Marvell International Ltd. All rights reserved. | 3 | * Copyright (C) 2011 Marvell International Ltd. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the | ||
6 | * Free Software Foundation; either version 2 of the License, or (at your | ||
7 | * option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __MV_PLATFORM_USB_H | 6 | #ifndef __MV_PLATFORM_USB_H |
diff --git a/include/linux/platform_data/net-cw1200.h b/include/linux/platform_data/net-cw1200.h index c6fbc3ce4ab0..c510734405bb 100644 --- a/include/linux/platform_data/net-cw1200.h +++ b/include/linux/platform_data/net-cw1200.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2011 | 3 | * Copyright (C) ST-Ericsson SA 2011 |
3 | * | 4 | * |
4 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@stericsson.com> | 5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@stericsson.com> |
5 | * License terms: GNU General Public License (GPL) version 2 | ||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef CW1200_PLAT_H_INCLUDED | 8 | #ifndef CW1200_PLAT_H_INCLUDED |
diff --git a/include/linux/platform_data/ntc_thermistor.h b/include/linux/platform_data/ntc_thermistor.h index 5fa115d3ea4b..b324d03e580c 100644 --- a/include/linux/platform_data/ntc_thermistor.h +++ b/include/linux/platform_data/ntc_thermistor.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * ntc_thermistor.h - NTC Thermistors | 3 | * ntc_thermistor.h - NTC Thermistors |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Samsung Electronics | 5 | * Copyright (C) 2010 Samsung Electronics |
5 | * MyungJoo Ham <myungjoo.ham@samsung.com> | 6 | * MyungJoo Ham <myungjoo.ham@samsung.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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | 7 | */ |
21 | #ifndef _LINUX_NTC_H | 8 | #ifndef _LINUX_NTC_H |
22 | #define _LINUX_NTC_H | 9 | #define _LINUX_NTC_H |
diff --git a/include/linux/platform_data/omap-twl4030.h b/include/linux/platform_data/omap-twl4030.h index ee60ef79d792..8419c8caf54e 100644 --- a/include/linux/platform_data/omap-twl4030.h +++ b/include/linux/platform_data/omap-twl4030.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /** | 2 | /** |
2 | * omap-twl4030.h - ASoC machine driver for TI SoC based boards with twl4030 | 3 | * omap-twl4030.h - ASoC machine driver for TI SoC based boards with twl4030 |
3 | * codec, header. | 4 | * codec, header. |
@@ -6,20 +7,6 @@ | |||
6 | * All rights reserved. | 7 | * All rights reserved. |
7 | * | 8 | * |
8 | * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> | 9 | * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * version 2 as published by the Free Software Foundation. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * 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 the Free Software | ||
21 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
22 | * 02110-1301 USA | ||
23 | */ | 10 | */ |
24 | 11 | ||
25 | #ifndef _OMAP_TWL4030_H_ | 12 | #ifndef _OMAP_TWL4030_H_ |
diff --git a/include/linux/platform_data/omap-wd-timer.h b/include/linux/platform_data/omap-wd-timer.h index d75f5f802d98..f2788ec984e9 100644 --- a/include/linux/platform_data/omap-wd-timer.h +++ b/include/linux/platform_data/omap-wd-timer.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * OMAP2+ WDTIMER-specific function prototypes | 3 | * OMAP2+ WDTIMER-specific function prototypes |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Texas Instruments, Inc. | 5 | * Copyright (C) 2012 Texas Instruments, Inc. |
5 | * Paul Walmsley | 6 | * Paul Walmsley |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __LINUX_PLATFORM_DATA_OMAP_WD_TIMER_H | 9 | #ifndef __LINUX_PLATFORM_DATA_OMAP_WD_TIMER_H |
diff --git a/include/linux/platform_data/omapdss.h b/include/linux/platform_data/omapdss.h index 7feb011ed500..a377090d90e8 100644 --- a/include/linux/platform_data/omapdss.h +++ b/include/linux/platform_data/omapdss.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Texas Instruments, Inc. | 3 | * Copyright (C) 2016 Texas Instruments, Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __OMAPDSS_PDATA_H | 6 | #ifndef __OMAPDSS_PDATA_H |
diff --git a/include/linux/platform_data/remoteproc-omap.h b/include/linux/platform_data/remoteproc-omap.h index 71a1b2399c48..7e3a16097672 100644 --- a/include/linux/platform_data/remoteproc-omap.h +++ b/include/linux/platform_data/remoteproc-omap.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Remote Processor - omap-specific bits | 3 | * Remote Processor - omap-specific bits |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Texas Instruments, Inc. | 5 | * Copyright (C) 2011 Texas Instruments, Inc. |
5 | * Copyright (C) 2011 Google, Inc. | 6 | * Copyright (C) 2011 Google, Inc. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 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 | */ | 7 | */ |
16 | 8 | ||
17 | #ifndef _PLAT_REMOTEPROC_H | 9 | #ifndef _PLAT_REMOTEPROC_H |
diff --git a/include/linux/platform_data/sdhci-pic32.h b/include/linux/platform_data/sdhci-pic32.h index 7e0efe64c8c5..8a53fd34daf7 100644 --- a/include/linux/platform_data/sdhci-pic32.h +++ b/include/linux/platform_data/sdhci-pic32.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Purna Chandra Mandal, purna.mandal@microchip.com | 3 | * Purna Chandra Mandal, purna.mandal@microchip.com |
3 | * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. | 4 | * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. |
4 | * | ||
5 | * This program is free software; you can distribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License (Version 2) as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
12 | * for more details. | ||
13 | */ | 5 | */ |
14 | #ifndef __PIC32_SDHCI_PDATA_H__ | 6 | #ifndef __PIC32_SDHCI_PDATA_H__ |
15 | #define __PIC32_SDHCI_PDATA_H__ | 7 | #define __PIC32_SDHCI_PDATA_H__ |
diff --git a/include/linux/platform_data/serial-imx.h b/include/linux/platform_data/serial-imx.h index a938eba2f18e..0844b21372c7 100644 --- a/include/linux/platform_data/serial-imx.h +++ b/include/linux/platform_data/serial-imx.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de> | 3 | * Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version 2 | ||
7 | * of the License, or (at your option) any later version. | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program; if not, write to the Free Software | ||
15 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
16 | * MA 02110-1301, USA. | ||
17 | */ | 4 | */ |
18 | 5 | ||
19 | #ifndef ASMARM_ARCH_UART_H | 6 | #ifndef ASMARM_ARCH_UART_H |
diff --git a/include/linux/platform_data/serial-omap.h b/include/linux/platform_data/serial-omap.h index 2ba2c34ca3d3..0061d2451900 100644 --- a/include/linux/platform_data/serial-omap.h +++ b/include/linux/platform_data/serial-omap.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver for OMAP-UART controller. | 3 | * Driver for OMAP-UART controller. |
3 | * Based on drivers/serial/8250.c | 4 | * Based on drivers/serial/8250.c |
@@ -7,11 +8,6 @@ | |||
7 | * Authors: | 8 | * Authors: |
8 | * Govindraj R <govindraj.raja@ti.com> | 9 | * Govindraj R <govindraj.raja@ti.com> |
9 | * Thara Gopinath <thara@ti.com> | 10 | * Thara Gopinath <thara@ti.com> |
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 as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | */ | 11 | */ |
16 | 12 | ||
17 | #ifndef __OMAP_SERIAL_H__ | 13 | #ifndef __OMAP_SERIAL_H__ |
diff --git a/include/linux/platform_data/serial-sccnxp.h b/include/linux/platform_data/serial-sccnxp.h index af0c8c3b89ae..dc670f24e710 100644 --- a/include/linux/platform_data/serial-sccnxp.h +++ b/include/linux/platform_data/serial-sccnxp.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NXP (Philips) SCC+++(SCN+++) serial driver | 3 | * NXP (Philips) SCC+++(SCN+++) serial driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru> | 5 | * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru> |
5 | * | 6 | * |
6 | * Based on sc26xx.c, by Thomas Bogendörfer (tsbogend@alpha.franken.de) | 7 | * Based on sc26xx.c, by Thomas Bogendörfer (tsbogend@alpha.franken.de) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _PLATFORM_DATA_SERIAL_SCCNXP_H_ | 10 | #ifndef _PLATFORM_DATA_SERIAL_SCCNXP_H_ |
diff --git a/include/linux/platform_data/sht3x.h b/include/linux/platform_data/sht3x.h index 2e5eea358194..14680d2a98f7 100644 --- a/include/linux/platform_data/sht3x.h +++ b/include/linux/platform_data/sht3x.h | |||
@@ -1,18 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Sensirion AG, Switzerland | 3 | * Copyright (C) 2016 Sensirion AG, Switzerland |
3 | * Author: David Frey <david.frey@sensirion.com> | 4 | * Author: David Frey <david.frey@sensirion.com> |
4 | * Author: Pascal Sachs <pascal.sachs@sensirion.com> | 5 | * Author: Pascal Sachs <pascal.sachs@sensirion.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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
17 | 7 | ||
18 | #ifndef __SHT3X_H_ | 8 | #ifndef __SHT3X_H_ |
diff --git a/include/linux/platform_data/shtc1.h b/include/linux/platform_data/shtc1.h index 7b8c353f7dc8..5ba6f8f9a9a1 100644 --- a/include/linux/platform_data/shtc1.h +++ b/include/linux/platform_data/shtc1.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Sensirion AG, Switzerland | 3 | * Copyright (C) 2014 Sensirion AG, Switzerland |
3 | * Author: Johannes Winkelmann <johannes.winkelmann@sensirion.com> | 4 | * Author: Johannes Winkelmann <johannes.winkelmann@sensirion.com> |
4 | * | ||
5 | * This software is licensed under the terms of the GNU General Public | ||
6 | * License version 2, as published by the Free Software Foundation, and | ||
7 | * may be copied, distributed, and modified under those terms. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef __SHTC1_H_ | 7 | #ifndef __SHTC1_H_ |
diff --git a/include/linux/platform_data/simplefb.h b/include/linux/platform_data/simplefb.h index 077303cedbf4..4f733a411d18 100644 --- a/include/linux/platform_data/simplefb.h +++ b/include/linux/platform_data/simplefb.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * simplefb.h - Simple Framebuffer Device | 3 | * simplefb.h - Simple Framebuffer Device |
3 | * | 4 | * |
4 | * Copyright (C) 2013 David Herrmann <dh.herrmann@gmail.com> | 5 | * Copyright (C) 2013 David Herrmann <dh.herrmann@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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __PLATFORM_DATA_SIMPLEFB_H__ | 8 | #ifndef __PLATFORM_DATA_SIMPLEFB_H__ |
diff --git a/include/linux/platform_data/spi-clps711x.h b/include/linux/platform_data/spi-clps711x.h index 301956e63143..efaa596848c9 100644 --- a/include/linux/platform_data/spi-clps711x.h +++ b/include/linux/platform_data/spi-clps711x.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * CLPS711X SPI bus driver definitions | 3 | * CLPS711X SPI bus driver definitions |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru> | 5 | * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef ____LINUX_PLATFORM_DATA_SPI_CLPS711X_H | 8 | #ifndef ____LINUX_PLATFORM_DATA_SPI_CLPS711X_H |
diff --git a/include/linux/platform_data/spi-davinci.h b/include/linux/platform_data/spi-davinci.h index 0638fb6353bc..2cb5cc70fd9d 100644 --- a/include/linux/platform_data/spi-davinci.h +++ b/include/linux/platform_data/spi-davinci.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2009 Texas Instruments. | 3 | * Copyright 2009 Texas Instruments. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
17 | */ | 4 | */ |
18 | 5 | ||
19 | #ifndef __ARCH_ARM_DAVINCI_SPI_H | 6 | #ifndef __ARCH_ARM_DAVINCI_SPI_H |
diff --git a/include/linux/platform_data/spi-nuc900.h b/include/linux/platform_data/spi-nuc900.h index 4b3f46832e19..ca3510877000 100644 --- a/include/linux/platform_data/spi-nuc900.h +++ b/include/linux/platform_data/spi-nuc900.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2009 Nuvoton technology corporation. | 3 | * Copyright (c) 2009 Nuvoton technology corporation. |
3 | * | 4 | * |
4 | * Wan ZongShun <mcuos.com@gmail.com> | 5 | * Wan ZongShun <mcuos.com@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 as published by | ||
8 | * the Free Software Foundation;version 2 of the License. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __SPI_NUC900_H | 8 | #ifndef __SPI_NUC900_H |
diff --git a/include/linux/platform_data/ssm2518.h b/include/linux/platform_data/ssm2518.h index 9a8e3ea287e3..3f9e632d6f63 100644 --- a/include/linux/platform_data/ssm2518.h +++ b/include/linux/platform_data/ssm2518.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * SSM2518 amplifier audio driver | 3 | * SSM2518 amplifier audio driver |
3 | * | 4 | * |
4 | * Copyright 2013 Analog Devices Inc. | 5 | * Copyright 2013 Analog Devices Inc. |
5 | * Author: Lars-Peter Clausen <lars@metafoo.de> | 6 | * Author: Lars-Peter Clausen <lars@metafoo.de> |
6 | * | ||
7 | * Licensed under the GPL-2. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef __LINUX_PLATFORM_DATA_SSM2518_H__ | 9 | #ifndef __LINUX_PLATFORM_DATA_SSM2518_H__ |
diff --git a/include/linux/platform_data/st33zp24.h b/include/linux/platform_data/st33zp24.h index 6f0fb6ebd7db..61db674f36cc 100644 --- a/include/linux/platform_data/st33zp24.h +++ b/include/linux/platform_data/st33zp24.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * STMicroelectronics TPM Linux driver for TPM 1.2 ST33ZP24 | 3 | * STMicroelectronics TPM Linux driver for TPM 1.2 ST33ZP24 |
3 | * Copyright (C) 2009 - 2016 STMicroelectronics | 4 | * Copyright (C) 2009 - 2016 STMicroelectronics |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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, see <http://www.gnu.org/licenses/>. | ||
17 | */ | 5 | */ |
18 | #ifndef __ST33ZP24_H__ | 6 | #ifndef __ST33ZP24_H__ |
19 | #define __ST33ZP24_H__ | 7 | #define __ST33ZP24_H__ |
diff --git a/include/linux/platform_data/st_sensors_pdata.h b/include/linux/platform_data/st_sensors_pdata.h index 728193111c2f..30929c22227d 100644 --- a/include/linux/platform_data/st_sensors_pdata.h +++ b/include/linux/platform_data/st_sensors_pdata.h | |||
@@ -1,11 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * STMicroelectronics sensors platform-data driver | 3 | * STMicroelectronics sensors platform-data driver |
3 | * | 4 | * |
4 | * Copyright 2013 STMicroelectronics Inc. | 5 | * Copyright 2013 STMicroelectronics Inc. |
5 | * | 6 | * |
6 | * Denis Ciocca <denis.ciocca@st.com> | 7 | * Denis Ciocca <denis.ciocca@st.com> |
7 | * | ||
8 | * Licensed under the GPL-2. | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #ifndef ST_SENSORS_PDATA_H | 10 | #ifndef ST_SENSORS_PDATA_H |
diff --git a/include/linux/platform_data/usb-musb-ux500.h b/include/linux/platform_data/usb-musb-ux500.h index dd9c83ac7de0..8909f396febc 100644 --- a/include/linux/platform_data/usb-musb-ux500.h +++ b/include/linux/platform_data/usb-musb-ux500.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2011 | 3 | * Copyright (C) ST-Ericsson SA 2011 |
3 | * | 4 | * |
4 | * Author: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> | 5 | * Author: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> |
5 | * License terms: GNU General Public License (GPL) version 2 | ||
6 | */ | 6 | */ |
7 | #ifndef __ASM_ARCH_USB_H | 7 | #ifndef __ASM_ARCH_USB_H |
8 | #define __ASM_ARCH_USB_H | 8 | #define __ASM_ARCH_USB_H |
diff --git a/include/linux/platform_data/usb-mx2.h b/include/linux/platform_data/usb-mx2.h index 22d0b596262c..97a670f3d8fb 100644 --- a/include/linux/platform_data/usb-mx2.h +++ b/include/linux/platform_data/usb-mx2.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009 Martin Fuzzey <mfuzzey@gmail.com> | 3 | * Copyright (C) 2009 Martin Fuzzey <mfuzzey@gmail.com> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __ASM_ARCH_MX21_USBH | 6 | #ifndef __ASM_ARCH_MX21_USBH |
diff --git a/include/linux/platform_data/ux500_wdt.h b/include/linux/platform_data/ux500_wdt.h index 1689ff4c3bfd..de6a4ad41e76 100644 --- a/include/linux/platform_data/ux500_wdt.h +++ b/include/linux/platform_data/ux500_wdt.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST Ericsson SA 2011 | 3 | * Copyright (C) ST Ericsson SA 2011 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * STE Ux500 Watchdog platform data | 5 | * STE Ux500 Watchdog platform data |
7 | */ | 6 | */ |
8 | #ifndef __UX500_WDT_H | 7 | #ifndef __UX500_WDT_H |
diff --git a/include/linux/platform_data/video-nuc900fb.h b/include/linux/platform_data/video-nuc900fb.h index cec5ece765ed..3da504460c91 100644 --- a/include/linux/platform_data/video-nuc900fb.h +++ b/include/linux/platform_data/video-nuc900fb.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* linux/include/asm/arch-nuc900/fb.h | 2 | /* linux/include/asm/arch-nuc900/fb.h |
2 | * | 3 | * |
3 | * Copyright (c) 2008 Nuvoton technology corporation | 4 | * Copyright (c) 2008 Nuvoton technology corporation |
4 | * All rights reserved. | 5 | * All rights reserved. |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * Changelog: | 7 | * Changelog: |
12 | * | 8 | * |
13 | * 2008/08/26 vincen.zswan modify this file for LCD. | 9 | * 2008/08/26 vincen.zswan modify this file for LCD. |
diff --git a/include/linux/platform_data/wiznet.h b/include/linux/platform_data/wiznet.h index b5d8c192d84d..1154c4db8a13 100644 --- a/include/linux/platform_data/wiznet.h +++ b/include/linux/platform_data/wiznet.h | |||
@@ -1,7 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Ethernet driver for the WIZnet W5x00 chip. | 3 | * Ethernet driver for the WIZnet W5x00 chip. |
3 | * | ||
4 | * Licensed under the GPL-2 or later. | ||
5 | */ | 4 | */ |
6 | 5 | ||
7 | #ifndef PLATFORM_DATA_WIZNET_H | 6 | #ifndef PLATFORM_DATA_WIZNET_H |
diff --git a/include/linux/platform_data/wkup_m3.h b/include/linux/platform_data/wkup_m3.h index 3f1d77effd71..629660ff5806 100644 --- a/include/linux/platform_data/wkup_m3.h +++ b/include/linux/platform_data/wkup_m3.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * TI Wakeup M3 remote processor platform data | 3 | * TI Wakeup M3 remote processor platform data |
3 | * | 4 | * |
4 | * Copyright (C) 2014-2015 Texas Instruments, Inc. | 5 | * Copyright (C) 2014-2015 Texas Instruments, Inc. |
5 | * | 6 | * |
6 | * Dave Gerlach <d-gerlach@ti.com> | 7 | * Dave Gerlach <d-gerlach@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #ifndef _LINUX_PLATFORM_DATA_WKUP_M3_H | 10 | #ifndef _LINUX_PLATFORM_DATA_WKUP_M3_H |
diff --git a/include/linux/platform_data/x86/clk-pmc-atom.h b/include/linux/platform_data/x86/clk-pmc-atom.h index 7a37ac27d0fb..2bdcf39b13ed 100644 --- a/include/linux/platform_data/x86/clk-pmc-atom.h +++ b/include/linux/platform_data/x86/clk-pmc-atom.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Intel Atom platform clocks for BayTrail and CherryTrail SoC. | 3 | * Intel Atom platform clocks for BayTrail and CherryTrail SoC. |
3 | * | 4 | * |
4 | * Copyright (C) 2016, Intel Corporation | 5 | * Copyright (C) 2016, Intel Corporation |
5 | * Author: Irina Tirdea <irina.tirdea@intel.com> | 6 | * Author: Irina Tirdea <irina.tirdea@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | */ | 7 | */ |
16 | 8 | ||
17 | #ifndef __PLATFORM_DATA_X86_CLK_PMC_ATOM_H | 9 | #ifndef __PLATFORM_DATA_X86_CLK_PMC_ATOM_H |
diff --git a/include/linux/platform_data/x86/pmc_atom.h b/include/linux/platform_data/x86/pmc_atom.h index e4905fe69c38..022bcea9edec 100644 --- a/include/linux/platform_data/x86/pmc_atom.h +++ b/include/linux/platform_data/x86/pmc_atom.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Intel Atom SOC Power Management Controller Header File | 3 | * Intel Atom SOC Power Management Controller Header File |
3 | * Copyright (c) 2014, Intel Corporation. | 4 | * Copyright (c) 2014, Intel Corporation. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef PMC_ATOM_H | 7 | #ifndef PMC_ATOM_H |
diff --git a/include/linux/platform_data/zforce_ts.h b/include/linux/platform_data/zforce_ts.h index 7bdece8ef33e..2463a4a856a6 100644 --- a/include/linux/platform_data/zforce_ts.h +++ b/include/linux/platform_data/zforce_ts.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* drivers/input/touchscreen/zforce.c | 2 | /* drivers/input/touchscreen/zforce.c |
2 | * | 3 | * |
3 | * Copyright (C) 2012-2013 MundoReader S.L. | 4 | * Copyright (C) 2012-2013 MundoReader S.L. |
4 | * | ||
5 | * This software is licensed under the terms of the GNU General Public | ||
6 | * License version 2, as published by the Free Software Foundation, and | ||
7 | * may be copied, distributed, and modified under those terms. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _LINUX_INPUT_ZFORCE_TS_H | 7 | #ifndef _LINUX_INPUT_ZFORCE_TS_H |
diff --git a/include/linux/platform_device.h b/include/linux/platform_device.h index cc464850b71e..beb25f277889 100644 --- a/include/linux/platform_device.h +++ b/include/linux/platform_device.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * platform_device.h - generic, centralized driver model | 3 | * platform_device.h - generic, centralized driver model |
3 | * | 4 | * |
4 | * Copyright (c) 2001-2003 Patrick Mochel <mochel@osdl.org> | 5 | * Copyright (c) 2001-2003 Patrick Mochel <mochel@osdl.org> |
5 | * | 6 | * |
6 | * This file is released under the GPLv2 | ||
7 | * | ||
8 | * See Documentation/driver-model/ for more information. | 7 | * See Documentation/driver-model/ for more information. |
9 | */ | 8 | */ |
10 | 9 | ||
diff --git a/include/linux/plist.h b/include/linux/plist.h index 9365df5a823f..66bab1bca35c 100644 --- a/include/linux/plist.h +++ b/include/linux/plist.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Descending-priority-sorted double-linked list | 3 | * Descending-priority-sorted double-linked list |
3 | * | 4 | * |
@@ -12,8 +13,6 @@ | |||
12 | * Simplifications of the original code by | 13 | * Simplifications of the original code by |
13 | * Oleg Nesterov <oleg@tv-sign.ru> | 14 | * Oleg Nesterov <oleg@tv-sign.ru> |
14 | * | 15 | * |
15 | * Licensed under the FSF's GNU Public License v2 or later. | ||
16 | * | ||
17 | * Based on simple lists (include/linux/list.h). | 16 | * Based on simple lists (include/linux/list.h). |
18 | * | 17 | * |
19 | * This is a priority-sorted list of nodes; each node has a | 18 | * This is a priority-sorted list of nodes; each node has a |
@@ -70,7 +69,6 @@ | |||
70 | * is lowest priority. | 69 | * is lowest priority. |
71 | * | 70 | * |
72 | * No locking is done, up to the caller. | 71 | * No locking is done, up to the caller. |
73 | * | ||
74 | */ | 72 | */ |
75 | #ifndef _LINUX_PLIST_H_ | 73 | #ifndef _LINUX_PLIST_H_ |
76 | #define _LINUX_PLIST_H_ | 74 | #define _LINUX_PLIST_H_ |
diff --git a/include/linux/pm.h b/include/linux/pm.h index 66c19a65a514..345d74a727e3 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * pm.h - Power management interface | 3 | * pm.h - Power management interface |
3 | * | 4 | * |
4 | * Copyright (C) 2000 Andrew Henroid | 5 | * Copyright (C) 2000 Andrew Henroid |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef _LINUX_PM_H | 8 | #ifndef _LINUX_PM_H |
diff --git a/include/linux/pm2301_charger.h b/include/linux/pm2301_charger.h index 85c16defe11a..b8fac96f05aa 100644 --- a/include/linux/pm2301_charger.h +++ b/include/linux/pm2301_charger.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * PM2301 charger driver. | 3 | * PM2301 charger driver. |
3 | * | 4 | * |
4 | * Copyright (C) 2012 ST Ericsson Corporation | 5 | * Copyright (C) 2012 ST Ericsson Corporation |
5 | * | 6 | * |
6 | * Contact: Olivier LAUNAY (olivier.launay@stericsson.com | 7 | * Contact: Olivier LAUNAY (olivier.launay@stericsson.com |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
20 | * 02110-1301 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef __LINUX_PM2301_H | 10 | #ifndef __LINUX_PM2301_H |
diff --git a/include/linux/pm_clock.h b/include/linux/pm_clock.h index 09779b0ae720..8ddc7860e131 100644 --- a/include/linux/pm_clock.h +++ b/include/linux/pm_clock.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * pm_clock.h - Definitions and headers related to device clocks. | 3 | * pm_clock.h - Definitions and headers related to device clocks. |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Renesas Electronics Corp. | 5 | * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Renesas Electronics Corp. |
5 | * | ||
6 | * This file is released under the GPLv2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _LINUX_PM_CLOCK_H | 8 | #ifndef _LINUX_PM_CLOCK_H |
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h index b21f35f0ee2e..91d9bf497071 100644 --- a/include/linux/pm_domain.h +++ b/include/linux/pm_domain.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * pm_domain.h - Definitions and headers related to device power domains. | 3 | * pm_domain.h - Definitions and headers related to device power domains. |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Renesas Electronics Corp. | 5 | * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Renesas Electronics Corp. |
5 | * | ||
6 | * This file is released under the GPLv2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _LINUX_PM_DOMAIN_H | 8 | #ifndef _LINUX_PM_DOMAIN_H |
diff --git a/include/linux/pm_runtime.h b/include/linux/pm_runtime.h index 9dc6eebf62d2..22af69d237a6 100644 --- a/include/linux/pm_runtime.h +++ b/include/linux/pm_runtime.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * pm_runtime.h - Device run-time power management helper functions. | 3 | * pm_runtime.h - Device run-time power management helper functions. |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl> | 5 | * Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl> |
5 | * | ||
6 | * This file is released under the GPLv2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _LINUX_PM_RUNTIME_H | 8 | #ifndef _LINUX_PM_RUNTIME_H |
diff --git a/include/linux/pm_wakeup.h b/include/linux/pm_wakeup.h index 0ff134d6575a..ce57771fab9b 100644 --- a/include/linux/pm_wakeup.h +++ b/include/linux/pm_wakeup.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * pm_wakeup.h - Power management wakeup interface | 3 | * pm_wakeup.h - Power management wakeup interface |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Alan Stern | 5 | * Copyright (C) 2008 Alan Stern |
5 | * Copyright (C) 2010 Rafael J. Wysocki, Novell Inc. | 6 | * Copyright (C) 2010 Rafael J. Wysocki, Novell Inc. |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | 7 | */ |
21 | 8 | ||
22 | #ifndef _LINUX_PM_WAKEUP_H | 9 | #ifndef _LINUX_PM_WAKEUP_H |
diff --git a/include/linux/pmbus.h b/include/linux/pmbus.h index ee3c2aba2a8e..08468fca5ea2 100644 --- a/include/linux/pmbus.h +++ b/include/linux/pmbus.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Hardware monitoring driver for PMBus devices | 3 | * Hardware monitoring driver for PMBus devices |
3 | * | 4 | * |
4 | * Copyright (c) 2010, 2011 Ericsson AB. | 5 | * Copyright (c) 2010, 2011 Ericsson AB. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef _PMBUS_H_ | 8 | #ifndef _PMBUS_H_ |
diff --git a/include/linux/posix-clock.h b/include/linux/posix-clock.h index 18674d7d5b1c..fe6cfdcfbc26 100644 --- a/include/linux/posix-clock.h +++ b/include/linux/posix-clock.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * posix-clock.h - support for dynamic clock devices | 3 | * posix-clock.h - support for dynamic clock devices |
3 | * | 4 | * |
4 | * Copyright (C) 2010 OMICRON electronics GmbH | 5 | * Copyright (C) 2010 OMICRON electronics GmbH |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | #ifndef _LINUX_POSIX_CLOCK_H_ | 7 | #ifndef _LINUX_POSIX_CLOCK_H_ |
21 | #define _LINUX_POSIX_CLOCK_H_ | 8 | #define _LINUX_POSIX_CLOCK_H_ |
diff --git a/include/linux/power/ab8500.h b/include/linux/power/ab8500.h index cdbb6c2a8c51..51976b52f373 100644 --- a/include/linux/power/ab8500.h +++ b/include/linux/power/ab8500.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson 2013 | 3 | * Copyright (C) ST-Ericsson 2013 |
3 | * Author: Hongbo Zhang <hongbo.zhang@linaro.com> | 4 | * Author: Hongbo Zhang <hongbo.zhang@linaro.com> |
4 | * License terms: GNU General Public License v2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef PWR_AB8500_H | 7 | #ifndef PWR_AB8500_H |
diff --git a/include/linux/power/bq2415x_charger.h b/include/linux/power/bq2415x_charger.h index 50762af8b834..7a91b357e3ac 100644 --- a/include/linux/power/bq2415x_charger.h +++ b/include/linux/power/bq2415x_charger.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * bq2415x charger driver | 3 | * bq2415x charger driver |
3 | * | 4 | * |
4 | * Copyright (C) 2011-2013 Pali Rohár <pali.rohar@gmail.com> | 5 | * Copyright (C) 2011-2013 Pali Rohár <pali.rohar@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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 along | ||
17 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef BQ2415X_CHARGER_H | 8 | #ifndef BQ2415X_CHARGER_H |
diff --git a/include/linux/power/bq24735-charger.h b/include/linux/power/bq24735-charger.h index b04be59f914c..321dd009ce66 100644 --- a/include/linux/power/bq24735-charger.h +++ b/include/linux/power/bq24735-charger.h | |||
@@ -1,18 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation; either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program; if not, write to the Free Software | ||
15 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
16 | */ | 3 | */ |
17 | 4 | ||
18 | #ifndef __CHARGER_BQ24735_H_ | 5 | #ifndef __CHARGER_BQ24735_H_ |
diff --git a/include/linux/power/gpio-charger.h b/include/linux/power/gpio-charger.h index de1dfe09a03d..5a5a8de98181 100644 --- a/include/linux/power/gpio-charger.h +++ b/include/linux/power/gpio-charger.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> | 3 | * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the | ||
6 | * Free Software Foundation; either version 2 of the License, or (at your | ||
7 | * option) any later version. | ||
8 | * | ||
9 | * You should have received a copy of the GNU General Public License along | ||
10 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
11 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
12 | * | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __LINUX_POWER_GPIO_CHARGER_H__ | 6 | #ifndef __LINUX_POWER_GPIO_CHARGER_H__ |
diff --git a/include/linux/power/jz4740-battery.h b/include/linux/power/jz4740-battery.h index 19c9610c720a..10da211678c8 100644 --- a/include/linux/power/jz4740-battery.h +++ b/include/linux/power/jz4740-battery.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009, Jiejing Zhang <kzjeef@gmail.com> | 3 | * Copyright (C) 2009, Jiejing Zhang <kzjeef@gmail.com> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the | ||
6 | * Free Software Foundation; either version 2 of the License, or (at your | ||
7 | * option) any later version. | ||
8 | * | ||
9 | * You should have received a copy of the GNU General Public License along | ||
10 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
11 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
12 | * | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __JZ4740_BATTERY_H | 6 | #ifndef __JZ4740_BATTERY_H |
diff --git a/include/linux/power/max17042_battery.h b/include/linux/power/max17042_battery.h index a7ed29baf44a..4badd5322949 100644 --- a/include/linux/power/max17042_battery.h +++ b/include/linux/power/max17042_battery.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Fuel gauge driver for Maxim 17042 / 8966 / 8997 | 3 | * Fuel gauge driver for Maxim 17042 / 8966 / 8997 |
3 | * Note that Maxim 8966 and 8997 are mfd and this is its subdevice. | 4 | * Note that Maxim 8966 and 8997 are mfd and this is its subdevice. |
4 | * | 5 | * |
5 | * Copyright (C) 2011 Samsung Electronics | 6 | * Copyright (C) 2011 Samsung Electronics |
6 | * MyungJoo Ham <myungjoo.ham@samsung.com> | 7 | * MyungJoo Ham <myungjoo.ham@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef __MAX17042_BATTERY_H_ | 10 | #ifndef __MAX17042_BATTERY_H_ |
diff --git a/include/linux/power/max8903_charger.h b/include/linux/power/max8903_charger.h index 89d3f1cb3433..02f94a1b323b 100644 --- a/include/linux/power/max8903_charger.h +++ b/include/linux/power/max8903_charger.h | |||
@@ -1,23 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * max8903_charger.h - Maxim 8903 USB/Adapter Charger Driver | 3 | * max8903_charger.h - Maxim 8903 USB/Adapter Charger Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Samsung Electronics | 5 | * Copyright (C) 2011 Samsung Electronics |
5 | * MyungJoo Ham <myungjoo.ham@samsung.com> | 6 | * MyungJoo Ham <myungjoo.ham@samsung.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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | * | ||
21 | */ | 7 | */ |
22 | 8 | ||
23 | #ifndef __MAX8903_CHARGER_H__ | 9 | #ifndef __MAX8903_CHARGER_H__ |
diff --git a/include/linux/power/sbs-battery.h b/include/linux/power/sbs-battery.h index 519b8b43239a..ccfe79783cb1 100644 --- a/include/linux/power/sbs-battery.h +++ b/include/linux/power/sbs-battery.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Gas Gauge driver for SBS Compliant Gas Gauges | 3 | * Gas Gauge driver for SBS Compliant Gas Gauges |
3 | * | 4 | * |
4 | * Copyright (c) 2010, NVIDIA Corporation. | 5 | * Copyright (c) 2010, NVIDIA Corporation. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along | ||
17 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __LINUX_POWER_SBS_BATTERY_H_ | 8 | #ifndef __LINUX_POWER_SBS_BATTERY_H_ |
diff --git a/include/linux/power/twl4030_madc_battery.h b/include/linux/power/twl4030_madc_battery.h index 23110dc77726..26517e9dfaa9 100644 --- a/include/linux/power/twl4030_madc_battery.h +++ b/include/linux/power/twl4030_madc_battery.h | |||
@@ -1,18 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Dumb driver for LiIon batteries using TWL4030 madc. | 3 | * Dumb driver for LiIon batteries using TWL4030 madc. |
3 | * | 4 | * |
4 | * Copyright 2013 Golden Delicious Computers | 5 | * Copyright 2013 Golden Delicious Computers |
5 | * Nikolaus Schaller <hns@goldelico.com> | 6 | * Nikolaus Schaller <hns@goldelico.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | * | ||
12 | * You should have received a copy of the GNU General Public License along | ||
13 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
14 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
15 | * | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #ifndef __TWL4030_MADC_BATTERY_H | 9 | #ifndef __TWL4030_MADC_BATTERY_H |
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index d9c0c094f8a0..6f348b3ee2e0 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Universal power supply monitor class | 3 | * Universal power supply monitor class |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * Copyright © 2003 Ian Molton <spyro@f2s.com> | 7 | * Copyright © 2003 Ian Molton <spyro@f2s.com> |
7 | * | 8 | * |
8 | * Modified: 2004, Oct Szabolcs Gyurko | 9 | * Modified: 2004, Oct Szabolcs Gyurko |
9 | * | ||
10 | * You may use this code as per GPL version 2 | ||
11 | */ | 10 | */ |
12 | 11 | ||
13 | #ifndef __LINUX_POWER_SUPPLY_H__ | 12 | #ifndef __LINUX_POWER_SUPPLY_H__ |
diff --git a/include/linux/powercap.h b/include/linux/powercap.h index f0a4e6257dcc..4537f57f9e42 100644 --- a/include/linux/powercap.h +++ b/include/linux/powercap.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * powercap.h: Data types and headers for sysfs power capping interface | 3 | * powercap.h: Data types and headers for sysfs power capping interface |
3 | * Copyright (c) 2013, Intel Corporation. | 4 | * Copyright (c) 2013, Intel Corporation. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc. | ||
16 | * | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef __POWERCAP_H__ | 7 | #ifndef __POWERCAP_H__ |
diff --git a/include/linux/ppp_channel.h b/include/linux/ppp_channel.h index 5d87f810a3b7..98966064ee68 100644 --- a/include/linux/ppp_channel.h +++ b/include/linux/ppp_channel.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef _PPP_CHANNEL_H_ | 2 | #ifndef _PPP_CHANNEL_H_ |
2 | #define _PPP_CHANNEL_H_ | 3 | #define _PPP_CHANNEL_H_ |
3 | /* | 4 | /* |
@@ -11,11 +12,6 @@ | |||
11 | * | 12 | * |
12 | * Copyright 1999 Paul Mackerras. | 13 | * Copyright 1999 Paul Mackerras. |
13 | * | 14 | * |
14 | * This program is free software; you can redistribute it and/or | ||
15 | * modify it under the terms of the GNU General Public License | ||
16 | * as published by the Free Software Foundation; either version | ||
17 | * 2 of the License, or (at your option) any later version. | ||
18 | * | ||
19 | * ==FILEVERSION 20000322== | 15 | * ==FILEVERSION 20000322== |
20 | */ | 16 | */ |
21 | 17 | ||
diff --git a/include/linux/pps-gpio.h b/include/linux/pps-gpio.h index 44171e6b7197..7bf49908be06 100644 --- a/include/linux/pps-gpio.h +++ b/include/linux/pps-gpio.h | |||
@@ -1,22 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * pps-gpio.h -- PPS client for GPIOs | 3 | * pps-gpio.h -- PPS client for GPIOs |
3 | * | 4 | * |
4 | * | ||
5 | * Copyright (C) 2011 James Nuss <jamesnuss@nanometrics.ca> | 5 | * Copyright (C) 2011 James Nuss <jamesnuss@nanometrics.ca> |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
20 | */ | 6 | */ |
21 | 7 | ||
22 | #ifndef _PPS_GPIO_H | 8 | #ifndef _PPS_GPIO_H |
diff --git a/include/linux/pps_kernel.h b/include/linux/pps_kernel.h index 80a980cc8d95..78c8ac4951b5 100644 --- a/include/linux/pps_kernel.h +++ b/include/linux/pps_kernel.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * PPS API kernel header | 3 | * PPS API kernel header |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Rodolfo Giometti <giometti@linux.it> | 5 | * Copyright (C) 2009 Rodolfo Giometti <giometti@linux.it> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef LINUX_PPS_KERNEL_H | 8 | #ifndef LINUX_PPS_KERNEL_H |
diff --git a/include/linux/psci.h b/include/linux/psci.h index 8b1b3b5935ab..a8a15613c157 100644 --- a/include/linux/psci.h +++ b/include/linux/psci.h | |||
@@ -1,12 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify | ||
3 | * it under the terms of the GNU General Public License version 2 as | ||
4 | * published by the Free Software Foundation. | ||
5 | * | ||
6 | * This program is distributed in the hope that it will be useful, | ||
7 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
8 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
9 | * GNU General Public License for more details. | ||
10 | * | 3 | * |
11 | * Copyright (C) 2015 ARM Limited | 4 | * Copyright (C) 2015 ARM Limited |
12 | */ | 5 | */ |
diff --git a/include/linux/pstore.h b/include/linux/pstore.h index b146181e8709..e779441e6d26 100644 --- a/include/linux/pstore.h +++ b/include/linux/pstore.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Persistent Storage - pstore.h | 3 | * Persistent Storage - pstore.h |
3 | * | 4 | * |
@@ -5,19 +6,6 @@ | |||
5 | * | 6 | * |
6 | * This code is the generic layer to export data records from platform | 7 | * This code is the generic layer to export data records from platform |
7 | * level persistent storage via a file system. | 8 | * level persistent storage via a file system. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | */ | 9 | */ |
22 | #ifndef _LINUX_PSTORE_H | 10 | #ifndef _LINUX_PSTORE_H |
23 | #define _LINUX_PSTORE_H | 11 | #define _LINUX_PSTORE_H |
diff --git a/include/linux/pstore_ram.h b/include/linux/pstore_ram.h index 337971c41980..9cb9b9067298 100644 --- a/include/linux/pstore_ram.h +++ b/include/linux/pstore_ram.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 Marco Stornelli <marco.stornelli@gmail.com> | 3 | * Copyright (C) 2010 Marco Stornelli <marco.stornelli@gmail.com> |
3 | * Copyright (C) 2011 Kees Cook <keescook@chromium.org> | 4 | * Copyright (C) 2011 Kees Cook <keescook@chromium.org> |
4 | * Copyright (C) 2011 Google, Inc. | 5 | * Copyright (C) 2011 Google, Inc. |
5 | * | ||
6 | * This software is licensed under the terms of the GNU General Public | ||
7 | * License version 2, as published by the Free Software Foundation, and | ||
8 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef __LINUX_PSTORE_RAM_H__ | 8 | #ifndef __LINUX_PSTORE_RAM_H__ |
diff --git a/include/linux/ptp_classify.h b/include/linux/ptp_classify.h index 059242030631..dd00fa41f7e7 100644 --- a/include/linux/ptp_classify.h +++ b/include/linux/ptp_classify.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * PTP 1588 support | 3 | * PTP 1588 support |
3 | * | 4 | * |
4 | * This file implements a BPF that recognizes PTP event messages. | 5 | * This file implements a BPF that recognizes PTP event messages. |
5 | * | 6 | * |
6 | * Copyright (C) 2010 OMICRON electronics GmbH | 7 | * Copyright (C) 2010 OMICRON electronics GmbH |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef _PTP_CLASSIFY_H_ | 10 | #ifndef _PTP_CLASSIFY_H_ |
diff --git a/include/linux/ptp_clock_kernel.h b/include/linux/ptp_clock_kernel.h index 7121bbe76979..28eb9c792522 100644 --- a/include/linux/ptp_clock_kernel.h +++ b/include/linux/ptp_clock_kernel.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * PTP 1588 clock support | 3 | * PTP 1588 clock support |
3 | * | 4 | * |
4 | * Copyright (C) 2010 OMICRON electronics GmbH | 5 | * Copyright (C) 2010 OMICRON electronics GmbH |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef _PTP_CLOCK_KERNEL_H_ | 8 | #ifndef _PTP_CLOCK_KERNEL_H_ |
diff --git a/include/linux/ptr_ring.h b/include/linux/ptr_ring.h index 8da46ac44a2e..0abe9a4fc842 100644 --- a/include/linux/ptr_ring.h +++ b/include/linux/ptr_ring.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Definitions for the 'struct ptr_ring' datastructure. | 3 | * Definitions for the 'struct ptr_ring' datastructure. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 2016 Red Hat, Inc. | 8 | * Copyright (C) 2016 Red Hat, Inc. |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | * | ||
14 | * This is a limited-size FIFO maintaining pointers in FIFO order, with | 10 | * This is a limited-size FIFO maintaining pointers in FIFO order, with |
15 | * one CPU producing entries and another consuming entries from a FIFO. | 11 | * one CPU producing entries and another consuming entries from a FIFO. |
16 | * | 12 | * |
diff --git a/include/linux/qcom_scm.h b/include/linux/qcom_scm.h index d0aecc04c54b..3f12cc77fb58 100644 --- a/include/linux/qcom_scm.h +++ b/include/linux/qcom_scm.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* Copyright (c) 2010-2015, 2018, The Linux Foundation. All rights reserved. | 2 | /* Copyright (c) 2010-2015, 2018, The Linux Foundation. All rights reserved. |
2 | * Copyright (C) 2015 Linaro Ltd. | 3 | * Copyright (C) 2015 Linaro Ltd. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 and | ||
6 | * only version 2 as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef __QCOM_SCM_H | 5 | #ifndef __QCOM_SCM_H |
14 | #define __QCOM_SCM_H | 6 | #define __QCOM_SCM_H |
diff --git a/include/linux/qed/fcoe_common.h b/include/linux/qed/fcoe_common.h index 22077c586853..98cfc195abe2 100644 --- a/include/linux/qed/fcoe_common.h +++ b/include/linux/qed/fcoe_common.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* QLogic qed NIC Driver | 2 | /* QLogic qed NIC Driver |
2 | * Copyright (c) 2015 QLogic Corporation | 3 | * Copyright (c) 2015 QLogic Corporation |
3 | * | ||
4 | * This software is available under the terms of the GNU General Public License | ||
5 | * (GPL) Version 2, available from the file COPYING in the main directory of | ||
6 | * this source tree. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef __FCOE_COMMON__ | 6 | #ifndef __FCOE_COMMON__ |
diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h index 06c4c7a6c09c..b5116013f27e 100644 --- a/include/linux/radix-tree.h +++ b/include/linux/radix-tree.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2001 Momchil Velikov | 3 | * Copyright (C) 2001 Momchil Velikov |
3 | * Portions Copyright (C) 2001 Christoph Hellwig | 4 | * Portions Copyright (C) 2001 Christoph Hellwig |
4 | * Copyright (C) 2006 Nick Piggin | 5 | * Copyright (C) 2006 Nick Piggin |
5 | * Copyright (C) 2012 Konstantin Khlebnikov | 6 | * Copyright (C) 2012 Konstantin Khlebnikov |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License as | ||
9 | * published by the Free Software Foundation; either version 2, or (at | ||
10 | * your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
20 | */ | 7 | */ |
21 | #ifndef _LINUX_RADIX_TREE_H | 8 | #ifndef _LINUX_RADIX_TREE_H |
22 | #define _LINUX_RADIX_TREE_H | 9 | #define _LINUX_RADIX_TREE_H |
diff --git a/include/linux/raid/md_u.h b/include/linux/raid/md_u.h index 358c04bfbe2a..8dfec085a20e 100644 --- a/include/linux/raid/md_u.h +++ b/include/linux/raid/md_u.h | |||
@@ -1,15 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | md_u.h : user <=> kernel API between Linux raidtools and RAID drivers | 3 | md_u.h : user <=> kernel API between Linux raidtools and RAID drivers |
3 | Copyright (C) 1998 Ingo Molnar | 4 | Copyright (C) 1998 Ingo Molnar |
4 | 5 | ||
5 | This program is free software; you can redistribute it and/or modify | ||
6 | it under the terms of the GNU General Public License as published by | ||
7 | the Free Software Foundation; either version 2, or (at your option) | ||
8 | any later version. | ||
9 | |||
10 | You should have received a copy of the GNU General Public License | ||
11 | (for example /usr/src/linux/COPYING); if not, write to the Free | ||
12 | Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
13 | */ | 6 | */ |
14 | #ifndef _MD_U_H | 7 | #ifndef _MD_U_H |
15 | #define _MD_U_H | 8 | #define _MD_U_H |
diff --git a/include/linux/raid/pq.h b/include/linux/raid/pq.h index 605cf46c17bd..0832c9b66852 100644 --- a/include/linux/raid/pq.h +++ b/include/linux/raid/pq.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* -*- linux-c -*- ------------------------------------------------------- * | 2 | /* -*- linux-c -*- ------------------------------------------------------- * |
2 | * | 3 | * |
3 | * Copyright 2003 H. Peter Anvin - All Rights Reserved | 4 | * Copyright 2003 H. Peter Anvin - All Rights Reserved |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation, Inc., 53 Temple Place Ste 330, | ||
8 | * Boston MA 02111-1307, USA; either version 2 of the License, or | ||
9 | * (at your option) any later version; incorporated herein by reference. | ||
10 | * | ||
11 | * ----------------------------------------------------------------------- */ | 6 | * ----------------------------------------------------------------------- */ |
12 | 7 | ||
13 | #ifndef LINUX_RAID_RAID6_H | 8 | #ifndef LINUX_RAID_RAID6_H |
diff --git a/include/linux/raid_class.h b/include/linux/raid_class.h index ec8655514283..5cdfcb873a8f 100644 --- a/include/linux/raid_class.h +++ b/include/linux/raid_class.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * raid_class.h - a generic raid visualisation class | 3 | * raid_class.h - a generic raid visualisation class |
3 | * | 4 | * |
4 | * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> | 5 | * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> |
5 | * | ||
6 | * This file is licensed under GPLv2 | ||
7 | */ | 6 | */ |
8 | #include <linux/transport_class.h> | 7 | #include <linux/transport_class.h> |
9 | 8 | ||
diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h index fcbeed4053ef..e6337fce08f2 100644 --- a/include/linux/rbtree.h +++ b/include/linux/rbtree.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | Red Black Trees | 3 | Red Black Trees |
3 | (C) 1999 Andrea Arcangeli <andrea@suse.de> | 4 | (C) 1999 Andrea Arcangeli <andrea@suse.de> |
4 | 5 | ||
5 | This program is free software; you can redistribute it and/or modify | ||
6 | it under the terms of the GNU General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or | ||
8 | (at your option) any later version. | ||
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 the Free Software | ||
17 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | 6 | ||
19 | linux/include/linux/rbtree.h | 7 | linux/include/linux/rbtree.h |
20 | 8 | ||
diff --git a/include/linux/rbtree_augmented.h b/include/linux/rbtree_augmented.h index 9510c677ac70..0f902ccb48b0 100644 --- a/include/linux/rbtree_augmented.h +++ b/include/linux/rbtree_augmented.h | |||
@@ -1,22 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | Red Black Trees | 3 | Red Black Trees |
3 | (C) 1999 Andrea Arcangeli <andrea@suse.de> | 4 | (C) 1999 Andrea Arcangeli <andrea@suse.de> |
4 | (C) 2002 David Woodhouse <dwmw2@infradead.org> | 5 | (C) 2002 David Woodhouse <dwmw2@infradead.org> |
5 | (C) 2012 Michel Lespinasse <walken@google.com> | 6 | (C) 2012 Michel Lespinasse <walken@google.com> |
6 | 7 | ||
7 | This program is free software; you can redistribute it and/or modify | ||
8 | it under the terms of the GNU General Public License as published by | ||
9 | the Free Software Foundation; either version 2 of the License, or | ||
10 | (at your option) any later version. | ||
11 | |||
12 | This program is distributed in the hope that it will be useful, | ||
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | GNU General Public License for more details. | ||
16 | |||
17 | You should have received a copy of the GNU General Public License | ||
18 | along with this program; if not, write to the Free Software | ||
19 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | 8 | ||
21 | linux/include/linux/rbtree_augmented.h | 9 | linux/include/linux/rbtree_augmented.h |
22 | */ | 10 | */ |
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 922bb6848813..b25d20822e75 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -56,14 +56,12 @@ void __rcu_read_unlock(void); | |||
56 | 56 | ||
57 | static inline void __rcu_read_lock(void) | 57 | static inline void __rcu_read_lock(void) |
58 | { | 58 | { |
59 | if (IS_ENABLED(CONFIG_PREEMPT_COUNT)) | 59 | preempt_disable(); |
60 | preempt_disable(); | ||
61 | } | 60 | } |
62 | 61 | ||
63 | static inline void __rcu_read_unlock(void) | 62 | static inline void __rcu_read_unlock(void) |
64 | { | 63 | { |
65 | if (IS_ENABLED(CONFIG_PREEMPT_COUNT)) | 64 | preempt_enable(); |
66 | preempt_enable(); | ||
67 | } | 65 | } |
68 | 66 | ||
69 | static inline int rcu_preempt_depth(void) | 67 | static inline int rcu_preempt_depth(void) |
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/regulator/ab8500.h b/include/linux/regulator/ab8500.h index 6d46f962685d..7cf8f797e13a 100644 --- a/include/linux/regulator/ab8500.h +++ b/include/linux/regulator/ab8500.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson | 5 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson |
7 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson | 6 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson |
8 | * Daniel Willerud <daniel.willerud@stericsson.com> for ST-Ericsson | 7 | * Daniel Willerud <daniel.willerud@stericsson.com> for ST-Ericsson |
diff --git a/include/linux/regulator/act8865.h b/include/linux/regulator/act8865.h index 113d861a1e4c..d25e24f596c3 100644 --- a/include/linux/regulator/act8865.h +++ b/include/linux/regulator/act8865.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * act8865.h -- Voltage regulation for active-semi act88xx PMUs | 3 | * act8865.h -- Voltage regulation for active-semi act88xx PMUs |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Atmel Corporation. | 5 | * Copyright (C) 2013 Atmel Corporation. |
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 as published by | ||
8 | * the Free Software Foundation; version 2 of the License. | ||
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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef __LINUX_REGULATOR_ACT8865_H | 8 | #ifndef __LINUX_REGULATOR_ACT8865_H |
diff --git a/include/linux/regulator/da9211.h b/include/linux/regulator/da9211.h index d1f2073e4d5f..0d3c0f0ebc1a 100644 --- a/include/linux/regulator/da9211.h +++ b/include/linux/regulator/da9211.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * da9211.h - Regulator device driver for DA9211/DA9212 | 3 | * da9211.h - Regulator device driver for DA9211/DA9212 |
3 | * /DA9213/DA9223/DA9214/DA9224/DA9215/DA9225 | 4 | * /DA9213/DA9223/DA9214/DA9224/DA9215/DA9225 |
4 | * Copyright (C) 2015 Dialog Semiconductor Ltd. | 5 | * Copyright (C) 2015 Dialog Semiconductor Ltd. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version 2 | ||
9 | * of the License, or (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef __LINUX_REGULATOR_DA9211_H | 8 | #ifndef __LINUX_REGULATOR_DA9211_H |
diff --git a/include/linux/regulator/db8500-prcmu.h b/include/linux/regulator/db8500-prcmu.h index 612062313b68..f90df9ee703e 100644 --- a/include/linux/regulator/db8500-prcmu.h +++ b/include/linux/regulator/db8500-prcmu.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson | 5 | * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson |
7 | * | 6 | * |
8 | * Interface to power domain regulators on DB8500 | 7 | * Interface to power domain regulators on DB8500 |
diff --git a/include/linux/regulator/fan53555.h b/include/linux/regulator/fan53555.h index f13880e84d85..ce8df21863f0 100644 --- a/include/linux/regulator/fan53555.h +++ b/include/linux/regulator/fan53555.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * fan53555.h - Fairchild Regulator FAN53555 Driver | 3 | * fan53555.h - Fairchild Regulator FAN53555 Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Marvell Technology Ltd. | 5 | * Copyright (C) 2012 Marvell Technology Ltd. |
5 | * Yunfan Zhang <yfzhang@marvell.com> | 6 | * Yunfan Zhang <yfzhang@marvell.com> |
6 | * | ||
7 | * This package is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __FAN53555_H__ | 9 | #ifndef __FAN53555_H__ |
diff --git a/include/linux/regulator/fixed.h b/include/linux/regulator/fixed.h index f10140da7145..d44ce5f18a56 100644 --- a/include/linux/regulator/fixed.h +++ b/include/linux/regulator/fixed.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * fixed.h | 3 | * fixed.h |
3 | * | 4 | * |
@@ -7,11 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Copyright (c) 2009 Nokia Corporation | 9 | * Copyright (c) 2009 Nokia Corporation |
9 | * Roger Quadros <ext-roger.quadros@nokia.com> | 10 | * Roger Quadros <ext-roger.quadros@nokia.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or | ||
12 | * modify it under the terms of the GNU General Public License as | ||
13 | * published by the Free Software Foundation; either version 2 of the | ||
14 | * License, or (at your option) any later version. | ||
15 | */ | 11 | */ |
16 | 12 | ||
17 | #ifndef __REGULATOR_FIXED_H | 13 | #ifndef __REGULATOR_FIXED_H |
diff --git a/include/linux/regulator/gpio-regulator.h b/include/linux/regulator/gpio-regulator.h index 11cd6375215d..fdeb312cdabd 100644 --- a/include/linux/regulator/gpio-regulator.h +++ b/include/linux/regulator/gpio-regulator.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * gpio-regulator.h | 3 | * gpio-regulator.h |
3 | * | 4 | * |
@@ -11,11 +12,6 @@ | |||
11 | * | 12 | * |
12 | * Copyright (c) 2009 Nokia Corporation | 13 | * Copyright (c) 2009 Nokia Corporation |
13 | * Roger Quadros <ext-roger.quadros@nokia.com> | 14 | * Roger Quadros <ext-roger.quadros@nokia.com> |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or | ||
16 | * modify it under the terms of the GNU General Public License as | ||
17 | * published by the Free Software Foundation; either version 2 of the | ||
18 | * License, or (at your option) any later version. | ||
19 | */ | 15 | */ |
20 | 16 | ||
21 | #ifndef __REGULATOR_GPIO_H | 17 | #ifndef __REGULATOR_GPIO_H |
diff --git a/include/linux/regulator/lp3971.h b/include/linux/regulator/lp3971.h index 61401649fe7d..0522e82d4716 100644 --- a/include/linux/regulator/lp3971.h +++ b/include/linux/regulator/lp3971.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * National Semiconductors LP3971 PMIC chip client interface | 3 | * National Semiconductors LP3971 PMIC chip client interface |
3 | * | 4 | * |
@@ -5,20 +6,6 @@ | |||
5 | * Author: Marek Szyprowski <m.szyprowski@samsung.com> | 6 | * Author: Marek Szyprowski <m.szyprowski@samsung.com> |
6 | * | 7 | * |
7 | * Based on wm8400.h | 8 | * Based on wm8400.h |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
22 | */ | 9 | */ |
23 | 10 | ||
24 | #ifndef __LINUX_REGULATOR_LP3971_H | 11 | #ifndef __LINUX_REGULATOR_LP3971_H |
diff --git a/include/linux/regulator/lp3972.h b/include/linux/regulator/lp3972.h index 9bb7389b7a1e..160a3def317f 100644 --- a/include/linux/regulator/lp3972.h +++ b/include/linux/regulator/lp3972.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * National Semiconductors LP3972 PMIC chip client interface | 3 | * National Semiconductors LP3972 PMIC chip client interface |
3 | * | 4 | * |
4 | * Based on lp3971.h | 5 | * Based on lp3971.h |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __LINUX_REGULATOR_LP3972_H | 8 | #ifndef __LINUX_REGULATOR_LP3972_H |
diff --git a/include/linux/regulator/max1586.h b/include/linux/regulator/max1586.h index cedd0febe882..969f4c948480 100644 --- a/include/linux/regulator/max1586.h +++ b/include/linux/regulator/max1586.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * max1586.h -- Voltage regulation for the Maxim 1586 | 3 | * max1586.h -- Voltage regulation for the Maxim 1586 |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Robert Jarzmik | 5 | * Copyright (C) 2008 Robert Jarzmik |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef REGULATOR_MAX1586 | 8 | #ifndef REGULATOR_MAX1586 |
diff --git a/include/linux/regulator/max8660.h b/include/linux/regulator/max8660.h index f8a6a4844864..e1b9f9020eed 100644 --- a/include/linux/regulator/max8660.h +++ b/include/linux/regulator/max8660.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * max8660.h -- Voltage regulation for the Maxim 8660/8661 | 3 | * max8660.h -- Voltage regulation for the Maxim 8660/8661 |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Wolfram Sang, Pengutronix e.K. | 5 | * Copyright (C) 2009 Wolfram Sang, Pengutronix e.K. |
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 as published by | ||
8 | * the Free Software Foundation; version 2 of the License. | ||
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 the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | */ | 6 | */ |
19 | 7 | ||
20 | #ifndef __LINUX_REGULATOR_MAX8660_H | 8 | #ifndef __LINUX_REGULATOR_MAX8660_H |
diff --git a/include/linux/regulator/max8952.h b/include/linux/regulator/max8952.h index 686c42c041b5..ebd99d2e62ad 100644 --- a/include/linux/regulator/max8952.h +++ b/include/linux/regulator/max8952.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * max8952.h - Voltage regulation for the Maxim 8952 | 3 | * max8952.h - Voltage regulation for the Maxim 8952 |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Samsung Electrnoics | 5 | * Copyright (C) 2010 Samsung Electrnoics |
5 | * MyungJoo Ham <myungjoo.ham@samsung.com> | 6 | * MyungJoo Ham <myungjoo.ham@samsung.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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | 7 | */ |
21 | 8 | ||
22 | #ifndef REGULATOR_MAX8952 | 9 | #ifndef REGULATOR_MAX8952 |
diff --git a/include/linux/regulator/max8973-regulator.h b/include/linux/regulator/max8973-regulator.h index 2fcb9980262a..8313e7ed6aec 100644 --- a/include/linux/regulator/max8973-regulator.h +++ b/include/linux/regulator/max8973-regulator.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * max8973-regulator.h -- MAXIM 8973 regulator | 3 | * max8973-regulator.h -- MAXIM 8973 regulator |
3 | * | 4 | * |
@@ -7,21 +8,6 @@ | |||
7 | * Copyright (C) 2012 NVIDIA Corporation | 8 | * Copyright (C) 2012 NVIDIA Corporation |
8 | 9 | ||
9 | * Author: Laxman Dewangan <ldewangan@nvidia.com> | 10 | * Author: Laxman Dewangan <ldewangan@nvidia.com> |
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 as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
17 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
18 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
19 | * more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License along | ||
22 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
23 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
24 | * | ||
25 | */ | 11 | */ |
26 | 12 | ||
27 | #ifndef __LINUX_REGULATOR_MAX8973_H | 13 | #ifndef __LINUX_REGULATOR_MAX8973_H |
diff --git a/include/linux/regulator/mt6311.h b/include/linux/regulator/mt6311.h index 8473259395b6..eb20c9d1ad46 100644 --- a/include/linux/regulator/mt6311.h +++ b/include/linux/regulator/mt6311.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 MediaTek Inc. | 3 | * Copyright (c) 2015 MediaTek Inc. |
3 | * Author: Henry Chen <henryc.chen@mediatek.com> | 4 | * Author: Henry Chen <henryc.chen@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef __LINUX_REGULATOR_MT6311_H | 7 | #ifndef __LINUX_REGULATOR_MT6311_H |
diff --git a/include/linux/regulator/mt6323-regulator.h b/include/linux/regulator/mt6323-regulator.h index 67011cd1ce55..c8103b8175b3 100644 --- a/include/linux/regulator/mt6323-regulator.h +++ b/include/linux/regulator/mt6323-regulator.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 MediaTek Inc. | 3 | * Copyright (c) 2016 MediaTek Inc. |
3 | * Author: Chen Zhong <chen.zhong@mediatek.com> | 4 | * Author: Chen Zhong <chen.zhong@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef __LINUX_REGULATOR_MT6323_H | 7 | #ifndef __LINUX_REGULATOR_MT6323_H |
diff --git a/include/linux/regulator/mt6380-regulator.h b/include/linux/regulator/mt6380-regulator.h index 465182da6315..9e90ce9b14e6 100644 --- a/include/linux/regulator/mt6380-regulator.h +++ b/include/linux/regulator/mt6380-regulator.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2017 MediaTek Inc. | 3 | * Copyright (c) 2017 MediaTek Inc. |
3 | * Author: Chenglin Xu <chenglin.xu@mediatek.com> | 4 | * Author: Chenglin Xu <chenglin.xu@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef __LINUX_REGULATOR_mt6380_H | 7 | #ifndef __LINUX_REGULATOR_mt6380_H |
diff --git a/include/linux/regulator/mt6397-regulator.h b/include/linux/regulator/mt6397-regulator.h index 30cc5963e265..99b266711b3e 100644 --- a/include/linux/regulator/mt6397-regulator.h +++ b/include/linux/regulator/mt6397-regulator.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MediaTek Inc. | 3 | * Copyright (c) 2014 MediaTek Inc. |
3 | * Author: Flora Fu <flora.fu@mediatek.com> | 4 | * Author: Flora Fu <flora.fu@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef __LINUX_REGULATOR_MT6397_H | 7 | #ifndef __LINUX_REGULATOR_MT6397_H |
diff --git a/include/linux/regulator/pfuze100.h b/include/linux/regulator/pfuze100.h index 331d7d940c7a..d47e668d9ca8 100644 --- a/include/linux/regulator/pfuze100.h +++ b/include/linux/regulator/pfuze100.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved. | 3 | * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along | ||
15 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
17 | */ | 4 | */ |
18 | #ifndef __LINUX_REG_PFUZE100_H | 5 | #ifndef __LINUX_REG_PFUZE100_H |
19 | #define __LINUX_REG_PFUZE100_H | 6 | #define __LINUX_REG_PFUZE100_H |
diff --git a/include/linux/regulator/tps51632-regulator.h b/include/linux/regulator/tps51632-regulator.h index d00841e1a75a..1413d77c2fed 100644 --- a/include/linux/regulator/tps51632-regulator.h +++ b/include/linux/regulator/tps51632-regulator.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * tps51632-regulator.h -- TPS51632 regulator | 3 | * tps51632-regulator.h -- TPS51632 regulator |
3 | * | 4 | * |
@@ -7,21 +8,6 @@ | |||
7 | * Copyright (C) 2012 NVIDIA Corporation | 8 | * Copyright (C) 2012 NVIDIA Corporation |
8 | 9 | ||
9 | * Author: Laxman Dewangan <ldewangan@nvidia.com> | 10 | * Author: Laxman Dewangan <ldewangan@nvidia.com> |
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 as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
17 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
18 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
19 | * more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License along | ||
22 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
23 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
24 | * | ||
25 | */ | 11 | */ |
26 | 12 | ||
27 | #ifndef __LINUX_REGULATOR_TPS51632_H | 13 | #ifndef __LINUX_REGULATOR_TPS51632_H |
diff --git a/include/linux/regulator/tps62360.h b/include/linux/regulator/tps62360.h index a4c49394c497..94a90c06f1e5 100644 --- a/include/linux/regulator/tps62360.h +++ b/include/linux/regulator/tps62360.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * tps62360.h -- TI tps62360 | 3 | * tps62360.h -- TI tps62360 |
3 | * | 4 | * |
@@ -6,21 +7,6 @@ | |||
6 | * Copyright (C) 2012 NVIDIA Corporation | 7 | * Copyright (C) 2012 NVIDIA Corporation |
7 | 8 | ||
8 | * Author: Laxman Dewangan <ldewangan@nvidia.com> | 9 | * Author: Laxman Dewangan <ldewangan@nvidia.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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
16 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
17 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
18 | * more details. | ||
19 | * | ||
20 | * You should have received a copy of the GNU General Public License along | ||
21 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
23 | * | ||
24 | */ | 10 | */ |
25 | 11 | ||
26 | #ifndef __LINUX_REGULATOR_TPS62360_H | 12 | #ifndef __LINUX_REGULATOR_TPS62360_H |
diff --git a/include/linux/regulator/tps6507x.h b/include/linux/regulator/tps6507x.h index 4892f591bab1..58117575de8a 100644 --- a/include/linux/regulator/tps6507x.h +++ b/include/linux/regulator/tps6507x.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * tps6507x.h -- Voltage regulation for the Texas Instruments TPS6507X | 3 | * tps6507x.h -- Voltage regulation for the Texas Instruments TPS6507X |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Texas Instruments, Inc. | 5 | * Copyright (C) 2010 Texas Instruments, Inc. |
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 as | ||
8 | * 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 the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | */ | 6 | */ |
19 | 7 | ||
20 | #ifndef REGULATOR_TPS6507X | 8 | #ifndef REGULATOR_TPS6507X |
diff --git a/include/linux/remoteproc/st_slim_rproc.h b/include/linux/remoteproc/st_slim_rproc.h index 4155556fa4b2..a01ba0b7a6f2 100644 --- a/include/linux/remoteproc/st_slim_rproc.h +++ b/include/linux/remoteproc/st_slim_rproc.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SLIM core rproc driver header | 3 | * SLIM core rproc driver header |
3 | * | 4 | * |
4 | * Copyright (C) 2016 STMicroelectronics | 5 | * Copyright (C) 2016 STMicroelectronics |
5 | * | 6 | * |
6 | * Author: Peter Griffin <peter.griffin@linaro.org> | 7 | * Author: Peter Griffin <peter.griffin@linaro.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | #ifndef _ST_REMOTEPROC_SLIM_H | 9 | #ifndef _ST_REMOTEPROC_SLIM_H |
14 | #define _ST_REMOTEPROC_SLIM_H | 10 | #define _ST_REMOTEPROC_SLIM_H |
diff --git a/include/linux/resource_ext.h b/include/linux/resource_ext.h index e2bf63d881d4..06da59b23b79 100644 --- a/include/linux/resource_ext.h +++ b/include/linux/resource_ext.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2015, Intel Corporation | 3 | * Copyright (C) 2015, Intel Corporation |
3 | * Author: Jiang Liu <jiang.liu@linux.intel.com> | 4 | * Author: Jiang Liu <jiang.liu@linux.intel.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | */ | 5 | */ |
14 | #ifndef _LINUX_RESOURCE_EXT_H | 6 | #ifndef _LINUX_RESOURCE_EXT_H |
15 | #define _LINUX_RESOURCE_EXT_H | 7 | #define _LINUX_RESOURCE_EXT_H |
diff --git a/include/linux/rhashtable.h b/include/linux/rhashtable.h index f7714d3b46bd..9f8bc06d4136 100644 --- a/include/linux/rhashtable.h +++ b/include/linux/rhashtable.h | |||
@@ -84,7 +84,7 @@ struct bucket_table { | |||
84 | 84 | ||
85 | struct lockdep_map dep_map; | 85 | struct lockdep_map dep_map; |
86 | 86 | ||
87 | struct rhash_lock_head __rcu *buckets[] ____cacheline_aligned_in_smp; | 87 | struct rhash_lock_head *buckets[] ____cacheline_aligned_in_smp; |
88 | }; | 88 | }; |
89 | 89 | ||
90 | /* | 90 | /* |
@@ -261,13 +261,13 @@ void rhashtable_free_and_destroy(struct rhashtable *ht, | |||
261 | void *arg); | 261 | void *arg); |
262 | void rhashtable_destroy(struct rhashtable *ht); | 262 | void rhashtable_destroy(struct rhashtable *ht); |
263 | 263 | ||
264 | struct rhash_lock_head __rcu **rht_bucket_nested(const struct bucket_table *tbl, | 264 | struct rhash_lock_head **rht_bucket_nested(const struct bucket_table *tbl, |
265 | unsigned int hash); | 265 | unsigned int hash); |
266 | struct rhash_lock_head __rcu **__rht_bucket_nested(const struct bucket_table *tbl, | 266 | struct rhash_lock_head **__rht_bucket_nested(const struct bucket_table *tbl, |
267 | unsigned int hash); | 267 | unsigned int hash); |
268 | struct rhash_lock_head __rcu **rht_bucket_nested_insert(struct rhashtable *ht, | 268 | struct rhash_lock_head **rht_bucket_nested_insert(struct rhashtable *ht, |
269 | struct bucket_table *tbl, | 269 | struct bucket_table *tbl, |
270 | unsigned int hash); | 270 | unsigned int hash); |
271 | 271 | ||
272 | #define rht_dereference(p, ht) \ | 272 | #define rht_dereference(p, ht) \ |
273 | rcu_dereference_protected(p, lockdep_rht_mutex_is_held(ht)) | 273 | rcu_dereference_protected(p, lockdep_rht_mutex_is_held(ht)) |
@@ -284,21 +284,21 @@ struct rhash_lock_head __rcu **rht_bucket_nested_insert(struct rhashtable *ht, | |||
284 | #define rht_entry(tpos, pos, member) \ | 284 | #define rht_entry(tpos, pos, member) \ |
285 | ({ tpos = container_of(pos, typeof(*tpos), member); 1; }) | 285 | ({ tpos = container_of(pos, typeof(*tpos), member); 1; }) |
286 | 286 | ||
287 | static inline struct rhash_lock_head __rcu *const *rht_bucket( | 287 | static inline struct rhash_lock_head *const *rht_bucket( |
288 | const struct bucket_table *tbl, unsigned int hash) | 288 | const struct bucket_table *tbl, unsigned int hash) |
289 | { | 289 | { |
290 | return unlikely(tbl->nest) ? rht_bucket_nested(tbl, hash) : | 290 | return unlikely(tbl->nest) ? rht_bucket_nested(tbl, hash) : |
291 | &tbl->buckets[hash]; | 291 | &tbl->buckets[hash]; |
292 | } | 292 | } |
293 | 293 | ||
294 | static inline struct rhash_lock_head __rcu **rht_bucket_var( | 294 | static inline struct rhash_lock_head **rht_bucket_var( |
295 | struct bucket_table *tbl, unsigned int hash) | 295 | struct bucket_table *tbl, unsigned int hash) |
296 | { | 296 | { |
297 | return unlikely(tbl->nest) ? __rht_bucket_nested(tbl, hash) : | 297 | return unlikely(tbl->nest) ? __rht_bucket_nested(tbl, hash) : |
298 | &tbl->buckets[hash]; | 298 | &tbl->buckets[hash]; |
299 | } | 299 | } |
300 | 300 | ||
301 | static inline struct rhash_lock_head __rcu **rht_bucket_insert( | 301 | static inline struct rhash_lock_head **rht_bucket_insert( |
302 | struct rhashtable *ht, struct bucket_table *tbl, unsigned int hash) | 302 | struct rhashtable *ht, struct bucket_table *tbl, unsigned int hash) |
303 | { | 303 | { |
304 | return unlikely(tbl->nest) ? rht_bucket_nested_insert(ht, tbl, hash) : | 304 | return unlikely(tbl->nest) ? rht_bucket_nested_insert(ht, tbl, hash) : |
@@ -349,6 +349,12 @@ static inline void rht_unlock(struct bucket_table *tbl, | |||
349 | local_bh_enable(); | 349 | local_bh_enable(); |
350 | } | 350 | } |
351 | 351 | ||
352 | static inline struct rhash_head __rcu *__rht_ptr( | ||
353 | struct rhash_lock_head *const *bkt) | ||
354 | { | ||
355 | return (struct rhash_head __rcu *)((unsigned long)*bkt & ~BIT(0)); | ||
356 | } | ||
357 | |||
352 | /* | 358 | /* |
353 | * Where 'bkt' is a bucket and might be locked: | 359 | * Where 'bkt' is a bucket and might be locked: |
354 | * rht_ptr() dereferences that pointer and clears the lock bit. | 360 | * rht_ptr() dereferences that pointer and clears the lock bit. |
@@ -356,30 +362,30 @@ static inline void rht_unlock(struct bucket_table *tbl, | |||
356 | * access is guaranteed, such as when destroying the table. | 362 | * access is guaranteed, such as when destroying the table. |
357 | */ | 363 | */ |
358 | static inline struct rhash_head *rht_ptr( | 364 | static inline struct rhash_head *rht_ptr( |
359 | struct rhash_lock_head __rcu * const *bkt, | 365 | struct rhash_lock_head *const *bkt, |
360 | struct bucket_table *tbl, | 366 | struct bucket_table *tbl, |
361 | unsigned int hash) | 367 | unsigned int hash) |
362 | { | 368 | { |
363 | const struct rhash_lock_head *p = | 369 | struct rhash_head __rcu *p = __rht_ptr(bkt); |
364 | rht_dereference_bucket_rcu(*bkt, tbl, hash); | ||
365 | 370 | ||
366 | if ((((unsigned long)p) & ~BIT(0)) == 0) | 371 | if (!p) |
367 | return RHT_NULLS_MARKER(bkt); | 372 | return RHT_NULLS_MARKER(bkt); |
368 | return (void *)(((unsigned long)p) & ~BIT(0)); | 373 | |
374 | return rht_dereference_bucket_rcu(p, tbl, hash); | ||
369 | } | 375 | } |
370 | 376 | ||
371 | static inline struct rhash_head *rht_ptr_exclusive( | 377 | static inline struct rhash_head *rht_ptr_exclusive( |
372 | struct rhash_lock_head __rcu * const *bkt) | 378 | struct rhash_lock_head *const *bkt) |
373 | { | 379 | { |
374 | const struct rhash_lock_head *p = | 380 | struct rhash_head __rcu *p = __rht_ptr(bkt); |
375 | rcu_dereference_protected(*bkt, 1); | ||
376 | 381 | ||
377 | if (!p) | 382 | if (!p) |
378 | return RHT_NULLS_MARKER(bkt); | 383 | return RHT_NULLS_MARKER(bkt); |
379 | return (void *)(((unsigned long)p) & ~BIT(0)); | 384 | |
385 | return rcu_dereference_protected(p, 1); | ||
380 | } | 386 | } |
381 | 387 | ||
382 | static inline void rht_assign_locked(struct rhash_lock_head __rcu **bkt, | 388 | static inline void rht_assign_locked(struct rhash_lock_head **bkt, |
383 | struct rhash_head *obj) | 389 | struct rhash_head *obj) |
384 | { | 390 | { |
385 | struct rhash_head __rcu **p = (struct rhash_head __rcu **)bkt; | 391 | struct rhash_head __rcu **p = (struct rhash_head __rcu **)bkt; |
@@ -390,7 +396,7 @@ static inline void rht_assign_locked(struct rhash_lock_head __rcu **bkt, | |||
390 | } | 396 | } |
391 | 397 | ||
392 | static inline void rht_assign_unlock(struct bucket_table *tbl, | 398 | static inline void rht_assign_unlock(struct bucket_table *tbl, |
393 | struct rhash_lock_head __rcu **bkt, | 399 | struct rhash_lock_head **bkt, |
394 | struct rhash_head *obj) | 400 | struct rhash_head *obj) |
395 | { | 401 | { |
396 | struct rhash_head __rcu **p = (struct rhash_head __rcu **)bkt; | 402 | struct rhash_head __rcu **p = (struct rhash_head __rcu **)bkt; |
@@ -587,7 +593,7 @@ static inline struct rhash_head *__rhashtable_lookup( | |||
587 | .ht = ht, | 593 | .ht = ht, |
588 | .key = key, | 594 | .key = key, |
589 | }; | 595 | }; |
590 | struct rhash_lock_head __rcu * const *bkt; | 596 | struct rhash_lock_head *const *bkt; |
591 | struct bucket_table *tbl; | 597 | struct bucket_table *tbl; |
592 | struct rhash_head *he; | 598 | struct rhash_head *he; |
593 | unsigned int hash; | 599 | unsigned int hash; |
@@ -703,7 +709,7 @@ static inline void *__rhashtable_insert_fast( | |||
703 | .ht = ht, | 709 | .ht = ht, |
704 | .key = key, | 710 | .key = key, |
705 | }; | 711 | }; |
706 | struct rhash_lock_head __rcu **bkt; | 712 | struct rhash_lock_head **bkt; |
707 | struct rhash_head __rcu **pprev; | 713 | struct rhash_head __rcu **pprev; |
708 | struct bucket_table *tbl; | 714 | struct bucket_table *tbl; |
709 | struct rhash_head *head; | 715 | struct rhash_head *head; |
@@ -989,7 +995,7 @@ static inline int __rhashtable_remove_fast_one( | |||
989 | struct rhash_head *obj, const struct rhashtable_params params, | 995 | struct rhash_head *obj, const struct rhashtable_params params, |
990 | bool rhlist) | 996 | bool rhlist) |
991 | { | 997 | { |
992 | struct rhash_lock_head __rcu **bkt; | 998 | struct rhash_lock_head **bkt; |
993 | struct rhash_head __rcu **pprev; | 999 | struct rhash_head __rcu **pprev; |
994 | struct rhash_head *he; | 1000 | struct rhash_head *he; |
995 | unsigned int hash; | 1001 | unsigned int hash; |
@@ -1141,7 +1147,7 @@ static inline int __rhashtable_replace_fast( | |||
1141 | struct rhash_head *obj_old, struct rhash_head *obj_new, | 1147 | struct rhash_head *obj_old, struct rhash_head *obj_new, |
1142 | const struct rhashtable_params params) | 1148 | const struct rhashtable_params params) |
1143 | { | 1149 | { |
1144 | struct rhash_lock_head __rcu **bkt; | 1150 | struct rhash_lock_head **bkt; |
1145 | struct rhash_head __rcu **pprev; | 1151 | struct rhash_head __rcu **pprev; |
1146 | struct rhash_head *he; | 1152 | struct rhash_head *he; |
1147 | unsigned int hash; | 1153 | unsigned int hash; |
diff --git a/include/linux/rio.h b/include/linux/rio.h index 37b95c4af99d..317bace5ac64 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * RapidIO interconnect services | 3 | * RapidIO interconnect services |
3 | * (RapidIO Interconnect Specification, http://www.rapidio.org) | 4 | * (RapidIO Interconnect Specification, http://www.rapidio.org) |
4 | * | 5 | * |
5 | * Copyright 2005 MontaVista Software, Inc. | 6 | * Copyright 2005 MontaVista Software, Inc. |
6 | * Matt Porter <mporter@kernel.crashing.org> | 7 | * Matt Porter <mporter@kernel.crashing.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef LINUX_RIO_H | 10 | #ifndef LINUX_RIO_H |
diff --git a/include/linux/rio_drv.h b/include/linux/rio_drv.h index 0834264fb7f2..d637742e5039 100644 --- a/include/linux/rio_drv.h +++ b/include/linux/rio_drv.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * RapidIO driver services | 3 | * RapidIO driver services |
3 | * | 4 | * |
4 | * Copyright 2005 MontaVista Software, Inc. | 5 | * Copyright 2005 MontaVista Software, Inc. |
5 | * Matt Porter <mporter@kernel.crashing.org> | 6 | * Matt Porter <mporter@kernel.crashing.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef LINUX_RIO_DRV_H | 9 | #ifndef LINUX_RIO_DRV_H |
diff --git a/include/linux/rio_ids.h b/include/linux/rio_ids.h index 334c576c151c..4846f72759b2 100644 --- a/include/linux/rio_ids.h +++ b/include/linux/rio_ids.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * RapidIO devices | 3 | * RapidIO devices |
3 | * | 4 | * |
4 | * Copyright 2005 MontaVista Software, Inc. | 5 | * Copyright 2005 MontaVista Software, Inc. |
5 | * Matt Porter <mporter@kernel.crashing.org> | 6 | * Matt Porter <mporter@kernel.crashing.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef LINUX_RIO_IDS_H | 9 | #ifndef LINUX_RIO_IDS_H |
diff --git a/include/linux/rio_regs.h b/include/linux/rio_regs.h index 40c04efe7409..e97594325486 100644 --- a/include/linux/rio_regs.h +++ b/include/linux/rio_regs.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * RapidIO register definitions | 3 | * RapidIO register definitions |
3 | * | 4 | * |
4 | * Copyright 2005 MontaVista Software, Inc. | 5 | * Copyright 2005 MontaVista Software, Inc. |
5 | * Matt Porter <mporter@kernel.crashing.org> | 6 | * Matt Porter <mporter@kernel.crashing.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef LINUX_RIO_REGS_H | 9 | #ifndef LINUX_RIO_REGS_H |
diff --git a/include/linux/rodata_test.h b/include/linux/rodata_test.h index 84766bcdd01f..635ad4dbd0ae 100644 --- a/include/linux/rodata_test.h +++ b/include/linux/rodata_test.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rodata_test.h: functional test for mark_rodata_ro function | 3 | * rodata_test.h: functional test for mark_rodata_ro function |
3 | * | 4 | * |
4 | * (C) Copyright 2008 Intel Corporation | 5 | * (C) Copyright 2008 Intel Corporation |
5 | * Author: Arjan van de Ven <arjan@linux.intel.com> | 6 | * Author: Arjan van de Ven <arjan@linux.intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; version 2 | ||
10 | * of the License. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef _RODATA_TEST_H | 9 | #ifndef _RODATA_TEST_H |
diff --git a/include/linux/rtc/sirfsoc_rtciobrg.h b/include/linux/rtc/sirfsoc_rtciobrg.h index aefd997262e4..b31f2856733d 100644 --- a/include/linux/rtc/sirfsoc_rtciobrg.h +++ b/include/linux/rtc/sirfsoc_rtciobrg.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * RTC I/O Bridge interfaces for CSR SiRFprimaII | 3 | * RTC I/O Bridge interfaces for CSR SiRFprimaII |
3 | * ARM access the registers of SYSRTC, GPSRTC and PWRC through this module | 4 | * ARM access the registers of SYSRTC, GPSRTC and PWRC through this module |
4 | * | 5 | * |
5 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. | 6 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. |
6 | * | ||
7 | * Licensed under GPLv2 or later. | ||
8 | */ | 7 | */ |
9 | #ifndef _SIRFSOC_RTC_IOBRG_H_ | 8 | #ifndef _SIRFSOC_RTC_IOBRG_H_ |
10 | #define _SIRFSOC_RTC_IOBRG_H_ | 9 | #define _SIRFSOC_RTC_IOBRG_H_ |
diff --git a/include/linux/rtsx_common.h b/include/linux/rtsx_common.h index 443176ee1ab0..bf290ad14c57 100644 --- a/include/linux/rtsx_common.h +++ b/include/linux/rtsx_common.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Driver for Realtek driver-based card reader | 2 | /* Driver for Realtek driver-based card reader |
2 | * | 3 | * |
3 | * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. | 4 | * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2, or (at your option) any | ||
8 | * later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | * General Public License for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License along | ||
16 | * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
17 | * | ||
18 | * Author: | 6 | * Author: |
19 | * Wei WANG <wei_wang@realsil.com.cn> | 7 | * Wei WANG <wei_wang@realsil.com.cn> |
20 | */ | 8 | */ |
diff --git a/include/linux/rtsx_pci.h b/include/linux/rtsx_pci.h index e964bbd03fc2..f87da30a58b1 100644 --- a/include/linux/rtsx_pci.h +++ b/include/linux/rtsx_pci.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Driver for Realtek PCI-Express card reader | 2 | /* Driver for Realtek PCI-Express card reader |
2 | * | 3 | * |
3 | * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. | 4 | * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2, or (at your option) any | ||
8 | * later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | * General Public License for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License along | ||
16 | * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
17 | * | ||
18 | * Author: | 6 | * Author: |
19 | * Wei WANG <wei_wang@realsil.com.cn> | 7 | * Wei WANG <wei_wang@realsil.com.cn> |
20 | */ | 8 | */ |
diff --git a/include/linux/sbitmap.h b/include/linux/sbitmap.h index 20f3e3f029b9..a986ac12a848 100644 --- a/include/linux/sbitmap.h +++ b/include/linux/sbitmap.h | |||
@@ -1,20 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Fast and scalable bitmaps. | 3 | * Fast and scalable bitmaps. |
3 | * | 4 | * |
4 | * Copyright (C) 2016 Facebook | 5 | * Copyright (C) 2016 Facebook |
5 | * Copyright (C) 2013-2014 Jens Axboe | 6 | * Copyright (C) 2013-2014 Jens Axboe |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public | ||
9 | * License v2 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 GNU | ||
14 | * 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, see <https://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | 8 | ||
20 | #ifndef __LINUX_SCALE_BITMAP_H | 9 | #ifndef __LINUX_SCALE_BITMAP_H |
diff --git a/include/linux/scpi_protocol.h b/include/linux/scpi_protocol.h index 327d65663dbf..ecb004711acf 100644 --- a/include/linux/scpi_protocol.h +++ b/include/linux/scpi_protocol.h | |||
@@ -1,19 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * SCPI Message Protocol driver header | 3 | * SCPI Message Protocol driver header |
3 | * | 4 | * |
4 | * Copyright (C) 2014 ARM Ltd. | 5 | * Copyright (C) 2014 ARM Ltd. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms and conditions of the GNU General Public License, | ||
8 | * version 2, as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License along with | ||
16 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
17 | */ | 6 | */ |
18 | #include <linux/types.h> | 7 | #include <linux/types.h> |
19 | 8 | ||
diff --git a/include/linux/sctp.h b/include/linux/sctp.h index 83d94341e003..8ccd82105de8 100644 --- a/include/linux/sctp.h +++ b/include/linux/sctp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel reference Implementation | 2 | /* SCTP kernel reference Implementation |
2 | * (C) Copyright IBM Corp. 2001, 2004 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
3 | * Copyright (c) 1999-2000 Cisco, Inc. | 4 | * Copyright (c) 1999-2000 Cisco, Inc. |
@@ -10,22 +11,6 @@ | |||
10 | * | 11 | * |
11 | * Various protocol defined structures. | 12 | * Various protocol defined structures. |
12 | * | 13 | * |
13 | * This SCTP implementation is free software; | ||
14 | * you can redistribute it and/or modify it under the terms of | ||
15 | * the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2, or (at your option) | ||
17 | * any later version. | ||
18 | * | ||
19 | * This SCTP implementation is distributed in the hope that it | ||
20 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
21 | * ************************ | ||
22 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
23 | * See the GNU General Public License for more details. | ||
24 | * | ||
25 | * You should have received a copy of the GNU General Public License | ||
26 | * along with GNU CC; see the file COPYING. If not, see | ||
27 | * <http://www.gnu.org/licenses/>. | ||
28 | * | ||
29 | * Please send any bug reports or fixes you make to the | 14 | * Please send any bug reports or fixes you make to the |
30 | * email address(es): | 15 | * email address(es): |
31 | * lksctp developers <linux-sctp@vger.kernel.org> | 16 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/linux/sdla.h b/include/linux/sdla.h index fe7a967d7de4..00e8b3b614f0 100644 --- a/include/linux/sdla.h +++ b/include/linux/sdla.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -13,11 +14,6 @@ | |||
13 | * 0.15 Mike McLagan Structure packing | 14 | * 0.15 Mike McLagan Structure packing |
14 | * | 15 | * |
15 | * 0.20 Mike McLagan New flags for S508 buffer handling | 16 | * 0.20 Mike McLagan New flags for S508 buffer handling |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or | ||
18 | * modify it under the terms of the GNU General Public License | ||
19 | * as published by the Free Software Foundation; either version | ||
20 | * 2 of the License, or (at your option) any later version. | ||
21 | */ | 17 | */ |
22 | #ifndef SDLA_H | 18 | #ifndef SDLA_H |
23 | #define SDLA_H | 19 | #define SDLA_H |
diff --git a/include/linux/semaphore.h b/include/linux/semaphore.h index 11c86fbfeb98..6694d0019a68 100644 --- a/include/linux/semaphore.h +++ b/include/linux/semaphore.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2008 Intel Corporation | 3 | * Copyright (c) 2008 Intel Corporation |
3 | * Author: Matthew Wilcox <willy@linux.intel.com> | 4 | * Author: Matthew Wilcox <willy@linux.intel.com> |
4 | * | 5 | * |
5 | * Distributed under the terms of the GNU GPL, version 2 | ||
6 | * | ||
7 | * Please see kernel/locking/semaphore.c for documentation of these functions | 6 | * Please see kernel/locking/semaphore.c for documentation of these functions |
8 | */ | 7 | */ |
9 | #ifndef __LINUX_SEMAPHORE_H | 8 | #ifndef __LINUX_SEMAPHORE_H |
diff --git a/include/linux/seqno-fence.h b/include/linux/seqno-fence.h index c58c535d12a8..3cca2b8fac43 100644 --- a/include/linux/seqno-fence.h +++ b/include/linux/seqno-fence.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * seqno-fence, using a dma-buf to synchronize fencing | 3 | * seqno-fence, using a dma-buf to synchronize fencing |
3 | * | 4 | * |
@@ -6,15 +7,6 @@ | |||
6 | * Authors: | 7 | * Authors: |
7 | * Rob Clark <robdclark@gmail.com> | 8 | * Rob Clark <robdclark@gmail.com> |
8 | * Maarten Lankhorst <maarten.lankhorst@canonical.com> | 9 | * Maarten Lankhorst <maarten.lankhorst@canonical.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
15 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
16 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
17 | * more details. | ||
18 | */ | 10 | */ |
19 | 11 | ||
20 | #ifndef __LINUX_SEQNO_FENCE_H | 12 | #ifndef __LINUX_SEQNO_FENCE_H |
diff --git a/include/linux/serdev.h b/include/linux/serdev.h index 070bf4e92df7..9f14f9c12ec4 100644 --- a/include/linux/serdev.h +++ b/include/linux/serdev.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016-2017 Linaro Ltd., Rob Herring <robh@kernel.org> | 3 | * Copyright (C) 2016-2017 Linaro Ltd., Rob Herring <robh@kernel.org> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 and | ||
6 | * only version 2 as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef _LINUX_SERDEV_H | 5 | #ifndef _LINUX_SERDEV_H |
14 | #define _LINUX_SERDEV_H | 6 | #define _LINUX_SERDEV_H |
diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h index 5a655ba8d273..5e0b59422a68 100644 --- a/include/linux/serial_8250.h +++ b/include/linux/serial_8250.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/serial_8250.h | 3 | * linux/include/linux/serial_8250.h |
3 | * | 4 | * |
4 | * Copyright (C) 2004 Russell King | 5 | * Copyright (C) 2004 Russell King |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _LINUX_SERIAL_8250_H | 7 | #ifndef _LINUX_SERIAL_8250_H |
12 | #define _LINUX_SERIAL_8250_H | 8 | #define _LINUX_SERIAL_8250_H |
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index fea2216a893f..05b179015d6c 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/char/serial_core.h | 3 | * linux/drivers/char/serial_core.h |
3 | * | 4 | * |
4 | * Copyright (C) 2000 Deep Blue Solutions Ltd. | 5 | * Copyright (C) 2000 Deep Blue Solutions Ltd. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | #ifndef LINUX_SERIAL_CORE_H | 7 | #ifndef LINUX_SERIAL_CORE_H |
21 | #define LINUX_SERIAL_CORE_H | 8 | #define LINUX_SERIAL_CORE_H |
diff --git a/include/linux/serial_max3100.h b/include/linux/serial_max3100.h index 4976befb6aeb..befd55c08a7c 100644 --- a/include/linux/serial_max3100.h +++ b/include/linux/serial_max3100.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Copyright (C) 2007 Christian Pellegrin | 4 | * Copyright (C) 2007 Christian Pellegrin |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | 7 | ||
diff --git a/include/linux/serial_pnx8xxx.h b/include/linux/serial_pnx8xxx.h index 79ad87b0be3e..619d748dcd44 100644 --- a/include/linux/serial_pnx8xxx.h +++ b/include/linux/serial_pnx8xxx.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Embedded Alley Solutions, source@embeddedalley.com. | 3 | * Embedded Alley Solutions, source@embeddedalley.com. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | */ | 4 | */ |
18 | 5 | ||
19 | #ifndef _LINUX_SERIAL_PNX8XXX_H | 6 | #ifndef _LINUX_SERIAL_PNX8XXX_H |
diff --git a/include/linux/skb_array.h b/include/linux/skb_array.h index 62d9b0a6329f..e2d45b7cb619 100644 --- a/include/linux/skb_array.h +++ b/include/linux/skb_array.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Definitions for the 'struct skb_array' datastructure. | 3 | * Definitions for the 'struct skb_array' datastructure. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 2016 Red Hat, Inc. | 8 | * Copyright (C) 2016 Red Hat, Inc. |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | * | ||
14 | * Limited-size FIFO of skbs. Can be used more or less whenever | 10 | * Limited-size FIFO of skbs. Can be used more or less whenever |
15 | * sk_buff_head can be used, except you need to know the queue size in | 11 | * sk_buff_head can be used, except you need to know the queue size in |
16 | * advance. | 12 | * advance. |
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 6d58fa8a65fd..056f557d5194 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Definitions for the 'struct sk_buff' memory handlers. | 3 | * Definitions for the 'struct sk_buff' memory handlers. |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Alan Cox, <gw4pts@gw4pts.ampr.org> | 6 | * Alan Cox, <gw4pts@gw4pts.ampr.org> |
6 | * Florian La Roche, <rzsfl@rz.uni-sb.de> | 7 | * Florian La Roche, <rzsfl@rz.uni-sb.de> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _LINUX_SKBUFF_H | 10 | #ifndef _LINUX_SKBUFF_H |
@@ -1434,10 +1430,12 @@ static inline void skb_zcopy_clear(struct sk_buff *skb, bool zerocopy) | |||
1434 | struct ubuf_info *uarg = skb_zcopy(skb); | 1430 | struct ubuf_info *uarg = skb_zcopy(skb); |
1435 | 1431 | ||
1436 | if (uarg) { | 1432 | if (uarg) { |
1437 | if (uarg->callback == sock_zerocopy_callback) { | 1433 | if (skb_zcopy_is_nouarg(skb)) { |
1434 | /* no notification callback */ | ||
1435 | } else if (uarg->callback == sock_zerocopy_callback) { | ||
1438 | uarg->zerocopy = uarg->zerocopy && zerocopy; | 1436 | uarg->zerocopy = uarg->zerocopy && zerocopy; |
1439 | sock_zerocopy_put(uarg); | 1437 | sock_zerocopy_put(uarg); |
1440 | } else if (!skb_zcopy_is_nouarg(skb)) { | 1438 | } else { |
1441 | uarg->callback(uarg, zerocopy); | 1439 | uarg->callback(uarg, zerocopy); |
1442 | } | 1440 | } |
1443 | 1441 | ||
@@ -2691,7 +2689,8 @@ static inline int skb_orphan_frags(struct sk_buff *skb, gfp_t gfp_mask) | |||
2691 | { | 2689 | { |
2692 | if (likely(!skb_zcopy(skb))) | 2690 | if (likely(!skb_zcopy(skb))) |
2693 | return 0; | 2691 | return 0; |
2694 | if (skb_uarg(skb)->callback == sock_zerocopy_callback) | 2692 | if (!skb_zcopy_is_nouarg(skb) && |
2693 | skb_uarg(skb)->callback == sock_zerocopy_callback) | ||
2695 | return 0; | 2694 | return 0; |
2696 | return skb_copy_ubufs(skb, gfp_mask); | 2695 | return skb_copy_ubufs(skb, gfp_mask); |
2697 | } | 2696 | } |
diff --git a/include/linux/sm501.h b/include/linux/sm501.h index 02fde50a79a5..2f3488b2875d 100644 --- a/include/linux/sm501.h +++ b/include/linux/sm501.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* include/linux/sm501.h | 2 | /* include/linux/sm501.h |
2 | * | 3 | * |
3 | * Copyright (c) 2006 Simtec Electronics | 4 | * Copyright (c) 2006 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
5 | * Vincent Sanders <vince@simtec.co.uk> | 6 | * Vincent Sanders <vince@simtec.co.uk> |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | extern int sm501_unit_power(struct device *dev, | 9 | extern int sm501_unit_power(struct device *dev, |
diff --git a/include/linux/smsc911x.h b/include/linux/smsc911x.h index eec3efd19beb..868348f7ea06 100644 --- a/include/linux/smsc911x.h +++ b/include/linux/smsc911x.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /*************************************************************************** | 2 | /*************************************************************************** |
2 | * | 3 | * |
3 | * Copyright (C) 2004-2008 SMSC | 4 | * Copyright (C) 2004-2008 SMSC |
4 | * Copyright (C) 2005-2008 ARM | 5 | * Copyright (C) 2005-2008 ARM |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version 2 | ||
9 | * of the License, or (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
19 | * | ||
20 | ***************************************************************************/ | 7 | ***************************************************************************/ |
21 | #ifndef __LINUX_SMSC911X_H__ | 8 | #ifndef __LINUX_SMSC911X_H__ |
22 | #define __LINUX_SMSC911X_H__ | 9 | #define __LINUX_SMSC911X_H__ |
diff --git a/include/linux/soc/ixp4xx/qmgr.h b/include/linux/soc/ixp4xx/qmgr.h index bed8ee94fa57..2c0f433a3841 100644 --- a/include/linux/soc/ixp4xx/qmgr.h +++ b/include/linux/soc/ixp4xx/qmgr.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl> | 3 | * Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of version 2 of the GNU General Public License | ||
6 | * as published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef IXP4XX_QMGR_H | 6 | #ifndef IXP4XX_QMGR_H |
diff --git a/include/linux/sonypi.h b/include/linux/sonypi.h index 0b7cc265cc0b..50e48e94ade2 100644 --- a/include/linux/sonypi.h +++ b/include/linux/sonypi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Sony Programmable I/O Control Device driver for VAIO | 3 | * Sony Programmable I/O Control Device driver for VAIO |
3 | * | 4 | * |
@@ -16,21 +17,6 @@ | |||
16 | * Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com> | 17 | * Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com> |
17 | * | 18 | * |
18 | * Earlier work by Werner Almesberger, Paul `Rusty' Russell and Paul Mackerras. | 19 | * Earlier work by Werner Almesberger, Paul `Rusty' Russell and Paul Mackerras. |
19 | * | ||
20 | * This program is free software; you can redistribute it and/or modify | ||
21 | * it under the terms of the GNU General Public License as published by | ||
22 | * the Free Software Foundation; either version 2 of the License, or | ||
23 | * (at your option) any later version. | ||
24 | * | ||
25 | * This program is distributed in the hope that it will be useful, | ||
26 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
27 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
28 | * GNU General Public License for more details. | ||
29 | * | ||
30 | * You should have received a copy of the GNU General Public License | ||
31 | * along with this program; if not, write to the Free Software | ||
32 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
33 | * | ||
34 | */ | 20 | */ |
35 | #ifndef _SONYPI_H_ | 21 | #ifndef _SONYPI_H_ |
36 | #define _SONYPI_H_ | 22 | #define _SONYPI_H_ |
diff --git a/include/linux/spi/at86rf230.h b/include/linux/spi/at86rf230.h index b63fe6f5fdc8..d278576ab692 100644 --- a/include/linux/spi/at86rf230.h +++ b/include/linux/spi/at86rf230.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * AT86RF230/RF231 driver | 3 | * AT86RF230/RF231 driver |
3 | * | 4 | * |
4 | * Copyright (C) 2009-2012 Siemens AG | 5 | * Copyright (C) 2009-2012 Siemens AG |
5 | * | 6 | * |
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 | * Written by: | 7 | * Written by: |
16 | * Dmitry Eremin-Solenikov <dmitry.baryshkov@siemens.com> | 8 | * Dmitry Eremin-Solenikov <dmitry.baryshkov@siemens.com> |
17 | */ | 9 | */ |
diff --git a/include/linux/spi/cc2520.h b/include/linux/spi/cc2520.h index 85b8ee67e937..449bacf10700 100644 --- a/include/linux/spi/cc2520.h +++ b/include/linux/spi/cc2520.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Header file for cc2520 radio driver | 2 | /* Header file for cc2520 radio driver |
2 | * | 3 | * |
3 | * Copyright (C) 2014 Varka Bhadram <varkab@cdac.in> | 4 | * Copyright (C) 2014 Varka Bhadram <varkab@cdac.in> |
4 | * Md.Jamal Mohiuddin <mjmohiuddin@cdac.in> | 5 | * Md.Jamal Mohiuddin <mjmohiuddin@cdac.in> |
5 | * P Sowjanya <sowjanyap@cdac.in> | 6 | * P Sowjanya <sowjanyap@cdac.in> |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #ifndef __CC2520_H | 9 | #ifndef __CC2520_H |
diff --git a/include/linux/spi/l4f00242t03.h b/include/linux/spi/l4f00242t03.h index e69e9b51b21a..831a5de7a0e2 100644 --- a/include/linux/spi/l4f00242t03.h +++ b/include/linux/spi/l4f00242t03.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * l4f00242t03.h -- Platform glue for Epson L4F00242T03 LCD | 3 | * l4f00242t03.h -- Platform glue for Epson L4F00242T03 LCD |
3 | * | 4 | * |
4 | * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> | 5 | * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> |
5 | * Based on Marek Vasut work in lms283gf05.h | 6 | * Based on Marek Vasut work in lms283gf05.h |
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 as | ||
9 | * 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 | */ | 7 | */ |
16 | 8 | ||
17 | #ifndef _INCLUDE_LINUX_SPI_L4F00242T03_H_ | 9 | #ifndef _INCLUDE_LINUX_SPI_L4F00242T03_H_ |
diff --git a/include/linux/spi/libertas_spi.h b/include/linux/spi/libertas_spi.h index 1b5d5384fcd3..156326d9b5cd 100644 --- a/include/linux/spi/libertas_spi.h +++ b/include/linux/spi/libertas_spi.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * board-specific data for the libertas_spi driver. | 3 | * board-specific data for the libertas_spi driver. |
3 | * | 4 | * |
4 | * Copyright 2008 Analog Devices Inc. | 5 | * Copyright 2008 Analog Devices Inc. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or (at | ||
9 | * your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _LIBERTAS_SPI_H_ | 7 | #ifndef _LIBERTAS_SPI_H_ |
12 | #define _LIBERTAS_SPI_H_ | 8 | #define _LIBERTAS_SPI_H_ |
diff --git a/include/linux/spi/lms283gf05.h b/include/linux/spi/lms283gf05.h index fdd1d1d51da5..f237b2d062e9 100644 --- a/include/linux/spi/lms283gf05.h +++ b/include/linux/spi/lms283gf05.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * lms283gf05.h - Platform glue for Samsung LMS283GF05 LCD | 3 | * lms283gf05.h - Platform glue for Samsung LMS283GF05 LCD |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Marek Vasut <marek.vasut@gmail.com> | 5 | * Copyright (C) 2009 Marek Vasut <marek.vasut@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 as | ||
8 | * 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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _INCLUDE_LINUX_SPI_LMS283GF05_H_ | 8 | #ifndef _INCLUDE_LINUX_SPI_LMS283GF05_H_ |
diff --git a/include/linux/spi/mxs-spi.h b/include/linux/spi/mxs-spi.h index 381d368b91b4..3c57d5e56edc 100644 --- a/include/linux/spi/mxs-spi.h +++ b/include/linux/spi/mxs-spi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/linux/spi/mxs-spi.h | 3 | * include/linux/spi/mxs-spi.h |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright 2008 Embedded Alley Solutions, Inc. | 7 | * Copyright 2008 Embedded Alley Solutions, Inc. |
7 | * Copyright 2009-2011 Freescale Semiconductor, Inc. | 8 | * Copyright 2009-2011 Freescale Semiconductor, Inc. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef __LINUX_SPI_MXS_SPI_H__ | 11 | #ifndef __LINUX_SPI_MXS_SPI_H__ |
diff --git a/include/linux/spi/pxa2xx_spi.h b/include/linux/spi/pxa2xx_spi.h index 6005f0126631..31f00c7f4f59 100644 --- a/include/linux/spi/pxa2xx_spi.h +++ b/include/linux/spi/pxa2xx_spi.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs | 3 | * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | #ifndef __linux_pxa2xx_spi_h | 5 | #ifndef __linux_pxa2xx_spi_h |
15 | #define __linux_pxa2xx_spi_h | 6 | #define __linux_pxa2xx_spi_h |
diff --git a/include/linux/spi/rspi.h b/include/linux/spi/rspi.h index a693188cc08b..dbdfcc7a3db2 100644 --- a/include/linux/spi/rspi.h +++ b/include/linux/spi/rspi.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Renesas SPI driver | 3 | * Renesas SPI driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Renesas Solutions Corp. | 5 | * Copyright (C) 2012 Renesas Solutions Corp. |
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 as published by | ||
8 | * the Free Software Foundation; version 2 of the License. | ||
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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef __LINUX_SPI_RENESAS_SPI_H__ | 8 | #ifndef __LINUX_SPI_RENESAS_SPI_H__ |
diff --git a/include/linux/spi/sh_hspi.h b/include/linux/spi/sh_hspi.h index aa0d440ab4f0..02f36b2f3ff7 100644 --- a/include/linux/spi/sh_hspi.h +++ b/include/linux/spi/sh_hspi.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Kuninori Morimoto | 3 | * Copyright (C) 2011 Kuninori Morimoto |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef SH_HSPI_H | 5 | #ifndef SH_HSPI_H |
14 | #define SH_HSPI_H | 6 | #define SH_HSPI_H |
diff --git a/include/linux/spi/spi-fsl-dspi.h b/include/linux/spi/spi-fsl-dspi.h index 74c9bae20bf2..02b250aac7cf 100644 --- a/include/linux/spi/spi-fsl-dspi.h +++ b/include/linux/spi/spi-fsl-dspi.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Freescale DSPI controller driver | 3 | * Freescale DSPI controller driver |
3 | * | 4 | * |
4 | * Copyright (c) 2017 Angelo Dureghello <angelo@sysam.it> | 5 | * Copyright (c) 2017 Angelo Dureghello <angelo@sysam.it> |
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 as | ||
8 | * 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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef SPI_FSL_DSPI_HEADER_H | 8 | #ifndef SPI_FSL_DSPI_HEADER_H |
diff --git a/include/linux/spi/tle62x0.h b/include/linux/spi/tle62x0.h index 414c6fddfcf0..5d74b9fffca2 100644 --- a/include/linux/spi/tle62x0.h +++ b/include/linux/spi/tle62x0.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * tle62x0.h - platform glue to Infineon TLE62x0 driver chips | 3 | * tle62x0.h - platform glue to Infineon TLE62x0 driver chips |
3 | * | 4 | * |
4 | * Copyright 2007 Simtec Electronics | 5 | * Copyright 2007 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 6 | * Ben Dooks <ben@simtec.co.uk> |
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 as | ||
9 | * 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 | */ | 7 | */ |
16 | 8 | ||
17 | struct tle62x0_pdata { | 9 | struct tle62x0_pdata { |
diff --git a/include/linux/spmi.h b/include/linux/spmi.h index 1396a255d2a2..394a3f68bad5 100644 --- a/include/linux/spmi.h +++ b/include/linux/spmi.h | |||
@@ -1,13 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. | 2 | /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License version 2 and | ||
5 | * only version 2 as published by the Free Software Foundation. | ||
6 | * | ||
7 | * This program is distributed in the hope that it will be useful, | ||
8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
10 | * GNU General Public License for more details. | ||
11 | */ | 3 | */ |
12 | #ifndef _LINUX_SPMI_H | 4 | #ifndef _LINUX_SPMI_H |
13 | #define _LINUX_SPMI_H | 5 | #define _LINUX_SPMI_H |
diff --git a/include/linux/ssb/ssb_driver_chipcommon.h b/include/linux/ssb/ssb_driver_chipcommon.h index 6fcfe99bd999..c44335b011be 100644 --- a/include/linux/ssb/ssb_driver_chipcommon.h +++ b/include/linux/ssb/ssb_driver_chipcommon.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef LINUX_SSB_CHIPCO_H_ | 2 | #ifndef LINUX_SSB_CHIPCO_H_ |
2 | #define LINUX_SSB_CHIPCO_H_ | 3 | #define LINUX_SSB_CHIPCO_H_ |
3 | 4 | ||
@@ -9,8 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Copyright 2005, Broadcom Corporation | 11 | * Copyright 2005, Broadcom Corporation |
11 | * Copyright 2006, Michael Buesch <m@bues.ch> | 12 | * Copyright 2006, Michael Buesch <m@bues.ch> |
12 | * | ||
13 | * Licensed under the GPL version 2. See COPYING for details. | ||
14 | */ | 13 | */ |
15 | 14 | ||
16 | /** ChipCommon core registers. **/ | 15 | /** ChipCommon core registers. **/ |
diff --git a/include/linux/ssb/ssb_driver_extif.h b/include/linux/ssb/ssb_driver_extif.h index a410e841eb91..3f8bc973d67d 100644 --- a/include/linux/ssb/ssb_driver_extif.h +++ b/include/linux/ssb/ssb_driver_extif.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Hardware-specific External Interface I/O core definitions | 3 | * Hardware-specific External Interface I/O core definitions |
3 | * for the BCM47xx family of SiliconBackplane-based chips. | 4 | * for the BCM47xx family of SiliconBackplane-based chips. |
@@ -14,8 +15,6 @@ | |||
14 | * | 15 | * |
15 | * Copyright 2005, Broadcom Corporation | 16 | * Copyright 2005, Broadcom Corporation |
16 | * Copyright 2006, Michael Buesch | 17 | * Copyright 2006, Michael Buesch |
17 | * | ||
18 | * Licensed under the GPL version 2. See COPYING for details. | ||
19 | */ | 18 | */ |
20 | #ifndef LINUX_SSB_EXTIFCORE_H_ | 19 | #ifndef LINUX_SSB_EXTIFCORE_H_ |
21 | #define LINUX_SSB_EXTIFCORE_H_ | 20 | #define LINUX_SSB_EXTIFCORE_H_ |
diff --git a/include/linux/ssbi.h b/include/linux/ssbi.h index 087b08a4d333..61007afba0cc 100644 --- a/include/linux/ssbi.h +++ b/include/linux/ssbi.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* Copyright (C) 2010 Google, Inc. | 2 | /* Copyright (C) 2010 Google, Inc. |
2 | * Copyright (c) 2011, Code Aurora Forum. All rights reserved. | 3 | * Copyright (c) 2011, Code Aurora Forum. All rights reserved. |
3 | * Author: Dima Zavin <dima@android.com> | 4 | * Author: Dima Zavin <dima@android.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 and | ||
7 | * only version 2 as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | 6 | ||
15 | #ifndef _LINUX_SSBI_H | 7 | #ifndef _LINUX_SSBI_H |
diff --git a/include/linux/stackdepot.h b/include/linux/stackdepot.h index 0805dee1b6b8..3efa97d482cb 100644 --- a/include/linux/stackdepot.h +++ b/include/linux/stackdepot.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * A generic stack depot implementation | 3 | * A generic stack depot implementation |
3 | * | 4 | * |
@@ -5,17 +6,6 @@ | |||
5 | * Copyright (C) 2016 Google, Inc. | 6 | * Copyright (C) 2016 Google, Inc. |
6 | * | 7 | * |
7 | * Based on code by Dmitry Chernenkov. | 8 | * Based on code by Dmitry Chernenkov. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 | */ | 9 | */ |
20 | 10 | ||
21 | #ifndef _LINUX_STACKDEPOT_H | 11 | #ifndef _LINUX_STACKDEPOT_H |
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index 4335bd771ce5..1a0bb622cf10 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | 3 | ||
3 | Header file for stmmac platform data | 4 | Header file for stmmac platform data |
4 | 5 | ||
5 | Copyright (C) 2009 STMicroelectronics Ltd | 6 | Copyright (C) 2009 STMicroelectronics Ltd |
6 | 7 | ||
7 | This program is free software; you can redistribute it and/or modify it | ||
8 | under the terms and conditions of the GNU General Public License, | ||
9 | version 2, as published by the Free Software Foundation. | ||
10 | |||
11 | This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | more details. | ||
15 | |||
16 | You should have received a copy of the GNU General Public License along with | ||
17 | this program; if not, write to the Free Software Foundation, Inc., | ||
18 | 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
19 | |||
20 | The full GNU General Public License is included in this distribution in | ||
21 | the file called "COPYING". | ||
22 | 8 | ||
23 | Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> | 9 | Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> |
24 | *******************************************************************************/ | 10 | *******************************************************************************/ |
diff --git a/include/linux/stmp3xxx_rtc_wdt.h b/include/linux/stmp3xxx_rtc_wdt.h index 1dd12c96231b..be71a59b777d 100644 --- a/include/linux/stmp3xxx_rtc_wdt.h +++ b/include/linux/stmp3xxx_rtc_wdt.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * stmp3xxx_rtc_wdt.h | 3 | * stmp3xxx_rtc_wdt.h |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K. | 5 | * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K. |
5 | * | ||
6 | * This file is released under the GPLv2. | ||
7 | */ | 6 | */ |
8 | #ifndef __LINUX_STMP3XXX_RTC_WDT_H | 7 | #ifndef __LINUX_STMP3XXX_RTC_WDT_H |
9 | #define __LINUX_STMP3XXX_RTC_WDT_H | 8 | #define __LINUX_STMP3XXX_RTC_WDT_H |
diff --git a/include/linux/stmp_device.h b/include/linux/stmp_device.h index 6cf7ec9547cf..23046916a001 100644 --- a/include/linux/stmp_device.h +++ b/include/linux/stmp_device.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * basic functions for devices following the "stmp" style register layout | 3 | * basic functions for devices following the "stmp" style register layout |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K. | 5 | * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __STMP_DEVICE_H__ | 8 | #ifndef __STMP_DEVICE_H__ |
diff --git a/include/linux/sudmac.h b/include/linux/sudmac.h index 377b8a5788fa..cccc0a665d26 100644 --- a/include/linux/sudmac.h +++ b/include/linux/sudmac.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Header for the SUDMAC driver | 3 | * Header for the SUDMAC driver |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Renesas Solutions Corp. | 5 | * Copyright (C) 2013 Renesas Solutions Corp. |
5 | * | ||
6 | * This is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of version 2 of the GNU General Public License as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef SUDMAC_H | 7 | #ifndef SUDMAC_H |
11 | #define SUDMAC_H | 8 | #define SUDMAC_H |
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h index 5a3e95017fc6..c7f38e897174 100644 --- a/include/linux/sunrpc/cache.h +++ b/include/linux/sunrpc/cache.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/linux/sunrpc/cache.h | 3 | * include/linux/sunrpc/cache.h |
3 | * | 4 | * |
@@ -5,9 +6,6 @@ | |||
5 | * used by sunrpc clients and servers. | 6 | * used by sunrpc clients and servers. |
6 | * | 7 | * |
7 | * Copyright (C) 2002 Neil Brown <neilb@cse.unsw.edu.au> | 8 | * Copyright (C) 2002 Neil Brown <neilb@cse.unsw.edu.au> |
8 | * | ||
9 | * Released under terms in GPL version 2. See COPYING. | ||
10 | * | ||
11 | */ | 9 | */ |
12 | 10 | ||
13 | #ifndef _LINUX_SUNRPC_CACHE_H_ | 11 | #ifndef _LINUX_SUNRPC_CACHE_H_ |
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 6b3ea9ea6a9e..8594001e8be8 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
@@ -227,11 +227,42 @@ static inline void pm_set_resume_via_firmware(void) | |||
227 | pm_suspend_global_flags |= PM_SUSPEND_FLAG_FW_RESUME; | 227 | pm_suspend_global_flags |= PM_SUSPEND_FLAG_FW_RESUME; |
228 | } | 228 | } |
229 | 229 | ||
230 | /** | ||
231 | * pm_suspend_via_firmware - Check if platform firmware will suspend the system. | ||
232 | * | ||
233 | * To be called during system-wide power management transitions to sleep states | ||
234 | * or during the subsequent system-wide transitions back to the working state. | ||
235 | * | ||
236 | * Return 'true' if the platform firmware is going to be invoked at the end of | ||
237 | * the system-wide power management transition (to a sleep state) in progress in | ||
238 | * order to complete it, or if the platform firmware has been invoked in order | ||
239 | * to complete the last (or preceding) transition of the system to a sleep | ||
240 | * state. | ||
241 | * | ||
242 | * This matters if the caller needs or wants to carry out some special actions | ||
243 | * depending on whether or not control will be passed to the platform firmware | ||
244 | * subsequently (for example, the device may need to be reset before letting the | ||
245 | * platform firmware manipulate it, which is not necessary when the platform | ||
246 | * firmware is not going to be invoked) or when such special actions may have | ||
247 | * been carried out during the preceding transition of the system to a sleep | ||
248 | * state (as they may need to be taken into account). | ||
249 | */ | ||
230 | static inline bool pm_suspend_via_firmware(void) | 250 | static inline bool pm_suspend_via_firmware(void) |
231 | { | 251 | { |
232 | return !!(pm_suspend_global_flags & PM_SUSPEND_FLAG_FW_SUSPEND); | 252 | return !!(pm_suspend_global_flags & PM_SUSPEND_FLAG_FW_SUSPEND); |
233 | } | 253 | } |
234 | 254 | ||
255 | /** | ||
256 | * pm_resume_via_firmware - Check if platform firmware has woken up the system. | ||
257 | * | ||
258 | * To be called during system-wide power management transitions from sleep | ||
259 | * states. | ||
260 | * | ||
261 | * Return 'true' if the platform firmware has passed control to the kernel at | ||
262 | * the beginning of the system-wide power management transition in progress, so | ||
263 | * the event that woke up the system from sleep has been handled by the platform | ||
264 | * firmware. | ||
265 | */ | ||
235 | static inline bool pm_resume_via_firmware(void) | 266 | static inline bool pm_resume_via_firmware(void) |
236 | { | 267 | { |
237 | return !!(pm_suspend_global_flags & PM_SUSPEND_FLAG_FW_RESUME); | 268 | return !!(pm_suspend_global_flags & PM_SUSPEND_FLAG_FW_RESUME); |
@@ -359,7 +390,7 @@ extern void mark_free_pages(struct zone *zone); | |||
359 | * platforms which require special recovery actions in that situation. | 390 | * platforms which require special recovery actions in that situation. |
360 | */ | 391 | */ |
361 | struct platform_hibernation_ops { | 392 | struct platform_hibernation_ops { |
362 | int (*begin)(void); | 393 | int (*begin)(pm_message_t stage); |
363 | void (*end)(void); | 394 | void (*end)(void); |
364 | int (*pre_snapshot)(void); | 395 | int (*pre_snapshot)(void); |
365 | void (*finish)(void); | 396 | void (*finish)(void); |
diff --git a/include/linux/switchtec.h b/include/linux/switchtec.h index 0cfc34ac37fb..e295515bc3f3 100644 --- a/include/linux/switchtec.h +++ b/include/linux/switchtec.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Microsemi Switchtec PCIe Driver | 3 | * Microsemi Switchtec PCIe Driver |
3 | * Copyright (c) 2017, Microsemi Corporation | 4 | * Copyright (c) 2017, Microsemi Corporation |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _SWITCHTEC_H | 7 | #ifndef _SWITCHTEC_H |
diff --git a/include/linux/sys_soc.h b/include/linux/sys_soc.h index bed223b70217..b7c70c3e953f 100644 --- a/include/linux/sys_soc.h +++ b/include/linux/sys_soc.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2011 | 3 | * Copyright (C) ST-Ericsson SA 2011 |
3 | * Author: Lee Jones <lee.jones@linaro.org> for ST-Ericsson. | 4 | * Author: Lee Jones <lee.jones@linaro.org> for ST-Ericsson. |
4 | * License terms: GNU General Public License (GPL), version 2 | ||
5 | */ | 5 | */ |
6 | #ifndef __SOC_BUS_H | 6 | #ifndef __SOC_BUS_H |
7 | #define __SOC_BUS_H | 7 | #define __SOC_BUS_H |
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index e2870fe1be5b..2bcef4c70183 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * syscalls.h - Linux syscall interfaces (non-arch-specific) | 3 | * syscalls.h - Linux syscall interfaces (non-arch-specific) |
3 | * | 4 | * |
4 | * Copyright (c) 2004 Randy Dunlap | 5 | * Copyright (c) 2004 Randy Dunlap |
5 | * Copyright (c) 2004 Open Source Development Labs | 6 | * Copyright (c) 2004 Open Source Development Labs |
6 | * | ||
7 | * This file is released under the GPLv2. | ||
8 | * See the file COPYING for more details. | ||
9 | */ | 7 | */ |
10 | 8 | ||
11 | #ifndef _LINUX_SYSCALLS_H | 9 | #ifndef _LINUX_SYSCALLS_H |
diff --git a/include/linux/syscore_ops.h b/include/linux/syscore_ops.h index 27b3b0bc41a9..ae4d48e4c970 100644 --- a/include/linux/syscore_ops.h +++ b/include/linux/syscore_ops.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * syscore_ops.h - System core operations. | 3 | * syscore_ops.h - System core operations. |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. | 5 | * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. |
5 | * | ||
6 | * This file is released under the GPLv2. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _LINUX_SYSCORE_OPS_H | 8 | #ifndef _LINUX_SYSCORE_OPS_H |
diff --git a/include/linux/syslog.h b/include/linux/syslog.h index e1c3632f4e81..86af908e2663 100644 --- a/include/linux/syslog.h +++ b/include/linux/syslog.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Syslog internals | 2 | /* Syslog internals |
2 | * | 3 | * |
3 | * Copyright 2010 Canonical, Ltd. | 4 | * Copyright 2010 Canonical, Ltd. |
4 | * Author: Kees Cook <kees.cook@canonical.com> | 5 | * Author: Kees Cook <kees.cook@canonical.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 as published by | ||
8 | * the Free Software Foundation; either version 2, or (at your option) | ||
9 | * any later version. | ||
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; see the file COPYING. If not, write to | ||
18 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef _LINUX_SYSLOG_H | 8 | #ifndef _LINUX_SYSLOG_H |
diff --git a/include/linux/tboot.h b/include/linux/tboot.h index 9a54b331f938..5424bc6feac8 100644 --- a/include/linux/tboot.h +++ b/include/linux/tboot.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * tboot.h: shared data structure with tboot and kernel and functions | 3 | * tboot.h: shared data structure with tboot and kernel and functions |
3 | * used by kernel for runtime support of Intel(R) Trusted | 4 | * used by kernel for runtime support of Intel(R) Trusted |
4 | * Execution Technology | 5 | * Execution Technology |
5 | * | 6 | * |
6 | * Copyright (c) 2006-2009, Intel Corporation | 7 | * Copyright (c) 2006-2009, Intel Corporation |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms and conditions of the GNU General Public License, | ||
10 | * version 2, as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
13 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
14 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
15 | * more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License along with | ||
18 | * this program; if not, write to the Free Software Foundation, Inc., | ||
19 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
20 | * | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef _LINUX_TBOOT_H | 10 | #ifndef _LINUX_TBOOT_H |
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index a9b0280687d5..711361af9ce0 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -8,11 +9,6 @@ | |||
8 | * Version: @(#)tcp.h 1.0.2 04/28/93 | 9 | * Version: @(#)tcp.h 1.0.2 04/28/93 |
9 | * | 10 | * |
10 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 11 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | */ | 12 | */ |
17 | #ifndef _LINUX_TCP_H | 13 | #ifndef _LINUX_TCP_H |
18 | #define _LINUX_TCP_H | 14 | #define _LINUX_TCP_H |
diff --git a/include/linux/tee_drv.h b/include/linux/tee_drv.h index 4a49f80e7f71..7a03f68fb982 100644 --- a/include/linux/tee_drv.h +++ b/include/linux/tee_drv.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015-2016, Linaro Limited | 3 | * Copyright (c) 2015-2016, Linaro Limited |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __TEE_DRV_H | 6 | #ifndef __TEE_DRV_H |
diff --git a/include/linux/tfrc.h b/include/linux/tfrc.h index 8a8462b4a4dd..a5acc768085d 100644 --- a/include/linux/tfrc.h +++ b/include/linux/tfrc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef _LINUX_TFRC_H_ | 2 | #ifndef _LINUX_TFRC_H_ |
2 | #define _LINUX_TFRC_H_ | 3 | #define _LINUX_TFRC_H_ |
3 | /* | 4 | /* |
@@ -8,11 +9,6 @@ | |||
8 | * Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz> | 9 | * Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz> |
9 | * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 10 | * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
10 | * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon | 11 | * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon |
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 as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | */ | 12 | */ |
17 | #include <linux/types.h> | 13 | #include <linux/types.h> |
18 | 14 | ||
diff --git a/include/linux/ti_wilink_st.h b/include/linux/ti_wilink_st.h index f2293028ab9d..eb6cbdf10e50 100644 --- a/include/linux/ti_wilink_st.h +++ b/include/linux/ti_wilink_st.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Shared Transport Header file | 3 | * Shared Transport Header file |
3 | * To be included by the protocol stack drivers for | 4 | * To be included by the protocol stack drivers for |
@@ -6,20 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 2009-2010 Texas Instruments | 8 | * Copyright (C) 2009-2010 Texas Instruments |
8 | * Author: Pavan Savoy <pavan_savoy@ti.com> | 9 | * Author: Pavan Savoy <pavan_savoy@ti.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 as | ||
12 | * 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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 10 | */ |
24 | 11 | ||
25 | #ifndef TI_WILINK_ST_H | 12 | #ifndef TI_WILINK_ST_H |
diff --git a/include/linux/timb_dma.h b/include/linux/timb_dma.h index bb043e970b96..33ad3b0ab8ea 100644 --- a/include/linux/timb_dma.h +++ b/include/linux/timb_dma.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * timb_dma.h timberdale FPGA DMA driver defines | 3 | * timb_dma.h timberdale FPGA DMA driver defines |
3 | * Copyright (c) 2010 Intel Corporation | 4 | * Copyright (c) 2010 Intel Corporation |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | /* Supports: | 7 | /* Supports: |
diff --git a/include/linux/timb_gpio.h b/include/linux/timb_gpio.h index ce456eaae861..3faf5a6bb13e 100644 --- a/include/linux/timb_gpio.h +++ b/include/linux/timb_gpio.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * timb_gpio.h timberdale FPGA GPIO driver, platform data definition | 3 | * timb_gpio.h timberdale FPGA GPIO driver, platform data definition |
3 | * Copyright (c) 2009 Intel Corporation | 4 | * Copyright (c) 2009 Intel Corporation |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef _LINUX_TIMB_GPIO_H | 7 | #ifndef _LINUX_TIMB_GPIO_H |
diff --git a/include/linux/timecounter.h b/include/linux/timecounter.h index 2496ad4cfc99..754b74a2167f 100644 --- a/include/linux/timecounter.h +++ b/include/linux/timecounter.h | |||
@@ -1,18 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * linux/include/linux/timecounter.h | 3 | * linux/include/linux/timecounter.h |
3 | * | 4 | * |
4 | * based on code that migrated away from | 5 | * based on code that migrated away from |
5 | * linux/include/linux/clocksource.h | 6 | * linux/include/linux/clocksource.h |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | #ifndef _LINUX_TIMECOUNTER_H | 8 | #ifndef _LINUX_TIMECOUNTER_H |
18 | #define _LINUX_TIMECOUNTER_H | 9 | #define _LINUX_TIMECOUNTER_H |
diff --git a/include/linux/toshiba.h b/include/linux/toshiba.h index 915c3bb164ac..2e0b7dd1b57b 100644 --- a/include/linux/toshiba.h +++ b/include/linux/toshiba.h | |||
@@ -1,20 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* toshiba.h -- Linux driver for accessing the SMM on Toshiba laptops | 2 | /* toshiba.h -- Linux driver for accessing the SMM on Toshiba laptops |
2 | * | 3 | * |
3 | * Copyright (c) 1996-2000 Jonathan A. Buzzard (jonathan@buzzard.org.uk) | 4 | * Copyright (c) 1996-2000 Jonathan A. Buzzard (jonathan@buzzard.org.uk) |
4 | * | 5 | * |
5 | * Thanks to Juergen Heinzl <juergen@monocerus.demon.co.uk> for the pointers | 6 | * Thanks to Juergen Heinzl <juergen@monocerus.demon.co.uk> for the pointers |
6 | * on making sure the structure is aligned and packed. | 7 | * on making sure the structure is aligned and packed. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2, or (at your option) any | ||
11 | * later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | */ | 8 | */ |
19 | #ifndef _LINUX_TOSHIBA_H | 9 | #ifndef _LINUX_TOSHIBA_H |
20 | #define _LINUX_TOSHIBA_H | 10 | #define _LINUX_TOSHIBA_H |
diff --git a/include/linux/tpm.h b/include/linux/tpm.h index 1b5436b213a2..53c0ea9ec9df 100644 --- a/include/linux/tpm.h +++ b/include/linux/tpm.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2004,2007,2008 IBM Corporation | 3 | * Copyright (C) 2004,2007,2008 IBM Corporation |
3 | * | 4 | * |
@@ -12,12 +13,6 @@ | |||
12 | * | 13 | * |
13 | * Device driver for TCG/TCPA TPM (trusted platform module). | 14 | * Device driver for TCG/TCPA TPM (trusted platform module). |
14 | * Specifications at www.trustedcomputinggroup.org | 15 | * Specifications at www.trustedcomputinggroup.org |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or | ||
17 | * modify it under the terms of the GNU General Public License as | ||
18 | * published by the Free Software Foundation, version 2 of the | ||
19 | * License. | ||
20 | * | ||
21 | */ | 16 | */ |
22 | #ifndef __LINUX_TPM_H__ | 17 | #ifndef __LINUX_TPM_H__ |
23 | #define __LINUX_TPM_H__ | 18 | #define __LINUX_TPM_H__ |
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 |
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index 86b019aa2839..1fb11daa5c53 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef _LINUX_TRACEPOINT_H | 2 | #ifndef _LINUX_TRACEPOINT_H |
2 | #define _LINUX_TRACEPOINT_H | 3 | #define _LINUX_TRACEPOINT_H |
3 | 4 | ||
@@ -9,9 +10,6 @@ | |||
9 | * Copyright (C) 2008-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | 10 | * Copyright (C) 2008-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
10 | * | 11 | * |
11 | * Heavily inspired from the Linux Kernel Markers. | 12 | * Heavily inspired from the Linux Kernel Markers. |
12 | * | ||
13 | * This file is released under the GPLv2. | ||
14 | * See the file COPYING for more details. | ||
15 | */ | 13 | */ |
16 | 14 | ||
17 | #include <linux/smp.h> | 15 | #include <linux/smp.h> |
diff --git a/include/linux/transport_class.h b/include/linux/transport_class.h index 11087cdd4ad3..a9c59761927b 100644 --- a/include/linux/transport_class.h +++ b/include/linux/transport_class.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * transport_class.h - a generic container for all transport classes | 3 | * transport_class.h - a generic container for all transport classes |
3 | * | 4 | * |
4 | * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> | 5 | * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> |
5 | * | ||
6 | * This file is licensed under GPLv2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef _TRANSPORT_CLASS_H_ | 8 | #ifndef _TRANSPORT_CLASS_H_ |
diff --git a/include/linux/udp.h b/include/linux/udp.h index 2725c83395bf..aa84597bdc33 100644 --- a/include/linux/udp.h +++ b/include/linux/udp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -8,11 +9,6 @@ | |||
8 | * Version: @(#)udp.h 1.0.2 04/28/93 | 9 | * Version: @(#)udp.h 1.0.2 04/28/93 |
9 | * | 10 | * |
10 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 11 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | */ | 12 | */ |
17 | #ifndef _LINUX_UDP_H | 13 | #ifndef _LINUX_UDP_H |
18 | #define _LINUX_UDP_H | 14 | #define _LINUX_UDP_H |
diff --git a/include/linux/uio.h b/include/linux/uio.h index 2d0131ad4604..2c90a0842ee8 100644 --- a/include/linux/uio.h +++ b/include/linux/uio.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Berkeley style UIO structures - Alan Cox 1994. | 3 | * Berkeley style UIO structures - Alan Cox 1994. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version | ||
7 | * 2 of the License, or (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | #ifndef __LINUX_UIO_H | 5 | #ifndef __LINUX_UIO_H |
10 | #define __LINUX_UIO_H | 6 | #define __LINUX_UIO_H |
diff --git a/include/linux/uio_driver.h b/include/linux/uio_driver.h index a3cd7cb67a69..01081c4726c0 100644 --- a/include/linux/uio_driver.h +++ b/include/linux/uio_driver.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/linux/uio_driver.h | 3 | * include/linux/uio_driver.h |
3 | * | 4 | * |
@@ -7,8 +8,6 @@ | |||
7 | * Copyright(C) 2006, Greg Kroah-Hartman <greg@kroah.com> | 8 | * Copyright(C) 2006, Greg Kroah-Hartman <greg@kroah.com> |
8 | * | 9 | * |
9 | * Userspace IO driver. | 10 | * Userspace IO driver. |
10 | * | ||
11 | * Licensed under the GPLv2 only. | ||
12 | */ | 11 | */ |
13 | 12 | ||
14 | #ifndef _UIO_DRIVER_H_ | 13 | #ifndef _UIO_DRIVER_H_ |
diff --git a/include/linux/uprobes.h b/include/linux/uprobes.h index 12bf0b68ed92..f46e0ca0169c 100644 --- a/include/linux/uprobes.h +++ b/include/linux/uprobes.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef _LINUX_UPROBES_H | 2 | #ifndef _LINUX_UPROBES_H |
2 | #define _LINUX_UPROBES_H | 3 | #define _LINUX_UPROBES_H |
3 | /* | 4 | /* |
4 | * User-space Probes (UProbes) | 5 | * User-space Probes (UProbes) |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
19 | * | ||
20 | * Copyright (C) IBM Corporation, 2008-2012 | 7 | * Copyright (C) IBM Corporation, 2008-2012 |
21 | * Authors: | 8 | * Authors: |
22 | * Srikar Dronamraju | 9 | * Srikar Dronamraju |
diff --git a/include/linux/usb/ccid.h b/include/linux/usb/ccid.h index 3431446d6864..a3a73cf20028 100644 --- a/include/linux/usb/ccid.h +++ b/include/linux/usb/ccid.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2018 Vincent Pelletier | 3 | * Copyright (c) 2018 Vincent Pelletier |
3 | */ | 4 | */ |
4 | /* | 5 | /* |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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 the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | */ | 6 | */ |
19 | #ifndef __CCID_H | 7 | #ifndef __CCID_H |
20 | #define __CCID_H | 8 | #define __CCID_H |
diff --git a/include/linux/usb/pd.h b/include/linux/usb/pd.h index f2162e0fe531..145c38e351c2 100644 --- a/include/linux/usb/pd.h +++ b/include/linux/usb/pd.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2015-2017 Google, Inc | 3 | * Copyright 2015-2017 Google, Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __LINUX_USB_PD_H | 6 | #ifndef __LINUX_USB_PD_H |
diff --git a/include/linux/usb/pd_bdo.h b/include/linux/usb/pd_bdo.h index 90b94d9fea5d..033fe3e17141 100644 --- a/include/linux/usb/pd_bdo.h +++ b/include/linux/usb/pd_bdo.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2015-2017 Google, Inc | 3 | * Copyright 2015-2017 Google, Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __LINUX_USB_PD_BDO_H | 6 | #ifndef __LINUX_USB_PD_BDO_H |
diff --git a/include/linux/usb/pd_vdo.h b/include/linux/usb/pd_vdo.h index 2b64d23ace5c..781f4e98dd23 100644 --- a/include/linux/usb/pd_vdo.h +++ b/include/linux/usb/pd_vdo.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2015-2017 Google, Inc | 3 | * Copyright 2015-2017 Google, Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __LINUX_USB_PD_VDO_H | 6 | #ifndef __LINUX_USB_PD_VDO_H |
diff --git a/include/linux/usb/tcpm.h b/include/linux/usb/tcpm.h index 36a15dcadc53..f516955a0cf4 100644 --- a/include/linux/usb/tcpm.h +++ b/include/linux/usb/tcpm.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2015-2017 Google, Inc | 3 | * Copyright 2015-2017 Google, Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __LINUX_USB_TCPM_H | 6 | #ifndef __LINUX_USB_TCPM_H |
diff --git a/include/linux/uuid.h b/include/linux/uuid.h index d9c4a6cce3c2..0c631e2a73b6 100644 --- a/include/linux/uuid.h +++ b/include/linux/uuid.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * UUID/GUID definition | 3 | * UUID/GUID definition |
3 | * | 4 | * |
4 | * Copyright (C) 2010, 2016 Intel Corp. | 5 | * Copyright (C) 2010, 2016 Intel Corp. |
5 | * Huang Ying <ying.huang@intel.com> | 6 | * Huang Ying <ying.huang@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License version | ||
9 | * 2 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 | */ | 7 | */ |
16 | #ifndef _LINUX_UUID_H_ | 8 | #ifndef _LINUX_UUID_H_ |
17 | #define _LINUX_UUID_H_ | 9 | #define _LINUX_UUID_H_ |
diff --git a/include/linux/uwb.h b/include/linux/uwb.h index 7dbbee9741b7..6918a61e1ac1 100644 --- a/include/linux/uwb.h +++ b/include/linux/uwb.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Ultra Wide Band | 3 | * Ultra Wide Band |
3 | * UWB API | 4 | * UWB API |
@@ -5,21 +6,6 @@ | |||
5 | * Copyright (C) 2005-2006 Intel Corporation | 6 | * Copyright (C) 2005-2006 Intel Corporation |
6 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 7 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License version | ||
10 | * 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
20 | * 02110-1301, USA. | ||
21 | * | ||
22 | * | ||
23 | * FIXME: doc: overview of the API, different parts and pointers | 9 | * FIXME: doc: overview of the API, different parts and pointers |
24 | */ | 10 | */ |
25 | 11 | ||
diff --git a/include/linux/uwb/spec.h b/include/linux/uwb/spec.h index 0df24bfcdb38..5f75caf7b4ba 100644 --- a/include/linux/uwb/spec.h +++ b/include/linux/uwb/spec.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Ultra Wide Band | 3 | * Ultra Wide Band |
3 | * UWB Standard definitions | 4 | * UWB Standard definitions |
@@ -5,21 +6,6 @@ | |||
5 | * Copyright (C) 2005-2006 Intel Corporation | 6 | * Copyright (C) 2005-2006 Intel Corporation |
6 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 7 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License version | ||
10 | * 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
20 | * 02110-1301, USA. | ||
21 | * | ||
22 | * | ||
23 | * All these definitions are based on the ECMA-368 standard. | 9 | * All these definitions are based on the ECMA-368 standard. |
24 | * | 10 | * |
25 | * Note all definitions are Little Endian in the wire, and we will | 11 | * Note all definitions are Little Endian in the wire, and we will |
diff --git a/include/linux/uwb/umc.h b/include/linux/uwb/umc.h index 02112299a1d3..ddbceb39ad15 100644 --- a/include/linux/uwb/umc.h +++ b/include/linux/uwb/umc.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * UWB Multi-interface Controller support. | 3 | * UWB Multi-interface Controller support. |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Cambridge Silicon Radio Ltd. | 5 | * Copyright (C) 2007 Cambridge Silicon Radio Ltd. |
5 | * | 6 | * |
6 | * This file is released under the GPLv2 | ||
7 | * | ||
8 | * UMC (UWB Multi-interface Controller) capabilities (e.g., radio | 7 | * UMC (UWB Multi-interface Controller) capabilities (e.g., radio |
9 | * controller, host controller) are presented as devices on the "umc" | 8 | * controller, host controller) are presented as devices on the "umc" |
10 | * bus. | 9 | * bus. |
diff --git a/include/linux/uwb/whci.h b/include/linux/uwb/whci.h index 915ec23042d4..1a5c2cc2b008 100644 --- a/include/linux/uwb/whci.h +++ b/include/linux/uwb/whci.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Wireless Host Controller Interface for Ultra-Wide-Band and Wireless USB | 3 | * Wireless Host Controller Interface for Ultra-Wide-Band and Wireless USB |
3 | * | 4 | * |
4 | * Copyright (C) 2005-2006 Intel Corporation | 5 | * Copyright (C) 2005-2006 Intel Corporation |
5 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 6 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License version | ||
9 | * 2 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 the Free Software | ||
18 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
19 | * 02110-1301, USA. | ||
20 | * | ||
21 | * | ||
22 | * | ||
23 | * References: | 8 | * References: |
24 | * [WHCI] Wireless Host Controller Interface Specification for | 9 | * [WHCI] Wireless Host Controller Interface Specification for |
25 | * Certified Wireless Universal Serial Bus, revision 0.95. | 10 | * Certified Wireless Universal Serial Bus, revision 0.95. |
diff --git a/include/linux/verification.h b/include/linux/verification.h index 018fb5f13d44..32d990d163c4 100644 --- a/include/linux/verification.h +++ b/include/linux/verification.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Signature verification | 2 | /* Signature verification |
2 | * | 3 | * |
3 | * Copyright (C) 2014 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2014 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _LINUX_VERIFICATION_H | 8 | #ifndef _LINUX_VERIFICATION_H |
diff --git a/include/linux/vexpress.h b/include/linux/vexpress.h index f8e76e08ebe4..0e130b5077a5 100644 --- a/include/linux/vexpress.h +++ b/include/linux/vexpress.h | |||
@@ -1,12 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify | ||
3 | * it under the terms of the GNU General Public License version 2 as | ||
4 | * published by the Free Software Foundation. | ||
5 | * | ||
6 | * This program is distributed in the hope that it will be useful, | ||
7 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
8 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
9 | * GNU General Public License for more details. | ||
10 | * | 3 | * |
11 | * Copyright (C) 2012 ARM Limited | 4 | * Copyright (C) 2012 ARM Limited |
12 | */ | 5 | */ |
diff --git a/include/linux/via-core.h b/include/linux/via-core.h index 9c21cdf3e3b3..9e802deedb2d 100644 --- a/include/linux/via-core.h +++ b/include/linux/via-core.h | |||
@@ -1,24 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved. | 3 | * Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved. |
3 | * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. | 4 | * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. |
4 | * Copyright 2009-2010 Jonathan Corbet <corbet@lwn.net> | 5 | * Copyright 2009-2010 Jonathan Corbet <corbet@lwn.net> |
5 | * Copyright 2010 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 6 | * Copyright 2010 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public | ||
9 | * License as published by the Free Software Foundation; | ||
10 | * either version 2, or (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even | ||
14 | * the implied warranty of MERCHANTABILITY or FITNESS FOR | ||
15 | * A PARTICULAR PURPOSE.See the GNU General Public License | ||
16 | * for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., | ||
21 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
22 | */ | 7 | */ |
23 | 8 | ||
24 | #ifndef __VIA_CORE_H__ | 9 | #ifndef __VIA_CORE_H__ |
diff --git a/include/linux/via-gpio.h b/include/linux/via-gpio.h index 8281aea3dd6d..ac34668fd442 100644 --- a/include/linux/via-gpio.h +++ b/include/linux/via-gpio.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Support for viafb GPIO ports. | 3 | * Support for viafb GPIO ports. |
3 | * | 4 | * |
4 | * Copyright 2009 Jonathan Corbet <corbet@lwn.net> | 5 | * Copyright 2009 Jonathan Corbet <corbet@lwn.net> |
5 | * Distributable under version 2 of the GNU General Public License. | ||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef __VIA_GPIO_H__ | 8 | #ifndef __VIA_GPIO_H__ |
diff --git a/include/linux/via_i2c.h b/include/linux/via_i2c.h index 44532e468c05..cdcb43177131 100644 --- a/include/linux/via_i2c.h +++ b/include/linux/via_i2c.h | |||
@@ -1,22 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved. | 3 | * Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved. |
3 | * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. | 4 | * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. |
4 | 5 | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public | ||
7 | * License as published by the Free Software Foundation; | ||
8 | * either version 2, or (at your option) any later version. | ||
9 | |||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even | ||
12 | * the implied warranty of MERCHANTABILITY or FITNESS FOR | ||
13 | * A PARTICULAR PURPOSE.See the GNU General Public License | ||
14 | * 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 the Free Software | ||
18 | * Foundation, Inc., | ||
19 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
20 | */ | 6 | */ |
21 | #ifndef __VIA_I2C_H__ | 7 | #ifndef __VIA_I2C_H__ |
22 | #define __VIA_I2C_H__ | 8 | #define __VIA_I2C_H__ |
diff --git a/include/linux/vlynq.h b/include/linux/vlynq.h index 017d4a53d55e..e9c0cd36c48a 100644 --- a/include/linux/vlynq.h +++ b/include/linux/vlynq.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2006, 2007 Eugene Konev <ejka@openwrt.org> | 3 | * Copyright (C) 2006, 2007 Eugene Konev <ejka@openwrt.org> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
17 | */ | 4 | */ |
18 | 5 | ||
19 | #ifndef __VLYNQ_H__ | 6 | #ifndef __VLYNQ_H__ |
diff --git a/include/linux/vm_sockets.h b/include/linux/vm_sockets.h index 0805eecba8f7..33f1a2ecd905 100644 --- a/include/linux/vm_sockets.h +++ b/include/linux/vm_sockets.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * VMware vSockets Driver | 3 | * VMware vSockets Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. | 5 | * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation version 2 and no later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _VM_SOCKETS_H | 8 | #ifndef _VM_SOCKETS_H |
diff --git a/include/linux/vmw_vmci_api.h b/include/linux/vmw_vmci_api.h index 63df3a2a8ce5..acd9fafe4fc6 100644 --- a/include/linux/vmw_vmci_api.h +++ b/include/linux/vmw_vmci_api.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * VMware VMCI Driver | 3 | * VMware VMCI Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 VMware, Inc. All rights reserved. | 5 | * Copyright (C) 2012 VMware, Inc. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation version 2 and no later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef __VMW_VMCI_API_H__ | 8 | #ifndef __VMW_VMCI_API_H__ |
diff --git a/include/linux/vmw_vmci_defs.h b/include/linux/vmw_vmci_defs.h index 0c06178e4985..77ac9c7b9483 100644 --- a/include/linux/vmw_vmci_defs.h +++ b/include/linux/vmw_vmci_defs.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * VMware VMCI Driver | 3 | * VMware VMCI Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 VMware, Inc. All rights reserved. | 5 | * Copyright (C) 2012 VMware, Inc. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation version 2 and no later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _VMW_VMCI_DEF_H_ | 8 | #ifndef _VMW_VMCI_DEF_H_ |
diff --git a/include/linux/vringh.h b/include/linux/vringh.h index bc6c28d04263..d237087eb257 100644 --- a/include/linux/vringh.h +++ b/include/linux/vringh.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Linux host-side vring helpers; for when the kernel needs to access | 3 | * Linux host-side vring helpers; for when the kernel needs to access |
3 | * someone else's vring. | 4 | * someone else's vring. |
@@ -5,20 +6,6 @@ | |||
5 | * Copyright IBM Corporation, 2013. | 6 | * Copyright IBM Corporation, 2013. |
6 | * Parts taken from drivers/vhost/vhost.c Copyright 2009 Red Hat, Inc. | 7 | * Parts taken from drivers/vhost/vhost.c Copyright 2009 Red Hat, Inc. |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
21 | * | ||
22 | * Written by: Rusty Russell <rusty@rustcorp.com.au> | 9 | * Written by: Rusty Russell <rusty@rustcorp.com.au> |
23 | */ | 10 | */ |
24 | #ifndef _LINUX_VRINGH_H | 11 | #ifndef _LINUX_VRINGH_H |
diff --git a/include/linux/w1.h b/include/linux/w1.h index 3111585c371f..e0b5156f78fd 100644 --- a/include/linux/w1.h +++ b/include/linux/w1.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2004 Evgeniy Polyakov <zbr@ioremap.net> | 3 | * Copyright (c) 2004 Evgeniy Polyakov <zbr@ioremap.net> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __LINUX_W1_H | 6 | #ifndef __LINUX_W1_H |
diff --git a/include/linux/wimax/debug.h b/include/linux/wimax/debug.h index aaf24ba12c4d..7cb63e4ec0ae 100644 --- a/include/linux/wimax/debug.h +++ b/include/linux/wimax/debug.h | |||
@@ -1,29 +1,13 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Linux WiMAX | 3 | * Linux WiMAX |
3 | * Collection of tools to manage debug operations. | 4 | * Collection of tools to manage debug operations. |
4 | * | 5 | * |
5 | * | ||
6 | * Copyright (C) 2005-2007 Intel Corporation | 6 | * Copyright (C) 2005-2007 Intel Corporation |
7 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 7 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License version | ||
11 | * 2 as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
21 | * 02110-1301, USA. | ||
22 | * | ||
23 | * | ||
24 | * Don't #include this file directly, read on! | 9 | * Don't #include this file directly, read on! |
25 | * | 10 | * |
26 | * | ||
27 | * EXECUTING DEBUGGING ACTIONS OR NOT | 11 | * EXECUTING DEBUGGING ACTIONS OR NOT |
28 | * | 12 | * |
29 | * The main thing this framework provides is decission power to take a | 13 | * The main thing this framework provides is decission power to take a |
@@ -43,7 +27,6 @@ | |||
43 | * always false at compile time will get the code depending on it | 27 | * always false at compile time will get the code depending on it |
44 | * compiled out by optimization. | 28 | * compiled out by optimization. |
45 | * | 29 | * |
46 | * | ||
47 | * DEBUG LEVELS | 30 | * DEBUG LEVELS |
48 | * | 31 | * |
49 | * It is up to the caller to define how much a debugging level is. | 32 | * It is up to the caller to define how much a debugging level is. |
@@ -52,14 +35,12 @@ | |||
52 | * will always be taken). The increasing debug levels are used for | 35 | * will always be taken). The increasing debug levels are used for |
53 | * increased verbosity. | 36 | * increased verbosity. |
54 | * | 37 | * |
55 | * | ||
56 | * USAGE | 38 | * USAGE |
57 | * | 39 | * |
58 | * Group the code in modules and submodules inside each module [which | 40 | * Group the code in modules and submodules inside each module [which |
59 | * in most cases maps to Linux modules and .c files that compose | 41 | * in most cases maps to Linux modules and .c files that compose |
60 | * those]. | 42 | * those]. |
61 | * | 43 | * |
62 | * | ||
63 | * For each module, there is: | 44 | * For each module, there is: |
64 | * | 45 | * |
65 | * - a MODULENAME (single word, legal C identifier) | 46 | * - a MODULENAME (single word, legal C identifier) |
@@ -128,7 +109,6 @@ | |||
128 | * NOTE: remember that even if this will show attached to some | 109 | * NOTE: remember that even if this will show attached to some |
129 | * particular instance of a device, the settings are *global*. | 110 | * particular instance of a device, the settings are *global*. |
130 | * | 111 | * |
131 | * | ||
132 | * On each submodule (for example, .c files), the debug infrastructure | 112 | * On each submodule (for example, .c files), the debug infrastructure |
133 | * should be included like this: | 113 | * should be included like this: |
134 | * | 114 | * |
@@ -137,7 +117,6 @@ | |||
137 | * | 117 | * |
138 | * after #including all your include files. | 118 | * after #including all your include files. |
139 | * | 119 | * |
140 | * | ||
141 | * Now you can use the d_*() macros below [d_test(), d_fnstart(), | 120 | * Now you can use the d_*() macros below [d_test(), d_fnstart(), |
142 | * d_fnend(), d_printf(), d_dump()]. | 121 | * d_fnend(), d_printf(), d_dump()]. |
143 | * | 122 | * |
diff --git a/include/linux/wl12xx.h b/include/linux/wl12xx.h index 95704cd4cfab..03d61f1d23ab 100644 --- a/include/linux/wl12xx.h +++ b/include/linux/wl12xx.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This file is part of wl12xx | 3 | * This file is part of wl12xx |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Nokia Corporation | 5 | * Copyright (C) 2009 Nokia Corporation |
5 | * | 6 | * |
6 | * Contact: Luciano Coelho <luciano.coelho@nokia.com> | 7 | * Contact: Luciano Coelho <luciano.coelho@nokia.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
20 | * 02110-1301 USA | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #ifndef _LINUX_WL12XX_H | 10 | #ifndef _LINUX_WL12XX_H |
diff --git a/include/linux/wmi.h b/include/linux/wmi.h index 592f81afecbb..fcc9d029f67a 100644 --- a/include/linux/wmi.h +++ b/include/linux/wmi.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wmi.h - ACPI WMI interface | 3 | * wmi.h - ACPI WMI interface |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Andrew Lutomirski | 5 | * Copyright (c) 2015 Andrew Lutomirski |
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 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | * General Public License for more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _LINUX_WMI_H | 8 | #ifndef _LINUX_WMI_H |
diff --git a/include/linux/yam.h b/include/linux/yam.h index 512cdc2fb80f..a29b04fa1e66 100644 --- a/include/linux/yam.h +++ b/include/linux/yam.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /*****************************************************************************/ | 2 | /*****************************************************************************/ |
2 | 3 | ||
3 | /* | 4 | /* |
@@ -6,25 +7,9 @@ | |||
6 | * Copyright (C) 1998 Frederic Rible F1OAT (frible@teaser.fr) | 7 | * Copyright (C) 1998 Frederic Rible F1OAT (frible@teaser.fr) |
7 | * Adapted from baycom.c driver written by Thomas Sailer (sailer@ife.ee.ethz.ch) | 8 | * Adapted from baycom.c driver written by Thomas Sailer (sailer@ife.ee.ethz.ch) |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
22 | * | ||
23 | * Please note that the GPL allows you to use the driver, NOT the radio. | 10 | * Please note that the GPL allows you to use the driver, NOT the radio. |
24 | * In order to use the radio, you need a license from the communications | 11 | * In order to use the radio, you need a license from the communications |
25 | * authority of your country. | 12 | * authority of your country. |
26 | * | ||
27 | * | ||
28 | */ | 13 | */ |
29 | 14 | ||
30 | /*****************************************************************************/ | 15 | /*****************************************************************************/ |
diff --git a/include/math-emu/op-2.h b/include/math-emu/op-2.h index 13a374f51a22..244522b02076 100644 --- a/include/math-emu/op-2.h +++ b/include/math-emu/op-2.h | |||
@@ -567,16 +567,13 @@ | |||
567 | */ | 567 | */ |
568 | 568 | ||
569 | #define _FP_FRAC_ASSEMBLE_2(r, X, rsize) \ | 569 | #define _FP_FRAC_ASSEMBLE_2(r, X, rsize) \ |
570 | do { \ | 570 | (void) (((rsize) <= _FP_W_TYPE_SIZE) \ |
571 | if (rsize <= _FP_W_TYPE_SIZE) \ | 571 | ? ({ (r) = X##_f0; }) \ |
572 | r = X##_f0; \ | 572 | : ({ \ |
573 | else \ | 573 | (r) = X##_f1; \ |
574 | { \ | 574 | (r) <<= _FP_W_TYPE_SIZE; \ |
575 | r = X##_f1; \ | 575 | (r) += X##_f0; \ |
576 | r <<= _FP_W_TYPE_SIZE; \ | 576 | })) |
577 | r += X##_f0; \ | ||
578 | } \ | ||
579 | } while (0) | ||
580 | 577 | ||
581 | #define _FP_FRAC_DISASSEMBLE_2(X, r, rsize) \ | 578 | #define _FP_FRAC_DISASSEMBLE_2(X, r, rsize) \ |
582 | do { \ | 579 | do { \ |
diff --git a/include/math-emu/op-common.h b/include/math-emu/op-common.h index 6bdf8c61d221..f37d12877754 100644 --- a/include/math-emu/op-common.h +++ b/include/math-emu/op-common.h | |||
@@ -795,11 +795,12 @@ do { \ | |||
795 | ur_ = (unsigned rtype) -r; \ | 795 | ur_ = (unsigned rtype) -r; \ |
796 | else \ | 796 | else \ |
797 | ur_ = (unsigned rtype) r; \ | 797 | ur_ = (unsigned rtype) r; \ |
798 | if (rsize <= _FP_W_TYPE_SIZE) \ | 798 | (void) (((rsize) <= _FP_W_TYPE_SIZE) \ |
799 | __FP_CLZ(X##_e, ur_); \ | 799 | ? ({ __FP_CLZ(X##_e, ur_); }) \ |
800 | else \ | 800 | : ({ \ |
801 | __FP_CLZ_2(X##_e, (_FP_W_TYPE)(ur_ >> _FP_W_TYPE_SIZE), \ | 801 | __FP_CLZ_2(X##_e, (_FP_W_TYPE)(ur_ >> _FP_W_TYPE_SIZE), \ |
802 | (_FP_W_TYPE)ur_); \ | 802 | (_FP_W_TYPE)ur_); \ |
803 | })); \ | ||
803 | if (rsize < _FP_W_TYPE_SIZE) \ | 804 | if (rsize < _FP_W_TYPE_SIZE) \ |
804 | X##_e -= (_FP_W_TYPE_SIZE - rsize); \ | 805 | X##_e -= (_FP_W_TYPE_SIZE - rsize); \ |
805 | X##_e = rsize - X##_e - 1; \ | 806 | X##_e = rsize - X##_e - 1; \ |
diff --git a/include/media/davinci/ccdc_types.h b/include/media/davinci/ccdc_types.h index a27defcf972c..971984dc1ce4 100644 --- a/include/media/davinci/ccdc_types.h +++ b/include/media/davinci/ccdc_types.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2009 Texas Instruments Inc | 3 | * Copyright (C) 2008-2009 Texas Instruments Inc |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | **************************************************************************/ | 5 | **************************************************************************/ |
15 | #ifndef _CCDC_TYPES_H | 6 | #ifndef _CCDC_TYPES_H |
16 | #define _CCDC_TYPES_H | 7 | #define _CCDC_TYPES_H |
diff --git a/include/media/davinci/dm355_ccdc.h b/include/media/davinci/dm355_ccdc.h index 1cba42d805fa..1f3d00aa46d1 100644 --- a/include/media/davinci/dm355_ccdc.h +++ b/include/media/davinci/dm355_ccdc.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005-2009 Texas Instruments Inc | 3 | * Copyright (C) 2005-2009 Texas Instruments Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | #ifndef _DM355_CCDC_H | 5 | #ifndef _DM355_CCDC_H |
15 | #define _DM355_CCDC_H | 6 | #define _DM355_CCDC_H |
diff --git a/include/media/davinci/dm644x_ccdc.h b/include/media/davinci/dm644x_ccdc.h index 694fc8f6081f..c20dba3d76d6 100644 --- a/include/media/davinci/dm644x_ccdc.h +++ b/include/media/davinci/dm644x_ccdc.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2006-2009 Texas Instruments Inc | 3 | * Copyright (C) 2006-2009 Texas Instruments Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | #ifndef _DM644X_CCDC_H | 5 | #ifndef _DM644X_CCDC_H |
15 | #define _DM644X_CCDC_H | 6 | #define _DM644X_CCDC_H |
diff --git a/include/media/davinci/isif.h b/include/media/davinci/isif.h index 170a7b9cf824..e66589c4022d 100644 --- a/include/media/davinci/isif.h +++ b/include/media/davinci/isif.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2009 Texas Instruments Inc | 3 | * Copyright (C) 2008-2009 Texas Instruments Inc |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * isif header file | 5 | * isif header file |
15 | */ | 6 | */ |
16 | #ifndef _ISIF_H | 7 | #ifndef _ISIF_H |
diff --git a/include/media/davinci/vpbe.h b/include/media/davinci/vpbe.h index f76d2f25a824..e74a93475d21 100644 --- a/include/media/davinci/vpbe.h +++ b/include/media/davinci/vpbe.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 Texas Instruments Inc | 3 | * Copyright (C) 2010 Texas Instruments Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation version 2. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef _VPBE_H | 5 | #ifndef _VPBE_H |
14 | #define _VPBE_H | 6 | #define _VPBE_H |
diff --git a/include/media/davinci/vpbe_display.h b/include/media/davinci/vpbe_display.h index 12783fd823f8..56d05a855140 100644 --- a/include/media/davinci/vpbe_display.h +++ b/include/media/davinci/vpbe_display.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ | 3 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License as | ||
6 | * published by the Free Software Foundation version 2. | ||
7 | * | ||
8 | * This program is distributed WITHOUT ANY WARRANTY of any | ||
9 | * kind, whether express or implied; without even the implied warranty | ||
10 | * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef VPBE_DISPLAY_H | 5 | #ifndef VPBE_DISPLAY_H |
14 | #define VPBE_DISPLAY_H | 6 | #define VPBE_DISPLAY_H |
diff --git a/include/media/davinci/vpbe_osd.h b/include/media/davinci/vpbe_osd.h index 32f77bcae6b3..e1b1c76aa50f 100644 --- a/include/media/davinci/vpbe_osd.h +++ b/include/media/davinci/vpbe_osd.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2007-2009 Texas Instruments Inc | 3 | * Copyright (C) 2007-2009 Texas Instruments Inc |
3 | * Copyright (C) 2007 MontaVista Software, Inc. | 4 | * Copyright (C) 2007 MontaVista Software, Inc. |
@@ -6,16 +7,6 @@ | |||
6 | * - Initial version | 7 | * - Initial version |
7 | * Murali Karicheri (mkaricheri@gmail.com), Texas Instruments Ltd. | 8 | * Murali Karicheri (mkaricheri@gmail.com), Texas Instruments Ltd. |
8 | * - ported to sub device interface | 9 | * - ported to sub device interface |
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 as published by | ||
12 | * the Free Software Foundation version 2.. | ||
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 | */ | 10 | */ |
20 | #ifndef _OSD_H | 11 | #ifndef _OSD_H |
21 | #define _OSD_H | 12 | #define _OSD_H |
diff --git a/include/media/davinci/vpbe_types.h b/include/media/davinci/vpbe_types.h index c10690b15935..6015cda235cc 100644 --- a/include/media/davinci/vpbe_types.h +++ b/include/media/davinci/vpbe_types.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 Texas Instruments Inc | 3 | * Copyright (C) 2010 Texas Instruments Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation version 2. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef _VPBE_TYPES_H | 5 | #ifndef _VPBE_TYPES_H |
14 | #define _VPBE_TYPES_H | 6 | #define _VPBE_TYPES_H |
diff --git a/include/media/davinci/vpbe_venc.h b/include/media/davinci/vpbe_venc.h index e32617bc7f9d..93cf6a5fb49d 100644 --- a/include/media/davinci/vpbe_venc.h +++ b/include/media/davinci/vpbe_venc.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 Texas Instruments Inc | 3 | * Copyright (C) 2010 Texas Instruments Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation version 2. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef _VPBE_VENC_H | 5 | #ifndef _VPBE_VENC_H |
14 | #define _VPBE_VENC_H | 6 | #define _VPBE_VENC_H |
diff --git a/include/media/davinci/vpfe_capture.h b/include/media/davinci/vpfe_capture.h index f003533602d0..2c5b3eacf527 100644 --- a/include/media/davinci/vpfe_capture.h +++ b/include/media/davinci/vpfe_capture.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2009 Texas Instruments Inc | 3 | * Copyright (C) 2008-2009 Texas Instruments Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef _VPFE_CAPTURE_H | 6 | #ifndef _VPFE_CAPTURE_H |
diff --git a/include/media/davinci/vpfe_types.h b/include/media/davinci/vpfe_types.h index 498a27404761..e65c9a48d002 100644 --- a/include/media/davinci/vpfe_types.h +++ b/include/media/davinci/vpfe_types.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2009 Texas Instruments Inc | 3 | * Copyright (C) 2008-2009 Texas Instruments Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option)any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | #ifndef _VPFE_TYPES_H | 5 | #ifndef _VPFE_TYPES_H |
15 | #define _VPFE_TYPES_H | 6 | #define _VPFE_TYPES_H |
diff --git a/include/media/davinci/vpif_types.h b/include/media/davinci/vpif_types.h index eae23e4e9b93..8439e46fb993 100644 --- a/include/media/davinci/vpif_types.h +++ b/include/media/davinci/vpif_types.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Texas Instruments Inc | 3 | * Copyright (C) 2011 Texas Instruments Inc |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation version 2. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #ifndef _VPIF_TYPES_H | 5 | #ifndef _VPIF_TYPES_H |
14 | #define _VPIF_TYPES_H | 6 | #define _VPIF_TYPES_H |
diff --git a/include/media/davinci/vpss.h b/include/media/davinci/vpss.h index 98e7f41fc387..315fa77e238c 100644 --- a/include/media/davinci/vpss.h +++ b/include/media/davinci/vpss.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009 Texas Instruments Inc | 3 | * Copyright (C) 2009 Texas Instruments Inc |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * vpss - video processing subsystem module header file. | 5 | * vpss - video processing subsystem module header file. |
15 | * | 6 | * |
16 | * Include this header file if a driver needs to configure vpss system | 7 | * Include this header file if a driver needs to configure vpss system |
diff --git a/include/media/drv-intf/cx2341x.h b/include/media/drv-intf/cx2341x.h index 33a97bfcea58..722f5905fc30 100644 --- a/include/media/drv-intf/cx2341x.h +++ b/include/media/drv-intf/cx2341x.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | cx23415/6/8 header containing common defines. | 3 | cx23415/6/8 header containing common defines. |
3 | 4 | ||
4 | This program is free software; you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation; either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program; if not, write to the Free Software | ||
16 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | */ | 5 | */ |
18 | 6 | ||
19 | #ifndef CX2341X_H | 7 | #ifndef CX2341X_H |
diff --git a/include/media/drv-intf/cx25840.h b/include/media/drv-intf/cx25840.h index 783c5bdd63eb..328ddb359fdf 100644 --- a/include/media/drv-intf/cx25840.h +++ b/include/media/drv-intf/cx25840.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | cx25840.h - definition for cx25840/1/2/3 inputs | 3 | cx25840.h - definition for cx25840/1/2/3 inputs |
3 | 4 | ||
4 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _CX25840_H_ | 9 | #ifndef _CX25840_H_ |
diff --git a/include/media/drv-intf/msp3400.h b/include/media/drv-intf/msp3400.h index db98ce49e17b..d6dfae104a6f 100644 --- a/include/media/drv-intf/msp3400.h +++ b/include/media/drv-intf/msp3400.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | msp3400.h - definition for msp3400 inputs and outputs | 3 | msp3400.h - definition for msp3400 inputs and outputs |
3 | 4 | ||
4 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _MSP3400_H_ | 9 | #ifndef _MSP3400_H_ |
diff --git a/include/media/drv-intf/si476x.h b/include/media/drv-intf/si476x.h index ad87fa8483b2..07f291d50b77 100644 --- a/include/media/drv-intf/si476x.h +++ b/include/media/drv-intf/si476x.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/media/drv-intf/si476x.h -- Common definitions for si476x driver | 3 | * include/media/drv-intf/si476x.h -- Common definitions for si476x driver |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (C) 2013 Andrey Smirnov | 6 | * Copyright (C) 2013 Andrey Smirnov |
6 | * | 7 | * |
7 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> | 8 | * Author: Andrey Smirnov <andrew.smirnov@gmail.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; version 2 of the License. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef SI476X_H | 11 | #ifndef SI476X_H |
diff --git a/include/media/drv-intf/tea575x.h b/include/media/drv-intf/tea575x.h index ba4923844d1d..50c9f89e4c25 100644 --- a/include/media/drv-intf/tea575x.h +++ b/include/media/drv-intf/tea575x.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_TEA575X_TUNER_H | 2 | #ifndef __SOUND_TEA575X_TUNER_H |
2 | #define __SOUND_TEA575X_TUNER_H | 3 | #define __SOUND_TEA575X_TUNER_H |
3 | 4 | ||
@@ -5,17 +6,6 @@ | |||
5 | * ALSA driver for TEA5757/5759 Philips AM/FM tuner chips | 6 | * ALSA driver for TEA5757/5759 Philips AM/FM tuner chips |
6 | * | 7 | * |
7 | * Copyright (c) 2004 Jaroslav Kysela <perex@perex.cz> | 8 | * Copyright (c) 2004 Jaroslav Kysela <perex@perex.cz> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 | */ | 9 | */ |
20 | 10 | ||
21 | #include <linux/videodev2.h> | 11 | #include <linux/videodev2.h> |
diff --git a/include/media/i2c/adp1653.h b/include/media/i2c/adp1653.h index 8a79f7200f5d..096de9130da8 100644 --- a/include/media/i2c/adp1653.h +++ b/include/media/i2c/adp1653.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/media/i2c/adp1653.h | 3 | * include/media/i2c/adp1653.h |
3 | * | 4 | * |
@@ -8,16 +9,6 @@ | |||
8 | * Contributors: | 9 | * Contributors: |
9 | * Sakari Ailus <sakari.ailus@iki.fi> | 10 | * Sakari Ailus <sakari.ailus@iki.fi> |
10 | * Tuukka Toivonen <tuukkat76@gmail.com> | 11 | * Tuukka Toivonen <tuukkat76@gmail.com> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * version 2 as published by the Free Software Foundation. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, but | ||
17 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
19 | * General Public License for more details. | ||
20 | * | ||
21 | */ | 12 | */ |
22 | 13 | ||
23 | #ifndef ADP1653_H | 14 | #ifndef ADP1653_H |
diff --git a/include/media/i2c/adv7183.h b/include/media/i2c/adv7183.h index 2ad8c3d0b7d2..49faece2954b 100644 --- a/include/media/i2c/adv7183.h +++ b/include/media/i2c/adv7183.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * adv7183.h - definition for adv7183 inputs and outputs | 3 | * adv7183.h - definition for adv7183 inputs and outputs |
3 | * | 4 | * |
4 | * Copyright (c) 2011 Analog Devices Inc. | 5 | * Copyright (c) 2011 Analog Devices Inc. |
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 as | ||
8 | * 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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _ADV7183_H_ | 8 | #ifndef _ADV7183_H_ |
diff --git a/include/media/i2c/bt819.h b/include/media/i2c/bt819.h index 1bcf0dbeb516..70aa46bd5182 100644 --- a/include/media/i2c/bt819.h +++ b/include/media/i2c/bt819.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | bt819.h - bt819 notifications | 3 | bt819.h - bt819 notifications |
3 | 4 | ||
4 | Copyright (C) 2009 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2009 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _BT819_H_ | 9 | #ifndef _BT819_H_ |
diff --git a/include/media/i2c/cs5345.h b/include/media/i2c/cs5345.h index 6ccae24e65ed..d41e4dca3fcc 100644 --- a/include/media/i2c/cs5345.h +++ b/include/media/i2c/cs5345.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | cs5345.h - definition for cs5345 inputs and outputs | 3 | cs5345.h - definition for cs5345 inputs and outputs |
3 | 4 | ||
4 | Copyright (C) 2007 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2007 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _CS5345_H_ | 9 | #ifndef _CS5345_H_ |
diff --git a/include/media/i2c/cs53l32a.h b/include/media/i2c/cs53l32a.h index bf76197d3790..52ceb2f916d3 100644 --- a/include/media/i2c/cs53l32a.h +++ b/include/media/i2c/cs53l32a.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | cs53l32a.h - definition for cs53l32a inputs and outputs | 3 | cs53l32a.h - definition for cs53l32a inputs and outputs |
3 | 4 | ||
4 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _CS53L32A_H_ | 9 | #ifndef _CS53L32A_H_ |
diff --git a/include/media/i2c/lm3560.h b/include/media/i2c/lm3560.h index 0e2b1c751a5d..770d8c72c94a 100644 --- a/include/media/i2c/lm3560.h +++ b/include/media/i2c/lm3560.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/media/i2c/lm3560.h | 3 | * include/media/i2c/lm3560.h |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Contact: Daniel Jeong <gshark.jeong@gmail.com> | 7 | * Contact: Daniel Jeong <gshark.jeong@gmail.com> |
7 | * Ldd-Mlp <ldd-mlp@list.ti.com> | 8 | * Ldd-Mlp <ldd-mlp@list.ti.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * version 2 as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef __LM3560_H__ | 11 | #ifndef __LM3560_H__ |
diff --git a/include/media/i2c/m52790.h b/include/media/i2c/m52790.h index 8d9db3cf6fab..3f214fa9bc64 100644 --- a/include/media/i2c/m52790.h +++ b/include/media/i2c/m52790.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | m52790.h - definition for m52790 inputs and outputs | 3 | m52790.h - definition for m52790 inputs and outputs |
3 | 4 | ||
4 | Copyright (C) 2007 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2007 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _M52790_H_ | 9 | #ifndef _M52790_H_ |
diff --git a/include/media/i2c/m5mols.h b/include/media/i2c/m5mols.h index 4a825ae5c6c8..9cec5a09e125 100644 --- a/include/media/i2c/m5mols.h +++ b/include/media/i2c/m5mols.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver header for M-5MOLS 8M Pixel camera sensor with ISP | 3 | * Driver header for M-5MOLS 8M Pixel camera sensor with ISP |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 2009 Samsung Electronics Co., Ltd. | 8 | * Copyright (C) 2009 Samsung Electronics Co., Ltd. |
8 | * Author: Dongsoo Nathaniel Kim <dongsoo45.kim@samsung.com> | 9 | * Author: Dongsoo Nathaniel Kim <dongsoo45.kim@samsung.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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef MEDIA_M5MOLS_H | 12 | #ifndef MEDIA_M5MOLS_H |
diff --git a/include/media/i2c/mt9m032.h b/include/media/i2c/mt9m032.h index 30d02a1af708..1bd58757717a 100644 --- a/include/media/i2c/mt9m032.h +++ b/include/media/i2c/mt9m032.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Driver for MT9M032 CMOS Image Sensor from Micron | 3 | * Driver for MT9M032 CMOS Image Sensor from Micron |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2011 Lund Engineering | 5 | * Copyright (C) 2010-2011 Lund Engineering |
5 | * Contact: Gil Lund <gwlund@lundeng.com> | 6 | * Contact: Gil Lund <gwlund@lundeng.com> |
6 | * Author: Martin Hostettler <martin@neutronstar.dyndns.org> | 7 | * Author: Martin Hostettler <martin@neutronstar.dyndns.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #ifndef MT9M032_H | 10 | #ifndef MT9M032_H |
diff --git a/include/media/i2c/noon010pc30.h b/include/media/i2c/noon010pc30.h index 58eafee36b30..a035d2d9a564 100644 --- a/include/media/i2c/noon010pc30.h +++ b/include/media/i2c/noon010pc30.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver header for NOON010PC30L camera sensor chip. | 3 | * Driver header for NOON010PC30L camera sensor chip. |
3 | * | 4 | * |
4 | * Copyright (c) 2010 Samsung Electronics, Co. Ltd | 5 | * Copyright (c) 2010 Samsung Electronics, Co. Ltd |
5 | * Contact: Sylwester Nawrocki <s.nawrocki@samsung.com> | 6 | * Contact: Sylwester Nawrocki <s.nawrocki@samsung.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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef NOON010PC30_H | 9 | #ifndef NOON010PC30_H |
diff --git a/include/media/i2c/ov7670.h b/include/media/i2c/ov7670.h index 1913d5123072..8686fc212e27 100644 --- a/include/media/i2c/ov7670.h +++ b/include/media/i2c/ov7670.h | |||
@@ -1,10 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * A V4L2 driver for OmniVision OV7670 cameras. | 3 | * A V4L2 driver for OmniVision OV7670 cameras. |
3 | * | 4 | * |
4 | * Copyright 2010 One Laptop Per Child | 5 | * Copyright 2010 One Laptop Per Child |
5 | * | ||
6 | * This file may be distributed under the terms of the GNU General | ||
7 | * Public License, version 2. | ||
8 | */ | 6 | */ |
9 | 7 | ||
10 | #ifndef __OV7670_H | 8 | #ifndef __OV7670_H |
diff --git a/include/media/i2c/s5k4ecgx.h b/include/media/i2c/s5k4ecgx.h index 90c1be792ffe..fccb7be8ed8f 100644 --- a/include/media/i2c/s5k4ecgx.h +++ b/include/media/i2c/s5k4ecgx.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * S5K4ECGX image sensor header file | 3 | * S5K4ECGX image sensor header file |
3 | * | 4 | * |
4 | * Copyright (C) 2012, Linaro | 5 | * Copyright (C) 2012, Linaro |
5 | * Copyright (C) 2012, Samsung Electronics Co., Ltd. | 6 | * Copyright (C) 2012, Samsung Electronics Co., Ltd. |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef S5K4ECGX_H | 9 | #ifndef S5K4ECGX_H |
diff --git a/include/media/i2c/s5k6aa.h b/include/media/i2c/s5k6aa.h index ba34f7055e55..fd78e85e8b78 100644 --- a/include/media/i2c/s5k6aa.h +++ b/include/media/i2c/s5k6aa.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * S5K6AAFX camera sensor driver header | 3 | * S5K6AAFX camera sensor driver header |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2011 Samsung Electronics Co., Ltd. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef S5K6AA_H | 8 | #ifndef S5K6AA_H |
diff --git a/include/media/i2c/saa6588.h b/include/media/i2c/saa6588.h index a0825f532f71..bbec05a31d5a 100644 --- a/include/media/i2c/saa6588.h +++ b/include/media/i2c/saa6588.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | 3 | ||
3 | Types and defines needed for RDS. This is included by | 4 | Types and defines needed for RDS. This is included by |
@@ -6,19 +7,6 @@ | |||
6 | 7 | ||
7 | (c) 2005 by Hans J. Koch | 8 | (c) 2005 by Hans J. Koch |
8 | 9 | ||
9 | This program is free software; you can redistribute it and/or modify | ||
10 | it under the terms of the GNU General Public License as published by | ||
11 | the Free Software Foundation; either version 2 of the License, or | ||
12 | (at your option) any later version. | ||
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 the Free Software | ||
21 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
22 | 10 | ||
23 | */ | 11 | */ |
24 | 12 | ||
diff --git a/include/media/i2c/saa7115.h b/include/media/i2c/saa7115.h index a0cda423509d..0cd6080d7cb1 100644 --- a/include/media/i2c/saa7115.h +++ b/include/media/i2c/saa7115.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | saa7115.h - definition for saa7111/3/4/5 inputs and frequency flags | 3 | saa7115.h - definition for saa7111/3/4/5 inputs and frequency flags |
3 | 4 | ||
4 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _SAA7115_H_ | 9 | #ifndef _SAA7115_H_ |
diff --git a/include/media/i2c/saa7127.h b/include/media/i2c/saa7127.h index 7005ba7daa9e..53ee999e6090 100644 --- a/include/media/i2c/saa7127.h +++ b/include/media/i2c/saa7127.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | saa7127.h - definition for saa7126/7/8/9 inputs/outputs | 3 | saa7127.h - definition for saa7126/7/8/9 inputs/outputs |
3 | 4 | ||
4 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _SAA7127_H_ | 9 | #ifndef _SAA7127_H_ |
diff --git a/include/media/i2c/smiapp.h b/include/media/i2c/smiapp.h index 525d55b2afeb..d6ccc859bfcd 100644 --- a/include/media/i2c/smiapp.h +++ b/include/media/i2c/smiapp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/media/i2c/smiapp.h | 3 | * include/media/i2c/smiapp.h |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2011--2012 Nokia Corporation | 7 | * Copyright (C) 2011--2012 Nokia Corporation |
7 | * Contact: Sakari Ailus <sakari.ailus@iki.fi> | 8 | * Contact: Sakari Ailus <sakari.ailus@iki.fi> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * version 2 as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef __SMIAPP_H_ | 11 | #ifndef __SMIAPP_H_ |
diff --git a/include/media/i2c/sr030pc30.h b/include/media/i2c/sr030pc30.h index 6f901a653ba2..84c602d681fa 100644 --- a/include/media/i2c/sr030pc30.h +++ b/include/media/i2c/sr030pc30.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver header for SR030PC30 camera sensor | 3 | * Driver header for SR030PC30 camera sensor |
3 | * | 4 | * |
4 | * Copyright (c) 2010 Samsung Electronics, Co. Ltd | 5 | * Copyright (c) 2010 Samsung Electronics, Co. Ltd |
5 | * Contact: Sylwester Nawrocki <s.nawrocki@samsung.com> | 6 | * Contact: Sylwester Nawrocki <s.nawrocki@samsung.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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef SR030PC30_H | 9 | #ifndef SR030PC30_H |
diff --git a/include/media/i2c/tvaudio.h b/include/media/i2c/tvaudio.h index f13e1a386364..42cd3206fb6c 100644 --- a/include/media/i2c/tvaudio.h +++ b/include/media/i2c/tvaudio.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | tvaudio.h - definition for tvaudio inputs | 3 | tvaudio.h - definition for tvaudio inputs |
3 | 4 | ||
4 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _TVAUDIO_H | 9 | #ifndef _TVAUDIO_H |
diff --git a/include/media/i2c/tvp7002.h b/include/media/i2c/tvp7002.h index cb213c136089..c31eb0040cf9 100644 --- a/include/media/i2c/tvp7002.h +++ b/include/media/i2c/tvp7002.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics | 2 | /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics |
2 | * Digitizer with Horizontal PLL registers | 3 | * Digitizer with Horizontal PLL registers |
3 | * | 4 | * |
@@ -8,16 +9,6 @@ | |||
8 | * written by Mauro Carvalho Chehab <mchehab@kernel.org>, | 9 | * written by Mauro Carvalho Chehab <mchehab@kernel.org>, |
9 | * the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com> | 10 | * the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com> |
10 | * and the TVP7002 driver in the TI LSP 2.10.00.14 | 11 | * and the TVP7002 driver in the TI LSP 2.10.00.14 |
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 as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
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 | */ | 12 | */ |
22 | #ifndef _TVP7002_H_ | 13 | #ifndef _TVP7002_H_ |
23 | #define _TVP7002_H_ | 14 | #define _TVP7002_H_ |
diff --git a/include/media/i2c/upd64031a.h b/include/media/i2c/upd64031a.h index 1eba24dfee48..b6570abc84ef 100644 --- a/include/media/i2c/upd64031a.h +++ b/include/media/i2c/upd64031a.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * upd64031a - NEC Electronics Ghost Reduction input defines | 3 | * upd64031a - NEC Electronics Ghost Reduction input defines |
3 | * | 4 | * |
4 | * 2006 by Hans Verkuil (hverkuil@xs4all.nl) | 5 | * 2006 by Hans Verkuil (hverkuil@xs4all.nl) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version 2 | ||
9 | * of the License, or (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _UPD64031A_H_ | 8 | #ifndef _UPD64031A_H_ |
diff --git a/include/media/i2c/upd64083.h b/include/media/i2c/upd64083.h index 4bed7371fdde..17fb7b5201cc 100644 --- a/include/media/i2c/upd64083.h +++ b/include/media/i2c/upd64083.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * upd6408x - NEC Electronics 3-Dimensional Y/C separation input defines | 3 | * upd6408x - NEC Electronics 3-Dimensional Y/C separation input defines |
3 | * | 4 | * |
4 | * 2006 by Hans Verkuil (hverkuil@xs4all.nl) | 5 | * 2006 by Hans Verkuil (hverkuil@xs4all.nl) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version 2 | ||
9 | * of the License, or (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _UPD64083_H_ | 8 | #ifndef _UPD64083_H_ |
diff --git a/include/media/i2c/wm8775.h b/include/media/i2c/wm8775.h index d0e801a9935c..83675817639e 100644 --- a/include/media/i2c/wm8775.h +++ b/include/media/i2c/wm8775.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | wm8775.h - definition for wm8775 inputs and outputs | 3 | wm8775.h - definition for wm8775 inputs and outputs |
3 | 4 | ||
4 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) | 5 | Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _WM8775_H_ | 9 | #ifndef _WM8775_H_ |
diff --git a/include/media/imx.h b/include/media/imx.h index 6e5f50d35f89..5f14acdd7f4b 100644 --- a/include/media/imx.h +++ b/include/media/imx.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014-2017 Mentor Graphics Inc. | 3 | * Copyright (c) 2014-2017 Mentor Graphics Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by the | ||
6 | * Free Software Foundation; either version 2 of the | ||
7 | * License, or (at your option) any later version | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __MEDIA_IMX_H__ | 6 | #ifndef __MEDIA_IMX_H__ |
diff --git a/include/media/media-device.h b/include/media/media-device.h index c8ddbfe8b74c..fa0895430720 100644 --- a/include/media/media-device.h +++ b/include/media/media-device.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Media device | 3 | * Media device |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 7 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
7 | * Sakari Ailus <sakari.ailus@iki.fi> | 8 | * Sakari Ailus <sakari.ailus@iki.fi> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 9 | */ |
18 | 10 | ||
19 | #ifndef _MEDIA_DEVICE_H | 11 | #ifndef _MEDIA_DEVICE_H |
diff --git a/include/media/media-devnode.h b/include/media/media-devnode.h index dc2f64e1b08f..6393842c6b21 100644 --- a/include/media/media-devnode.h +++ b/include/media/media-devnode.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Media device node | 3 | * Media device node |
3 | * | 4 | * |
@@ -6,15 +7,6 @@ | |||
6 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 7 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
7 | * Sakari Ailus <sakari.ailus@iki.fi> | 8 | * Sakari Ailus <sakari.ailus@iki.fi> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * -- | 10 | * -- |
19 | * | 11 | * |
20 | * Common functions for media-related drivers to register and unregister media | 12 | * Common functions for media-related drivers to register and unregister media |
diff --git a/include/media/media-entity.h b/include/media/media-entity.h index 3cbad42e3693..8cb2c504a05c 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Media entity | 3 | * Media entity |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 7 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
7 | * Sakari Ailus <sakari.ailus@iki.fi> | 8 | * Sakari Ailus <sakari.ailus@iki.fi> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 9 | */ |
18 | 10 | ||
19 | #ifndef _MEDIA_ENTITY_H | 11 | #ifndef _MEDIA_ENTITY_H |
diff --git a/include/media/rc-core.h b/include/media/rc-core.h index c0cfbe16a854..1f695d9c200a 100644 --- a/include/media/rc-core.h +++ b/include/media/rc-core.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Remote Controller core header | 3 | * Remote Controller core header |
3 | * | 4 | * |
4 | * Copyright (C) 2009-2010 by Mauro Carvalho Chehab | 5 | * Copyright (C) 2009-2010 by Mauro Carvalho Chehab |
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 as published by | ||
8 | * the Free Software Foundation version 2 of the License. | ||
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 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _RC_CORE | 8 | #ifndef _RC_CORE |
diff --git a/include/media/rc-map.h b/include/media/rc-map.h index 367d983188f7..bebd3c4c6338 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * rc-map.h - define RC map names used by RC drivers | 3 | * rc-map.h - define RC map names used by RC drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010 by Mauro Carvalho Chehab | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #include <linux/input.h> | 8 | #include <linux/input.h> |
diff --git a/include/media/tuner.h b/include/media/tuner.h index b3edc14e763f..ff85d7227f91 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h | |||
@@ -1,18 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * tuner.h - definition for different tuners | 3 | * tuner.h - definition for different tuners |
3 | * | 4 | * |
4 | * Copyright (C) 1997 Markus Schroeder (schroedm@uni-duesseldorf.de) | 5 | * Copyright (C) 1997 Markus Schroeder (schroedm@uni-duesseldorf.de) |
5 | * minor modifications by Ralph Metzler (rjkm@thp.uni-koeln.de) | 6 | * minor modifications by Ralph Metzler (rjkm@thp.uni-koeln.de) |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #ifndef _TUNER_H | 9 | #ifndef _TUNER_H |
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index 0a41bbecf3d3..3a1ef141ec07 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | v4l2 common internal API header | 3 | v4l2 common internal API header |
3 | 4 | ||
@@ -8,19 +9,6 @@ | |||
8 | 9 | ||
9 | Copyright (C) 2005 Hans Verkuil <hverkuil@xs4all.nl> | 10 | Copyright (C) 2005 Hans Verkuil <hverkuil@xs4all.nl> |
10 | 11 | ||
11 | This program is free software; you can redistribute it and/or modify | ||
12 | it under the terms of the GNU General Public License as published by | ||
13 | the Free Software Foundation; either version 2 of the License, or | ||
14 | (at your option) any later version. | ||
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 the Free Software | ||
23 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
24 | */ | 12 | */ |
25 | 13 | ||
26 | #ifndef V4L2_COMMON_H_ | 14 | #ifndef V4L2_COMMON_H_ |
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h index ee026387f513..bfa2a4527040 100644 --- a/include/media/v4l2-ctrls.h +++ b/include/media/v4l2-ctrls.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * V4L2 controls support header. | 3 | * V4L2 controls support header. |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Hans Verkuil <hverkuil@xs4all.nl> | 5 | * Copyright (C) 2010 Hans Verkuil <hverkuil@xs4all.nl> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _V4L2_CTRLS_H | 8 | #ifndef _V4L2_CTRLS_H |
diff --git a/include/media/v4l2-device.h b/include/media/v4l2-device.h index ac7677a183ff..e0b8f2602670 100644 --- a/include/media/v4l2-device.h +++ b/include/media/v4l2-device.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | V4L2 device support header. | 3 | V4L2 device support header. |
3 | 4 | ||
4 | Copyright (C) 2008 Hans Verkuil <hverkuil@xs4all.nl> | 5 | Copyright (C) 2008 Hans Verkuil <hverkuil@xs4all.nl> |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | (at your option) any later version. | ||
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 the Free Software | ||
18 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef _V4L2_DEVICE_H | 9 | #ifndef _V4L2_DEVICE_H |
diff --git a/include/media/v4l2-event.h b/include/media/v4l2-event.h index c2b6cdc714d2..3f0281d06ec7 100644 --- a/include/media/v4l2-event.h +++ b/include/media/v4l2-event.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * v4l2-event.h | 3 | * v4l2-event.h |
3 | * | 4 | * |
@@ -6,15 +7,6 @@ | |||
6 | * Copyright (C) 2009--2010 Nokia Corporation. | 7 | * Copyright (C) 2009--2010 Nokia Corporation. |
7 | * | 8 | * |
8 | * Contact: Sakari Ailus <sakari.ailus@iki.fi> | 9 | * Contact: Sakari Ailus <sakari.ailus@iki.fi> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * version 2 as published by the Free Software Foundation. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * General Public License for more details. | ||
18 | */ | 10 | */ |
19 | 11 | ||
20 | #ifndef V4L2_EVENT_H | 12 | #ifndef V4L2_EVENT_H |
diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h index 8586cfb49828..53b4dbb4ae8e 100644 --- a/include/media/v4l2-fh.h +++ b/include/media/v4l2-fh.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * v4l2-fh.h | 3 | * v4l2-fh.h |
3 | * | 4 | * |
@@ -7,15 +8,6 @@ | |||
7 | * Copyright (C) 2009--2010 Nokia Corporation. | 8 | * Copyright (C) 2009--2010 Nokia Corporation. |
8 | * | 9 | * |
9 | * Contact: Sakari Ailus <sakari.ailus@iki.fi> | 10 | * Contact: Sakari Ailus <sakari.ailus@iki.fi> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or | ||
12 | * modify it under the terms of the GNU General Public License | ||
13 | * version 2 as published by the Free Software Foundation. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, but | ||
16 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
18 | * General Public License for more details. | ||
19 | */ | 11 | */ |
20 | 12 | ||
21 | #ifndef V4L2_FH_H | 13 | #ifndef V4L2_FH_H |
diff --git a/include/media/v4l2-fwnode.h b/include/media/v4l2-fwnode.h index 6c07825e18b9..f6a7bcd13197 100644 --- a/include/media/v4l2-fwnode.h +++ b/include/media/v4l2-fwnode.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * V4L2 fwnode binding parsing library | 3 | * V4L2 fwnode binding parsing library |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Copyright (C) 2012 Renesas Electronics Corp. | 11 | * Copyright (C) 2012 Renesas Electronics Corp. |
11 | * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 12 | * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of version 2 of the GNU General Public License as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | #ifndef _V4L2_FWNODE_H | 14 | #ifndef _V4L2_FWNODE_H |
18 | #define _V4L2_FWNODE_H | 15 | #define _V4L2_FWNODE_H |
diff --git a/include/media/v4l2-mc.h b/include/media/v4l2-mc.h index bf5043c1ab6b..384960249f01 100644 --- a/include/media/v4l2-mc.h +++ b/include/media/v4l2-mc.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * v4l2-mc.h - Media Controller V4L2 types and prototypes | 3 | * v4l2-mc.h - Media Controller V4L2 types and prototypes |
3 | * | 4 | * |
4 | * Copyright (C) 2016 Mauro Carvalho Chehab <mchehab@kernel.org> | 5 | * Copyright (C) 2016 Mauro Carvalho Chehab <mchehab@kernel.org> |
5 | * Copyright (C) 2006-2010 Nokia Corporation | 6 | * Copyright (C) 2006-2010 Nokia Corporation |
6 | * Copyright (c) 2016 Intel Corporation. | 7 | * Copyright (c) 2016 Intel Corporation. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #ifndef _V4L2_MC_H | 10 | #ifndef _V4L2_MC_H |
diff --git a/include/media/v4l2-mem2mem.h b/include/media/v4l2-mem2mem.h index bb3e63d6bd1a..864c26dfb854 100644 --- a/include/media/v4l2-mem2mem.h +++ b/include/media/v4l2-mem2mem.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Memory-to-memory device framework for Video for Linux 2. | 3 | * Memory-to-memory device framework for Video for Linux 2. |
3 | * | 4 | * |
@@ -7,11 +8,6 @@ | |||
7 | * Copyright (c) 2009 Samsung Electronics Co., Ltd. | 8 | * Copyright (c) 2009 Samsung Electronics Co., Ltd. |
8 | * Pawel Osciak, <pawel@osciak.com> | 9 | * Pawel Osciak, <pawel@osciak.com> |
9 | * Marek Szyprowski, <m.szyprowski@samsung.com> | 10 | * Marek Szyprowski, <m.szyprowski@samsung.com> |
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 as published by the | ||
13 | * Free Software Foundation; either version 2 of the | ||
14 | * License, or (at your option) any later version | ||
15 | */ | 11 | */ |
16 | 12 | ||
17 | #ifndef _MEDIA_V4L2_MEM2MEM_H | 13 | #ifndef _MEDIA_V4L2_MEM2MEM_H |
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index a7fa5b80915a..7168311e8ecc 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * V4L2 sub-device support header. | 3 | * V4L2 sub-device support header. |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Hans Verkuil <hverkuil@xs4all.nl> | 5 | * Copyright (C) 2008 Hans Verkuil <hverkuil@xs4all.nl> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef _V4L2_SUBDEV_H | 8 | #ifndef _V4L2_SUBDEV_H |
diff --git a/include/misc/altera.h b/include/misc/altera.h index 94c0c6181daf..60cb5c598b53 100644 --- a/include/misc/altera.h +++ b/include/misc/altera.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * altera.h | 3 | * altera.h |
3 | * | 4 | * |
@@ -6,21 +7,6 @@ | |||
6 | * Copyright (C) Altera Corporation 1998-2001 | 7 | * Copyright (C) Altera Corporation 1998-2001 |
7 | * Copyright (C) 2010 NetUP Inc. | 8 | * Copyright (C) 2010 NetUP Inc. |
8 | * Copyright (C) 2010 Igor M. Liplianin <liplianin@netup.ru> | 9 | * Copyright (C) 2010 Igor M. Liplianin <liplianin@netup.ru> |
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 | * | ||
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 the Free Software | ||
23 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
24 | */ | 10 | */ |
25 | 11 | ||
26 | #ifndef _ALTERA_H_ | 12 | #ifndef _ALTERA_H_ |
diff --git a/include/misc/charlcd.h b/include/misc/charlcd.h index 1832402324ce..8cf6c18b0adb 100644 --- a/include/misc/charlcd.h +++ b/include/misc/charlcd.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Character LCD driver for Linux | 3 | * Character LCD driver for Linux |
3 | * | 4 | * |
4 | * Copyright (C) 2000-2008, Willy Tarreau <w@1wt.eu> | 5 | * Copyright (C) 2000-2008, Willy Tarreau <w@1wt.eu> |
5 | * Copyright (C) 2016-2017 Glider bvba | 6 | * Copyright (C) 2016-2017 Glider bvba |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | struct charlcd { | 9 | struct charlcd { |
diff --git a/include/misc/cxl-base.h b/include/misc/cxl-base.h index f53808fa638a..2251da7f32d9 100644 --- a/include/misc/cxl-base.h +++ b/include/misc/cxl-base.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2014 IBM Corp. | 3 | * Copyright 2014 IBM Corp. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version | ||
7 | * 2 of the License, or (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef _MISC_CXL_BASE_H | 6 | #ifndef _MISC_CXL_BASE_H |
diff --git a/include/misc/cxl.h b/include/misc/cxl.h index ea9ff4a1a9ca..0410412de16b 100644 --- a/include/misc/cxl.h +++ b/include/misc/cxl.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2015 IBM Corp. | 3 | * Copyright 2015 IBM Corp. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version | ||
7 | * 2 of the License, or (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef _MISC_CXL_H | 6 | #ifndef _MISC_CXL_H |
diff --git a/include/misc/cxllib.h b/include/misc/cxllib.h index e5aa29f019a6..eacc417288fc 100644 --- a/include/misc/cxllib.h +++ b/include/misc/cxllib.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 IBM Corp. | 3 | * Copyright 2017 IBM Corp. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version | ||
7 | * 2 of the License, or (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef _MISC_CXLLIB_H | 6 | #ifndef _MISC_CXLLIB_H |
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index beede1e1a919..03614de86942 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/net/9p/9p.h | 3 | * include/net/9p/9p.h |
3 | * | 4 | * |
@@ -6,22 +7,6 @@ | |||
6 | * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> | 7 | * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> |
7 | * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> | 8 | * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> |
8 | * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> | 9 | * 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 | */ | 10 | */ |
26 | 11 | ||
27 | #ifndef NET_9P_H | 12 | #ifndef NET_9P_H |
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 947a570307a6..acc60d8a3b3b 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/net/9p/client.h | 3 | * include/net/9p/client.h |
3 | * | 4 | * |
@@ -5,22 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2008 by Eric Van Hensbergen <ericvh@gmail.com> | 7 | * Copyright (C) 2008 by Eric Van Hensbergen <ericvh@gmail.com> |
7 | * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net> | 8 | * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 | ||
11 | * as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to: | ||
20 | * Free Software Foundation | ||
21 | * 51 Franklin Street, Fifth Floor | ||
22 | * Boston, MA 02111-1301 USA | ||
23 | * | ||
24 | */ | 9 | */ |
25 | 10 | ||
26 | #ifndef NET_9P_CLIENT_H | 11 | #ifndef NET_9P_CLIENT_H |
diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h index 1625fb842ac4..98a2be2de04a 100644 --- a/include/net/9p/transport.h +++ b/include/net/9p/transport.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/net/9p/transport.h | 3 | * include/net/9p/transport.h |
3 | * | 4 | * |
@@ -5,22 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> | 7 | * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> |
7 | * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> | 8 | * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 | ||
11 | * as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to: | ||
20 | * Free Software Foundation | ||
21 | * 51 Franklin Street, Fifth Floor | ||
22 | * Boston, MA 02111-1301 USA | ||
23 | * | ||
24 | */ | 9 | */ |
25 | 10 | ||
26 | #ifndef NET_9P_TRANSPORT_H | 11 | #ifndef NET_9P_TRANSPORT_H |
diff --git a/include/net/af_ieee802154.h b/include/net/af_ieee802154.h index 8003a9f6eb43..c16be82b9796 100644 --- a/include/net/af_ieee802154.h +++ b/include/net/af_ieee802154.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * IEEE 802.15.4 interface for userspace | 3 | * IEEE 802.15.4 interface for userspace |
3 | * | 4 | * |
4 | * Copyright 2007, 2008 Siemens AG | 5 | * Copyright 2007, 2008 Siemens AG |
5 | * | 6 | * |
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 | * Written by: | 7 | * Written by: |
16 | * Sergey Lapin <slapin@ossfans.org> | 8 | * Sergey Lapin <slapin@ossfans.org> |
17 | * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 9 | * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
diff --git a/include/net/af_rxrpc.h b/include/net/af_rxrpc.h index 93358bfc0e1b..1abae3c340a5 100644 --- a/include/net/af_rxrpc.h +++ b/include/net/af_rxrpc.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* RxRPC kernel service interface definitions | 2 | /* RxRPC kernel service interface definitions |
2 | * | 3 | * |
3 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _NET_RXRPC_H | 8 | #ifndef _NET_RXRPC_H |
diff --git a/include/net/af_vsock.h b/include/net/af_vsock.h index 43913ae79f64..80ea0f93d3f7 100644 --- a/include/net/af_vsock.h +++ b/include/net/af_vsock.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * VMware vSockets Driver | 3 | * VMware vSockets Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. | 5 | * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation version 2 and no later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef __AF_VSOCK_H__ | 8 | #ifndef __AF_VSOCK_H__ |
diff --git a/include/net/bond_3ad.h b/include/net/bond_3ad.h index c781e1afd683..c8696a230b7d 100644 --- a/include/net/bond_3ad.h +++ b/include/net/bond_3ad.h | |||
@@ -1,23 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 1999 - 2004 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 1999 - 2004 Intel Corporation. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the Free | ||
6 | * Software Foundation; either version 2 of the License, or (at your option) | ||
7 | * any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc., 59 | ||
16 | * Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
17 | * | ||
18 | * The full GNU General Public License is included in this distribution in the | ||
19 | * file called LICENSE. | ||
20 | * | ||
21 | */ | 4 | */ |
22 | 5 | ||
23 | #ifndef _NET_BOND_3AD_H | 6 | #ifndef _NET_BOND_3AD_H |
diff --git a/include/net/bond_alb.h b/include/net/bond_alb.h index 313a8d3b3069..b3504fcd773d 100644 --- a/include/net/bond_alb.h +++ b/include/net/bond_alb.h | |||
@@ -1,22 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 1999 - 2004 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 1999 - 2004 Intel Corporation. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the | ||
6 | * Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, but | ||
10 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
11 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
12 | * for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along | ||
15 | * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
16 | * | ||
17 | * The full GNU General Public License is included in this distribution in the | ||
18 | * file called LICENSE. | ||
19 | * | ||
20 | */ | 4 | */ |
21 | 5 | ||
22 | #ifndef _NET_BOND_ALB_H | 6 | #ifndef _NET_BOND_ALB_H |
diff --git a/include/net/bond_options.h b/include/net/bond_options.h index d79d28f5318c..2a05cc349018 100644 --- a/include/net/bond_options.h +++ b/include/net/bond_options.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * drivers/net/bond/bond_options.h - bonding options | 3 | * drivers/net/bond/bond_options.h - bonding options |
3 | * Copyright (c) 2013 Nikolay Aleksandrov <nikolay@redhat.com> | 4 | * Copyright (c) 2013 Nikolay Aleksandrov <nikolay@redhat.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef _NET_BOND_OPTIONS_H | 7 | #ifndef _NET_BOND_OPTIONS_H |
diff --git a/include/net/busy_poll.h b/include/net/busy_poll.h index ba61cdd09eaa..127a5c4e3699 100644 --- a/include/net/busy_poll.h +++ b/include/net/busy_poll.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * net busy poll support | 3 | * net busy poll support |
3 | * Copyright(c) 2013 Intel Corporation. | 4 | * Copyright(c) 2013 Intel Corporation. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
17 | * | ||
18 | * Author: Eliezer Tamir | 6 | * Author: Eliezer Tamir |
19 | * | 7 | * |
20 | * Contact Information: | 8 | * Contact Information: |
diff --git a/include/net/caif/caif_dev.h b/include/net/caif/caif_dev.h index 028b754ae9b1..48ecca8530ff 100644 --- a/include/net/caif/caif_dev.h +++ b/include/net/caif/caif_dev.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CAIF_DEV_H_ | 7 | #ifndef CAIF_DEV_H_ |
diff --git a/include/net/caif/caif_device.h b/include/net/caif/caif_device.h index d6e3c4267c81..91d1fd5b44a4 100644 --- a/include/net/caif/caif_device.h +++ b/include/net/caif/caif_device.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CAIF_DEVICE_H_ | 7 | #ifndef CAIF_DEVICE_H_ |
diff --git a/include/net/caif/caif_hsi.h b/include/net/caif/caif_hsi.h index 097f69cfaa75..552cf68d28d2 100644 --- a/include/net/caif/caif_hsi.h +++ b/include/net/caif/caif_hsi.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Daniel Martensson / daniel.martensson@stericsson.com | 4 | * Author: Daniel Martensson / daniel.martensson@stericsson.com |
4 | * Dmitry.Tarnyagin / dmitry.tarnyagin@stericsson.com | 5 | * Dmitry.Tarnyagin / dmitry.tarnyagin@stericsson.com |
5 | * License terms: GNU General Public License (GPL) version 2 | ||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef CAIF_HSI_H_ | 8 | #ifndef CAIF_HSI_H_ |
diff --git a/include/net/caif/caif_layer.h b/include/net/caif/caif_layer.h index 94e5ed64dc6d..064094101cb5 100644 --- a/include/net/caif/caif_layer.h +++ b/include/net/caif/caif_layer.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CAIF_LAYER_H_ | 7 | #ifndef CAIF_LAYER_H_ |
diff --git a/include/net/caif/caif_spi.h b/include/net/caif/caif_spi.h index aa6a485b0545..a0bf4cbce71b 100644 --- a/include/net/caif/caif_spi.h +++ b/include/net/caif/caif_spi.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Daniel Martensson / Daniel.Martensson@stericsson.com | 4 | * Author: Daniel Martensson / Daniel.Martensson@stericsson.com |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CAIF_SPI_H_ | 7 | #ifndef CAIF_SPI_H_ |
diff --git a/include/net/caif/cfcnfg.h b/include/net/caif/cfcnfg.h index 70bfd017581f..2aa5e91d8457 100644 --- a/include/net/caif/cfcnfg.h +++ b/include/net/caif/cfcnfg.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFCNFG_H_ | 7 | #ifndef CFCNFG_H_ |
diff --git a/include/net/caif/cfctrl.h b/include/net/caif/cfctrl.h index f2ae33d23baf..86d17315c8a1 100644 --- a/include/net/caif/cfctrl.h +++ b/include/net/caif/cfctrl.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFCTRL_H_ | 7 | #ifndef CFCTRL_H_ |
diff --git a/include/net/caif/cffrml.h b/include/net/caif/cffrml.h index a06e33fbaa8b..1ab8a80ede4d 100644 --- a/include/net/caif/cffrml.h +++ b/include/net/caif/cffrml.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFFRML_H_ | 7 | #ifndef CFFRML_H_ |
diff --git a/include/net/caif/cfmuxl.h b/include/net/caif/cfmuxl.h index 752999572f21..92ccb2648309 100644 --- a/include/net/caif/cfmuxl.h +++ b/include/net/caif/cfmuxl.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFMUXL_H_ | 7 | #ifndef CFMUXL_H_ |
diff --git a/include/net/caif/cfpkt.h b/include/net/caif/cfpkt.h index 801489bb14c3..44d914a50369 100644 --- a/include/net/caif/cfpkt.h +++ b/include/net/caif/cfpkt.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFPKT_H_ | 7 | #ifndef CFPKT_H_ |
diff --git a/include/net/caif/cfserl.h b/include/net/caif/cfserl.h index b5b020f3c72e..14a55e03bb3c 100644 --- a/include/net/caif/cfserl.h +++ b/include/net/caif/cfserl.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFSERL_H_ | 7 | #ifndef CFSERL_H_ |
diff --git a/include/net/caif/cfsrvl.h b/include/net/caif/cfsrvl.h index cd47705c2cc3..bd5440977f7f 100644 --- a/include/net/caif/cfsrvl.h +++ b/include/net/caif/cfsrvl.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFSRVL_H_ | 7 | #ifndef CFSRVL_H_ |
diff --git a/include/net/calipso.h b/include/net/calipso.h index 5f95b11a04bf..f8667a3fda9e 100644 --- a/include/net/calipso.h +++ b/include/net/calipso.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * CALIPSO - Common Architecture Label IPv6 Security Option | 3 | * CALIPSO - Common Architecture Label IPv6 Security Option |
3 | * | 4 | * |
@@ -6,26 +7,11 @@ | |||
6 | * | 7 | * |
7 | * Authors: Paul Moore <paul@paul-moore.com> | 8 | * Authors: Paul Moore <paul@paul-moore.com> |
8 | * Huw Davies <huw@codeweavers.com> | 9 | * Huw Davies <huw@codeweavers.com> |
9 | * | ||
10 | */ | 10 | */ |
11 | 11 | ||
12 | /* | 12 | /* |
13 | * (c) Copyright Hewlett-Packard Development Company, L.P., 2006 | 13 | * (c) Copyright Hewlett-Packard Development Company, L.P., 2006 |
14 | * (c) Copyright Huw Davies <huw@codeweavers.com>, 2015 | 14 | * (c) Copyright Huw Davies <huw@codeweavers.com>, 2015 |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License as published by | ||
18 | * the Free Software Foundation; either version 2 of the License, or | ||
19 | * (at your option) any later version. | ||
20 | * | ||
21 | * This program is distributed in the hope that it will be useful, | ||
22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | ||
24 | * the GNU General Public License for more details. | ||
25 | * | ||
26 | * You should have received a copy of the GNU General Public License | ||
27 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | ||
28 | * | ||
29 | */ | 15 | */ |
30 | 16 | ||
31 | #ifndef _CALIPSO_H | 17 | #ifndef _CALIPSO_H |
diff --git a/include/net/cfg802154.h b/include/net/cfg802154.h index 795ca4008f72..6f86073a5d7d 100644 --- a/include/net/cfg802154.h +++ b/include/net/cfg802154.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2007, 2008, 2009 Siemens AG | 3 | * Copyright (C) 2007, 2008, 2009 Siemens AG |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 | ||
6 | * as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * Written by: | 5 | * Written by: |
14 | * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 6 | * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
15 | */ | 7 | */ |
diff --git a/include/net/checksum.h b/include/net/checksum.h index 0f319e13be2c..97bf4885a962 100644 --- a/include/net/checksum.h +++ b/include/net/checksum.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * Arnt Gulbrandsen, <agulbra@nvg.unit.no> | 10 | * Arnt Gulbrandsen, <agulbra@nvg.unit.no> |
10 | * Borrows very liberally from tcp.c and ip.c, see those | 11 | * Borrows very liberally from tcp.c and ip.c, see those |
11 | * files for more names. | 12 | * files for more names. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | 14 | ||
19 | #ifndef _CHECKSUM_H | 15 | #ifndef _CHECKSUM_H |
diff --git a/include/net/cipso_ipv4.h b/include/net/cipso_ipv4.h index 880adb2f2afd..428b6725b248 100644 --- a/include/net/cipso_ipv4.h +++ b/include/net/cipso_ipv4.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * CIPSO - Commercial IP Security Option | 3 | * CIPSO - Commercial IP Security Option |
3 | * | 4 | * |
@@ -9,25 +10,10 @@ | |||
9 | * de-facto standard for labeled networking. | 10 | * de-facto standard for labeled networking. |
10 | * | 11 | * |
11 | * Author: Paul Moore <paul@paul-moore.com> | 12 | * Author: Paul Moore <paul@paul-moore.com> |
12 | * | ||
13 | */ | 13 | */ |
14 | 14 | ||
15 | /* | 15 | /* |
16 | * (c) Copyright Hewlett-Packard Development Company, L.P., 2006 | 16 | * (c) Copyright Hewlett-Packard Development Company, L.P., 2006 |
17 | * | ||
18 | * This program is free software; you can redistribute it and/or modify | ||
19 | * it under the terms of the GNU General Public License as published by | ||
20 | * the Free Software Foundation; either version 2 of the License, or | ||
21 | * (at your option) any later version. | ||
22 | * | ||
23 | * This program is distributed in the hope that it will be useful, | ||
24 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
25 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | ||
26 | * the GNU General Public License for more details. | ||
27 | * | ||
28 | * You should have received a copy of the GNU General Public License | ||
29 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | ||
30 | * | ||
31 | */ | 17 | */ |
32 | 18 | ||
33 | #ifndef _CIPSO_IPV4_H | 19 | #ifndef _CIPSO_IPV4_H |
diff --git a/include/net/cls_cgroup.h b/include/net/cls_cgroup.h index 74c9693d4941..4295de3e6a4b 100644 --- a/include/net/cls_cgroup.h +++ b/include/net/cls_cgroup.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * cls_cgroup.h Control Group Classifier | 3 | * cls_cgroup.h Control Group Classifier |
3 | * | 4 | * |
4 | * Authors: Thomas Graf <tgraf@suug.ch> | 5 | * Authors: Thomas Graf <tgraf@suug.ch> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _NET_CLS_CGROUP_H | 8 | #ifndef _NET_CLS_CGROUP_H |
diff --git a/include/net/dcbevent.h b/include/net/dcbevent.h index aec07c8a660a..43e34131a53f 100644 --- a/include/net/dcbevent.h +++ b/include/net/dcbevent.h | |||
@@ -1,18 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010, Intel Corporation. | 3 | * Copyright (c) 2010, Intel Corporation. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, see <http://www.gnu.org/licenses/>. | ||
15 | * | ||
16 | * Author: John Fastabend <john.r.fastabend@intel.com> | 5 | * Author: John Fastabend <john.r.fastabend@intel.com> |
17 | */ | 6 | */ |
18 | 7 | ||
diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h index e22a8a3c089b..e4ad58c4062c 100644 --- a/include/net/dcbnl.h +++ b/include/net/dcbnl.h | |||
@@ -1,18 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2008, Intel Corporation. | 3 | * Copyright (c) 2008, Intel Corporation. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, see <http://www.gnu.org/licenses/>. | ||
15 | * | ||
16 | * Author: Lucy Liu <lucy.liu@intel.com> | 5 | * Author: Lucy Liu <lucy.liu@intel.com> |
17 | */ | 6 | */ |
18 | 7 | ||
diff --git a/include/net/devlink.h b/include/net/devlink.h index 1c4adfb4195a..c9fbeb5b701f 100644 --- a/include/net/devlink.h +++ b/include/net/devlink.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/net/devlink.h - Network physical device Netlink interface | 3 | * include/net/devlink.h - Network physical device Netlink interface |
3 | * Copyright (c) 2016 Mellanox Technologies. All rights reserved. | 4 | * Copyright (c) 2016 Mellanox Technologies. All rights reserved. |
4 | * Copyright (c) 2016 Jiri Pirko <jiri@mellanox.com> | 5 | * Copyright (c) 2016 Jiri Pirko <jiri@mellanox.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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _NET_DEVLINK_H_ | 7 | #ifndef _NET_DEVLINK_H_ |
12 | #define _NET_DEVLINK_H_ | 8 | #define _NET_DEVLINK_H_ |
diff --git a/include/net/dn_nsp.h b/include/net/dn_nsp.h index 413a15e5339c..f83932b864a9 100644 --- a/include/net/dn_nsp.h +++ b/include/net/dn_nsp.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef _NET_DN_NSP_H | 2 | #ifndef _NET_DN_NSP_H |
2 | #define _NET_DN_NSP_H | 3 | #define _NET_DN_NSP_H |
3 | /****************************************************************************** | 4 | /****************************************************************************** |
4 | (c) 1995-1998 E.M. Serrat emserrat@geocities.com | 5 | (c) 1995-1998 E.M. Serrat emserrat@geocities.com |
5 | 6 | ||
6 | This program is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2 of the License, or | ||
9 | any later version. | ||
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 | *******************************************************************************/ | 7 | *******************************************************************************/ |
16 | /* dn_nsp.c functions prototyping */ | 8 | /* dn_nsp.c functions prototyping */ |
17 | 9 | ||
diff --git a/include/net/dn_route.h b/include/net/dn_route.h index 342d2503cba5..6f1e94ac0bdf 100644 --- a/include/net/dn_route.h +++ b/include/net/dn_route.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef _NET_DN_ROUTE_H | 2 | #ifndef _NET_DN_ROUTE_H |
2 | #define _NET_DN_ROUTE_H | 3 | #define _NET_DN_ROUTE_H |
3 | 4 | ||
4 | /****************************************************************************** | 5 | /****************************************************************************** |
5 | (c) 1995-1998 E.M. Serrat emserrat@geocities.com | 6 | (c) 1995-1998 E.M. Serrat emserrat@geocities.com |
6 | 7 | ||
7 | This program is free software; you can redistribute it and/or modify | ||
8 | it under the terms of the GNU General Public License as published by | ||
9 | the Free Software Foundation; either version 2 of the License, or | ||
10 | any later version. | ||
11 | |||
12 | This program is distributed in the hope that it will be useful, | ||
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | GNU General Public License for more details. | ||
16 | *******************************************************************************/ | 8 | *******************************************************************************/ |
17 | 9 | ||
18 | struct sk_buff *dn_alloc_skb(struct sock *sk, int size, gfp_t pri); | 10 | struct sk_buff *dn_alloc_skb(struct sock *sk, int size, gfp_t pri); |
diff --git a/include/net/dsa.h b/include/net/dsa.h index 685294817712..ba6dfff98196 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips | 3 | * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips |
3 | * Copyright (c) 2008-2009 Marvell Semiconductor | 4 | * Copyright (c) 2008-2009 Marvell Semiconductor |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef __LINUX_NET_DSA_H | 7 | #ifndef __LINUX_NET_DSA_H |
diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h index 6200900434e1..a2df99f9b196 100644 --- a/include/net/flow_offload.h +++ b/include/net/flow_offload.h | |||
@@ -71,6 +71,8 @@ void flow_rule_match_eth_addrs(const struct flow_rule *rule, | |||
71 | struct flow_match_eth_addrs *out); | 71 | struct flow_match_eth_addrs *out); |
72 | void flow_rule_match_vlan(const struct flow_rule *rule, | 72 | void flow_rule_match_vlan(const struct flow_rule *rule, |
73 | struct flow_match_vlan *out); | 73 | struct flow_match_vlan *out); |
74 | void flow_rule_match_cvlan(const struct flow_rule *rule, | ||
75 | struct flow_match_vlan *out); | ||
74 | void flow_rule_match_ipv4_addrs(const struct flow_rule *rule, | 76 | void flow_rule_match_ipv4_addrs(const struct flow_rule *rule, |
75 | struct flow_match_ipv4_addrs *out); | 77 | struct flow_match_ipv4_addrs *out); |
76 | void flow_rule_match_ipv6_addrs(const struct flow_rule *rule, | 78 | void flow_rule_match_ipv6_addrs(const struct flow_rule *rule, |
diff --git a/include/net/fq.h b/include/net/fq.h index ac944a686840..d126b5d20261 100644 --- a/include/net/fq.h +++ b/include/net/fq.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 Qualcomm Atheros, Inc | 3 | * Copyright (c) 2016 Qualcomm Atheros, Inc |
3 | * | 4 | * |
4 | * GPL v2 | ||
5 | * | ||
6 | * Based on net/sched/sch_fq_codel.c | 5 | * Based on net/sched/sch_fq_codel.c |
7 | */ | 6 | */ |
8 | #ifndef __NET_SCHED_FQ_H | 7 | #ifndef __NET_SCHED_FQ_H |
diff --git a/include/net/fq_impl.h b/include/net/fq_impl.h index 2caa86660ab0..be40a4b327e3 100644 --- a/include/net/fq_impl.h +++ b/include/net/fq_impl.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 Qualcomm Atheros, Inc | 3 | * Copyright (c) 2016 Qualcomm Atheros, Inc |
3 | * | 4 | * |
4 | * GPL v2 | ||
5 | * | ||
6 | * Based on net/sched/sch_fq_codel.c | 5 | * Based on net/sched/sch_fq_codel.c |
7 | */ | 6 | */ |
8 | #ifndef __NET_SCHED_FQ_IMPL_H | 7 | #ifndef __NET_SCHED_FQ_IMPL_H |
diff --git a/include/net/icmp.h b/include/net/icmp.h index e0f709d26dde..5d4bfdba9adf 100644 --- a/include/net/icmp.h +++ b/include/net/icmp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Authors: Ross Biro | 11 | * Authors: Ross Biro |
11 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 12 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | #ifndef _ICMP_H | 14 | #ifndef _ICMP_H |
19 | #define _ICMP_H | 15 | #define _ICMP_H |
diff --git a/include/net/ieee802154_netdev.h b/include/net/ieee802154_netdev.h index c4b31601cd53..d0d188c3294b 100644 --- a/include/net/ieee802154_netdev.h +++ b/include/net/ieee802154_netdev.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * An interface between IEEE802.15.4 device and rest of the kernel. | 3 | * An interface between IEEE802.15.4 device and rest of the kernel. |
3 | * | 4 | * |
4 | * Copyright (C) 2007-2012 Siemens AG | 5 | * Copyright (C) 2007-2012 Siemens AG |
5 | * | 6 | * |
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 | * Written by: | 7 | * Written by: |
16 | * Pavel Smolenskiy <pavel.smolenskiy@gmail.com> | 8 | * Pavel Smolenskiy <pavel.smolenskiy@gmail.com> |
17 | * Maxim Gorbachyov <maxim.gorbachev@siemens.com> | 9 | * Maxim Gorbachyov <maxim.gorbachev@siemens.com> |
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index c9c78c15bce0..50037913c9b1 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * inet6 interface/address list definitions | 3 | * inet6 interface/address list definitions |
3 | * Linux INET6 implementation | 4 | * Linux INET6 implementation |
4 | * | 5 | * |
5 | * Authors: | 6 | * Authors: |
6 | * Pedro Roque <roque@di.fc.ul.pt> | 7 | * Pedro Roque <roque@di.fc.ul.pt> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version | ||
12 | * 2 of the License, or (at your option) any later version. | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef _NET_IF_INET6_H | 10 | #ifndef _NET_IF_INET6_H |
diff --git a/include/net/ila.h b/include/net/ila.h index 9f4f43e94ae4..f98dcd5791b0 100644 --- a/include/net/ila.h +++ b/include/net/ila.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * ILA kernel interface | 3 | * ILA kernel interface |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Tom Herbert <tom@herbertland.com> | 5 | * Copyright (c) 2015 Tom Herbert <tom@herbertland.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License as | ||
8 | * published by the Free Software Foundation; either version 2 of | ||
9 | * the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _NET_ILA_H | 8 | #ifndef _NET_ILA_H |
diff --git a/include/net/inet6_connection_sock.h b/include/net/inet6_connection_sock.h index 8ec87b62257b..7392f959a405 100644 --- a/include/net/inet6_connection_sock.h +++ b/include/net/inet6_connection_sock.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NET Generic infrastructure for INET6 connection oriented protocols. | 3 | * NET Generic infrastructure for INET6 connection oriented protocols. |
3 | * | 4 | * |
4 | * Authors: Many people, see the TCPv6 sources | 5 | * Authors: Many people, see the TCPv6 sources |
5 | * | 6 | * |
6 | * From code originally in TCPv6 | 7 | * From code originally in TCPv6 |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | #ifndef _INET6_CONNECTION_SOCK_H | 9 | #ifndef _INET6_CONNECTION_SOCK_H |
14 | #define _INET6_CONNECTION_SOCK_H | 10 | #define _INET6_CONNECTION_SOCK_H |
diff --git a/include/net/inet6_hashtables.h b/include/net/inet6_hashtables.h index 9db98af46985..fe96bf247aac 100644 --- a/include/net/inet6_hashtables.h +++ b/include/net/inet6_hashtables.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
4 | * interface as the means of communication with the user level. | 5 | * interface as the means of communication with the user level. |
5 | * | 6 | * |
6 | * Authors: Lotsa people, from code originally in tcp | 7 | * Authors: Lotsa people, from code originally in tcp |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _INET6_HASHTABLES_H | 10 | #ifndef _INET6_HASHTABLES_H |
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index ff40e1d08157..c57d53e7e02c 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NET Generic infrastructure for INET connection oriented protocols. | 3 | * NET Generic infrastructure for INET connection oriented protocols. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Authors: Many people, see the TCP sources | 7 | * Authors: Many people, see the TCP sources |
7 | * | 8 | * |
8 | * From code originally in TCP | 9 | * From code originally in TCP |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef _INET_CONNECTION_SOCK_H | 11 | #ifndef _INET_CONNECTION_SOCK_H |
16 | #define _INET_CONNECTION_SOCK_H | 12 | #define _INET_CONNECTION_SOCK_H |
diff --git a/include/net/inet_hashtables.h b/include/net/inet_hashtables.h index babb14136705..af2b4c065a04 100644 --- a/include/net/inet_hashtables.h +++ b/include/net/inet_hashtables.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
4 | * interface as the means of communication with the user level. | 5 | * interface as the means of communication with the user level. |
5 | * | 6 | * |
6 | * Authors: Lotsa people, from code originally in tcp | 7 | * Authors: Lotsa people, from code originally in tcp |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _INET_HASHTABLES_H | 10 | #ifndef _INET_HASHTABLES_H |
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index e8eef85006aa..7769c9b36d75 100644 --- a/include/net/inet_sock.h +++ b/include/net/inet_sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -7,11 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Authors: Many, reorganised here by | 9 | * Authors: Many, reorganised here by |
9 | * Arnaldo Carvalho de Melo <acme@mandriva.com> | 10 | * Arnaldo Carvalho de Melo <acme@mandriva.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or | ||
12 | * modify it under the terms of the GNU General Public License | ||
13 | * as published by the Free Software Foundation; either version | ||
14 | * 2 of the License, or (at your option) any later version. | ||
15 | */ | 11 | */ |
16 | #ifndef _INET_SOCK_H | 12 | #ifndef _INET_SOCK_H |
17 | #define _INET_SOCK_H | 13 | #define _INET_SOCK_H |
diff --git a/include/net/inet_timewait_sock.h b/include/net/inet_timewait_sock.h index 78775038f011..c2f756aedc54 100644 --- a/include/net/inet_timewait_sock.h +++ b/include/net/inet_timewait_sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -6,11 +7,6 @@ | |||
6 | * Definitions for a generic INET TIMEWAIT sock | 7 | * Definitions for a generic INET TIMEWAIT sock |
7 | * | 8 | * |
8 | * From code originally in net/tcp.h | 9 | * From code originally in net/tcp.h |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef _INET_TIMEWAIT_SOCK_ | 11 | #ifndef _INET_TIMEWAIT_SOCK_ |
16 | #define _INET_TIMEWAIT_SOCK_ | 12 | #define _INET_TIMEWAIT_SOCK_ |
diff --git a/include/net/ip.h b/include/net/ip.h index 2d3cce7c3e8a..49c672c8cdae 100644 --- a/include/net/ip.h +++ b/include/net/ip.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -13,11 +14,6 @@ | |||
13 | * | 14 | * |
14 | * Changes: | 15 | * Changes: |
15 | * Mike McLagan : Routing by source | 16 | * Mike McLagan : Routing by source |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or | ||
18 | * modify it under the terms of the GNU General Public License | ||
19 | * as published by the Free Software Foundation; either version | ||
20 | * 2 of the License, or (at your option) any later version. | ||
21 | */ | 17 | */ |
22 | #ifndef _IP_H | 18 | #ifndef _IP_H |
23 | #define _IP_H | 19 | #define _IP_H |
diff --git a/include/net/ip6_checksum.h b/include/net/ip6_checksum.h index cca840584c88..7bec95df4f80 100644 --- a/include/net/ip6_checksum.h +++ b/include/net/ip6_checksum.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * Arnt Gulbrandsen, <agulbra@nvg.unit.no> | 10 | * Arnt Gulbrandsen, <agulbra@nvg.unit.no> |
10 | * Borrows very liberally from tcp.c and ip.c, see those | 11 | * Borrows very liberally from tcp.c and ip.c, see those |
11 | * files for more names. | 12 | * files for more names. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | 14 | ||
19 | /* | 15 | /* |
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index 40105738e2f6..855b352b660f 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Linux INET6 implementation | 3 | * Linux INET6 implementation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Pedro Roque <roque@di.fc.ul.pt> | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef _IP6_FIB_H | 9 | #ifndef _IP6_FIB_H |
@@ -167,7 +163,8 @@ struct fib6_info { | |||
167 | dst_nocount:1, | 163 | dst_nocount:1, |
168 | dst_nopolicy:1, | 164 | dst_nopolicy:1, |
169 | dst_host:1, | 165 | dst_host:1, |
170 | unused:3; | 166 | fib6_destroying:1, |
167 | unused:2; | ||
171 | 168 | ||
172 | struct fib6_nh fib6_nh; | 169 | struct fib6_nh fib6_nh; |
173 | struct rcu_head rcu; | 170 | struct rcu_head rcu; |
@@ -262,8 +259,7 @@ static inline u32 rt6_get_cookie(const struct rt6_info *rt) | |||
262 | rcu_read_lock(); | 259 | rcu_read_lock(); |
263 | 260 | ||
264 | from = rcu_dereference(rt->from); | 261 | from = rcu_dereference(rt->from); |
265 | if (from && (rt->rt6i_flags & RTF_PCPU || | 262 | if (from) |
266 | unlikely(!list_empty(&rt->rt6i_uncached)))) | ||
267 | fib6_get_cookie_safe(from, &cookie); | 263 | fib6_get_cookie_safe(from, &cookie); |
268 | 264 | ||
269 | rcu_read_unlock(); | 265 | rcu_read_unlock(); |
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index d0e28f4ab099..bbeff32fb6cb 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -6,11 +7,6 @@ | |||
6 | * Definitions for the Forwarding Information Base. | 7 | * Definitions for the Forwarding Information Base. |
7 | * | 8 | * |
8 | * Authors: A.N.Kuznetsov, <kuznet@ms2.inr.ac.ru> | 9 | * Authors: A.N.Kuznetsov, <kuznet@ms2.inr.ac.ru> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef _NET_IP_FIB_H | 12 | #ifndef _NET_IP_FIB_H |
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index daf80863d3a5..60d9480bc4d1 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Linux INET6 implementation | 3 | * Linux INET6 implementation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Pedro Roque <roque@di.fc.ul.pt> | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef _NET_IPV6_H | 9 | #ifndef _NET_IPV6_H |
diff --git a/include/net/l3mdev.h b/include/net/l3mdev.h index 5175fd63cd82..e942372b077b 100644 --- a/include/net/l3mdev.h +++ b/include/net/l3mdev.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/net/l3mdev.h - L3 master device API | 3 | * include/net/l3mdev.h - L3 master device API |
3 | * Copyright (c) 2015 Cumulus Networks | 4 | * Copyright (c) 2015 Cumulus Networks |
4 | * Copyright (c) 2015 David Ahern <dsa@cumulusnetworks.com> | 5 | * Copyright (c) 2015 David Ahern <dsa@cumulusnetworks.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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _NET_L3MDEV_H_ | 7 | #ifndef _NET_L3MDEV_H_ |
12 | #define _NET_L3MDEV_H_ | 8 | #define _NET_L3MDEV_H_ |
diff --git a/include/net/mac802154.h b/include/net/mac802154.h index 286824acd008..d524ffb9eb25 100644 --- a/include/net/mac802154.h +++ b/include/net/mac802154.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * IEEE802.15.4-2003 specification | 3 | * IEEE802.15.4-2003 specification |
3 | * | 4 | * |
4 | * Copyright (C) 2007-2012 Siemens AG | 5 | * Copyright (C) 2007-2012 Siemens AG |
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 | */ | 6 | */ |
16 | #ifndef NET_MAC802154_H | 7 | #ifndef NET_MAC802154_H |
17 | #define NET_MAC802154_H | 8 | #define NET_MAC802154_H |
diff --git a/include/net/mip6.h b/include/net/mip6.h index 0386b618908c..f1c28971c362 100644 --- a/include/net/mip6.h +++ b/include/net/mip6.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C)2003-2006 Helsinki University of Technology | 3 | * Copyright (C)2003-2006 Helsinki University of Technology |
3 | * Copyright (C)2003-2006 USAGI/WIDE Project | 4 | * Copyright (C)2003-2006 USAGI/WIDE Project |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
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, see <http://www.gnu.org/licenses/>. | ||
17 | */ | 5 | */ |
18 | /* | 6 | /* |
19 | * Authors: | 7 | * Authors: |
diff --git a/include/net/mpls.h b/include/net/mpls.h index 1dbc669b770e..ccaf238e8ea7 100644 --- a/include/net/mpls.h +++ b/include/net/mpls.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Nicira, Inc. | 3 | * Copyright (c) 2014 Nicira, Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of version 2 of the GNU General Public | ||
6 | * License as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, but | ||
9 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
11 | * General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _NET_MPLS_H | 6 | #ifndef _NET_MPLS_H |
diff --git a/include/net/mpls_iptunnel.h b/include/net/mpls_iptunnel.h index 9d22bf67ac86..6b4759eae158 100644 --- a/include/net/mpls_iptunnel.h +++ b/include/net/mpls_iptunnel.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 Cumulus Networks, Inc. | 3 | * Copyright (c) 2015 Cumulus Networks, Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of version 2 of the GNU General Public | ||
6 | * License as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, but | ||
9 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
11 | * General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef _NET_MPLS_IPTUNNEL_H | 6 | #ifndef _NET_MPLS_IPTUNNEL_H |
diff --git a/include/net/netfilter/nft_fib.h b/include/net/netfilter/nft_fib.h index a88f92737308..e4c4d8eaca8c 100644 --- a/include/net/netfilter/nft_fib.h +++ b/include/net/netfilter/nft_fib.h | |||
@@ -34,5 +34,5 @@ void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs, | |||
34 | const struct nft_pktinfo *pkt); | 34 | const struct nft_pktinfo *pkt); |
35 | 35 | ||
36 | void nft_fib_store_result(void *reg, const struct nft_fib *priv, | 36 | void nft_fib_store_result(void *reg, const struct nft_fib *priv, |
37 | const struct nft_pktinfo *pkt, int index); | 37 | const struct net_device *dev); |
38 | #endif | 38 | #endif |
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index 72d6435fc16c..43ae50337685 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NetLabel System | 3 | * NetLabel System |
3 | * | 4 | * |
@@ -5,25 +6,10 @@ | |||
5 | * protocols such as CIPSO and RIPSO. | 6 | * protocols such as CIPSO and RIPSO. |
6 | * | 7 | * |
7 | * Author: Paul Moore <paul@paul-moore.com> | 8 | * Author: Paul Moore <paul@paul-moore.com> |
8 | * | ||
9 | */ | 9 | */ |
10 | 10 | ||
11 | /* | 11 | /* |
12 | * (c) Copyright Hewlett-Packard Development Company, L.P., 2006, 2008 | 12 | * (c) Copyright Hewlett-Packard Development Company, L.P., 2006, 2008 |
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 as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | ||
22 | * the GNU General Public License for more details. | ||
23 | * | ||
24 | * You should have received a copy of the GNU General Public License | ||
25 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | ||
26 | * | ||
27 | */ | 13 | */ |
28 | 14 | ||
29 | #ifndef _NETLABEL_H | 15 | #ifndef _NETLABEL_H |
diff --git a/include/net/netprio_cgroup.h b/include/net/netprio_cgroup.h index 604190596cde..cfc9441ef074 100644 --- a/include/net/netprio_cgroup.h +++ b/include/net/netprio_cgroup.h | |||
@@ -1,14 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * netprio_cgroup.h Control Group Priority set | 3 | * netprio_cgroup.h Control Group Priority set |
3 | * | 4 | * |
4 | * | ||
5 | * Authors: Neil Horman <nhorman@tuxdriver.com> | 5 | * Authors: Neil Horman <nhorman@tuxdriver.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 6 | */ |
13 | 7 | ||
14 | #ifndef _NETPRIO_CGROUP_H | 8 | #ifndef _NETPRIO_CGROUP_H |
diff --git a/include/net/nfc/digital.h b/include/net/nfc/digital.h index 74fa7eb94e72..963db96bcbbb 100644 --- a/include/net/nfc/digital.h +++ b/include/net/nfc/digital.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * NFC Digital Protocol stack | 3 | * NFC Digital Protocol stack |
3 | * Copyright (c) 2013, Intel Corporation. | 4 | * Copyright (c) 2013, Intel Corporation. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef __NFC_DIGITAL_H | 7 | #ifndef __NFC_DIGITAL_H |
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h index 008f466d1da7..b35f37a57686 100644 --- a/include/net/nfc/hci.h +++ b/include/net/nfc/hci.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Intel Corporation. All rights reserved. | 3 | * Copyright (C) 2011 Intel Corporation. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | 4 | */ |
17 | 5 | ||
18 | #ifndef __NET_HCI_H | 6 | #ifndef __NET_HCI_H |
diff --git a/include/net/nfc/llc.h b/include/net/nfc/llc.h index 7ecb45757897..1f699cb178ca 100644 --- a/include/net/nfc/llc.h +++ b/include/net/nfc/llc.h | |||
@@ -1,19 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Link Layer Control manager public interface | 3 | * Link Layer Control manager public interface |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Intel Corporation. All rights reserved. | 5 | * Copyright (C) 2012 Intel Corporation. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms and conditions of the GNU General Public License, | ||
8 | * version 2, 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, see <http://www.gnu.org/licenses/>. | ||
17 | */ | 6 | */ |
18 | 7 | ||
19 | #ifndef __NFC_LLC_H_ | 8 | #ifndef __NFC_LLC_H_ |
diff --git a/include/net/nfc/nfc.h b/include/net/nfc/nfc.h index bbdc73a3239d..5d277d68fd8d 100644 --- a/include/net/nfc/nfc.h +++ b/include/net/nfc/nfc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Instituto Nokia de Tecnologia | 3 | * Copyright (C) 2011 Instituto Nokia de Tecnologia |
3 | * Copyright (C) 2014 Marvell International Ltd. | 4 | * Copyright (C) 2014 Marvell International Ltd. |
@@ -5,19 +6,6 @@ | |||
5 | * Authors: | 6 | * Authors: |
6 | * Lauro Ramos Venancio <lauro.venancio@openbossa.org> | 7 | * Lauro Ramos Venancio <lauro.venancio@openbossa.org> |
7 | * Aloisio Almeida Jr <aloisio.almeida@openbossa.org> | 8 | * Aloisio Almeida Jr <aloisio.almeida@openbossa.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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, see <http://www.gnu.org/licenses/>. | ||
21 | */ | 9 | */ |
22 | 10 | ||
23 | #ifndef __NET_NFC_H | 11 | #ifndef __NET_NFC_H |
diff --git a/include/net/phonet/gprs.h b/include/net/phonet/gprs.h index bcd525e39a0b..6b7f57b2f92c 100644 --- a/include/net/phonet/gprs.h +++ b/include/net/phonet/gprs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * File: pep_gprs.h | 3 | * File: pep_gprs.h |
3 | * | 4 | * |
@@ -6,20 +7,6 @@ | |||
6 | * Copyright (C) 2008 Nokia Corporation. | 7 | * Copyright (C) 2008 Nokia Corporation. |
7 | * | 8 | * |
8 | * Author: Rémi Denis-Courmont | 9 | * Author: Rémi Denis-Courmont |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * version 2 as published by the Free Software Foundation. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * 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 the Free Software | ||
21 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
22 | * 02110-1301 USA | ||
23 | */ | 10 | */ |
24 | 11 | ||
25 | #ifndef NET_PHONET_GPRS_H | 12 | #ifndef NET_PHONET_GPRS_H |
diff --git a/include/net/phonet/pep.h b/include/net/phonet/pep.h index 98f31c7ea23d..27b1ab5e4e6d 100644 --- a/include/net/phonet/pep.h +++ b/include/net/phonet/pep.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * File: pep.h | 3 | * File: pep.h |
3 | * | 4 | * |
4 | * Phonet Pipe End Point sockets definitions | 5 | * Phonet Pipe End Point sockets definitions |
5 | * | 6 | * |
6 | * Copyright (C) 2008 Nokia Corporation. | 7 | * Copyright (C) 2008 Nokia Corporation. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
20 | * 02110-1301 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef NET_PHONET_PEP_H | 10 | #ifndef NET_PHONET_PEP_H |
diff --git a/include/net/phonet/phonet.h b/include/net/phonet/phonet.h index 51e1a2a45d02..a27bdc6cfeab 100644 --- a/include/net/phonet/phonet.h +++ b/include/net/phonet/phonet.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * File: af_phonet.h | 3 | * File: af_phonet.h |
3 | * | 4 | * |
4 | * Phonet sockets kernel definitions | 5 | * Phonet sockets kernel definitions |
5 | * | 6 | * |
6 | * Copyright (C) 2008 Nokia Corporation. | 7 | * Copyright (C) 2008 Nokia Corporation. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
20 | * 02110-1301 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef AF_PHONET_H | 10 | #ifndef AF_PHONET_H |
diff --git a/include/net/phonet/pn_dev.h b/include/net/phonet/pn_dev.h index cbee32be1d9c..05b49d4d2b11 100644 --- a/include/net/phonet/pn_dev.h +++ b/include/net/phonet/pn_dev.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * File: pn_dev.h | 3 | * File: pn_dev.h |
3 | * | 4 | * |
4 | * Phonet network device | 5 | * Phonet network device |
5 | * | 6 | * |
6 | * Copyright (C) 2008 Nokia Corporation. | 7 | * Copyright (C) 2008 Nokia Corporation. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
20 | * 02110-1301 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef PN_DEV_H | 10 | #ifndef PN_DEV_H |
diff --git a/include/net/ping.h b/include/net/ping.h index fd080e043a6e..2fe78874318c 100644 --- a/include/net/ping.h +++ b/include/net/ping.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
4 | * interface as the means of communication with the user level. | 5 | * interface as the means of communication with the user level. |
5 | * | 6 | * |
6 | * Definitions for the "ping" module. | 7 | * Definitions for the "ping" module. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | #ifndef _PING_H | 9 | #ifndef _PING_H |
14 | #define _PING_H | 10 | #define _PING_H |
diff --git a/include/net/protocol.h b/include/net/protocol.h index 92b3eaad6088..2b778e1d2d8f 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 11 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
11 | * | 12 | * |
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | * | ||
17 | * Changes: | 13 | * Changes: |
18 | * Alan Cox : Added a name field and a frag handler | 14 | * Alan Cox : Added a name field and a frag handler |
19 | * field for later. | 15 | * field for later. |
diff --git a/include/net/raw.h b/include/net/raw.h index 821ff4887f77..8ad8df594853 100644 --- a/include/net/raw.h +++ b/include/net/raw.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -8,11 +9,6 @@ | |||
8 | * Version: @(#)raw.h 1.0.2 05/07/93 | 9 | * Version: @(#)raw.h 1.0.2 05/07/93 |
9 | * | 10 | * |
10 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 11 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | */ | 12 | */ |
17 | #ifndef _RAW_H | 13 | #ifndef _RAW_H |
18 | #define _RAW_H | 14 | #define _RAW_H |
diff --git a/include/net/request_sock.h b/include/net/request_sock.h index 9dfd7960d90a..b3ea21f2732e 100644 --- a/include/net/request_sock.h +++ b/include/net/request_sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NET Generic infrastructure for Network protocols. | 3 | * NET Generic infrastructure for Network protocols. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Authors: Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 7 | * Authors: Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
7 | * | 8 | * |
8 | * From code originally in include/net/tcp.h | 9 | * From code originally in include/net/tcp.h |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef _REQUEST_SOCK_H | 11 | #ifndef _REQUEST_SOCK_H |
16 | #define _REQUEST_SOCK_H | 12 | #define _REQUEST_SOCK_H |
diff --git a/include/net/route.h b/include/net/route.h index 96f6c9ae33c2..065b47754f05 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -15,11 +16,6 @@ | |||
15 | * Alexey Kuznetsov: Major changes for new routing code. | 16 | * Alexey Kuznetsov: Major changes for new routing code. |
16 | * Mike McLagan : Routing by source | 17 | * Mike McLagan : Routing by source |
17 | * Robert Olsson : Added rt_cache statistics | 18 | * Robert Olsson : Added rt_cache statistics |
18 | * | ||
19 | * This program is free software; you can redistribute it and/or | ||
20 | * modify it under the terms of the GNU General Public License | ||
21 | * as published by the Free Software Foundation; either version | ||
22 | * 2 of the License, or (at your option) any later version. | ||
23 | */ | 19 | */ |
24 | #ifndef _ROUTE_H | 20 | #ifndef _ROUTE_H |
25 | #define _ROUTE_H | 21 | #define _ROUTE_H |
diff --git a/include/net/sctp/auth.h b/include/net/sctp/auth.h index 687e7f80037d..caaae2de9099 100644 --- a/include/net/sctp/auth.h +++ b/include/net/sctp/auth.h | |||
@@ -1,24 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright 2007 Hewlett-Packard Development Company, L.P. | 3 | * (C) Copyright 2007 Hewlett-Packard Development Company, L.P. |
3 | * | 4 | * |
4 | * This file is part of the SCTP kernel implementation | 5 | * This file is part of the SCTP kernel implementation |
5 | * | 6 | * |
6 | * This SCTP implementation is free software; | ||
7 | * you can redistribute it and/or modify it under the terms of | ||
8 | * the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | * This SCTP implementation is distributed in the hope that it | ||
13 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
14 | * ************************ | ||
15 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
16 | * See the GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with GNU CC; see the file COPYING. If not, see | ||
20 | * <http://www.gnu.org/licenses/>. | ||
21 | * | ||
22 | * Please send any bug reports or fixes you make to the | 7 | * Please send any bug reports or fixes you make to the |
23 | * email address(es): | 8 | * email address(es): |
24 | * lksctp developers <linux-sctp@vger.kernel.org> | 9 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/checksum.h b/include/net/sctp/checksum.h index 1c6e6c0766ca..314699333bec 100644 --- a/include/net/sctp/checksum.h +++ b/include/net/sctp/checksum.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel reference Implementation | 2 | /* SCTP kernel reference Implementation |
2 | * Copyright (c) 1999-2001 Motorola, Inc. | 3 | * Copyright (c) 1999-2001 Motorola, Inc. |
3 | * Copyright (c) 2001-2003 International Business Machines, Corp. | 4 | * Copyright (c) 2001-2003 International Business Machines, Corp. |
@@ -6,22 +7,6 @@ | |||
6 | * | 7 | * |
7 | * SCTP Checksum functions | 8 | * SCTP Checksum functions |
8 | * | 9 | * |
9 | * The SCTP reference implementation is free software; | ||
10 | * you can redistribute it and/or modify it under the terms of | ||
11 | * the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2, or (at your option) | ||
13 | * any later version. | ||
14 | * | ||
15 | * The SCTP reference implementation is distributed in the hope that it | ||
16 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
17 | * ************************ | ||
18 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
19 | * See the GNU General Public License for more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License | ||
22 | * along with GNU CC; see the file COPYING. If not, see | ||
23 | * <http://www.gnu.org/licenses/>. | ||
24 | * | ||
25 | * Please send any bug reports or fixes you make to the | 10 | * Please send any bug reports or fixes you make to the |
26 | * email address(es): | 11 | * email address(es): |
27 | * lksctp developers <linux-sctp@vger.kernel.org> | 12 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/command.h b/include/net/sctp/command.h index 6d5beac29bc1..e8df72e1627a 100644 --- a/include/net/sctp/command.h +++ b/include/net/sctp/command.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel Implementation | 2 | /* SCTP kernel Implementation |
2 | * (C) Copyright IBM Corp. 2001, 2004 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
3 | * Copyright (C) 1999-2001 Cisco, Motorola | 4 | * Copyright (C) 1999-2001 Cisco, Motorola |
@@ -6,22 +7,6 @@ | |||
6 | * | 7 | * |
7 | * These are the definitions needed for the command object. | 8 | * These are the definitions needed for the command object. |
8 | * | 9 | * |
9 | * This SCTP implementation is free software; | ||
10 | * you can redistribute it and/or modify it under the terms of | ||
11 | * the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2, or (at your option) | ||
13 | * any later version. | ||
14 | * | ||
15 | * This SCTP implementation is distributed in the hope that it | ||
16 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
17 | * ************************ | ||
18 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
19 | * See the GNU General Public License for more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License | ||
22 | * along with GNU CC; see the file COPYING. If not, see | ||
23 | * <http://www.gnu.org/licenses/>. | ||
24 | * | ||
25 | * Please send any bug reports or fixes you make to the | 10 | * Please send any bug reports or fixes you make to the |
26 | * email address(es): | 11 | * email address(es): |
27 | * lksctp developers <linux-sctp@vger.kernel.org> | 12 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/constants.h b/include/net/sctp/constants.h index 4588bdc2b8f0..823afc42a3aa 100644 --- a/include/net/sctp/constants.h +++ b/include/net/sctp/constants.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright IBM Corp. 2001, 2004 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
3 | * Copyright (c) 1999-2000 Cisco, Inc. | 4 | * Copyright (c) 1999-2000 Cisco, Inc. |
@@ -6,22 +7,6 @@ | |||
6 | * | 7 | * |
7 | * This file is part of the SCTP kernel implementation | 8 | * This file is part of the SCTP kernel implementation |
8 | * | 9 | * |
9 | * This SCTP implementation is free software; | ||
10 | * you can redistribute it and/or modify it under the terms of | ||
11 | * the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2, or (at your option) | ||
13 | * any later version. | ||
14 | * | ||
15 | * This SCTP implementation is distributed in the hope that it | ||
16 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
17 | * ************************ | ||
18 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
19 | * See the GNU General Public License for more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License | ||
22 | * along with GNU CC; see the file COPYING. If not, see | ||
23 | * <http://www.gnu.org/licenses/>. | ||
24 | * | ||
25 | * Please send any bug reports or fixes you make to the | 10 | * Please send any bug reports or fixes you make to the |
26 | * email address(es): | 11 | * email address(es): |
27 | * lksctp developers <linux-sctp@vger.kernel.org> | 12 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index eefdfa5abf6e..5d60f13d2347 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright IBM Corp. 2001, 2004 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
3 | * Copyright (c) 1999-2000 Cisco, Inc. | 4 | * Copyright (c) 1999-2000 Cisco, Inc. |
@@ -8,22 +9,6 @@ | |||
8 | * | 9 | * |
9 | * The base lksctp header. | 10 | * The base lksctp header. |
10 | * | 11 | * |
11 | * This SCTP implementation is free software; | ||
12 | * you can redistribute it and/or modify it under the terms of | ||
13 | * the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2, or (at your option) | ||
15 | * any later version. | ||
16 | * | ||
17 | * This SCTP implementation is distributed in the hope that it | ||
18 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
19 | * ************************ | ||
20 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
21 | * See the GNU General Public License for more details. | ||
22 | * | ||
23 | * You should have received a copy of the GNU General Public License | ||
24 | * along with GNU CC; see the file COPYING. If not, see | ||
25 | * <http://www.gnu.org/licenses/>. | ||
26 | * | ||
27 | * Please send any bug reports or fixes you make to the | 12 | * Please send any bug reports or fixes you make to the |
28 | * email address(es): | 13 | * email address(es): |
29 | * lksctp developers <linux-sctp@vger.kernel.org> | 14 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/sm.h b/include/net/sctp/sm.h index 24825a81829e..5c491a3bc27e 100644 --- a/include/net/sctp/sm.h +++ b/include/net/sctp/sm.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright IBM Corp. 2001, 2004 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
3 | * Copyright (c) 1999-2000 Cisco, Inc. | 4 | * Copyright (c) 1999-2000 Cisco, Inc. |
@@ -8,22 +9,6 @@ | |||
8 | * | 9 | * |
9 | * These are definitions needed by the state machine. | 10 | * These are definitions needed by the state machine. |
10 | * | 11 | * |
11 | * This SCTP implementation is free software; | ||
12 | * you can redistribute it and/or modify it under the terms of | ||
13 | * the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2, or (at your option) | ||
15 | * any later version. | ||
16 | * | ||
17 | * This SCTP implementation is distributed in the hope that it | ||
18 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
19 | * ************************ | ||
20 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
21 | * See the GNU General Public License for more details. | ||
22 | * | ||
23 | * You should have received a copy of the GNU General Public License | ||
24 | * along with GNU CC; see the file COPYING. If not, see | ||
25 | * <http://www.gnu.org/licenses/>. | ||
26 | * | ||
27 | * Please send any bug reports or fixes you make to the | 12 | * Please send any bug reports or fixes you make to the |
28 | * email addresses: | 13 | * email addresses: |
29 | * lksctp developers <linux-sctp@vger.kernel.org> | 14 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/stream_interleave.h b/include/net/sctp/stream_interleave.h index 6657711c8bc4..5263585552e1 100644 --- a/include/net/sctp/stream_interleave.h +++ b/include/net/sctp/stream_interleave.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright Red Hat Inc. 2017 | 3 | * (C) Copyright Red Hat Inc. 2017 |
3 | * | 4 | * |
4 | * These are definitions used by the stream schedulers, defined in RFC | 5 | * These are definitions used by the stream schedulers, defined in RFC |
5 | * draft ndata (https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-11) | 6 | * draft ndata (https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-11) |
6 | * | 7 | * |
7 | * This SCTP implementation is free software; | ||
8 | * you can redistribute it and/or modify it under the terms of | ||
9 | * the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2, or (at your option) | ||
11 | * any later version. | ||
12 | * | ||
13 | * This SCTP implementation is distributed in the hope that it | ||
14 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
15 | * ************************ | ||
16 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
17 | * See the GNU General Public License for more details. | ||
18 | * | ||
19 | * You should have received a copy of the GNU General Public License | ||
20 | * along with GNU CC; see the file COPYING. If not, see | ||
21 | * <http://www.gnu.org/licenses/>. | ||
22 | * | ||
23 | * Please send any bug reports or fixes you make to the | 8 | * Please send any bug reports or fixes you make to the |
24 | * email addresses: | 9 | * email addresses: |
25 | * lksctp developers <linux-sctp@vger.kernel.org> | 10 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/stream_sched.h b/include/net/sctp/stream_sched.h index 5c5da48f65e7..01a70b27e026 100644 --- a/include/net/sctp/stream_sched.h +++ b/include/net/sctp/stream_sched.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright Red Hat Inc. 2017 | 3 | * (C) Copyright Red Hat Inc. 2017 |
3 | * | 4 | * |
4 | * These are definitions used by the stream schedulers, defined in RFC | 5 | * These are definitions used by the stream schedulers, defined in RFC |
5 | * draft ndata (https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-11) | 6 | * draft ndata (https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-11) |
6 | * | 7 | * |
7 | * This SCTP implementation is free software; | ||
8 | * you can redistribute it and/or modify it under the terms of | ||
9 | * the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2, or (at your option) | ||
11 | * any later version. | ||
12 | * | ||
13 | * This SCTP implementation is distributed in the hope that it | ||
14 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
15 | * ************************ | ||
16 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
17 | * See the GNU General Public License for more details. | ||
18 | * | ||
19 | * You should have received a copy of the GNU General Public License | ||
20 | * along with GNU CC; see the file COPYING. If not, see | ||
21 | * <http://www.gnu.org/licenses/>. | ||
22 | * | ||
23 | * Please send any bug reports or fixes you make to the | 8 | * Please send any bug reports or fixes you make to the |
24 | * email addresses: | 9 | * email addresses: |
25 | * lksctp developers <linux-sctp@vger.kernel.org> | 10 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 140fd836a396..0767701ef362 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright IBM Corp. 2001, 2004 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
3 | * Copyright (c) 1999-2000 Cisco, Inc. | 4 | * Copyright (c) 1999-2000 Cisco, Inc. |
@@ -6,22 +7,6 @@ | |||
6 | * | 7 | * |
7 | * This file is part of the SCTP kernel implementation | 8 | * This file is part of the SCTP kernel implementation |
8 | * | 9 | * |
9 | * This SCTP implementation is free software; | ||
10 | * you can redistribute it and/or modify it under the terms of | ||
11 | * the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2, or (at your option) | ||
13 | * any later version. | ||
14 | * | ||
15 | * This SCTP implementation is distributed in the hope that it | ||
16 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
17 | * ************************ | ||
18 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
19 | * See the GNU General Public License for more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License | ||
22 | * along with GNU CC; see the file COPYING. If not, see | ||
23 | * <http://www.gnu.org/licenses/>. | ||
24 | * | ||
25 | * Please send any bug reports or fixes you make to the | 10 | * Please send any bug reports or fixes you make to the |
26 | * email addresses: | 11 | * email addresses: |
27 | * lksctp developers <linux-sctp@vger.kernel.org> | 12 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/tsnmap.h b/include/net/sctp/tsnmap.h index 31b8dbaad45a..616ae0d4996f 100644 --- a/include/net/sctp/tsnmap.h +++ b/include/net/sctp/tsnmap.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright IBM Corp. 2001, 2004 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
3 | * Copyright (c) 1999-2000 Cisco, Inc. | 4 | * Copyright (c) 1999-2000 Cisco, Inc. |
@@ -9,22 +10,6 @@ | |||
9 | * These are the definitions needed for the tsnmap type. The tsnmap is used | 10 | * These are the definitions needed for the tsnmap type. The tsnmap is used |
10 | * to track out of order TSNs received. | 11 | * to track out of order TSNs received. |
11 | * | 12 | * |
12 | * This SCTP implementation is free software; | ||
13 | * you can redistribute it and/or modify it under the terms of | ||
14 | * the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2, or (at your option) | ||
16 | * any later version. | ||
17 | * | ||
18 | * This SCTP implementation is distributed in the hope that it | ||
19 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
20 | * ************************ | ||
21 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
22 | * See the GNU General Public License for more details. | ||
23 | * | ||
24 | * You should have received a copy of the GNU General Public License | ||
25 | * along with GNU CC; see the file COPYING. If not, see | ||
26 | * <http://www.gnu.org/licenses/>. | ||
27 | * | ||
28 | * Please send any bug reports or fixes you make to the | 13 | * Please send any bug reports or fixes you make to the |
29 | * email address(es): | 14 | * email address(es): |
30 | * lksctp developers <linux-sctp@vger.kernel.org> | 15 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/ulpevent.h b/include/net/sctp/ulpevent.h index bd922a0fe914..e1a92c4610f3 100644 --- a/include/net/sctp/ulpevent.h +++ b/include/net/sctp/ulpevent.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright IBM Corp. 2001, 2004 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
3 | * Copyright (c) 1999-2000 Cisco, Inc. | 4 | * Copyright (c) 1999-2000 Cisco, Inc. |
@@ -12,22 +13,6 @@ | |||
12 | * | 13 | * |
13 | * This file is part of the SCTP kernel implementation | 14 | * This file is part of the SCTP kernel implementation |
14 | * | 15 | * |
15 | * This SCTP implementation is free software; | ||
16 | * you can redistribute it and/or modify it under the terms of | ||
17 | * the GNU General Public License as published by | ||
18 | * the Free Software Foundation; either version 2, or (at your option) | ||
19 | * any later version. | ||
20 | * | ||
21 | * This SCTP implementation is distributed in the hope that it | ||
22 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
23 | * ************************ | ||
24 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
25 | * See the GNU General Public License for more details. | ||
26 | * | ||
27 | * You should have received a copy of the GNU General Public License | ||
28 | * along with GNU CC; see the file COPYING. If not, see | ||
29 | * <http://www.gnu.org/licenses/>. | ||
30 | * | ||
31 | * Please send any bug reports or fixes you make to the | 16 | * Please send any bug reports or fixes you make to the |
32 | * email address(es): | 17 | * email address(es): |
33 | * lksctp developers <linux-sctp@vger.kernel.org> | 18 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/sctp/ulpqueue.h b/include/net/sctp/ulpqueue.h index f4ac7117ff29..0eaf8650e3b2 100644 --- a/include/net/sctp/ulpqueue.h +++ b/include/net/sctp/ulpqueue.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SCTP kernel implementation | 2 | /* SCTP kernel implementation |
2 | * (C) Copyright IBM Corp. 2001, 2004 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
3 | * Copyright (c) 1999-2000 Cisco, Inc. | 4 | * Copyright (c) 1999-2000 Cisco, Inc. |
@@ -11,22 +12,6 @@ | |||
11 | * and the core SCTP state machine. This is the component which handles | 12 | * and the core SCTP state machine. This is the component which handles |
12 | * reassembly and ordering. | 13 | * reassembly and ordering. |
13 | * | 14 | * |
14 | * This SCTP implementation is free software; | ||
15 | * you can redistribute it and/or modify it under the terms of | ||
16 | * the GNU General Public License as published by | ||
17 | * the Free Software Foundation; either version 2, or (at your option) | ||
18 | * any later version. | ||
19 | * | ||
20 | * This SCTP implementation is distributed in the hope that it | ||
21 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
22 | * ************************ | ||
23 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
24 | * See the GNU General Public License for more details. | ||
25 | * | ||
26 | * You should have received a copy of the GNU General Public License | ||
27 | * along with GNU CC; see the file COPYING. If not, see | ||
28 | * <http://www.gnu.org/licenses/>. | ||
29 | * | ||
30 | * Please send any bug reports or fixes you make to the | 15 | * Please send any bug reports or fixes you make to the |
31 | * email addresses: | 16 | * email addresses: |
32 | * lksctp developers <linux-sctp@vger.kernel.org> | 17 | * lksctp developers <linux-sctp@vger.kernel.org> |
diff --git a/include/net/seg6.h b/include/net/seg6.h index 8b2dc6869fd1..640724b35273 100644 --- a/include/net/seg6.h +++ b/include/net/seg6.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SR-IPv6 implementation | 3 | * SR-IPv6 implementation |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * David Lebrun <david.lebrun@uclouvain.be> | 6 | * David Lebrun <david.lebrun@uclouvain.be> |
6 | * | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #ifndef _NET_SEG6_H | 9 | #ifndef _NET_SEG6_H |
diff --git a/include/net/seg6_hmac.h b/include/net/seg6_hmac.h index 7fda469e2758..2b5d2ee5613e 100644 --- a/include/net/seg6_hmac.h +++ b/include/net/seg6_hmac.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SR-IPv6 implementation | 3 | * SR-IPv6 implementation |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * David Lebrun <david.lebrun@uclouvain.be> | 6 | * David Lebrun <david.lebrun@uclouvain.be> |
6 | * | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #ifndef _NET_SEG6_HMAC_H | 9 | #ifndef _NET_SEG6_HMAC_H |
diff --git a/include/net/seg6_local.h b/include/net/seg6_local.h index 08359e2d8b35..3fab9dec2ec4 100644 --- a/include/net/seg6_local.h +++ b/include/net/seg6_local.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SR-IPv6 implementation | 3 | * SR-IPv6 implementation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * David Lebrun <david.lebrun@uclouvain.be> | 6 | * David Lebrun <david.lebrun@uclouvain.be> |
6 | * eBPF support: Mathieu Xhonneux <m.xhonneux@gmail.com> | 7 | * eBPF support: Mathieu Xhonneux <m.xhonneux@gmail.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version | ||
12 | * 2 of the License, or (at your option) any later version. | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef _NET_SEG6_LOCAL_H | 10 | #ifndef _NET_SEG6_LOCAL_H |
diff --git a/include/net/snmp.h b/include/net/snmp.h index c9228ad7ee91..cb8ced4380a6 100644 --- a/include/net/snmp.h +++ b/include/net/snmp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * SNMP MIB entries for the IP subsystem. | 4 | * SNMP MIB entries for the IP subsystem. |
@@ -8,12 +9,6 @@ | |||
8 | * be silly as SNMP is a pain in the backside in places). We do | 9 | * be silly as SNMP is a pain in the backside in places). We do |
9 | * however need to collect the MIB statistics and export them | 10 | * however need to collect the MIB statistics and export them |
10 | * out of /proc (eventually) | 11 | * out of /proc (eventually) |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | * | ||
17 | */ | 12 | */ |
18 | 13 | ||
19 | #ifndef _SNMP_H | 14 | #ifndef _SNMP_H |
diff --git a/include/net/sock.h b/include/net/sock.h index 4d208c0f9c14..e9d769c04637 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -30,12 +31,6 @@ | |||
30 | * respective headers and ipv4/v6, etc now | 31 | * respective headers and ipv4/v6, etc now |
31 | * use private slabcaches for its socks | 32 | * use private slabcaches for its socks |
32 | * Pedro Hortas : New flags field for socket options | 33 | * Pedro Hortas : New flags field for socket options |
33 | * | ||
34 | * | ||
35 | * This program is free software; you can redistribute it and/or | ||
36 | * modify it under the terms of the GNU General Public License | ||
37 | * as published by the Free Software Foundation; either version | ||
38 | * 2 of the License, or (at your option) any later version. | ||
39 | */ | 34 | */ |
40 | #ifndef _SOCK_H | 35 | #ifndef _SOCK_H |
41 | #define _SOCK_H | 36 | #define _SOCK_H |
@@ -1473,7 +1468,7 @@ static inline void sk_wmem_free_skb(struct sock *sk, struct sk_buff *skb) | |||
1473 | sock_set_flag(sk, SOCK_QUEUE_SHRUNK); | 1468 | sock_set_flag(sk, SOCK_QUEUE_SHRUNK); |
1474 | sk->sk_wmem_queued -= skb->truesize; | 1469 | sk->sk_wmem_queued -= skb->truesize; |
1475 | sk_mem_uncharge(sk, skb->truesize); | 1470 | sk_mem_uncharge(sk, skb->truesize); |
1476 | if (!sk->sk_tx_skb_cache) { | 1471 | if (!sk->sk_tx_skb_cache && !skb_cloned(skb)) { |
1477 | skb_zcopy_clear(skb, true); | 1472 | skb_zcopy_clear(skb, true); |
1478 | sk->sk_tx_skb_cache = skb; | 1473 | sk->sk_tx_skb_cache = skb; |
1479 | return; | 1474 | return; |
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index 0ebd67ae7012..aee86a189432 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/net/switchdev.h - Switch device API | 3 | * include/net/switchdev.h - Switch device API |
3 | * Copyright (c) 2014-2015 Jiri Pirko <jiri@resnulli.us> | 4 | * Copyright (c) 2014-2015 Jiri Pirko <jiri@resnulli.us> |
4 | * Copyright (c) 2014-2015 Scott Feldman <sfeldma@gmail.com> | 5 | * Copyright (c) 2014-2015 Scott Feldman <sfeldma@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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _LINUX_SWITCHDEV_H_ | 7 | #ifndef _LINUX_SWITCHDEV_H_ |
12 | #define _LINUX_SWITCHDEV_H_ | 8 | #define _LINUX_SWITCHDEV_H_ |
diff --git a/include/net/tc_act/tc_bpf.h b/include/net/tc_act/tc_bpf.h index 2b94673a3dbc..5897162c605f 100644 --- a/include/net/tc_act/tc_bpf.h +++ b/include/net/tc_act/tc_bpf.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 Jiri Pirko <jiri@resnulli.us> | 3 | * Copyright (c) 2015 Jiri Pirko <jiri@resnulli.us> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __NET_TC_BPF_H | 6 | #ifndef __NET_TC_BPF_H |
diff --git a/include/net/tc_act/tc_skbedit.h b/include/net/tc_act/tc_skbedit.h index 85c5c4756d92..4c04e2985508 100644 --- a/include/net/tc_act/tc_skbedit.h +++ b/include/net/tc_act/tc_skbedit.h | |||
@@ -1,18 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2008, Intel Corporation. | 3 | * Copyright (c) 2008, Intel Corporation. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, see <http://www.gnu.org/licenses/>. | ||
15 | * | ||
16 | * Author: Alexander Duyck <alexander.h.duyck@intel.com> | 5 | * Author: Alexander Duyck <alexander.h.duyck@intel.com> |
17 | */ | 6 | */ |
18 | 7 | ||
diff --git a/include/net/tc_act/tc_skbmod.h b/include/net/tc_act/tc_skbmod.h index 644a2116b47b..7c240d2fed4e 100644 --- a/include/net/tc_act/tc_skbmod.h +++ b/include/net/tc_act/tc_skbmod.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, Jamal Hadi Salim | 3 | * Copyright (c) 2016, Jamal Hadi Salim |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __NET_TC_SKBMOD_H | 6 | #ifndef __NET_TC_SKBMOD_H |
diff --git a/include/net/tc_act/tc_tunnel_key.h b/include/net/tc_act/tc_tunnel_key.h index 23d5b8b19f3e..7c3f777c168c 100644 --- a/include/net/tc_act/tc_tunnel_key.h +++ b/include/net/tc_act/tc_tunnel_key.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, Amir Vadai <amir@vadai.me> | 3 | * Copyright (c) 2016, Amir Vadai <amir@vadai.me> |
3 | * Copyright (c) 2016, Mellanox Technologies. All rights reserved. | 4 | * Copyright (c) 2016, Mellanox Technologies. All rights reserved. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef __NET_TC_TUNNEL_KEY_H | 7 | #ifndef __NET_TC_TUNNEL_KEY_H |
diff --git a/include/net/tc_act/tc_vlan.h b/include/net/tc_act/tc_vlan.h index fe39ed502bef..4e2502408c31 100644 --- a/include/net/tc_act/tc_vlan.h +++ b/include/net/tc_act/tc_vlan.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Jiri Pirko <jiri@resnulli.us> | 3 | * Copyright (c) 2014 Jiri Pirko <jiri@resnulli.us> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __NET_TC_VLAN_H | 6 | #ifndef __NET_TC_VLAN_H |
diff --git a/include/net/tcp.h b/include/net/tcp.h index 985aa5db570c..ac2f53fbfa6b 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Authors: Ross Biro | 11 | * Authors: Ross Biro |
11 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 12 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | #ifndef _TCP_H | 14 | #ifndef _TCP_H |
19 | #define _TCP_H | 15 | #define _TCP_H |
diff --git a/include/net/tcp_states.h b/include/net/tcp_states.h index 2875e169d744..cc00118acca1 100644 --- a/include/net/tcp_states.h +++ b/include/net/tcp_states.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
4 | * interface as the means of communication with the user level. | 5 | * interface as the means of communication with the user level. |
5 | * | 6 | * |
6 | * Definitions for the TCP protocol sk_state field. | 7 | * Definitions for the TCP protocol sk_state field. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | #ifndef _LINUX_TCP_STATES_H | 9 | #ifndef _LINUX_TCP_STATES_H |
14 | #define _LINUX_TCP_STATES_H | 10 | #define _LINUX_TCP_STATES_H |
diff --git a/include/net/timewait_sock.h b/include/net/timewait_sock.h index 1a47946f95ba..74d2b463cc95 100644 --- a/include/net/timewait_sock.h +++ b/include/net/timewait_sock.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NET Generic infrastructure for Network protocols. | 3 | * NET Generic infrastructure for Network protocols. |
3 | * | 4 | * |
4 | * Authors: Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 5 | * Authors: Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _TIMEWAIT_SOCK_H | 7 | #ifndef _TIMEWAIT_SOCK_H |
12 | #define _TIMEWAIT_SOCK_H | 8 | #define _TIMEWAIT_SOCK_H |
diff --git a/include/net/tls.h b/include/net/tls.h index 39ea62f0c1f6..4a55ce6a303f 100644 --- a/include/net/tls.h +++ b/include/net/tls.h | |||
@@ -209,6 +209,10 @@ struct tls_offload_context_tx { | |||
209 | (ALIGN(sizeof(struct tls_offload_context_tx), sizeof(void *)) + \ | 209 | (ALIGN(sizeof(struct tls_offload_context_tx), sizeof(void *)) + \ |
210 | TLS_DRIVER_STATE_SIZE) | 210 | TLS_DRIVER_STATE_SIZE) |
211 | 211 | ||
212 | enum tls_context_flags { | ||
213 | TLS_RX_SYNC_RUNNING = 0, | ||
214 | }; | ||
215 | |||
212 | struct cipher_context { | 216 | struct cipher_context { |
213 | char *iv; | 217 | char *iv; |
214 | char *rec_seq; | 218 | char *rec_seq; |
diff --git a/include/net/udp.h b/include/net/udp.h index d8ce937bc395..79d141d2103b 100644 --- a/include/net/udp.h +++ b/include/net/udp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -13,11 +14,6 @@ | |||
13 | * Fixes: | 14 | * Fixes: |
14 | * Alan Cox : Turned on udp checksums. I don't want to | 15 | * Alan Cox : Turned on udp checksums. I don't want to |
15 | * chase 'memory corruption' bugs that aren't! | 16 | * chase 'memory corruption' bugs that aren't! |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or | ||
18 | * modify it under the terms of the GNU General Public License | ||
19 | * as published by the Free Software Foundation; either version | ||
20 | * 2 of the License, or (at your option) any later version. | ||
21 | */ | 17 | */ |
22 | #ifndef _UDP_H | 18 | #ifndef _UDP_H |
23 | #define _UDP_H | 19 | #define _UDP_H |
@@ -471,12 +467,19 @@ void udpv6_encap_enable(void); | |||
471 | static inline struct sk_buff *udp_rcv_segment(struct sock *sk, | 467 | static inline struct sk_buff *udp_rcv_segment(struct sock *sk, |
472 | struct sk_buff *skb, bool ipv4) | 468 | struct sk_buff *skb, bool ipv4) |
473 | { | 469 | { |
470 | netdev_features_t features = NETIF_F_SG; | ||
474 | struct sk_buff *segs; | 471 | struct sk_buff *segs; |
475 | 472 | ||
473 | /* Avoid csum recalculation by skb_segment unless userspace explicitly | ||
474 | * asks for the final checksum values | ||
475 | */ | ||
476 | if (!inet_get_convert_csum(sk)) | ||
477 | features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; | ||
478 | |||
476 | /* the GSO CB lays after the UDP one, no need to save and restore any | 479 | /* the GSO CB lays after the UDP one, no need to save and restore any |
477 | * CB fragment | 480 | * CB fragment |
478 | */ | 481 | */ |
479 | segs = __skb_gso_segment(skb, NETIF_F_SG, false); | 482 | segs = __skb_gso_segment(skb, features, false); |
480 | if (unlikely(IS_ERR_OR_NULL(segs))) { | 483 | if (unlikely(IS_ERR_OR_NULL(segs))) { |
481 | int segs_nr = skb_shinfo(skb)->gso_segs; | 484 | int segs_nr = skb_shinfo(skb)->gso_segs; |
482 | 485 | ||
diff --git a/include/net/vsock_addr.h b/include/net/vsock_addr.h index 9ccd5316eac0..57d2db5c4bdf 100644 --- a/include/net/vsock_addr.h +++ b/include/net/vsock_addr.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * VMware vSockets Driver | 3 | * VMware vSockets Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. | 5 | * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation version 2 and no later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef _VSOCK_ADDR_H_ | 8 | #ifndef _VSOCK_ADDR_H_ |
diff --git a/include/net/wimax.h b/include/net/wimax.h index c52b68577cb0..24ba7e89c26c 100644 --- a/include/net/wimax.h +++ b/include/net/wimax.h | |||
@@ -1,26 +1,11 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Linux WiMAX | 3 | * Linux WiMAX |
3 | * Kernel space API for accessing WiMAX devices | 4 | * Kernel space API for accessing WiMAX devices |
4 | * | 5 | * |
5 | * | ||
6 | * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> | 6 | * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> |
7 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 7 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License version | ||
11 | * 2 as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
21 | * 02110-1301, USA. | ||
22 | * | ||
23 | * | ||
24 | * The WiMAX stack provides an API for controlling and managing the | 9 | * The WiMAX stack provides an API for controlling and managing the |
25 | * system's WiMAX devices. This API affects the control plane; the | 10 | * system's WiMAX devices. This API affects the control plane; the |
26 | * data plane is accessed via the network stack (netdev). | 11 | * data plane is accessed via the network stack (netdev). |
diff --git a/include/net/xdp.h b/include/net/xdp.h index 0f25b3675c5c..8e0deddef35c 100644 --- a/include/net/xdp.h +++ b/include/net/xdp.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* include/net/xdp.h | 2 | /* include/net/xdp.h |
2 | * | 3 | * |
3 | * Copyright (c) 2017 Jesper Dangaard Brouer, Red Hat Inc. | 4 | * Copyright (c) 2017 Jesper Dangaard Brouer, Red Hat Inc. |
4 | * Released under terms in GPL version 2. See COPYING. | ||
5 | */ | 5 | */ |
6 | #ifndef __LINUX_NET_XDP_H__ | 6 | #ifndef __LINUX_NET_XDP_H__ |
7 | #define __LINUX_NET_XDP_H__ | 7 | #define __LINUX_NET_XDP_H__ |
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 0742095355f2..54873085f2da 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h | |||
@@ -2698,6 +2698,7 @@ struct ib_client { | |||
2698 | const char *name; | 2698 | const char *name; |
2699 | void (*add) (struct ib_device *); | 2699 | void (*add) (struct ib_device *); |
2700 | void (*remove)(struct ib_device *, void *client_data); | 2700 | void (*remove)(struct ib_device *, void *client_data); |
2701 | void (*rename)(struct ib_device *dev, void *client_data); | ||
2701 | 2702 | ||
2702 | /* Returns the net_dev belonging to this ib_client and matching the | 2703 | /* Returns the net_dev belonging to this ib_client and matching the |
2703 | * given parameters. | 2704 | * given parameters. |
diff --git a/include/rdma/mr_pool.h b/include/rdma/mr_pool.h index 986010b812eb..83763ef82354 100644 --- a/include/rdma/mr_pool.h +++ b/include/rdma/mr_pool.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 HGST, a Western Digital Company. | 3 | * Copyright (c) 2016 HGST, a Western Digital Company. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | #ifndef _RDMA_MR_POOL_H | 5 | #ifndef _RDMA_MR_POOL_H |
14 | #define _RDMA_MR_POOL_H 1 | 6 | #define _RDMA_MR_POOL_H 1 |
diff --git a/include/rdma/rw.h b/include/rdma/rw.h index a3cbbc7b6417..494f79ca3e62 100644 --- a/include/rdma/rw.h +++ b/include/rdma/rw.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 HGST, a Western Digital Company. | 3 | * Copyright (c) 2016 HGST, a Western Digital Company. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | #ifndef _RDMA_RW_H | 5 | #ifndef _RDMA_RW_H |
14 | #define _RDMA_RW_H | 6 | #define _RDMA_RW_H |
diff --git a/include/scsi/fc/fc_encaps.h b/include/scsi/fc/fc_encaps.h index f180c3e16220..4261e609cae6 100644 --- a/include/scsi/fc/fc_encaps.h +++ b/include/scsi/fc/fc_encaps.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2007 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2007 Intel Corporation. All rights reserved. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | * Maintained at www.Open-FCoE.org | 5 | * Maintained at www.Open-FCoE.org |
18 | */ | 6 | */ |
19 | #ifndef _FC_ENCAPS_H_ | 7 | #ifndef _FC_ENCAPS_H_ |
diff --git a/include/scsi/fc/fc_fc2.h b/include/scsi/fc/fc_fc2.h index 0b2671431305..0ffd314ebfaa 100644 --- a/include/scsi/fc/fc_fc2.h +++ b/include/scsi/fc/fc_fc2.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2007 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2007 Intel Corporation. All rights reserved. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | * Maintained at www.Open-FCoE.org | 5 | * Maintained at www.Open-FCoE.org |
18 | */ | 6 | */ |
19 | 7 | ||
diff --git a/include/scsi/fc/fc_fcoe.h b/include/scsi/fc/fc_fcoe.h index d5dcd6062815..d8c921c856cf 100644 --- a/include/scsi/fc/fc_fcoe.h +++ b/include/scsi/fc/fc_fcoe.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2007 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2007 Intel Corporation. All rights reserved. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | * Maintained at www.Open-FCoE.org | 5 | * Maintained at www.Open-FCoE.org |
18 | */ | 6 | */ |
19 | 7 | ||
diff --git a/include/scsi/fc/fc_fcp.h b/include/scsi/fc/fc_fcp.h index 9c8702942b61..4b968448f424 100644 --- a/include/scsi/fc/fc_fcp.h +++ b/include/scsi/fc/fc_fcp.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2007 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2007 Intel Corporation. All rights reserved. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | * Maintained at www.Open-FCoE.org | 5 | * Maintained at www.Open-FCoE.org |
18 | */ | 6 | */ |
19 | 7 | ||
diff --git a/include/scsi/fc/fc_ms.h b/include/scsi/fc/fc_ms.h index f52b921b5c70..b1424dccf426 100644 --- a/include/scsi/fc/fc_ms.h +++ b/include/scsi/fc/fc_ms.h | |||
@@ -1,18 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* * Copyright(c) 2011 Intel Corporation. All rights reserved. | 2 | /* * Copyright(c) 2011 Intel Corporation. All rights reserved. |
2 | * | 3 | * |
3 | * This program is free software; you can redistribute it and/or modify it | ||
4 | * under the terms and conditions of the GNU General Public License, | ||
5 | * version 2, as published by the Free Software Foundation. | ||
6 | * | ||
7 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
8 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
9 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
10 | * more details. | ||
11 | * | ||
12 | * You should have received a copy of the GNU General Public License along with | ||
13 | * this program; if not, write to the Free Software Foundation, Inc., | ||
14 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
15 | * | ||
16 | * Maintained at www.Open-FCoE.org | 4 | * Maintained at www.Open-FCoE.org |
17 | */ | 5 | */ |
18 | 6 | ||
diff --git a/include/scsi/fc_encode.h b/include/scsi/fc_encode.h index 35fd4744f3e9..c6660205d73f 100644 --- a/include/scsi/fc_encode.h +++ b/include/scsi/fc_encode.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2008 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2008 Intel Corporation. All rights reserved. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | * Maintained at www.Open-FCoE.org | 5 | * Maintained at www.Open-FCoE.org |
18 | */ | 6 | */ |
19 | 7 | ||
diff --git a/include/scsi/fc_frame.h b/include/scsi/fc_frame.h index 8225d8063ec4..41df2ba9dbaa 100644 --- a/include/scsi/fc_frame.h +++ b/include/scsi/fc_frame.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2007 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2007 Intel Corporation. All rights reserved. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | * Maintained at www.Open-FCoE.org | 5 | * Maintained at www.Open-FCoE.org |
18 | */ | 6 | */ |
19 | 7 | ||
diff --git a/include/scsi/fcoe_sysfs.h b/include/scsi/fcoe_sysfs.h index 7e2314870341..4b1216de3f22 100644 --- a/include/scsi/fcoe_sysfs.h +++ b/include/scsi/fcoe_sysfs.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2011-2012 Intel Corporation. All rights reserved. | 3 | * Copyright (c) 2011-2012 Intel Corporation. All rights reserved. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | * Maintained at www.Open-FCoE.org | 5 | * Maintained at www.Open-FCoE.org |
18 | */ | 6 | */ |
19 | 7 | ||
diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h index d66c07077d68..8b31588460d5 100644 --- a/include/scsi/iscsi_if.h +++ b/include/scsi/iscsi_if.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * iSCSI User/Kernel Shares (Defines, Constants, Protocol definitions, etc) | 3 | * iSCSI User/Kernel Shares (Defines, Constants, Protocol definitions, etc) |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (C) 2005 Alex Aizman | 6 | * Copyright (C) 2005 Alex Aizman |
6 | * maintained by open-iscsi@googlegroups.com | 7 | * maintained by open-iscsi@googlegroups.com |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published | ||
10 | * by the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | * See the file COPYING included with this distribution for more details. | 9 | * See the file COPYING included with this distribution for more details. |
19 | */ | 10 | */ |
20 | 11 | ||
diff --git a/include/scsi/iscsi_proto.h b/include/scsi/iscsi_proto.h index df156f1d50b2..aeb4980745ca 100644 --- a/include/scsi/iscsi_proto.h +++ b/include/scsi/iscsi_proto.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * RFC 3720 (iSCSI) protocol data types | 3 | * RFC 3720 (iSCSI) protocol data types |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (C) 2005 Alex Aizman | 6 | * Copyright (C) 2005 Alex Aizman |
6 | * maintained by open-iscsi@googlegroups.com | 7 | * maintained by open-iscsi@googlegroups.com |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published | ||
10 | * by the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | * See the file COPYING included with this distribution for more details. | 9 | * See the file COPYING included with this distribution for more details. |
19 | */ | 10 | */ |
20 | 11 | ||
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 2109844be53d..2d64b53f947c 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -1,19 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright(c) 2007 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2007 Intel Corporation. All rights reserved. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
16 | * | ||
17 | * Maintained at www.Open-FCoE.org | 5 | * Maintained at www.Open-FCoE.org |
18 | */ | 6 | */ |
19 | 7 | ||
diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h index bb8092fa1e36..c50fb297e265 100644 --- a/include/scsi/libfcoe.h +++ b/include/scsi/libfcoe.h | |||
@@ -1,20 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved. | 3 | * Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved. |
3 | * Copyright (c) 2007-2008 Intel Corporation. All rights reserved. | 4 | * Copyright (c) 2007-2008 Intel Corporation. All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | ||
17 | * | ||
18 | * Maintained at www.Open-FCoE.org | 6 | * Maintained at www.Open-FCoE.org |
19 | */ | 7 | */ |
20 | 8 | ||
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index c9bd935f4fd1..c25fb86ffae9 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * iSCSI lib definitions | 3 | * iSCSI lib definitions |
3 | * | 4 | * |
@@ -5,20 +6,6 @@ | |||
5 | * Copyright (C) 2004 - 2006 Mike Christie | 6 | * Copyright (C) 2004 - 2006 Mike Christie |
6 | * Copyright (C) 2004 - 2005 Dmitry Yusupov | 7 | * Copyright (C) 2004 - 2005 Dmitry Yusupov |
7 | * Copyright (C) 2004 - 2005 Alex Aizman | 8 | * Copyright (C) 2004 - 2005 Alex Aizman |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
22 | */ | 9 | */ |
23 | #ifndef LIBISCSI_H | 10 | #ifndef LIBISCSI_H |
24 | #define LIBISCSI_H | 11 | #define LIBISCSI_H |
diff --git a/include/scsi/libiscsi_tcp.h b/include/scsi/libiscsi_tcp.h index 30520d5ee3d1..172f15e3dfd6 100644 --- a/include/scsi/libiscsi_tcp.h +++ b/include/scsi/libiscsi_tcp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * iSCSI over TCP/IP Data-Path lib | 3 | * iSCSI over TCP/IP Data-Path lib |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (C) 2008 Red Hat, Inc. All rights reserved. | 6 | * Copyright (C) 2008 Red Hat, Inc. All rights reserved. |
6 | * maintained by open-iscsi@googlegroups.com | 7 | * maintained by open-iscsi@googlegroups.com |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published | ||
10 | * by the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | * See the file COPYING included with this distribution for more details. | 9 | * See the file COPYING included with this distribution for more details. |
19 | */ | 10 | */ |
20 | 11 | ||
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index b08febec7895..e9664bb7d188 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h | |||
@@ -1,26 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SAS host prototypes and structures header file | 3 | * SAS host prototypes and structures header file |
3 | * | 4 | * |
4 | * Copyright (C) 2005 Adaptec, Inc. All rights reserved. | 5 | * Copyright (C) 2005 Adaptec, Inc. All rights reserved. |
5 | * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> | 6 | * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> |
6 | * | ||
7 | * This file is licensed under GPLv2. | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License as | ||
11 | * published by the Free Software Foundation; either version 2 of the | ||
12 | * License, or (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * 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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | ||
22 | * USA | ||
23 | * | ||
24 | */ | 7 | */ |
25 | 8 | ||
26 | #ifndef _LIBSAS_H_ | 9 | #ifndef _LIBSAS_H_ |
diff --git a/include/scsi/sas.h b/include/scsi/sas.h index 42a84ef42683..97a0f6bd201c 100644 --- a/include/scsi/sas.h +++ b/include/scsi/sas.h | |||
@@ -1,26 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SAS structures and definitions header file | 3 | * SAS structures and definitions header file |
3 | * | 4 | * |
4 | * Copyright (C) 2005 Adaptec, Inc. All rights reserved. | 5 | * Copyright (C) 2005 Adaptec, Inc. All rights reserved. |
5 | * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> | 6 | * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> |
6 | * | ||
7 | * This file is licensed under GPLv2. | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License as | ||
11 | * published by the Free Software Foundation; either version 2 of the | ||
12 | * License, or (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * 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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | ||
22 | * USA | ||
23 | * | ||
24 | */ | 7 | */ |
25 | 8 | ||
26 | #ifndef _SAS_H_ | 9 | #ifndef _SAS_H_ |
diff --git a/include/scsi/sas_ata.h b/include/scsi/sas_ata.h index 00f41aeeecf5..416c9c47d0e7 100644 --- a/include/scsi/sas_ata.h +++ b/include/scsi/sas_ata.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Support for SATA devices on Serial Attached SCSI (SAS) controllers | 3 | * Support for SATA devices on Serial Attached SCSI (SAS) controllers |
3 | * | 4 | * |
4 | * Copyright (C) 2006 IBM Corporation | 5 | * Copyright (C) 2006 IBM Corporation |
5 | * | 6 | * |
6 | * Written by: Darrick J. Wong <djwong@us.ibm.com>, IBM Corporation | 7 | * Written by: Darrick J. Wong <djwong@us.ibm.com>, IBM Corporation |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License as | ||
10 | * published by the Free Software Foundation; either version 2 of the | ||
11 | * License, or (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but | ||
14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
16 | * General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | ||
21 | * USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #ifndef _SAS_ATA_H_ | 10 | #ifndef _SAS_ATA_H_ |
diff --git a/include/scsi/scsi_bsg_iscsi.h b/include/scsi/scsi_bsg_iscsi.h index fd5689d4c052..fa0c820a1663 100644 --- a/include/scsi/scsi_bsg_iscsi.h +++ b/include/scsi/scsi_bsg_iscsi.h | |||
@@ -1,22 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * iSCSI Transport BSG Interface | 3 | * iSCSI Transport BSG Interface |
3 | * | 4 | * |
4 | * Copyright (C) 2009 James Smart, Emulex Corporation | 5 | * Copyright (C) 2009 James Smart, Emulex Corporation |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | * | ||
20 | */ | 6 | */ |
21 | 7 | ||
22 | #ifndef SCSI_BSG_ISCSI_H | 8 | #ifndef SCSI_BSG_ISCSI_H |
diff --git a/include/scsi/scsi_dh.h b/include/scsi/scsi_dh.h index a862dc23c68d..2852e470a8ed 100644 --- a/include/scsi/scsi_dh.h +++ b/include/scsi/scsi_dh.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Header file for SCSI device handler infrastruture. | 3 | * Header file for SCSI device handler infrastruture. |
3 | * | 4 | * |
4 | * Modified version of patches posted by Mike Christie <michaelc@cs.wisc.edu> | 5 | * Modified version of patches posted by Mike Christie <michaelc@cs.wisc.edu> |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
14 | * General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along | ||
17 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
19 | * | ||
20 | * Copyright IBM Corporation, 2007 | 7 | * Copyright IBM Corporation, 2007 |
21 | * Authors: | 8 | * Authors: |
22 | * Chandra Seetharaman <sekharan@us.ibm.com> | 9 | * Chandra Seetharaman <sekharan@us.ibm.com> |
diff --git a/include/scsi/scsi_transport.h b/include/scsi/scsi_transport.h index a3dcb1bfb362..0580dce280a1 100644 --- a/include/scsi/scsi_transport.h +++ b/include/scsi/scsi_transport.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Transport specific attributes. | 3 | * Transport specific attributes. |
3 | * | 4 | * |
4 | * Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved. | 5 | * Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | #ifndef SCSI_TRANSPORT_H | 7 | #ifndef SCSI_TRANSPORT_H |
21 | #define SCSI_TRANSPORT_H | 8 | #define SCSI_TRANSPORT_H |
diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h index b375c3303fe2..43f09c7c25a2 100644 --- a/include/scsi/scsi_transport_fc.h +++ b/include/scsi/scsi_transport_fc.h | |||
@@ -1,28 +1,14 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * FiberChannel transport specific attributes exported to sysfs. | 3 | * FiberChannel transport specific attributes exported to sysfs. |
3 | * | 4 | * |
4 | * Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved. | 5 | * Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | * | ||
20 | * ======== | 7 | * ======== |
21 | * | 8 | * |
22 | * Copyright (C) 2004-2007 James Smart, Emulex Corporation | 9 | * Copyright (C) 2004-2007 James Smart, Emulex Corporation |
23 | * Rewrite for host, target, device, and remote port attributes, | 10 | * Rewrite for host, target, device, and remote port attributes, |
24 | * statistics, and service functions... | 11 | * statistics, and service functions... |
25 | * | ||
26 | */ | 12 | */ |
27 | #ifndef SCSI_TRANSPORT_FC_H | 13 | #ifndef SCSI_TRANSPORT_FC_H |
28 | #define SCSI_TRANSPORT_FC_H | 14 | #define SCSI_TRANSPORT_FC_H |
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index b266d2a3bcb1..325ae731d9ad 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * iSCSI transport class definitions | 3 | * iSCSI transport class definitions |
3 | * | 4 | * |
@@ -5,20 +6,6 @@ | |||
5 | * Copyright (C) Mike Christie, 2004 - 2006 | 6 | * Copyright (C) Mike Christie, 2004 - 2006 |
6 | * Copyright (C) Dmitry Yusupov, 2004 - 2005 | 7 | * Copyright (C) Dmitry Yusupov, 2004 - 2005 |
7 | * Copyright (C) Alex Aizman, 2004 - 2005 | 8 | * Copyright (C) Alex Aizman, 2004 - 2005 |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
22 | */ | 9 | */ |
23 | #ifndef SCSI_TRANSPORT_ISCSI_H | 10 | #ifndef SCSI_TRANSPORT_ISCSI_H |
24 | #define SCSI_TRANSPORT_ISCSI_H | 11 | #define SCSI_TRANSPORT_ISCSI_H |
diff --git a/include/scsi/scsi_transport_spi.h b/include/scsi/scsi_transport_spi.h index a4fa52b4d5c5..78324502b1c9 100644 --- a/include/scsi/scsi_transport_spi.h +++ b/include/scsi/scsi_transport_spi.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Parallel SCSI (SPI) transport specific attributes exported to sysfs. | 3 | * Parallel SCSI (SPI) transport specific attributes exported to sysfs. |
3 | * | 4 | * |
4 | * Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved. | 5 | * Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | #ifndef SCSI_TRANSPORT_SPI_H | 7 | #ifndef SCSI_TRANSPORT_SPI_H |
21 | #define SCSI_TRANSPORT_SPI_H | 8 | #define SCSI_TRANSPORT_SPI_H |
diff --git a/include/scsi/viosrp.h b/include/scsi/viosrp.h index 974e07bd8e59..c978133c83e3 100644 --- a/include/scsi/viosrp.h +++ b/include/scsi/viosrp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /*****************************************************************************/ | 2 | /*****************************************************************************/ |
2 | /* srp.h -- SCSI RDMA Protocol definitions */ | 3 | /* srp.h -- SCSI RDMA Protocol definitions */ |
3 | /* */ | 4 | /* */ |
@@ -5,15 +6,6 @@ | |||
5 | /* */ | 6 | /* */ |
6 | /* Copyright (C) 2003 IBM Corporation */ | 7 | /* Copyright (C) 2003 IBM Corporation */ |
7 | /* */ | 8 | /* */ |
8 | /* This program is free software; you can redistribute it and/or modify */ | ||
9 | /* it under the terms of the GNU General Public License as published by */ | ||
10 | /* the Free Software Foundation; either version 2 of the License, or */ | ||
11 | /* (at your option) any later version. */ | ||
12 | /* */ | ||
13 | /* This program is distributed in the hope that it will be useful, */ | ||
14 | /* but WITHOUT ANY WARRANTY; without even the implied warranty of */ | ||
15 | /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ | ||
16 | /* GNU General Public License for more details. */ | ||
17 | /* */ | 9 | /* */ |
18 | /* This file contains structures and definitions for IBM RPA (RS/6000 */ | 10 | /* This file contains structures and definitions for IBM RPA (RS/6000 */ |
19 | /* platform architecture) implementation of the SRP (SCSI RDMA Protocol) */ | 11 | /* platform architecture) implementation of the SRP (SCSI RDMA Protocol) */ |
diff --git a/include/soc/at91/at91sam9_ddrsdr.h b/include/soc/at91/at91sam9_ddrsdr.h index 393362bdb860..ffdec6f82aad 100644 --- a/include/soc/at91/at91sam9_ddrsdr.h +++ b/include/soc/at91/at91sam9_ddrsdr.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Header file for the Atmel DDR/SDR SDRAM Controller | 3 | * Header file for the Atmel DDR/SDR SDRAM Controller |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Atmel Corporation | 5 | * Copyright (C) 2010 Atmel Corporation |
5 | * Nicolas Ferre <nicolas.ferre@atmel.com> | 6 | * Nicolas Ferre <nicolas.ferre@atmel.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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | #ifndef AT91SAM9_DDRSDR_H | 8 | #ifndef AT91SAM9_DDRSDR_H |
13 | #define AT91SAM9_DDRSDR_H | 9 | #define AT91SAM9_DDRSDR_H |
diff --git a/include/soc/at91/at91sam9_sdramc.h b/include/soc/at91/at91sam9_sdramc.h index 3d085a9a7450..e816f9979e74 100644 --- a/include/soc/at91/at91sam9_sdramc.h +++ b/include/soc/at91/at91sam9_sdramc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/mach-at91/include/mach/at91sam9_sdramc.h | 3 | * arch/arm/mach-at91/include/mach/at91sam9_sdramc.h |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * SDRAM Controllers (SDRAMC) - System peripherals registers. | 8 | * SDRAM Controllers (SDRAMC) - System peripherals registers. |
8 | * Based on AT91SAM9261 datasheet revision D. | 9 | * Based on AT91SAM9261 datasheet revision D. |
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef AT91SAM9_SDRAMC_H | 12 | #ifndef AT91SAM9_SDRAMC_H |
diff --git a/include/soc/fsl/qe/immap_qe.h b/include/soc/fsl/qe/immap_qe.h index 7baaabd5ec2c..7614fee532f1 100644 --- a/include/soc/fsl/qe/immap_qe.h +++ b/include/soc/fsl/qe/immap_qe.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * QUICC Engine (QE) Internal Memory Map. | 3 | * QUICC Engine (QE) Internal Memory Map. |
3 | * The Internal Memory Map for devices with QE on them. This | 4 | * The Internal Memory Map for devices with QE on them. This |
@@ -7,11 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Authors: Shlomi Gridish <gridish@freescale.com> | 9 | * Authors: Shlomi Gridish <gridish@freescale.com> |
9 | * Li Yang <leoli@freescale.com> | 10 | * Li Yang <leoli@freescale.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License as published by the | ||
13 | * Free Software Foundation; either version 2 of the License, or (at your | ||
14 | * option) any later version. | ||
15 | */ | 11 | */ |
16 | #ifndef _ASM_POWERPC_IMMAP_QE_H | 12 | #ifndef _ASM_POWERPC_IMMAP_QE_H |
17 | #define _ASM_POWERPC_IMMAP_QE_H | 13 | #define _ASM_POWERPC_IMMAP_QE_H |
diff --git a/include/soc/fsl/qe/qe.h b/include/soc/fsl/qe/qe.h index b3d1aff5e8ad..3f9d6b6a5691 100644 --- a/include/soc/fsl/qe/qe.h +++ b/include/soc/fsl/qe/qe.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Description: | 8 | * Description: |
8 | * QUICC Engine (QE) external definitions and structure. | 9 | * QUICC Engine (QE) external definitions and structure. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef _ASM_POWERPC_QE_H | 11 | #ifndef _ASM_POWERPC_QE_H |
16 | #define _ASM_POWERPC_QE_H | 12 | #define _ASM_POWERPC_QE_H |
diff --git a/include/soc/fsl/qe/qe_ic.h b/include/soc/fsl/qe/qe_ic.h index 1e155ca6d33c..714a9b890d8d 100644 --- a/include/soc/fsl/qe/qe_ic.h +++ b/include/soc/fsl/qe/qe_ic.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Description: | 8 | * Description: |
8 | * QE IC external definitions and structure. | 9 | * QE IC external definitions and structure. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef _ASM_POWERPC_QE_IC_H | 11 | #ifndef _ASM_POWERPC_QE_IC_H |
16 | #define _ASM_POWERPC_QE_IC_H | 12 | #define _ASM_POWERPC_QE_IC_H |
diff --git a/include/soc/fsl/qe/qe_tdm.h b/include/soc/fsl/qe/qe_tdm.h index a1664b635f1a..b6febe225071 100644 --- a/include/soc/fsl/qe/qe_tdm.h +++ b/include/soc/fsl/qe/qe_tdm.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Internal header file for QE TDM mode routines. | 3 | * Internal header file for QE TDM mode routines. |
3 | * | 4 | * |
4 | * Copyright (C) 2016 Freescale Semiconductor, Inc. All rights reserved. | 5 | * Copyright (C) 2016 Freescale Semiconductor, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * Authors: Zhao Qiang <qiang.zhao@nxp.com> | 7 | * Authors: Zhao Qiang <qiang.zhao@nxp.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _QE_TDM_H_ | 10 | #ifndef _QE_TDM_H_ |
diff --git a/include/soc/fsl/qe/ucc.h b/include/soc/fsl/qe/ucc.h index 6bbbb597f2af..09e71557a84e 100644 --- a/include/soc/fsl/qe/ucc.h +++ b/include/soc/fsl/qe/ucc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Description: | 8 | * Description: |
8 | * Internal header file for UCC unit routines. | 9 | * Internal header file for UCC unit routines. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef __UCC_H__ | 11 | #ifndef __UCC_H__ |
16 | #define __UCC_H__ | 12 | #define __UCC_H__ |
diff --git a/include/soc/fsl/qe/ucc_fast.h b/include/soc/fsl/qe/ucc_fast.h index dcd6b865b590..e9cc46042a83 100644 --- a/include/soc/fsl/qe/ucc_fast.h +++ b/include/soc/fsl/qe/ucc_fast.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Internal header file for UCC FAST unit routines. | 3 | * Internal header file for UCC FAST unit routines. |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Shlomi Gridish <gridish@freescale.com> | 7 | * Authors: Shlomi Gridish <gridish@freescale.com> |
7 | * Li Yang <leoli@freescale.com> | 8 | * Li Yang <leoli@freescale.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | */ | 9 | */ |
14 | #ifndef __UCC_FAST_H__ | 10 | #ifndef __UCC_FAST_H__ |
15 | #define __UCC_FAST_H__ | 11 | #define __UCC_FAST_H__ |
diff --git a/include/soc/fsl/qe/ucc_slow.h b/include/soc/fsl/qe/ucc_slow.h index 6c0573a0825c..8696fdea2ae9 100644 --- a/include/soc/fsl/qe/ucc_slow.h +++ b/include/soc/fsl/qe/ucc_slow.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2006 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Description: | 8 | * Description: |
8 | * Internal header file for UCC SLOW unit routines. | 9 | * Internal header file for UCC SLOW unit routines. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef __UCC_SLOW_H__ | 11 | #ifndef __UCC_SLOW_H__ |
16 | #define __UCC_SLOW_H__ | 12 | #define __UCC_SLOW_H__ |
diff --git a/include/soc/imx/cpuidle.h b/include/soc/imx/cpuidle.h index 8e7743d3b34d..7d92028015b3 100644 --- a/include/soc/imx/cpuidle.h +++ b/include/soc/imx/cpuidle.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2016 Pengutronix, <kernel@pengutronix.de> | 3 | * Copyright 2016 Pengutronix, <kernel@pengutronix.de> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef __SOC_IMX_CPUIDLE_H__ | 6 | #ifndef __SOC_IMX_CPUIDLE_H__ |
diff --git a/include/soc/mediatek/smi.h b/include/soc/mediatek/smi.h index 5201e9022c86..79b74ced9d91 100644 --- a/include/soc/mediatek/smi.h +++ b/include/soc/mediatek/smi.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015-2016 MediaTek Inc. | 3 | * Copyright (c) 2015-2016 MediaTek Inc. |
3 | * Author: Yong Wu <yong.wu@mediatek.com> | 4 | * Author: Yong Wu <yong.wu@mediatek.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 5 | */ |
14 | #ifndef MTK_IOMMU_SMI_H | 6 | #ifndef MTK_IOMMU_SMI_H |
15 | #define MTK_IOMMU_SMI_H | 7 | #define MTK_IOMMU_SMI_H |
diff --git a/include/soc/rockchip/rockchip_sip.h b/include/soc/rockchip/rockchip_sip.h index ad9482c56797..c46a9ae2a2ab 100644 --- a/include/soc/rockchip/rockchip_sip.h +++ b/include/soc/rockchip/rockchip_sip.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd | 3 | * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd |
3 | * Author: Lin Huang <hl@rock-chips.com> | 4 | * Author: Lin Huang <hl@rock-chips.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms and conditions of the GNU General Public License, | ||
7 | * version 2, as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | */ | 5 | */ |
14 | #ifndef __SOC_ROCKCHIP_SIP_H | 6 | #ifndef __SOC_ROCKCHIP_SIP_H |
15 | #define __SOC_ROCKCHIP_SIP_H | 7 | #define __SOC_ROCKCHIP_SIP_H |
diff --git a/include/soc/tegra/ahb.h b/include/soc/tegra/ahb.h index 504eb6f957e5..46168b21898d 100644 --- a/include/soc/tegra/ahb.h +++ b/include/soc/tegra/ahb.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef __SOC_TEGRA_AHB_H__ | 6 | #ifndef __SOC_TEGRA_AHB_H__ |
diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h index ab7f8796a260..cac6f610b3fe 100644 --- a/include/soc/tegra/bpmp-abi.h +++ b/include/soc/tegra/bpmp-abi.h | |||
@@ -1,17 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 4 | */ |
16 | 5 | ||
17 | #ifndef _ABI_BPMP_ABI_H_ | 6 | #ifndef _ABI_BPMP_ABI_H_ |
diff --git a/include/soc/tegra/bpmp.h b/include/soc/tegra/bpmp.h index 45960aa08f4a..f2604e99af09 100644 --- a/include/soc/tegra/bpmp.h +++ b/include/soc/tegra/bpmp.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef __SOC_TEGRA_BPMP_H | 6 | #ifndef __SOC_TEGRA_BPMP_H |
diff --git a/include/soc/tegra/cpuidle.h b/include/soc/tegra/cpuidle.h index b6cf32211520..029ba1f4b2cc 100644 --- a/include/soc/tegra/cpuidle.h +++ b/include/soc/tegra/cpuidle.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef __SOC_TEGRA_CPUIDLE_H__ | 6 | #ifndef __SOC_TEGRA_CPUIDLE_H__ |
diff --git a/include/soc/tegra/flowctrl.h b/include/soc/tegra/flowctrl.h index 8f86aea4024b..1aacc5c7a9db 100644 --- a/include/soc/tegra/flowctrl.h +++ b/include/soc/tegra/flowctrl.h | |||
@@ -1,19 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Functions and macros to control the flowcontroller | 3 | * Functions and macros to control the flowcontroller |
3 | * | 4 | * |
4 | * Copyright (c) 2010-2012, NVIDIA Corporation. All rights reserved. | 5 | * Copyright (c) 2010-2012, NVIDIA Corporation. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms and conditions of the GNU General Public License, | ||
8 | * version 2, as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
17 | */ | 6 | */ |
18 | 7 | ||
19 | #ifndef __SOC_TEGRA_FLOWCTRL_H__ | 8 | #ifndef __SOC_TEGRA_FLOWCTRL_H__ |
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index 8fb2f8a87339..252ea20fe4c1 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h | |||
@@ -1,17 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | 4 | */ |
16 | 5 | ||
17 | #ifndef __SOC_TEGRA_FUSE_H__ | 6 | #ifndef __SOC_TEGRA_FUSE_H__ |
diff --git a/include/soc/tegra/ivc.h b/include/soc/tegra/ivc.h index b13cc43ad9d8..4aeb77cc22c5 100644 --- a/include/soc/tegra/ivc.h +++ b/include/soc/tegra/ivc.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. | 3 | * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #ifndef __TEGRA_IVC_H | 6 | #ifndef __TEGRA_IVC_H |
diff --git a/include/soc/tegra/pmc.h b/include/soc/tegra/pmc.h index b32ee5d82dd4..57e58faf660b 100644 --- a/include/soc/tegra/pmc.h +++ b/include/soc/tegra/pmc.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Google, Inc | 3 | * Copyright (c) 2010 Google, Inc |
3 | * Copyright (c) 2014 NVIDIA Corporation | 4 | * Copyright (c) 2014 NVIDIA Corporation |
4 | * | 5 | * |
5 | * Author: | 6 | * Author: |
6 | * Colin Cross <ccross@google.com> | 7 | * Colin Cross <ccross@google.com> |
7 | * | ||
8 | * This software is licensed under the terms of the GNU General Public | ||
9 | * License version 2, as published by the Free Software Foundation, and | ||
10 | * may be copied, distributed, and modified under those terms. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #ifndef __SOC_TEGRA_PMC_H__ | 10 | #ifndef __SOC_TEGRA_PMC_H__ |
diff --git a/include/sound/ad1816a.h b/include/sound/ad1816a.h index f2d3a6d07210..283477e86e0c 100644 --- a/include/sound/ad1816a.h +++ b/include/sound/ad1816a.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_AD1816A_H | 2 | #ifndef __SOUND_AD1816A_H |
2 | #define __SOUND_AD1816A_H | 3 | #define __SOUND_AD1816A_H |
3 | 4 | ||
@@ -5,19 +6,6 @@ | |||
5 | ad1816a.h - definitions for ADI SoundPort AD1816A chip. | 6 | ad1816a.h - definitions for ADI SoundPort AD1816A chip. |
6 | Copyright (C) 1999-2000 by Massimo Piccioni <dafastidio@libero.it> | 7 | Copyright (C) 1999-2000 by Massimo Piccioni <dafastidio@libero.it> |
7 | 8 | ||
8 | This program is free software; you can redistribute it and/or modify | ||
9 | it under the terms of the GNU General Public License as published by | ||
10 | the Free Software Foundation; either version 2 of the License, or | ||
11 | (at your option) any later version. | ||
12 | |||
13 | This program is distributed in the hope that it will be useful, | ||
14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | GNU General Public License for more details. | ||
17 | |||
18 | You should have received a copy of the GNU General Public License | ||
19 | along with this program; if not, write to the Free Software | ||
20 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | */ | 9 | */ |
22 | 10 | ||
23 | #include <sound/control.h> | 11 | #include <sound/control.h> |
diff --git a/include/sound/adau1373.h b/include/sound/adau1373.h index 1b19c7666574..4c32ba1328ed 100644 --- a/include/sound/adau1373.h +++ b/include/sound/adau1373.h | |||
@@ -1,10 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Analog Devices ADAU1373 Audio Codec drive | 3 | * Analog Devices ADAU1373 Audio Codec drive |
3 | * | 4 | * |
4 | * Copyright 2011 Analog Devices Inc. | 5 | * Copyright 2011 Analog Devices Inc. |
5 | * Author: Lars-Peter Clausen <lars@metafoo.de> | 6 | * Author: Lars-Peter Clausen <lars@metafoo.de> |
6 | * | ||
7 | * Licensed under the GPL-2 or later. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #ifndef __SOUND_ADAU1373_H__ | 9 | #ifndef __SOUND_ADAU1373_H__ |
diff --git a/include/sound/ak4113.h b/include/sound/ak4113.h index b2d09fd09559..9ac342ba862a 100644 --- a/include/sound/ak4113.h +++ b/include/sound/ak4113.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_AK4113_H | 2 | #ifndef __SOUND_AK4113_H |
2 | #define __SOUND_AK4113_H | 3 | #define __SOUND_AK4113_H |
3 | 4 | ||
@@ -5,22 +6,6 @@ | |||
5 | * Routines for Asahi Kasei AK4113 | 6 | * Routines for Asahi Kasei AK4113 |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, |
7 | * Copyright (c) by Pavel Hofman <pavel.hofman@ivitera.com>, | 8 | * Copyright (c) by Pavel Hofman <pavel.hofman@ivitera.com>, |
8 | * | ||
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | * | ||
24 | */ | 9 | */ |
25 | 10 | ||
26 | /* AK4113 registers */ | 11 | /* AK4113 registers */ |
diff --git a/include/sound/ak4114.h b/include/sound/ak4114.h index 39df064c82fc..c478a806f6f7 100644 --- a/include/sound/ak4114.h +++ b/include/sound/ak4114.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_AK4114_H | 2 | #ifndef __SOUND_AK4114_H |
2 | #define __SOUND_AK4114_H | 3 | #define __SOUND_AK4114_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Routines for Asahi Kasei AK4114 | 6 | * Routines for Asahi Kasei AK4114 |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | /* AK4114 registers */ | 10 | /* AK4114 registers */ |
diff --git a/include/sound/ak4117.h b/include/sound/ak4117.h index 5fab517cfe46..3f6bf74d9c30 100644 --- a/include/sound/ak4117.h +++ b/include/sound/ak4117.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_AK4117_H | 2 | #ifndef __SOUND_AK4117_H |
2 | #define __SOUND_AK4117_H | 3 | #define __SOUND_AK4117_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Routines for Asahi Kasei AK4117 | 6 | * Routines for Asahi Kasei AK4117 |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #define AK4117_REG_PWRDN 0x00 /* power down */ | 10 | #define AK4117_REG_PWRDN 0x00 /* power down */ |
diff --git a/include/sound/ak4531_codec.h b/include/sound/ak4531_codec.h index 85ea86ea35b3..9a4429970d92 100644 --- a/include/sound/ak4531_codec.h +++ b/include/sound/ak4531_codec.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_AK4531_CODEC_H | 2 | #ifndef __SOUND_AK4531_CODEC_H |
2 | #define __SOUND_AK4531_CODEC_H | 3 | #define __SOUND_AK4531_CODEC_H |
3 | 4 | ||
@@ -7,22 +8,6 @@ | |||
7 | * | 8 | * |
8 | * For more details look to AC '97 component specification revision 2.1 | 9 | * For more details look to AC '97 component specification revision 2.1 |
9 | * by Intel Corporation (http://developer.intel.com). | 10 | * by Intel Corporation (http://developer.intel.com). |
10 | * | ||
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 as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
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 the Free Software | ||
24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
25 | * | ||
26 | */ | 11 | */ |
27 | 12 | ||
28 | #include <sound/info.h> | 13 | #include <sound/info.h> |
diff --git a/include/sound/ak4xxx-adda.h b/include/sound/ak4xxx-adda.h index 030b87c2f6d4..4f574cefe775 100644 --- a/include/sound/ak4xxx-adda.h +++ b/include/sound/ak4xxx-adda.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_AK4XXX_ADDA_H | 2 | #ifndef __SOUND_AK4XXX_ADDA_H |
2 | #define __SOUND_AK4XXX_ADDA_H | 3 | #define __SOUND_AK4XXX_ADDA_H |
3 | 4 | ||
@@ -6,21 +7,6 @@ | |||
6 | * AD and DA converters | 7 | * AD and DA converters |
7 | * | 8 | * |
8 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> | 9 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | * | ||
24 | */ | 10 | */ |
25 | 11 | ||
26 | #ifndef AK4XXX_MAX_CHIPS | 12 | #ifndef AK4XXX_MAX_CHIPS |
diff --git a/include/sound/asequencer.h b/include/sound/asequencer.h index 75935ce739c5..18d4bc3ee0b7 100644 --- a/include/sound/asequencer.h +++ b/include/sound/asequencer.h | |||
@@ -1,23 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Main header file for the ALSA sequencer | 3 | * Main header file for the ALSA sequencer |
3 | * Copyright (c) 1998-1999 by Frank van de Pol <fvdpol@coil.demon.nl> | 4 | * Copyright (c) 1998-1999 by Frank van de Pol <fvdpol@coil.demon.nl> |
4 | * (c) 1998-1999 by Jaroslav Kysela <perex@perex.cz> | 5 | * (c) 1998-1999 by Jaroslav Kysela <perex@perex.cz> |
5 | * | ||
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | * | ||
21 | */ | 6 | */ |
22 | #ifndef __SOUND_ASEQUENCER_H | 7 | #ifndef __SOUND_ASEQUENCER_H |
23 | #define __SOUND_ASEQUENCER_H | 8 | #define __SOUND_ASEQUENCER_H |
diff --git a/include/sound/asound.h b/include/sound/asound.h index c2dff5369d33..3fc5b216cd2e 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h | |||
@@ -1,23 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Advanced Linux Sound Architecture - ALSA - Driver | 3 | * Advanced Linux Sound Architecture - ALSA - Driver |
3 | * Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, | 4 | * Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, |
4 | * Abramo Bagnara <abramo@alsa-project.org> | 5 | * Abramo Bagnara <abramo@alsa-project.org> |
5 | * | ||
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | * | ||
21 | */ | 6 | */ |
22 | #ifndef __SOUND_ASOUND_H | 7 | #ifndef __SOUND_ASOUND_H |
23 | #define __SOUND_ASOUND_H | 8 | #define __SOUND_ASOUND_H |
diff --git a/include/sound/asoundef.h b/include/sound/asoundef.h index bb05c02f89b0..9fdeac19dadb 100644 --- a/include/sound/asoundef.h +++ b/include/sound/asoundef.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_ASOUNDEF_H | 2 | #ifndef __SOUND_ASOUNDEF_H |
2 | #define __SOUND_ASOUNDEF_H | 3 | #define __SOUND_ASOUNDEF_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Advanced Linux Sound Architecture - ALSA - Driver | 6 | * Advanced Linux Sound Architecture - ALSA - Driver |
6 | * Copyright (c) 1994-2000 by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) 1994-2000 by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | /**************************************************************************** | 10 | /**************************************************************************** |
diff --git a/include/sound/control.h b/include/sound/control.h index 6011a58d3e20..5d7c99475684 100644 --- a/include/sound/control.h +++ b/include/sound/control.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_CONTROL_H | 2 | #ifndef __SOUND_CONTROL_H |
2 | #define __SOUND_CONTROL_H | 3 | #define __SOUND_CONTROL_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Header file for control interface | 6 | * Header file for control interface |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <linux/wait.h> | 10 | #include <linux/wait.h> |
diff --git a/include/sound/core.h b/include/sound/core.h index c90ebbc8d9c4..ee238f100f73 100644 --- a/include/sound/core.h +++ b/include/sound/core.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_CORE_H | 2 | #ifndef __SOUND_CORE_H |
2 | #define __SOUND_CORE_H | 3 | #define __SOUND_CORE_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Main header file for the ALSA driver | 6 | * Main header file for the ALSA driver |
6 | * Copyright (c) 1994-2001 by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) 1994-2001 by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <linux/device.h> | 10 | #include <linux/device.h> |
diff --git a/include/sound/cs4231-regs.h b/include/sound/cs4231-regs.h index 66d28c2cb53d..806a55104a78 100644 --- a/include/sound/cs4231-regs.h +++ b/include/sound/cs4231-regs.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_CS4231_REGS_H | 2 | #ifndef __SOUND_CS4231_REGS_H |
2 | #define __SOUND_CS4231_REGS_H | 3 | #define __SOUND_CS4231_REGS_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
6 | * Definitions for CS4231 & InterWave chips & compatible chips registers | 7 | * Definitions for CS4231 & InterWave chips & compatible chips registers |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | /* IO ports */ | 10 | /* IO ports */ |
diff --git a/include/sound/cs4271.h b/include/sound/cs4271.h index 70f45355acaa..6ff23ab48894 100644 --- a/include/sound/cs4271.h +++ b/include/sound/cs4271.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Definitions for CS4271 ASoC codec driver | 3 | * Definitions for CS4271 ASoC codec driver |
3 | * | 4 | * |
4 | * Copyright (c) 2010 Alexander Sverdlin <subaparts@yandex.ru> | 5 | * Copyright (c) 2010 Alexander Sverdlin <subaparts@yandex.ru> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version 2 | ||
9 | * of the License, or (at your option) any later version. | ||
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 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef __CS4271_H | 8 | #ifndef __CS4271_H |
diff --git a/include/sound/cs8403.h b/include/sound/cs8403.h index 3a8c174a4209..c27f7763962d 100644 --- a/include/sound/cs8403.h +++ b/include/sound/cs8403.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_CS8403_H | 2 | #ifndef __SOUND_CS8403_H |
2 | #define __SOUND_CS8403_H | 3 | #define __SOUND_CS8403_H |
3 | 4 | ||
@@ -5,22 +6,6 @@ | |||
5 | * Routines for Cirrus Logic CS8403/CS8404A IEC958 (S/PDIF) Transmitter | 6 | * Routines for Cirrus Logic CS8403/CS8404A IEC958 (S/PDIF) Transmitter |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, |
7 | * Takashi Iwai <tiwai@suse.de> | 8 | * Takashi Iwai <tiwai@suse.de> |
8 | * | ||
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | * | ||
24 | */ | 9 | */ |
25 | 10 | ||
26 | #ifdef SND_CS8403 | 11 | #ifdef SND_CS8403 |
diff --git a/include/sound/cs8427.h b/include/sound/cs8427.h index 0b6a1876639b..38b730bd5cf6 100644 --- a/include/sound/cs8427.h +++ b/include/sound/cs8427.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_CS8427_H | 2 | #ifndef __SOUND_CS8427_H |
2 | #define __SOUND_CS8427_H | 3 | #define __SOUND_CS8427_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Routines for Cirrus Logic CS8427 | 6 | * Routines for Cirrus Logic CS8427 |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/i2c.h> | 10 | #include <sound/i2c.h> |
diff --git a/include/sound/da7218.h b/include/sound/da7218.h index 0dbb818ac116..9d0a82fbec0c 100644 --- a/include/sound/da7218.h +++ b/include/sound/da7218.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * da7218.h - DA7218 ASoC Codec Driver Platform Data | 3 | * da7218.h - DA7218 ASoC Codec Driver Platform Data |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Dialog Semiconductor | 5 | * Copyright (c) 2015 Dialog Semiconductor |
5 | * | 6 | * |
6 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 7 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _DA7218_PDATA_H | 10 | #ifndef _DA7218_PDATA_H |
diff --git a/include/sound/da7219-aad.h b/include/sound/da7219-aad.h index 17802fb86ec4..24ee7baa2589 100644 --- a/include/sound/da7219-aad.h +++ b/include/sound/da7219-aad.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * da7219-aad.h - DA7322 ASoC Codec AAD Driver Platform Data | 3 | * da7219-aad.h - DA7322 ASoC Codec AAD Driver Platform Data |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Dialog Semiconductor Ltd. | 5 | * Copyright (c) 2015 Dialog Semiconductor Ltd. |
5 | * | 6 | * |
6 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 7 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __DA7219_AAD_PDATA_H | 10 | #ifndef __DA7219_AAD_PDATA_H |
diff --git a/include/sound/da7219.h b/include/sound/da7219.h index 4a36954c86c5..dde4542b084f 100644 --- a/include/sound/da7219.h +++ b/include/sound/da7219.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * da7219.h - DA7219 ASoC Codec Driver Platform Data | 3 | * da7219.h - DA7219 ASoC Codec Driver Platform Data |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Dialog Semiconductor | 5 | * Copyright (c) 2015 Dialog Semiconductor |
5 | * | 6 | * |
6 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 7 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __DA7219_PDATA_H | 10 | #ifndef __DA7219_PDATA_H |
diff --git a/include/sound/da9055.h b/include/sound/da9055.h index cf1241b64d89..5c9a3c23ef03 100644 --- a/include/sound/da9055.h +++ b/include/sound/da9055.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * DA9055 ALSA Soc codec driver | 3 | * DA9055 ALSA Soc codec driver |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Tested on (Samsung SMDK6410 board + DA9055 EVB) using I2S and I2C | 7 | * Tested on (Samsung SMDK6410 board + DA9055 EVB) using I2S and I2C |
7 | * Written by David Chen <david.chen@diasemi.com> and | 8 | * Written by David Chen <david.chen@diasemi.com> and |
8 | * Ashish Chavan <ashish.chavan@kpitcummins.com> | 9 | * Ashish Chavan <ashish.chavan@kpitcummins.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef __SOUND_DA9055_H__ | 12 | #ifndef __SOUND_DA9055_H__ |
diff --git a/include/sound/designware_i2s.h b/include/sound/designware_i2s.h index 830f5caa915c..80d275b9ae0d 100644 --- a/include/sound/designware_i2s.h +++ b/include/sound/designware_i2s.h | |||
@@ -1,20 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (ST) 2012 Rajeev Kumar (rajeevkumar.linux@gmail.com) | 3 | * Copyright (ST) 2012 Rajeev Kumar (rajeevkumar.linux@gmail.com) |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | * | ||
18 | */ | 4 | */ |
19 | 5 | ||
20 | #ifndef __SOUND_DESIGNWARE_I2S_H | 6 | #ifndef __SOUND_DESIGNWARE_I2S_H |
diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h index 8c1572de44c5..468e38c54dd3 100644 --- a/include/sound/emu10k1.h +++ b/include/sound/emu10k1.h | |||
@@ -1,23 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, | 3 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, |
3 | * Creative Labs, Inc. | 4 | * Creative Labs, Inc. |
4 | * Definitions for EMU10K1 (SB Live!) chips | 5 | * Definitions for EMU10K1 (SB Live!) chips |
5 | * | ||
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | * | ||
21 | */ | 6 | */ |
22 | #ifndef __SOUND_EMU10K1_H | 7 | #ifndef __SOUND_EMU10K1_H |
23 | #define __SOUND_EMU10K1_H | 8 | #define __SOUND_EMU10K1_H |
diff --git a/include/sound/emu10k1_synth.h b/include/sound/emu10k1_synth.h index 9f211e957bf9..05af4f921fe1 100644 --- a/include/sound/emu10k1_synth.h +++ b/include/sound/emu10k1_synth.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __EMU10K1_SYNTH_H | 2 | #ifndef __EMU10K1_SYNTH_H |
2 | #define __EMU10K1_SYNTH_H | 3 | #define __EMU10K1_SYNTH_H |
3 | /* | 4 | /* |
4 | * Defines for the Emu10k1 WaveTable synth | 5 | * Defines for the Emu10k1 WaveTable synth |
5 | * | 6 | * |
6 | * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> | 7 | * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #include <sound/emu10k1.h> | 10 | #include <sound/emu10k1.h> |
diff --git a/include/sound/emu8000.h b/include/sound/emu8000.h index c321302a9143..ad0365d6de5e 100644 --- a/include/sound/emu8000.h +++ b/include/sound/emu8000.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_EMU8000_H | 2 | #ifndef __SOUND_EMU8000_H |
2 | #define __SOUND_EMU8000_H | 3 | #define __SOUND_EMU8000_H |
3 | /* | 4 | /* |
@@ -5,20 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 1999 Steve Ratcliffe | 7 | * Copyright (C) 1999 Steve Ratcliffe |
7 | * Copyright (C) 1999-2000 Takashi Iwai <tiwai@suse.de> | 8 | * Copyright (C) 1999-2000 Takashi Iwai <tiwai@suse.de> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | */ | 9 | */ |
23 | 10 | ||
24 | #include <sound/emux_synth.h> | 11 | #include <sound/emux_synth.h> |
diff --git a/include/sound/emu8000_reg.h b/include/sound/emu8000_reg.h index 4b9827ac4960..04cedff25ad7 100644 --- a/include/sound/emu8000_reg.h +++ b/include/sound/emu8000_reg.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_EMU8000_REG_H | 2 | #ifndef __SOUND_EMU8000_REG_H |
2 | #define __SOUND_EMU8000_REG_H | 3 | #define __SOUND_EMU8000_REG_H |
3 | /* | 4 | /* |
@@ -6,21 +7,6 @@ | |||
6 | * Copyright (C) 1999 Steve Ratcliffe | 7 | * Copyright (C) 1999 Steve Ratcliffe |
7 | * | 8 | * |
8 | * Based on awe_wave.c by Takashi Iwai | 9 | * Based on awe_wave.c by Takashi Iwai |
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | * | ||
24 | */ | 10 | */ |
25 | 11 | ||
26 | /* | 12 | /* |
diff --git a/include/sound/emux_legacy.h b/include/sound/emux_legacy.h index baf43fc24d39..1127e30d33bb 100644 --- a/include/sound/emux_legacy.h +++ b/include/sound/emux_legacy.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_EMUX_LEGACY_H | 2 | #ifndef __SOUND_EMUX_LEGACY_H |
2 | #define __SOUND_EMUX_LEGACY_H | 3 | #define __SOUND_EMUX_LEGACY_H |
3 | 4 | ||
@@ -5,21 +6,6 @@ | |||
5 | * Copyright (c) 1999-2000 Takashi Iwai <tiwai@suse.de> | 6 | * Copyright (c) 1999-2000 Takashi Iwai <tiwai@suse.de> |
6 | * | 7 | * |
7 | * Definitions of OSS compatible headers for Emu8000 device informations | 8 | * Definitions of OSS compatible headers for Emu8000 device informations |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 9 | */ |
24 | 10 | ||
25 | #include <sound/seq_oss_legacy.h> | 11 | #include <sound/seq_oss_legacy.h> |
diff --git a/include/sound/emux_synth.h b/include/sound/emux_synth.h index 19a0cb561ffc..d499b68122a3 100644 --- a/include/sound/emux_synth.h +++ b/include/sound/emux_synth.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_EMUX_SYNTH_H | 2 | #ifndef __SOUND_EMUX_SYNTH_H |
2 | #define __SOUND_EMUX_SYNTH_H | 3 | #define __SOUND_EMUX_SYNTH_H |
3 | 4 | ||
@@ -5,20 +6,6 @@ | |||
5 | * Defines for the Emu-series WaveTable chip | 6 | * Defines for the Emu-series WaveTable chip |
6 | * | 7 | * |
7 | * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> | 8 | * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | */ | 9 | */ |
23 | 10 | ||
24 | #include <sound/seq_kernel.h> | 11 | #include <sound/seq_kernel.h> |
diff --git a/include/sound/es1688.h b/include/sound/es1688.h index b34f23a5bb74..099569c31fbb 100644 --- a/include/sound/es1688.h +++ b/include/sound/es1688.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_ES1688_H | 2 | #ifndef __SOUND_ES1688_H |
2 | #define __SOUND_ES1688_H | 3 | #define __SOUND_ES1688_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Header file for ES488/ES1688 | 6 | * Header file for ES488/ES1688 |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/control.h> | 10 | #include <sound/control.h> |
diff --git a/include/sound/gus.h b/include/sound/gus.h index 07c116fe78c8..410939ecf3a5 100644 --- a/include/sound/gus.h +++ b/include/sound/gus.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_GUS_H | 2 | #ifndef __SOUND_GUS_H |
2 | #define __SOUND_GUS_H | 3 | #define __SOUND_GUS_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Global structures used for GUS part of ALSA driver | 6 | * Global structures used for GUS part of ALSA driver |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/pcm.h> | 10 | #include <sound/pcm.h> |
diff --git a/include/sound/hda_codec.h b/include/sound/hda_codec.h index cc7c8d42d4fd..a7c602576b68 100644 --- a/include/sound/hda_codec.h +++ b/include/sound/hda_codec.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Universal Interface for Intel High Definition Audio Codec | 3 | * Universal Interface for Intel High Definition Audio Codec |
3 | * | 4 | * |
4 | * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> | 5 | * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program; if not, write to the Free Software Foundation, Inc., 59 | ||
18 | * Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __SOUND_HDA_CODEC_H | 8 | #ifndef __SOUND_HDA_CODEC_H |
diff --git a/include/sound/hda_hwdep.h b/include/sound/hda_hwdep.h index 1c0034e87f22..f9b5b05ba3e1 100644 --- a/include/sound/hda_hwdep.h +++ b/include/sound/hda_hwdep.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * HWDEP Interface for HD-audio codec | 3 | * HWDEP Interface for HD-audio codec |
3 | * | 4 | * |
4 | * Copyright (c) 2007 Takashi Iwai <tiwai@suse.de> | 5 | * Copyright (c) 2007 Takashi Iwai <tiwai@suse.de> |
5 | * | ||
6 | * This driver is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This driver 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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #ifndef __SOUND_HDA_HWDEP_H | 8 | #ifndef __SOUND_HDA_HWDEP_H |
diff --git a/include/sound/hdmi-codec.h b/include/sound/hdmi-codec.h index 9483c55f871b..7fea496f1f34 100644 --- a/include/sound/hdmi-codec.h +++ b/include/sound/hdmi-codec.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * hdmi-codec.h - HDMI Codec driver API | 3 | * hdmi-codec.h - HDMI Codec driver API |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com | 5 | * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com |
5 | * | 6 | * |
6 | * Author: Jyri Sarha <jsarha@ti.com> | 7 | * Author: Jyri Sarha <jsarha@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #ifndef __HDMI_CODEC_H__ | 10 | #ifndef __HDMI_CODEC_H__ |
diff --git a/include/sound/hwdep.h b/include/sound/hwdep.h index afeca593188a..8d6cdb254039 100644 --- a/include/sound/hwdep.h +++ b/include/sound/hwdep.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_HWDEP_H | 2 | #ifndef __SOUND_HWDEP_H |
2 | #define __SOUND_HWDEP_H | 3 | #define __SOUND_HWDEP_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Hardware dependent layer | 6 | * Hardware dependent layer |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/asound.h> | 10 | #include <sound/asound.h> |
diff --git a/include/sound/i2c.h b/include/sound/i2c.h index 835254de2039..6f0162ae9d68 100644 --- a/include/sound/i2c.h +++ b/include/sound/i2c.h | |||
@@ -1,24 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_I2C_H | 2 | #ifndef __SOUND_I2C_H |
2 | #define __SOUND_I2C_H | 3 | #define __SOUND_I2C_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * | ||
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | * | ||
21 | * | ||
22 | */ | 6 | */ |
23 | 7 | ||
24 | #define SND_I2C_DEVICE_ADDRTEN (1<<0) /* 10-bit I2C address */ | 8 | #define SND_I2C_DEVICE_ADDRTEN (1<<0) /* 10-bit I2C address */ |
diff --git a/include/sound/info.h b/include/sound/info.h index 97fdda41e076..b01a22913400 100644 --- a/include/sound/info.h +++ b/include/sound/info.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_INFO_H | 2 | #ifndef __SOUND_INFO_H |
2 | #define __SOUND_INFO_H | 3 | #define __SOUND_INFO_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Header file for info interface | 6 | * Header file for info interface |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <linux/poll.h> | 10 | #include <linux/poll.h> |
diff --git a/include/sound/initval.h b/include/sound/initval.h index ac62c67e6f42..3ddae2b4177e 100644 --- a/include/sound/initval.h +++ b/include/sound/initval.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_INITVAL_H | 2 | #ifndef __SOUND_INITVAL_H |
2 | #define __SOUND_INITVAL_H | 3 | #define __SOUND_INITVAL_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Init values for soundcard modules | 6 | * Init values for soundcard modules |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #define SNDRV_AUTO_PORT 1 | 10 | #define SNDRV_AUTO_PORT 1 |
diff --git a/include/sound/jack.h b/include/sound/jack.h index 1e84bfb553cf..9eb2b5ec1ec4 100644 --- a/include/sound/jack.h +++ b/include/sound/jack.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_JACK_H | 2 | #ifndef __SOUND_JACK_H |
2 | #define __SOUND_JACK_H | 3 | #define __SOUND_JACK_H |
3 | 4 | ||
@@ -5,22 +6,6 @@ | |||
5 | * Jack abstraction layer | 6 | * Jack abstraction layer |
6 | * | 7 | * |
7 | * Copyright 2008 Wolfson Microelectronics plc | 8 | * Copyright 2008 Wolfson Microelectronics plc |
8 | * | ||
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | * | ||
24 | */ | 9 | */ |
25 | 10 | ||
26 | #include <sound/core.h> | 11 | #include <sound/core.h> |
diff --git a/include/sound/max98088.h b/include/sound/max98088.h index c3ba8239182d..76b3769195fc 100644 --- a/include/sound/max98088.h +++ b/include/sound/max98088.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform data for MAX98088 | 3 | * Platform data for MAX98088 |
3 | * | 4 | * |
4 | * Copyright 2010 Maxim Integrated Products | 5 | * Copyright 2010 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef __SOUND_MAX98088_PDATA_H__ | 8 | #ifndef __SOUND_MAX98088_PDATA_H__ |
diff --git a/include/sound/max98090.h b/include/sound/max98090.h index 95efb13f8478..6bc1b014f59a 100644 --- a/include/sound/max98090.h +++ b/include/sound/max98090.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform data for MAX98090 | 3 | * Platform data for MAX98090 |
3 | * | 4 | * |
4 | * Copyright 2011-2012 Maxim Integrated Products | 5 | * Copyright 2011-2012 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef __SOUND_MAX98090_PDATA_H__ | 8 | #ifndef __SOUND_MAX98090_PDATA_H__ |
diff --git a/include/sound/max98095.h b/include/sound/max98095.h index e87ae67b0a55..731c88551d81 100644 --- a/include/sound/max98095.h +++ b/include/sound/max98095.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform data for MAX98095 | 3 | * Platform data for MAX98095 |
3 | * | 4 | * |
4 | * Copyright 2011 Maxim Integrated Products | 5 | * Copyright 2011 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef __SOUND_MAX98095_PDATA_H__ | 8 | #ifndef __SOUND_MAX98095_PDATA_H__ |
diff --git a/include/sound/memalloc.h b/include/sound/memalloc.h index 4c6f3b5a7cff..240622d89c0b 100644 --- a/include/sound/memalloc.h +++ b/include/sound/memalloc.h | |||
@@ -1,24 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 3 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
3 | * Takashi Iwai <tiwai@suse.de> | 4 | * Takashi Iwai <tiwai@suse.de> |
4 | * | 5 | * |
5 | * Generic memory allocators | 6 | * Generic memory allocators |
6 | * | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | * | ||
22 | */ | 7 | */ |
23 | 8 | ||
24 | #ifndef __SOUND_MEMALLOC_H | 9 | #ifndef __SOUND_MEMALLOC_H |
diff --git a/include/sound/minors.h b/include/sound/minors.h index 5978f9a8c8b2..2b0395693ed2 100644 --- a/include/sound/minors.h +++ b/include/sound/minors.h | |||
@@ -1,24 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_MINORS_H | 2 | #ifndef __SOUND_MINORS_H |
2 | #define __SOUND_MINORS_H | 3 | #define __SOUND_MINORS_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * MINOR numbers | 6 | * MINOR numbers |
6 | * | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | * | ||
22 | */ | 7 | */ |
23 | 8 | ||
24 | #define SNDRV_OS_MINORS 256 | 9 | #define SNDRV_OS_MINORS 256 |
diff --git a/include/sound/mixer_oss.h b/include/sound/mixer_oss.h index 930da10fb65b..9a212c0cebe9 100644 --- a/include/sound/mixer_oss.h +++ b/include/sound/mixer_oss.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_MIXER_OSS_H | 2 | #ifndef __SOUND_MIXER_OSS_H |
2 | #define __SOUND_MIXER_OSS_H | 3 | #define __SOUND_MIXER_OSS_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * OSS MIXER API | 6 | * OSS MIXER API |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #if IS_ENABLED(CONFIG_SND_MIXER_OSS) | 10 | #if IS_ENABLED(CONFIG_SND_MIXER_OSS) |
diff --git a/include/sound/mpu401.h b/include/sound/mpu401.h index e94209692513..d4c915a37a9a 100644 --- a/include/sound/mpu401.h +++ b/include/sound/mpu401.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_MPU401_H | 2 | #ifndef __SOUND_MPU401_H |
2 | #define __SOUND_MPU401_H | 3 | #define __SOUND_MPU401_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Header file for MPU-401 and compatible cards | 6 | * Header file for MPU-401 and compatible cards |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/rawmidi.h> | 10 | #include <sound/rawmidi.h> |
diff --git a/include/sound/omap-hdmi-audio.h b/include/sound/omap-hdmi-audio.h index 0e495ed8872e..16c007b651f4 100644 --- a/include/sound/omap-hdmi-audio.h +++ b/include/sound/omap-hdmi-audio.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * hdmi-audio.c -- OMAP4+ DSS HDMI audio support library | 3 | * hdmi-audio.c -- OMAP4+ DSS HDMI audio support library |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com | 5 | * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com |
5 | * | 6 | * |
6 | * Author: Jyri Sarha <jsarha@ti.com> | 7 | * Author: Jyri Sarha <jsarha@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #ifndef __OMAP_HDMI_AUDIO_H__ | 10 | #ifndef __OMAP_HDMI_AUDIO_H__ |
diff --git a/include/sound/opl3.h b/include/sound/opl3.h index a4a593590cff..ebf3852da9fe 100644 --- a/include/sound/opl3.h +++ b/include/sound/opl3.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_OPL3_H | 2 | #ifndef __SOUND_OPL3_H |
2 | #define __SOUND_OPL3_H | 3 | #define __SOUND_OPL3_H |
3 | 4 | ||
@@ -7,7 +8,6 @@ | |||
7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, | 8 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, |
8 | * Hannu Savolainen 1993-1996 | 9 | * Hannu Savolainen 1993-1996 |
9 | * | 10 | * |
10 | * | ||
11 | * The OPL-3 mode is switched on by writing 0x01, to the offset 5 | 11 | * The OPL-3 mode is switched on by writing 0x01, to the offset 5 |
12 | * of the right side. | 12 | * of the right side. |
13 | * | 13 | * |
@@ -33,22 +33,6 @@ | |||
33 | * The stereo connection bits are located in the FEEDBACK_CONNECTION | 33 | * The stereo connection bits are located in the FEEDBACK_CONNECTION |
34 | * register of the voice (0xC0-0xC8). In 4 OP voices these bits are | 34 | * register of the voice (0xC0-0xC8). In 4 OP voices these bits are |
35 | * in the second half of the voice. | 35 | * in the second half of the voice. |
36 | * | ||
37 | * | ||
38 | * This program is free software; you can redistribute it and/or modify | ||
39 | * it under the terms of the GNU General Public License as published by | ||
40 | * the Free Software Foundation; either version 2 of the License, or | ||
41 | * (at your option) any later version. | ||
42 | * | ||
43 | * This program is distributed in the hope that it will be useful, | ||
44 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
45 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
46 | * GNU General Public License for more details. | ||
47 | * | ||
48 | * You should have received a copy of the GNU General Public License | ||
49 | * along with this program; if not, write to the Free Software | ||
50 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
51 | * | ||
52 | */ | 36 | */ |
53 | 37 | ||
54 | #include <sound/core.h> | 38 | #include <sound/core.h> |
diff --git a/include/sound/opl4.h b/include/sound/opl4.h index 60ae8454b3ce..9f337148c965 100644 --- a/include/sound/opl4.h +++ b/include/sound/opl4.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_OPL4_H | 2 | #ifndef __SOUND_OPL4_H |
2 | #define __SOUND_OPL4_H | 3 | #define __SOUND_OPL4_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Global definitions for the OPL4 driver | 6 | * Global definitions for the OPL4 driver |
6 | * Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.de> | 7 | * Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.de> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #include <sound/opl3.h> | 10 | #include <sound/opl3.h> |
diff --git a/include/sound/pcm-indirect.h b/include/sound/pcm-indirect.h index 7ade285328cf..04127686e8d0 100644 --- a/include/sound/pcm-indirect.h +++ b/include/sound/pcm-indirect.h | |||
@@ -1,22 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Helper functions for indirect PCM data transfer | 3 | * Helper functions for indirect PCM data transfer |
3 | * | 4 | * |
4 | * Copyright (c) by Takashi Iwai <tiwai@suse.de> | 5 | * Copyright (c) by Takashi Iwai <tiwai@suse.de> |
5 | * Jaroslav Kysela <perex@perex.cz> | 6 | * Jaroslav Kysela <perex@perex.cz> |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
20 | */ | 7 | */ |
21 | 8 | ||
22 | #ifndef __SOUND_PCM_INDIRECT_H | 9 | #ifndef __SOUND_PCM_INDIRECT_H |
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 18bd8c3ea605..1e9bb1c91770 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_PCM_H | 2 | #ifndef __SOUND_PCM_H |
2 | #define __SOUND_PCM_H | 3 | #define __SOUND_PCM_H |
3 | 4 | ||
@@ -5,22 +6,6 @@ | |||
5 | * Digital Audio (PCM) abstract layer | 6 | * Digital Audio (PCM) abstract layer |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * Abramo Bagnara <abramo@alsa-project.org> | 8 | * Abramo Bagnara <abramo@alsa-project.org> |
8 | * | ||
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | * | ||
24 | */ | 9 | */ |
25 | 10 | ||
26 | #include <sound/asound.h> | 11 | #include <sound/asound.h> |
diff --git a/include/sound/pcm_oss.h b/include/sound/pcm_oss.h index 12bbf8c81112..c96f23c7755b 100644 --- a/include/sound/pcm_oss.h +++ b/include/sound/pcm_oss.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_PCM_OSS_H | 2 | #ifndef __SOUND_PCM_OSS_H |
2 | #define __SOUND_PCM_OSS_H | 3 | #define __SOUND_PCM_OSS_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Digital Audio (PCM) - OSS compatibility abstract layer | 6 | * Digital Audio (PCM) - OSS compatibility abstract layer |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | struct snd_pcm_oss_setup { | 10 | struct snd_pcm_oss_setup { |
diff --git a/include/sound/pcm_params.h b/include/sound/pcm_params.h index 888a833d3b00..661450a2095b 100644 --- a/include/sound/pcm_params.h +++ b/include/sound/pcm_params.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_PCM_PARAMS_H | 2 | #ifndef __SOUND_PCM_PARAMS_H |
2 | #define __SOUND_PCM_PARAMS_H | 3 | #define __SOUND_PCM_PARAMS_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * PCM params helpers | 6 | * PCM params helpers |
6 | * Copyright (c) by Abramo Bagnara <abramo@alsa-project.org> | 7 | * Copyright (c) by Abramo Bagnara <abramo@alsa-project.org> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/pcm.h> | 10 | #include <sound/pcm.h> |
diff --git a/include/sound/pt2258.h b/include/sound/pt2258.h index 160f812faa42..8c32e71cd568 100644 --- a/include/sound/pt2258.h +++ b/include/sound/pt2258.h | |||
@@ -1,22 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * ALSA Driver for the PT2258 volume controller. | 3 | * ALSA Driver for the PT2258 volume controller. |
3 | * | 4 | * |
4 | * Copyright (c) 2006 Jochen Voss <voss@seehuhn.de> | 5 | * Copyright (c) 2006 Jochen Voss <voss@seehuhn.de> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | * | ||
20 | */ | 6 | */ |
21 | 7 | ||
22 | #ifndef __SOUND_PT2258_H | 8 | #ifndef __SOUND_PT2258_H |
diff --git a/include/sound/rawmidi.h b/include/sound/rawmidi.h index 3b5a061132b6..40ab20439fee 100644 --- a/include/sound/rawmidi.h +++ b/include/sound/rawmidi.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_RAWMIDI_H | 2 | #ifndef __SOUND_RAWMIDI_H |
2 | #define __SOUND_RAWMIDI_H | 3 | #define __SOUND_RAWMIDI_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Abstract layer for MIDI v1.0 stream | 6 | * Abstract layer for MIDI v1.0 stream |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/asound.h> | 10 | #include <sound/asound.h> |
diff --git a/include/sound/sb.h b/include/sound/sb.h index bacefaee411a..f540339fb0c7 100644 --- a/include/sound/sb.h +++ b/include/sound/sb.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_SB_H | 2 | #ifndef __SOUND_SB_H |
2 | #define __SOUND_SB_H | 3 | #define __SOUND_SB_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Header file for SoundBlaster cards | 6 | * Header file for SoundBlaster cards |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/pcm.h> | 10 | #include <sound/pcm.h> |
diff --git a/include/sound/sb16_csp.h b/include/sound/sb16_csp.h index 7817e88bd08d..cafd415e21e2 100644 --- a/include/sound/sb16_csp.h +++ b/include/sound/sb16_csp.h | |||
@@ -1,23 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1999 by Uros Bizjak <uros@kss-loka.si> | 3 | * Copyright (c) 1999 by Uros Bizjak <uros@kss-loka.si> |
3 | * Takashi Iwai <tiwai@suse.de> | 4 | * Takashi Iwai <tiwai@suse.de> |
4 | * | 5 | * |
5 | * SB16ASP/AWE32 CSP control | 6 | * SB16ASP/AWE32 CSP control |
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 as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | * | ||
21 | */ | 7 | */ |
22 | #ifndef __SOUND_SB16_CSP_H | 8 | #ifndef __SOUND_SB16_CSP_H |
23 | #define __SOUND_SB16_CSP_H | 9 | #define __SOUND_SB16_CSP_H |
diff --git a/include/sound/seq_device.h b/include/sound/seq_device.h index ddc0d504cf39..8899affe9155 100644 --- a/include/sound/seq_device.h +++ b/include/sound/seq_device.h | |||
@@ -1,24 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_SEQ_DEVICE_H | 2 | #ifndef __SOUND_SEQ_DEVICE_H |
2 | #define __SOUND_SEQ_DEVICE_H | 3 | #define __SOUND_SEQ_DEVICE_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * ALSA sequencer device management | 6 | * ALSA sequencer device management |
6 | * Copyright (c) 1999 by Takashi Iwai <tiwai@suse.de> | 7 | * Copyright (c) 1999 by Takashi Iwai <tiwai@suse.de> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | * | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | /* | 10 | /* |
diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h index c7a5433e109a..658911926f3a 100644 --- a/include/sound/seq_kernel.h +++ b/include/sound/seq_kernel.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_SEQ_KERNEL_H | 2 | #ifndef __SOUND_SEQ_KERNEL_H |
2 | #define __SOUND_SEQ_KERNEL_H | 3 | #define __SOUND_SEQ_KERNEL_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Main kernel header file for the ALSA sequencer | 6 | * Main kernel header file for the ALSA sequencer |
6 | * Copyright (c) 1998 by Frank van de Pol <fvdpol@coil.demon.nl> | 7 | * Copyright (c) 1998 by Frank van de Pol <fvdpol@coil.demon.nl> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | #include <linux/time.h> | 9 | #include <linux/time.h> |
25 | #include <sound/asequencer.h> | 10 | #include <sound/asequencer.h> |
diff --git a/include/sound/seq_midi_emul.h b/include/sound/seq_midi_emul.h index 8139d8c191ed..d6b74059b4b1 100644 --- a/include/sound/seq_midi_emul.h +++ b/include/sound/seq_midi_emul.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_SEQ_MIDI_EMUL_H | 2 | #ifndef __SOUND_SEQ_MIDI_EMUL_H |
2 | #define __SOUND_SEQ_MIDI_EMUL_H | 3 | #define __SOUND_SEQ_MIDI_EMUL_H |
3 | 4 | ||
@@ -5,21 +6,6 @@ | |||
5 | * Midi channel definition for optional channel management. | 6 | * Midi channel definition for optional channel management. |
6 | * | 7 | * |
7 | * Copyright (C) 1999 Steve Ratcliffe | 8 | * Copyright (C) 1999 Steve Ratcliffe |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 9 | */ |
24 | 10 | ||
25 | #include <sound/seq_kernel.h> | 11 | #include <sound/seq_kernel.h> |
diff --git a/include/sound/seq_midi_event.h b/include/sound/seq_midi_event.h index 2f135bccf457..3b5d0d7e4e59 100644 --- a/include/sound/seq_midi_event.h +++ b/include/sound/seq_midi_event.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_SEQ_MIDI_EVENT_H | 2 | #ifndef __SOUND_SEQ_MIDI_EVENT_H |
2 | #define __SOUND_SEQ_MIDI_EVENT_H | 3 | #define __SOUND_SEQ_MIDI_EVENT_H |
3 | 4 | ||
@@ -6,20 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 1998,99 Takashi Iwai <tiwai@suse.de>, | 8 | * Copyright (C) 1998,99 Takashi Iwai <tiwai@suse.de>, |
8 | * Jaroslav Kysela <perex@perex.cz> | 9 | * Jaroslav Kysela <perex@perex.cz> |
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | */ | 10 | */ |
24 | 11 | ||
25 | #include <sound/asequencer.h> | 12 | #include <sound/asequencer.h> |
diff --git a/include/sound/seq_oss.h b/include/sound/seq_oss.h index d0b27ec6f8b8..7bf10a0fa2c2 100644 --- a/include/sound/seq_oss.h +++ b/include/sound/seq_oss.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_SEQ_OSS_H | 2 | #ifndef __SOUND_SEQ_OSS_H |
2 | #define __SOUND_SEQ_OSS_H | 3 | #define __SOUND_SEQ_OSS_H |
3 | 4 | ||
@@ -5,20 +6,6 @@ | |||
5 | * OSS compatible sequencer driver | 6 | * OSS compatible sequencer driver |
6 | * | 7 | * |
7 | * Copyright (C) 1998,99 Takashi Iwai | 8 | * Copyright (C) 1998,99 Takashi Iwai |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | */ | 9 | */ |
23 | 10 | ||
24 | #include <sound/asequencer.h> | 11 | #include <sound/asequencer.h> |
diff --git a/include/sound/seq_oss_legacy.h b/include/sound/seq_oss_legacy.h index e66269ff9a44..6cf2d7c0f5ae 100644 --- a/include/sound/seq_oss_legacy.h +++ b/include/sound/seq_oss_legacy.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_SEQ_OSS_LEGACY_H | 2 | #ifndef __SOUND_SEQ_OSS_LEGACY_H |
2 | #define __SOUND_SEQ_OSS_LEGACY_H | 3 | #define __SOUND_SEQ_OSS_LEGACY_H |
3 | 4 | ||
@@ -5,20 +6,6 @@ | |||
5 | * OSS compatible macro definitions | 6 | * OSS compatible macro definitions |
6 | * | 7 | * |
7 | * Copyright (C) 2000 Abramo Bagnara <abramo@alsa-project.org> | 8 | * Copyright (C) 2000 Abramo Bagnara <abramo@alsa-project.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | */ | 9 | */ |
23 | 10 | ||
24 | #include <linux/soundcard.h> | 11 | #include <linux/soundcard.h> |
diff --git a/include/sound/seq_virmidi.h b/include/sound/seq_virmidi.h index 796ce7772213..56a3f38df8c3 100644 --- a/include/sound/seq_virmidi.h +++ b/include/sound/seq_virmidi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_SEQ_VIRMIDI_H | 2 | #ifndef __SOUND_SEQ_VIRMIDI_H |
2 | #define __SOUND_SEQ_VIRMIDI_H | 3 | #define __SOUND_SEQ_VIRMIDI_H |
3 | 4 | ||
@@ -5,21 +6,6 @@ | |||
5 | * Virtual Raw MIDI client on Sequencer | 6 | * Virtual Raw MIDI client on Sequencer |
6 | * Copyright (c) 2000 by Takashi Iwai <tiwai@suse.de>, | 7 | * Copyright (c) 2000 by Takashi Iwai <tiwai@suse.de>, |
7 | * Jaroslav Kysela <perex@perex.cz> | 8 | * Jaroslav Kysela <perex@perex.cz> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 9 | */ |
24 | 10 | ||
25 | #include <sound/rawmidi.h> | 11 | #include <sound/rawmidi.h> |
diff --git a/include/sound/soundfont.h b/include/sound/soundfont.h index 7c93efdba90d..e445688a4f4f 100644 --- a/include/sound/soundfont.h +++ b/include/sound/soundfont.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_SOUNDFONT_H | 2 | #ifndef __SOUND_SOUNDFONT_H |
2 | #define __SOUND_SOUNDFONT_H | 3 | #define __SOUND_SOUNDFONT_H |
3 | 4 | ||
@@ -6,20 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 1999 Steve Ratcliffe | 8 | * Copyright (C) 1999 Steve Ratcliffe |
8 | * Copyright (c) 1999-2000 Takashi iwai <tiwai@suse.de> | 9 | * Copyright (c) 1999-2000 Takashi iwai <tiwai@suse.de> |
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | */ | 10 | */ |
24 | 11 | ||
25 | #include <sound/sfnt_info.h> | 12 | #include <sound/sfnt_info.h> |
diff --git a/include/sound/spear_dma.h b/include/sound/spear_dma.h index e290de4e7e82..0269a07b8051 100644 --- a/include/sound/spear_dma.h +++ b/include/sound/spear_dma.h | |||
@@ -1,22 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * linux/spear_dma.h | 3 | * linux/spear_dma.h |
3 | * | 4 | * |
4 | * Copyright (ST) 2012 Rajeev Kumar (rajeevkumar.linux@gmail.com) | 5 | * Copyright (ST) 2012 Rajeev Kumar (rajeevkumar.linux@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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | * | ||
20 | */ | 6 | */ |
21 | 7 | ||
22 | #ifndef SPEAR_DMA_H | 8 | #ifndef SPEAR_DMA_H |
diff --git a/include/sound/spear_spdif.h b/include/sound/spear_spdif.h index a12f39695610..f52f5268c01e 100644 --- a/include/sound/spear_spdif.h +++ b/include/sound/spear_spdif.h | |||
@@ -1,19 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (ST) 2012 Vipin Kumar (vipin.kumar@st.com) | 3 | * Copyright (ST) 2012 Vipin Kumar (vipin.kumar@st.com) |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | */ | 4 | */ |
18 | 5 | ||
19 | #ifndef __SOUND_SPDIF_H | 6 | #ifndef __SOUND_SPDIF_H |
diff --git a/include/sound/sta32x.h b/include/sound/sta32x.h index a894f7d17b1a..6004942518e8 100644 --- a/include/sound/sta32x.h +++ b/include/sound/sta32x.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform data for ST STA32x ASoC codec driver. | 3 | * Platform data for ST STA32x ASoC codec driver. |
3 | * | 4 | * |
4 | * Copyright: 2011 Raumfeld GmbH | 5 | * Copyright: 2011 Raumfeld GmbH |
5 | * Author: Johannes Stezenbach <js@sig21.net> | 6 | * Author: Johannes Stezenbach <js@sig21.net> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | #ifndef __LINUX_SND__STA32X_H | 8 | #ifndef __LINUX_SND__STA32X_H |
13 | #define __LINUX_SND__STA32X_H | 9 | #define __LINUX_SND__STA32X_H |
diff --git a/include/sound/sta350.h b/include/sound/sta350.h index 42edceb096a0..2d9170484626 100644 --- a/include/sound/sta350.h +++ b/include/sound/sta350.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform data for ST STA350 ASoC codec driver. | 3 | * Platform data for ST STA350 ASoC codec driver. |
3 | * | 4 | * |
4 | * Copyright: 2014 Raumfeld GmbH | 5 | * Copyright: 2014 Raumfeld GmbH |
5 | * Author: Sven Brandau <info@brandau.biz> | 6 | * Author: Sven Brandau <info@brandau.biz> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | */ | 7 | */ |
12 | #ifndef __LINUX_SND__STA350_H | 8 | #ifndef __LINUX_SND__STA350_H |
13 | #define __LINUX_SND__STA350_H | 9 | #define __LINUX_SND__STA350_H |
diff --git a/include/sound/tas2552-plat.h b/include/sound/tas2552-plat.h index 65e7627ba38e..6f087b22f078 100644 --- a/include/sound/tas2552-plat.h +++ b/include/sound/tas2552-plat.h | |||
@@ -1,18 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * TAS2552 driver platform header | 3 | * TAS2552 driver platform header |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Texas Instruments Inc. | 5 | * Copyright (C) 2014 Texas Instruments Inc. |
5 | * | 6 | * |
6 | * Author: Dan Murphy <dmurphy@ti.com> | 7 | * Author: Dan Murphy <dmurphy@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #ifndef TAS2552_PLAT_H | 10 | #ifndef TAS2552_PLAT_H |
diff --git a/include/sound/tea6330t.h b/include/sound/tea6330t.h index e6beec23d7f2..1c77b78f6533 100644 --- a/include/sound/tea6330t.h +++ b/include/sound/tea6330t.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_TEA6330T_H | 2 | #ifndef __SOUND_TEA6330T_H |
2 | #define __SOUND_TEA6330T_H | 3 | #define __SOUND_TEA6330T_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Routines for control of TEA6330T circuit. | 6 | * Routines for control of TEA6330T circuit. |
6 | * Sound fader control circuit for car radios. | 7 | * Sound fader control circuit for car radios. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | * | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/i2c.h> /* generic i2c support */ | 10 | #include <sound/i2c.h> /* generic i2c support */ |
diff --git a/include/sound/timer.h b/include/sound/timer.h index 7ae226ab6990..199c36295a0d 100644 --- a/include/sound/timer.h +++ b/include/sound/timer.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_TIMER_H | 2 | #ifndef __SOUND_TIMER_H |
2 | #define __SOUND_TIMER_H | 3 | #define __SOUND_TIMER_H |
3 | 4 | ||
@@ -5,22 +6,6 @@ | |||
5 | * Timer abstract layer | 6 | * Timer abstract layer |
6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, | 7 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, |
7 | * Abramo Bagnara <abramo@alsa-project.org> | 8 | * Abramo Bagnara <abramo@alsa-project.org> |
8 | * | ||
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | * | ||
24 | */ | 9 | */ |
25 | 10 | ||
26 | #include <sound/asound.h> | 11 | #include <sound/asound.h> |
diff --git a/include/sound/tlv.h b/include/sound/tlv.h index 3677ebb928d5..5cff33a2d1e1 100644 --- a/include/sound/tlv.h +++ b/include/sound/tlv.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_TLV_H | 2 | #ifndef __SOUND_TLV_H |
2 | #define __SOUND_TLV_H | 3 | #define __SOUND_TLV_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Advanced Linux Sound Architecture - ALSA - Driver | 6 | * Advanced Linux Sound Architecture - ALSA - Driver |
6 | * Copyright (c) 2006 by Jaroslav Kysela <perex@perex.cz> | 7 | * Copyright (c) 2006 by Jaroslav Kysela <perex@perex.cz> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <uapi/sound/tlv.h> | 10 | #include <uapi/sound/tlv.h> |
diff --git a/include/sound/tpa6130a2-plat.h b/include/sound/tpa6130a2-plat.h index 4cc1093844c8..a60930e36e93 100644 --- a/include/sound/tpa6130a2-plat.h +++ b/include/sound/tpa6130a2-plat.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * TPA6130A2 driver platform header | 3 | * TPA6130A2 driver platform header |
3 | * | 4 | * |
4 | * Copyright (C) Nokia Corporation | 5 | * Copyright (C) Nokia Corporation |
5 | * | 6 | * |
6 | * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> | 7 | * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, but | ||
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
15 | * General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
20 | * 02110-1301 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef TPA6130A2_PLAT_H | 10 | #ifndef TPA6130A2_PLAT_H |
diff --git a/include/sound/util_mem.h b/include/sound/util_mem.h index a1fb706b59a6..01310e089143 100644 --- a/include/sound/util_mem.h +++ b/include/sound/util_mem.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_UTIL_MEM_H | 2 | #ifndef __SOUND_UTIL_MEM_H |
2 | #define __SOUND_UTIL_MEM_H | 3 | #define __SOUND_UTIL_MEM_H |
3 | 4 | ||
@@ -6,20 +7,6 @@ | |||
6 | * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> | 7 | * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> |
7 | * | 8 | * |
8 | * Generic memory management routines for soundcard memory allocation | 9 | * Generic memory management routines for soundcard memory allocation |
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 as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
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 the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | */ | 10 | */ |
24 | 11 | ||
25 | /* | 12 | /* |
diff --git a/include/sound/vx_core.h b/include/sound/vx_core.h index cae9c9d4ef22..84569ddf85e1 100644 --- a/include/sound/vx_core.h +++ b/include/sound/vx_core.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Driver for Digigram VX soundcards | 3 | * Driver for Digigram VX soundcards |
3 | * | 4 | * |
4 | * Hardware core part | 5 | * Hardware core part |
5 | * | 6 | * |
6 | * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de> | 7 | * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef __SOUND_VX_COMMON_H | 10 | #ifndef __SOUND_VX_COMMON_H |
diff --git a/include/sound/wavefront.h b/include/sound/wavefront.h index 15d82e594b56..37ed437e2123 100644 --- a/include/sound/wavefront.h +++ b/include/sound/wavefront.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_WAVEFRONT_H__ | 2 | #ifndef __SOUND_WAVEFRONT_H__ |
2 | #define __SOUND_WAVEFRONT_H__ | 3 | #define __SOUND_WAVEFRONT_H__ |
3 | 4 | ||
@@ -5,20 +6,6 @@ | |||
5 | * Driver for Turtle Beach Wavefront cards (Maui,Tropez,Tropez+) | 6 | * Driver for Turtle Beach Wavefront cards (Maui,Tropez,Tropez+) |
6 | * | 7 | * |
7 | * Copyright (c) by Paul Barton-Davis <pbd@op.net> | 8 | * Copyright (c) by Paul Barton-Davis <pbd@op.net> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | */ | 9 | */ |
23 | 10 | ||
24 | #if (!defined(__GNUC__) && !defined(__GNUG__)) | 11 | #if (!defined(__GNUC__) && !defined(__GNUG__)) |
diff --git a/include/sound/wm0010.h b/include/sound/wm0010.h index 3261e90815af..13b473935ca1 100644 --- a/include/sound/wm0010.h +++ b/include/sound/wm0010.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * wm0010.h -- Platform data for WM0010 DSP Driver | 3 | * wm0010.h -- Platform data for WM0010 DSP Driver |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics PLC. | 5 | * Copyright 2012 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef WM0010_PDATA_H | 10 | #ifndef WM0010_PDATA_H |
diff --git a/include/sound/wm8904.h b/include/sound/wm8904.h index 6d8f8fba3341..14074405f501 100644 --- a/include/sound/wm8904.h +++ b/include/sound/wm8904.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform data for WM8904 | 3 | * Platform data for WM8904 |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __MFD_WM8994_PDATA_H__ | 10 | #ifndef __MFD_WM8994_PDATA_H__ |
diff --git a/include/sound/wm8955.h b/include/sound/wm8955.h index 5074ef499f40..62c5fa1e18ae 100644 --- a/include/sound/wm8955.h +++ b/include/sound/wm8955.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Platform data for WM8955 | 3 | * Platform data for WM8955 |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef __WM8955_PDATA_H__ | 10 | #ifndef __WM8955_PDATA_H__ |
diff --git a/include/sound/wss.h b/include/sound/wss.h index 1823e3a964e2..4bdbb8c57d8b 100644 --- a/include/sound/wss.h +++ b/include/sound/wss.h | |||
@@ -1,25 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | #ifndef __SOUND_WSS_H | 2 | #ifndef __SOUND_WSS_H |
2 | #define __SOUND_WSS_H | 3 | #define __SOUND_WSS_H |
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 6 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
6 | * Definitions for CS4231 & InterWave chips & compatible chips | 7 | * Definitions for CS4231 & InterWave chips & compatible chips |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
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 the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | 8 | */ |
24 | 9 | ||
25 | #include <sound/control.h> | 10 | #include <sound/control.h> |
diff --git a/include/trace/events/afs.h b/include/trace/events/afs.h index 562f854ac4bf..51b1e0da2efc 100644 --- a/include/trace/events/afs.h +++ b/include/trace/events/afs.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* AFS tracepoints | 2 | /* AFS tracepoints |
2 | * | 3 | * |
3 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #undef TRACE_SYSTEM | 7 | #undef TRACE_SYSTEM |
12 | #define TRACE_SYSTEM afs | 8 | #define TRACE_SYSTEM afs |
diff --git a/include/trace/events/cachefiles.h b/include/trace/events/cachefiles.h index aa86e7dba511..5d9de24cb9c0 100644 --- a/include/trace/events/cachefiles.h +++ b/include/trace/events/cachefiles.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* CacheFiles tracepoints | 2 | /* CacheFiles tracepoints |
2 | * | 3 | * |
3 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #undef TRACE_SYSTEM | 7 | #undef TRACE_SYSTEM |
12 | #define TRACE_SYSTEM cachefiles | 8 | #define TRACE_SYSTEM cachefiles |
diff --git a/include/trace/events/clk.h b/include/trace/events/clk.h index 9004ffff7f32..cb1aea25c199 100644 --- a/include/trace/events/clk.h +++ b/include/trace/events/clk.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This software is licensed under the terms of the GNU General Public | ||
5 | * License version 2, as published by the Free Software Foundation, and | ||
6 | * may be copied, distributed, and modified under those terms. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | #undef TRACE_SYSTEM | 5 | #undef TRACE_SYSTEM |
14 | #define TRACE_SYSTEM clk | 6 | #define TRACE_SYSTEM clk |
diff --git a/include/trace/events/fscache.h b/include/trace/events/fscache.h index 686cfe997ed2..d16fe6ed78a2 100644 --- a/include/trace/events/fscache.h +++ b/include/trace/events/fscache.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* FS-Cache tracepoints | 2 | /* FS-Cache tracepoints |
2 | * | 3 | * |
3 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #undef TRACE_SYSTEM | 7 | #undef TRACE_SYSTEM |
12 | #define TRACE_SYSTEM fscache | 8 | #define TRACE_SYSTEM fscache |
diff --git a/include/trace/events/host1x.h b/include/trace/events/host1x.h index 3d340b6f1ea3..1ba84b738e46 100644 --- a/include/trace/events/host1x.h +++ b/include/trace/events/host1x.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/trace/events/host1x.h | 3 | * include/trace/events/host1x.h |
3 | * | 4 | * |
4 | * host1x event logging to ftrace. | 5 | * host1x event logging to ftrace. |
5 | * | 6 | * |
6 | * Copyright (c) 2010-2013, NVIDIA Corporation. | 7 | * Copyright (c) 2010-2013, NVIDIA Corporation. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
14 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
15 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
16 | * more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License along | ||
19 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #undef TRACE_SYSTEM | 10 | #undef TRACE_SYSTEM |
diff --git a/include/trace/events/i2c.h b/include/trace/events/i2c.h index 86a401190df9..142a23c6593c 100644 --- a/include/trace/events/i2c.h +++ b/include/trace/events/i2c.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* I2C message transfer tracepoints | 2 | /* I2C message transfer tracepoints |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #undef TRACE_SYSTEM | 7 | #undef TRACE_SYSTEM |
12 | #define TRACE_SYSTEM i2c | 8 | #define TRACE_SYSTEM i2c |
diff --git a/include/trace/events/rxrpc.h b/include/trace/events/rxrpc.h index 7b60fd186cfe..d85816878a52 100644 --- a/include/trace/events/rxrpc.h +++ b/include/trace/events/rxrpc.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* AF_RXRPC tracepoints | 2 | /* AF_RXRPC tracepoints |
2 | * | 3 | * |
3 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #undef TRACE_SYSTEM | 7 | #undef TRACE_SYSTEM |
12 | #define TRACE_SYSTEM rxrpc | 8 | #define TRACE_SYSTEM rxrpc |
diff --git a/include/trace/events/smbus.h b/include/trace/events/smbus.h index a4892a187842..71a87edfc46d 100644 --- a/include/trace/events/smbus.h +++ b/include/trace/events/smbus.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* SMBUS message transfer tracepoints | 2 | /* SMBUS message transfer tracepoints |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #undef TRACE_SYSTEM | 7 | #undef TRACE_SYSTEM |
12 | #define TRACE_SYSTEM smbus | 8 | #define TRACE_SYSTEM smbus |
diff --git a/include/trace/events/ufs.h b/include/trace/events/ufs.h index f8260e5c79ad..5f300739240d 100644 --- a/include/trace/events/ufs.h +++ b/include/trace/events/ufs.h | |||
@@ -1,14 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. | 3 | * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 and | ||
6 | * only version 2 as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #undef TRACE_SYSTEM | 6 | #undef TRACE_SYSTEM |
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 059dc2bedaf6..34711c5d6968 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
1 | ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),) | 2 | ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),) |
2 | no-export-headers += a.out.h | 3 | no-export-headers += a.out.h |
3 | endif | 4 | endif |
diff --git a/include/uapi/linux/btf.h b/include/uapi/linux/btf.h index 9310652ca4f9..63ae4a39e58b 100644 --- a/include/uapi/linux/btf.h +++ b/include/uapi/linux/btf.h | |||
@@ -83,7 +83,7 @@ struct btf_type { | |||
83 | * is the 32 bits arrangement: | 83 | * is the 32 bits arrangement: |
84 | */ | 84 | */ |
85 | #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24) | 85 | #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24) |
86 | #define BTF_INT_OFFSET(VAL) (((VAL & 0x00ff0000)) >> 16) | 86 | #define BTF_INT_OFFSET(VAL) (((VAL) & 0x00ff0000) >> 16) |
87 | #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) | 87 | #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) |
88 | 88 | ||
89 | /* Attributes stored in the BTF_INT_ENCODING */ | 89 | /* Attributes stored in the BTF_INT_ENCODING */ |
diff --git a/include/uapi/linux/fuse.h b/include/uapi/linux/fuse.h index 19fb55e3c73e..2971d29a42e4 100644 --- a/include/uapi/linux/fuse.h +++ b/include/uapi/linux/fuse.h | |||
@@ -130,6 +130,9 @@ | |||
130 | * 7.30 | 130 | * 7.30 |
131 | * - add FUSE_EXPLICIT_INVAL_DATA | 131 | * - add FUSE_EXPLICIT_INVAL_DATA |
132 | * - add FUSE_IOCTL_COMPAT_X32 | 132 | * - add FUSE_IOCTL_COMPAT_X32 |
133 | * | ||
134 | * 7.31 | ||
135 | * - add FUSE_WRITE_KILL_PRIV flag | ||
133 | */ | 136 | */ |
134 | 137 | ||
135 | #ifndef _LINUX_FUSE_H | 138 | #ifndef _LINUX_FUSE_H |
@@ -165,7 +168,7 @@ | |||
165 | #define FUSE_KERNEL_VERSION 7 | 168 | #define FUSE_KERNEL_VERSION 7 |
166 | 169 | ||
167 | /** Minor version number of this interface */ | 170 | /** Minor version number of this interface */ |
168 | #define FUSE_KERNEL_MINOR_VERSION 30 | 171 | #define FUSE_KERNEL_MINOR_VERSION 31 |
169 | 172 | ||
170 | /** The node ID of the root inode */ | 173 | /** The node ID of the root inode */ |
171 | #define FUSE_ROOT_ID 1 | 174 | #define FUSE_ROOT_ID 1 |
@@ -327,9 +330,11 @@ struct fuse_file_lock { | |||
327 | * | 330 | * |
328 | * FUSE_WRITE_CACHE: delayed write from page cache, file handle is guessed | 331 | * FUSE_WRITE_CACHE: delayed write from page cache, file handle is guessed |
329 | * FUSE_WRITE_LOCKOWNER: lock_owner field is valid | 332 | * FUSE_WRITE_LOCKOWNER: lock_owner field is valid |
333 | * FUSE_WRITE_KILL_PRIV: kill suid and sgid bits | ||
330 | */ | 334 | */ |
331 | #define FUSE_WRITE_CACHE (1 << 0) | 335 | #define FUSE_WRITE_CACHE (1 << 0) |
332 | #define FUSE_WRITE_LOCKOWNER (1 << 1) | 336 | #define FUSE_WRITE_LOCKOWNER (1 << 1) |
337 | #define FUSE_WRITE_KILL_PRIV (1 << 2) | ||
333 | 338 | ||
334 | /** | 339 | /** |
335 | * Read flags | 340 | * Read flags |
diff --git a/include/uapi/linux/rxrpc.h b/include/uapi/linux/rxrpc.h index 9335d92c14a4..782069dcf607 100644 --- a/include/uapi/linux/rxrpc.h +++ b/include/uapi/linux/rxrpc.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Types and definitions for AF_RXRPC. | 2 | /* Types and definitions for AF_RXRPC. |
2 | * | 3 | * |
3 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public Licence | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the Licence, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _UAPI_LINUX_RXRPC_H | 8 | #ifndef _UAPI_LINUX_RXRPC_H |
diff --git a/include/uapi/linux/tipc_config.h b/include/uapi/linux/tipc_config.h index 4b2c93b1934c..4955e1a9f1bc 100644 --- a/include/uapi/linux/tipc_config.h +++ b/include/uapi/linux/tipc_config.h | |||
@@ -307,8 +307,10 @@ static inline int TLV_SET(void *tlv, __u16 type, void *data, __u16 len) | |||
307 | tlv_ptr = (struct tlv_desc *)tlv; | 307 | tlv_ptr = (struct tlv_desc *)tlv; |
308 | tlv_ptr->tlv_type = htons(type); | 308 | tlv_ptr->tlv_type = htons(type); |
309 | tlv_ptr->tlv_len = htons(tlv_len); | 309 | tlv_ptr->tlv_len = htons(tlv_len); |
310 | if (len && data) | 310 | if (len && data) { |
311 | memcpy(TLV_DATA(tlv_ptr), data, tlv_len); | 311 | memcpy(TLV_DATA(tlv_ptr), data, len); |
312 | memset(TLV_DATA(tlv_ptr) + len, 0, TLV_SPACE(len) - tlv_len); | ||
313 | } | ||
312 | return TLV_SPACE(len); | 314 | return TLV_SPACE(len); |
313 | } | 315 | } |
314 | 316 | ||
@@ -405,8 +407,10 @@ static inline int TCM_SET(void *msg, __u16 cmd, __u16 flags, | |||
405 | tcm_hdr->tcm_len = htonl(msg_len); | 407 | tcm_hdr->tcm_len = htonl(msg_len); |
406 | tcm_hdr->tcm_type = htons(cmd); | 408 | tcm_hdr->tcm_type = htons(cmd); |
407 | tcm_hdr->tcm_flags = htons(flags); | 409 | tcm_hdr->tcm_flags = htons(flags); |
408 | if (data_len && data) | 410 | if (data_len && data) { |
409 | memcpy(TCM_DATA(msg), data, data_len); | 411 | memcpy(TCM_DATA(msg), data, data_len); |
412 | memset(TCM_DATA(msg) + data_len, 0, TCM_SPACE(data_len) - msg_len); | ||
413 | } | ||
410 | return TCM_SPACE(data_len); | 414 | return TCM_SPACE(data_len); |
411 | } | 415 | } |
412 | 416 | ||
diff --git a/include/uapi/misc/habanalabs.h b/include/uapi/misc/habanalabs.h index 8ac292cf4d00..204ab9b4ae67 100644 --- a/include/uapi/misc/habanalabs.h +++ b/include/uapi/misc/habanalabs.h | |||
@@ -413,6 +413,10 @@ struct hl_debug_params_spmu { | |||
413 | #define HL_DEBUG_OP_SPMU 5 | 413 | #define HL_DEBUG_OP_SPMU 5 |
414 | /* Opcode for timestamp */ | 414 | /* Opcode for timestamp */ |
415 | #define HL_DEBUG_OP_TIMESTAMP 6 | 415 | #define HL_DEBUG_OP_TIMESTAMP 6 |
416 | /* Opcode for setting the device into or out of debug mode. The enable | ||
417 | * variable should be 1 for enabling debug mode and 0 for disabling it | ||
418 | */ | ||
419 | #define HL_DEBUG_OP_SET_MODE 7 | ||
416 | 420 | ||
417 | struct hl_debug_args { | 421 | struct hl_debug_args { |
418 | /* | 422 | /* |
@@ -574,8 +578,22 @@ struct hl_debug_args { | |||
574 | * | 578 | * |
575 | * This IOCTL allows the user to get debug traces from the chip. | 579 | * This IOCTL allows the user to get debug traces from the chip. |
576 | * | 580 | * |
577 | * The user needs to provide the register index and essential data such as | 581 | * Before the user can send configuration requests of the various |
578 | * buffer address and size. | 582 | * debug/profile engines, it needs to set the device into debug mode. |
583 | * This is because the debug/profile infrastructure is shared component in the | ||
584 | * device and we can't allow multiple users to access it at the same time. | ||
585 | * | ||
586 | * Once a user set the device into debug mode, the driver won't allow other | ||
587 | * users to "work" with the device, i.e. open a FD. If there are multiple users | ||
588 | * opened on the device, the driver won't allow any user to debug the device. | ||
589 | * | ||
590 | * For each configuration request, the user needs to provide the register index | ||
591 | * and essential data such as buffer address and size. | ||
592 | * | ||
593 | * Once the user has finished using the debug/profile engines, he should | ||
594 | * set the device into non-debug mode, i.e. disable debug mode. | ||
595 | * | ||
596 | * The driver can decide to "kick out" the user if he abuses this interface. | ||
579 | * | 597 | * |
580 | */ | 598 | */ |
581 | #define HL_IOCTL_DEBUG \ | 599 | #define HL_IOCTL_DEBUG \ |
diff --git a/include/video/atmel_lcdc.h b/include/video/atmel_lcdc.h index c79f38131926..43e497cdeb60 100644 --- a/include/video/atmel_lcdc.h +++ b/include/video/atmel_lcdc.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Header file for AT91/AT32 LCD Controller | 3 | * Header file for AT91/AT32 LCD Controller |
3 | * | 4 | * |
4 | * Data structure and register user interface | 5 | * Data structure and register user interface |
5 | * | 6 | * |
6 | * Copyright (C) 2007 Atmel Corporation | 7 | * Copyright (C) 2007 Atmel Corporation |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
21 | */ | 8 | */ |
22 | #ifndef __ATMEL_LCDC_H__ | 9 | #ifndef __ATMEL_LCDC_H__ |
23 | #define __ATMEL_LCDC_H__ | 10 | #define __ATMEL_LCDC_H__ |
diff --git a/include/video/display_timing.h b/include/video/display_timing.h index 3d289e990aca..37a017607d1f 100644 --- a/include/video/display_timing.h +++ b/include/video/display_timing.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> | 3 | * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> |
3 | * | 4 | * |
4 | * description of display timings | 5 | * description of display timings |
5 | * | ||
6 | * This file is released under the GPLv2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __LINUX_DISPLAY_TIMING_H | 8 | #ifndef __LINUX_DISPLAY_TIMING_H |
diff --git a/include/video/gbe.h b/include/video/gbe.h index ad510284f8a6..8b4d335d1111 100644 --- a/include/video/gbe.h +++ b/include/video/gbe.h | |||
@@ -1,10 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/video/gbe.h -- SGI GBE (Graphics Back End) | 3 | * include/video/gbe.h -- SGI GBE (Graphics Back End) |
3 | * | 4 | * |
4 | * Copyright (C) 1999 Silicon Graphics, Inc. (Jeffrey Newquist) | 5 | * Copyright (C) 1999 Silicon Graphics, Inc. (Jeffrey Newquist) |
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License version 2 as published by the Free Software Foundation. | ||
8 | */ | 6 | */ |
9 | 7 | ||
10 | #ifndef __GBE_H__ | 8 | #ifndef __GBE_H__ |
diff --git a/include/video/imx-ipu-image-convert.h b/include/video/imx-ipu-image-convert.h index 7b87efc6d77a..3c71b8b94b33 100644 --- a/include/video/imx-ipu-image-convert.h +++ b/include/video/imx-ipu-image-convert.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012-2016 Mentor Graphics Inc. | 3 | * Copyright (C) 2012-2016 Mentor Graphics Inc. |
3 | * | 4 | * |
4 | * i.MX Queued image conversion support, with tiling and rotation. | 5 | * i.MX Queued image conversion support, with tiling and rotation. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
13 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
14 | * for more details. | ||
15 | */ | 6 | */ |
16 | #ifndef __IMX_IPU_IMAGE_CONVERT_H__ | 7 | #ifndef __IMX_IPU_IMAGE_CONVERT_H__ |
17 | #define __IMX_IPU_IMAGE_CONVERT_H__ | 8 | #define __IMX_IPU_IMAGE_CONVERT_H__ |
diff --git a/include/video/mach64.h b/include/video/mach64.h index 89e91c0cb737..d96e3c189634 100644 --- a/include/video/mach64.h +++ b/include/video/mach64.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * ATI Mach64 Register Definitions | 3 | * ATI Mach64 Register Definitions |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * written with much help from Jon Howell | 6 | * written with much help from Jon Howell |
6 | * | 7 | * |
7 | * Updated for 3D RAGE PRO and 3D RAGE Mobility by Geert Uytterhoeven | 8 | * Updated for 3D RAGE PRO and 3D RAGE Mobility by Geert Uytterhoeven |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version | ||
12 | * 2 of the License, or (at your option) any later version. | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | /* | 11 | /* |
diff --git a/include/video/mmp_disp.h b/include/video/mmp_disp.h index 9fd9398368d5..1f9bc133e230 100644 --- a/include/video/mmp_disp.h +++ b/include/video/mmp_disp.h | |||
@@ -1,23 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * linux/include/video/mmp_disp.h | 3 | * linux/include/video/mmp_disp.h |
3 | * Header file for Marvell MMP Display Controller | 4 | * Header file for Marvell MMP Display Controller |
4 | * | 5 | * |
5 | * Copyright (C) 2012 Marvell Technology Group Ltd. | 6 | * Copyright (C) 2012 Marvell Technology Group Ltd. |
6 | * Authors: Zhou Zhu <zzhu3@marvell.com> | 7 | * Authors: Zhou Zhu <zzhu3@marvell.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
14 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
15 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
16 | * more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License along with | ||
19 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
20 | * | ||
21 | */ | 8 | */ |
22 | 9 | ||
23 | #ifndef _MMP_DISP_H_ | 10 | #ifndef _MMP_DISP_H_ |
diff --git a/include/video/of_display_timing.h b/include/video/of_display_timing.h index bb29e5954000..e1126a74882a 100644 --- a/include/video/of_display_timing.h +++ b/include/video/of_display_timing.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> | 3 | * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> |
3 | * | 4 | * |
4 | * display timings of helpers | 5 | * display timings of helpers |
5 | * | ||
6 | * This file is released under the GPLv2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __LINUX_OF_DISPLAY_TIMING_H | 8 | #ifndef __LINUX_OF_DISPLAY_TIMING_H |
diff --git a/include/video/of_videomode.h b/include/video/of_videomode.h index a07efcc51424..ab907ada89d0 100644 --- a/include/video/of_videomode.h +++ b/include/video/of_videomode.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> | 3 | * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> |
3 | * | 4 | * |
4 | * videomode of-helpers | 5 | * videomode of-helpers |
5 | * | ||
6 | * This file is released under the GPLv2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __LINUX_OF_VIDEOMODE_H | 8 | #ifndef __LINUX_OF_VIDEOMODE_H |
diff --git a/include/video/omapfb_dss.h b/include/video/omapfb_dss.h index 12755d8d9b4f..a167b839eccb 100644 --- a/include/video/omapfb_dss.h +++ b/include/video/omapfb_dss.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Texas Instruments, Inc. | 3 | * Copyright (C) 2016 Texas Instruments, Inc. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __OMAPFB_DSS_H | 6 | #ifndef __OMAPFB_DSS_H |
diff --git a/include/video/omapvrfb.h b/include/video/omapvrfb.h index bb0bd89f8bc6..9741e77f16a9 100644 --- a/include/video/omapvrfb.h +++ b/include/video/omapvrfb.h | |||
@@ -1,21 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * VRFB Rotation Engine | 3 | * VRFB Rotation Engine |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Nokia Corporation | 5 | * Copyright (C) 2009 Nokia Corporation |
5 | * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> | 6 | * Author: Tomi Valkeinen <tomi.valkeinen@nokia.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 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
14 | * General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along | ||
17 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
19 | */ | 7 | */ |
20 | 8 | ||
21 | #ifndef __OMAP_VRFB_H__ | 9 | #ifndef __OMAP_VRFB_H__ |
diff --git a/include/video/sisfb.h b/include/video/sisfb.h index 6ddff93108fb..76ff628a1220 100644 --- a/include/video/sisfb.h +++ b/include/video/sisfb.h | |||
@@ -1,21 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * sisfb.h - definitions for the SiS framebuffer driver | 3 | * sisfb.h - definitions for the SiS framebuffer driver |
3 | * | 4 | * |
4 | * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria. | 5 | * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the named License, | ||
9 | * or any later version. | ||
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 the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA | ||
19 | */ | 6 | */ |
20 | #ifndef _LINUX_SISFB_H_ | 7 | #ifndef _LINUX_SISFB_H_ |
21 | #define _LINUX_SISFB_H_ | 8 | #define _LINUX_SISFB_H_ |
diff --git a/include/video/videomode.h b/include/video/videomode.h index 3f1049d870d5..7b20ee6ea2fe 100644 --- a/include/video/videomode.h +++ b/include/video/videomode.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> | 3 | * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> |
3 | * | 4 | * |
4 | * generic videomode description | 5 | * generic videomode description |
5 | * | ||
6 | * This file is released under the GPLv2 | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #ifndef __LINUX_VIDEOMODE_H | 8 | #ifndef __LINUX_VIDEOMODE_H |