diff options
Diffstat (limited to 'include/linux')
151 files changed, 151 insertions, 1363 deletions
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/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/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/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/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/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/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/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/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/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_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/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/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/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/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/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/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/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/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/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/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/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.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/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/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/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/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/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/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-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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 0f0346e6829c..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 |
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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 |