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

Configure Feed

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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation this program is
distributed in the hope that it will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
for more details you should have received a copy of the gnu general
public license along with this program if not write to the free
software foundation inc 51 franklin st fifth floor boston ma 02110
1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190530000436.674189849@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
2b27bdcc a61127c2

+246 -3563
+1 -15
arch/arm/mach-omap1/i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Helper module for board specific I2C bus registration 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation. 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 - * 20 6 */ 21 7 22 8 #include <linux/i2c.h>
+1 -15
arch/arm/mach-omap1/i2c.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Helper module for board specific I2C bus registration 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation. 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 - * 20 6 */ 21 7 22 8 #ifndef __ARCH_ARM_MACH_OMAP1_I2C_H
+1 -14
arch/arm/mach-omap2/hdq1w.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IP block integration code for the HDQ1W/1-wire IP block 3 4 * ··· 7 6 * 8 7 * Based on the I2C reset code in arch/arm/mach-omap2/i2c.c by 9 8 * Avinash.H.M <avinashhm@ti.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 9 */ 25 10 26 11 #include <linux/kernel.h>
+1 -14
arch/arm/mach-omap2/hdq1w.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Shared macros and function prototypes for the HDQ1W/1-wire IP block 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments, Inc. 5 6 * Paul Walmsley 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 #ifndef ARCH_ARM_MACH_OMAP2_HDQ1W_H 22 9 #define ARCH_ARM_MACH_OMAP2_HDQ1W_H
+1 -15
arch/arm/mach-omap2/i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Helper module for board specific I2C bus registration 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation. 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 - * 20 6 */ 21 7 22 8 #include "soc.h"
+1 -15
arch/arm/mach-omap2/i2c.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Helper module for board specific I2C bus registration 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation. 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 - * 20 6 */ 21 7 22 8 #ifndef __MACH_OMAP2_I2C_H
+1 -14
arch/arm/mach-omap2/msdi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MSDI IP block reset 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments, Inc. 5 6 * Paul Walmsley 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 * XXX What about pad muxing? 22 9 */
+1 -14
crypto/lz4.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Cryptographic API. 3 4 * 4 5 * Copyright (c) 2013 Chanho Min <chanho.min@lge.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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 - * 19 6 */ 20 7 21 8 #include <linux/init.h>
+1 -14
crypto/lz4hc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Cryptographic API. 3 4 * 4 5 * Copyright (c) 2013 Chanho Min <chanho.min@lge.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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 - * 19 6 */ 20 7 #include <linux/init.h> 21 8 #include <linux/module.h>
+1 -14
crypto/lzo-rle.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Cryptographic API. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License 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 4 */ 18 5 19 6 #include <linux/init.h>
+1 -14
crypto/lzo.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Cryptographic API. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License 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 4 */ 18 5 19 6 #include <linux/init.h>
+1 -15
drivers/clk/clk-twl6040.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TWL6040 clock module driver for OMAP4 McPDM functional clock 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Inc. 5 6 * Peter Ujfalusi <peter.ujfalusi@ti.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 - * 21 7 */ 22 8 23 9 #include <linux/module.h>
+1 -13
drivers/clk/imx/clk-imx1.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 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 as 6 - * published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along 14 - * with this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 16 4 */ 17 5 18 6 #include <linux/clkdev.h>
+1 -14
drivers/hsi/clients/cmt_speech.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cmt_speech.c - HSI CMT speech driver 3 4 * ··· 6 5 * 7 6 * Contact: Kai Vehmanen <kai.vehmanen@nokia.com> 8 7 * Original author: Peter Ujfalusi <peter.ujfalusi@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 8 */ 24 9 25 10 #include <linux/errno.h>
+1 -14
drivers/hsi/clients/hsi_char.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HSI character device driver, implements the character device 3 4 * interface. ··· 6 5 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 7 6 * 8 7 * Contact: Andras Domokos <andras.domokos@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 8 */ 24 9 25 10 #include <linux/errno.h>
+1 -14
drivers/hsi/clients/nokia-modem.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * nokia-modem.c 3 4 * 4 5 * HSI client driver for Nokia N900 modem. 5 6 * 6 7 * Copyright (C) 2014 Sebastian Reichel <sre@kernel.org> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * 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 10 #include <linux/gpio/consumer.h>
+1 -14
drivers/hsi/clients/ssi_protocol.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ssi_protocol.c 3 4 * ··· 8 7 * Copyright (C) 2013 Sebastian Reichel <sre@kernel.org> 9 8 * 10 9 * Contact: Carlos Chinea <carlos.chinea@nokia.com> 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 10 */ 26 11 27 12 #include <linux/atomic.h>
+1 -14
drivers/hsi/controllers/omap_ssi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* OMAP SSI internal interface. 2 3 * 3 4 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 4 5 * Copyright (C) 2013 Sebastian Reichel 5 6 * 6 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 10 #ifndef __LINUX_HSI_OMAP_SSI_H__
+1 -14
drivers/hsi/controllers/omap_ssi_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* OMAP SSI driver. 2 3 * 3 4 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 4 5 * Copyright (C) 2014 Sebastian Reichel <sre@kernel.org> 5 6 * 6 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 10 #include <linux/compiler.h>
+1 -14
drivers/hsi/controllers/omap_ssi_port.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* OMAP SSI port driver. 2 3 * 3 4 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 4 5 * Copyright (C) 2014 Sebastian Reichel <sre@kernel.org> 5 6 * 6 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 10 #include <linux/mod_devicetable.h>
+1 -14
drivers/hsi/controllers/omap_ssi_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* Hardware definitions for SSI. 2 3 * 3 4 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 4 5 * 5 6 * Contact: Carlos Chinea <carlos.chinea@nokia.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 9 #ifndef __OMAP_SSI_REGS_H__
+1 -14
drivers/hsi/hsi_boardinfo.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HSI clients registration interface 3 4 * 4 5 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 5 6 * 6 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 #include <linux/hsi/hsi.h> 23 10 #include <linux/list.h>
+1 -14
drivers/hsi/hsi_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HSI core. 3 4 * 4 5 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 5 6 * 6 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 #include <linux/hsi/hsi.h> 23 10 #include <linux/compiler.h>
+1 -14
drivers/hsi/hsi_core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * HSI framework internal interfaces, 3 4 * 4 5 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 5 6 * 6 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 10 #ifndef __LINUX_HSI_CORE_H__
+1 -15
drivers/iio/adc/twl4030-madc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * TWL4030 MADC module driver-This driver monitors the real time ··· 13 12 * Mikko Ylinen <mikko.k.ylinen@nokia.com> 14 13 * 15 14 * Amit Kucheria <amit.kucheria@canonical.com> 16 - * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This program is distributed in the hope that it will be useful, but 22 - * WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 24 - * General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with this program; if not, write to the Free Software 28 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 29 - * 02110-1301 USA 30 - * 31 15 */ 32 16 33 17 #include <linux/device.h>
+1 -15
drivers/iio/adc/twl6030-gpadc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TWL6030 GPADC module driver 3 4 * ··· 13 12 * Based on twl4030-madc.c 14 13 * Copyright (C) 2008 Nokia Corporation 15 14 * Mikko Ylinen <mikko.k.ylinen@nokia.com> 16 - * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This program is distributed in the hope that it will be useful, but 22 - * WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 24 - * General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with this program; if not, write to the Free Software 28 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 29 - * 02110-1301 USA 30 - * 31 15 */ 32 16 #include <linux/interrupt.h> 33 17 #include <linux/kernel.h>
+1 -14
drivers/iio/light/tsl2563.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/iio/light/tsl2563.c 3 4 * ··· 9 8 * 10 9 * Converted to IIO driver 11 10 * Amit Kucheria <amit.kucheria@verdurent.com> 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License 15 - * version 2 as published by the Free Software Foundation. 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 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 25 - * 02110-1301 USA 26 11 */ 27 12 28 13 #include <linux/module.h>
+1 -15
drivers/input/misc/twl4030-vibra.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * twl4030-vibra.c - TWL4030 Vibrator driver 3 4 * ··· 7 6 * Written by Henrik Saari <henrik.saari@nokia.com> 8 7 * Updates by Felipe Balbi <felipe.balbi@nokia.com> 9 8 * Input by Jari Vanhala <ext-jari.vanhala@nokia.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 - * 25 9 */ 26 10 27 11 #include <linux/module.h>
+1 -15
drivers/input/misc/twl6040-vibra.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * twl6040-vibra.c - TWL6040 Vibrator driver 3 4 * ··· 10 9 * Based on twl4030-vibra.c by Henrik Saari <henrik.saari@nokia.com> 11 10 * Felipe Balbi <felipe.balbi@nokia.com> 12 11 * Jari Vanhala <ext-javi.vanhala@nokia.com> 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License version 2 as 16 - * published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, but 19 - * WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 - * General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; if not, write to the Free Software 25 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 26 - * 02110-1301 USA 27 - * 28 12 */ 29 13 #include <linux/module.h> 30 14 #include <linux/platform_device.h>
+1 -14
drivers/leds/leds-lp5521.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * LP5521 LED chip driver. 3 4 * ··· 7 6 * 8 7 * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> 9 8 * Milo(Woogyom) Kim <milo.kim@ti.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 9 */ 25 10 26 11 #include <linux/delay.h>
+1 -14
drivers/leds/leds-lp5523.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * lp5523.c - LP5523, LP55231 LED Driver 3 4 * ··· 7 6 * 8 7 * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> 9 8 * Milo(Woogyom) Kim <milo.kim@ti.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 9 */ 25 10 26 11 #include <linux/delay.h>
+1 -14
drivers/mfd/aat2870-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/mfd/aat2870-core.c 3 4 * 4 5 * Copyright (c) 2011, NVIDIA Corporation. 5 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 9 #include <linux/kernel.h>
+1 -15
drivers/mfd/twl4030-audio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MFD driver for twl4030 audio submodule, which contains an audio codec, and 3 4 * the vibra control. ··· 6 5 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 7 6 * 8 7 * Copyright: (C) 2009 Nokia Corporation 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, 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 - * 24 8 */ 25 9 26 10 #include <linux/module.h>
+1 -15
drivers/mfd/twl6040.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MFD driver for TWL6040 audio device 3 4 * ··· 7 6 * Peter Ujfalusi <peter.ujfalusi@ti.com> 8 7 * 9 8 * Copyright: (C) 2011 Texas Instruments, Inc. 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 - * 25 9 */ 26 10 27 11 #include <linux/module.h>
+1 -15
drivers/mfd/wl1273-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MFD driver for wl1273 FM radio and audio codec submodules. 3 4 * 4 5 * Copyright (C) 2011 Nokia Corporation 5 6 * Author: Matti Aaltonen <matti.j.aaltonen@nokia.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 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 - * 21 7 */ 22 8 23 9 #include <linux/mfd/wl1273-core.h>
+1 -15
drivers/misc/apds990x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of the APDS990x sensor driver. 3 4 * Chip is combined proximity and ambient light sensor. ··· 6 5 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 7 6 * 8 7 * Contact: Samu Onkalo <samu.p.onkalo@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 - * 24 8 */ 25 9 26 10 #include <linux/kernel.h>
+1 -15
drivers/misc/bh1770glc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of the ROHM BH1770GLC / OSRAM SFH7770 sensor driver. 3 4 * Chip is combined proximity and ambient light sensor. ··· 6 5 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 7 6 * 8 7 * Contact: Samu Onkalo <samu.p.onkalo@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 - * 24 8 */ 25 9 26 10 #include <linux/kernel.h>
+1 -14
drivers/misc/lis3lv02d/lis3lv02d_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/hwmon/lis3lv02d_i2c.c 3 4 * ··· 9 8 * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 10 9 * 11 10 * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License 15 - * version 2 as published by the Free Software Foundation. 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 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 25 - * 02110-1301 USA 26 11 */ 27 12 28 13 #include <linux/module.h>
+1 -15
drivers/mtd/mtdoops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MTD Oops/Panic logger 3 4 * 4 5 * Copyright © 2007 Nokia Corporation. All rights reserved. 5 6 * 6 7 * Author: Richard Purdie <rpurdie@openedhand.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 10 #include <linux/kernel.h>
+1 -14
drivers/mtd/mtdswap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Swap block device support for MTDs 3 4 * Turns an MTD device into a swap device with block wear leveling ··· 9 8 * 10 9 * Based on Richard Purdie's earlier implementation in 2007. Background 11 10 * support and lock-less operation written by Adrian Hunter. 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License 15 - * version 2 as published by the Free Software Foundation. 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 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 25 - * 02110-1301 USA 26 11 */ 27 12 28 13 #include <linux/kernel.h>
+1 -14
drivers/net/usb/cdc-phonet.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * phonet.c -- USB CDC Phonet host driver 3 4 * 4 5 * Copyright (C) 2008-2009 Nokia Corporation. All rights reserved. 5 6 * 6 7 * Author: Rémi Denis-Courmont 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 10 #include <linux/kernel.h>
+1 -14
drivers/net/wireless/intersil/p54/p54spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 Christian Lamparter <chunkeey@web.de> 3 4 * Copyright 2008 Johannes Berg <johannes@sipsolutions.net> 4 5 * 5 6 * This driver is a port from stlc45xx: 6 7 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). 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 10 #include <linux/module.h>
+1 -14
drivers/net/wireless/intersil/p54/p54spi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2008 Christian Lamparter <chunkeey@web.de> 3 4 * 4 5 * This driver is a port from stlc45xx: 5 6 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). 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 9 #ifndef P54SPI_H
+1 -14
drivers/net/wireless/intersil/p54/p54spi_eeprom.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2003 Conexant Americas Inc. All Rights Reserved. 3 4 * Copyright (C) 2004, 2005, 2006 Nokia Corporation ··· 8 7 * based on: 9 8 * - cx3110x's pda.h from Nokia 10 9 * - cx3110-transfer.log by Johannes Berg 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 10 */ 26 11 27 12 #ifndef P54SPI_EEPROM_H
+1 -15
drivers/net/wireless/ti/wl1251/acx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL1251_ACX_H__
+1 -15
drivers/net/wireless/ti/wl1251/boot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (C) 2008 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #include <linux/slab.h>
+1 -15
drivers/net/wireless/ti/wl1251/boot.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (C) 2008 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #ifndef __BOOT_H__
+1 -15
drivers/net/wireless/ti/wl1251/cmd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL1251_CMD_H__
+1 -15
drivers/net/wireless/ti/wl1251/debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #include "debugfs.h"
+1 -15
drivers/net/wireless/ti/wl1251/debugfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #ifndef WL1251_DEBUGFS_H
+1 -15
drivers/net/wireless/ti/wl1251/event.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #include "wl1251.h"
+1 -15
drivers/net/wireless/ti/wl1251/event.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL1251_EVENT_H__
+1 -15
drivers/net/wireless/ti/wl1251/init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #include <linux/kernel.h>
+1 -15
drivers/net/wireless/ti/wl1251/init.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #ifndef __WL1251_INIT_H__
+1 -15
drivers/net/wireless/ti/wl1251/io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2008 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #include "wl1251.h"
+1 -15
drivers/net/wireless/ti/wl1251/io.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2008 Nokia Corporation 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 - * 20 6 */ 21 7 #ifndef __WL1251_IO_H__ 22 8 #define __WL1251_IO_H__
+1 -15
drivers/net/wireless/ti/wl1251/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (C) 2008-2009 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #include <linux/module.h>
+1 -15
drivers/net/wireless/ti/wl1251/ps.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (C) 2008 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #include "reg.h"
+1 -15
drivers/net/wireless/ti/wl1251/ps.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL1251_PS_H__
+1 -15
drivers/net/wireless/ti/wl1251/reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __REG_H__
+1 -15
drivers/net/wireless/ti/wl1251/rx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #include <linux/skbuff.h>
+1 -15
drivers/net/wireless/ti/wl1251/rx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL1251_RX_H__
+1 -14
drivers/net/wireless/ti/wl1251/sdio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * wl12xx SDIO routines 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 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 St, Fifth Floor, Boston, MA 16 - * 02110-1301 USA 17 4 * 18 5 * Copyright (C) 2005 Texas Instruments Incorporated 19 6 * Copyright (C) 2008 Google Inc
+1 -15
drivers/net/wireless/ti/wl1251/spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (C) 2008 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #include <linux/interrupt.h>
+1 -15
drivers/net/wireless/ti/wl1251/spi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL1251_SPI_H__
+1 -15
drivers/net/wireless/ti/wl1251/tx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #include <linux/kernel.h>
+1 -15
drivers/net/wireless/ti/wl1251/tx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL1251_TX_H__
+1 -15
drivers/net/wireless/ti/wl1251/wl1251.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1251 3 4 * 4 5 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 6 * Copyright (C) 2008-2009 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL1251_H__
+1 -15
drivers/net/wireless/ti/wl12xx/acx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2008-2009 Nokia Corporation 5 6 * Copyright (C) 2011 Texas Instruments Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 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 - * 21 7 */ 22 8 23 9 #include "../wlcore/cmd.h"
+1 -15
drivers/net/wireless/ti/wl12xx/acx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 1998-2009, 2011 Texas Instruments. All rights reserved. 5 6 * Copyright (C) 2008-2010 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL12XX_ACX_H__
+1 -15
drivers/net/wireless/ti/wl12xx/cmd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2009-2010 Nokia Corporation 5 6 * Copyright (C) 2011 Texas Instruments Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 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 - * 21 7 */ 22 8 23 9 #include "../wlcore/cmd.h"
+1 -15
drivers/net/wireless/ti/wl12xx/cmd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 1998-2009, 2011 Texas Instruments. All rights reserved. 5 6 * Copyright (C) 2009 Nokia Corporation 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 - * 21 7 */ 22 8 23 9 #ifndef __WL12XX_CMD_H__
+1 -15
drivers/net/wireless/ti/wl12xx/conf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #ifndef __WL12XX_CONF_H__
+1 -15
drivers/net/wireless/ti/wl12xx/debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * Copyright (C) 2011-2012 Texas Instruments 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 - * 21 7 */ 22 8 23 9 #include "../wlcore/debugfs.h"
+1 -15
drivers/net/wireless/ti/wl12xx/debugfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #ifndef __WL12XX_DEBUGFS_H__
+1 -15
drivers/net/wireless/ti/wl12xx/event.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #include "event.h"
+1 -15
drivers/net/wireless/ti/wl12xx/event.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #ifndef __WL12XX_EVENT_H__
+1 -15
drivers/net/wireless/ti/wl12xx/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2008-2010 Nokia Corporation 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 - * 20 6 */ 21 7 22 8 #include <linux/module.h>
+1 -15
drivers/net/wireless/ti/wl12xx/reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * ··· 6 5 * Copyright (C) 2009 Nokia Corporation 7 6 * 8 7 * Contact: Luciano Coelho <luciano.coelho@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 - * 24 8 */ 25 9 26 10 #ifndef __REG_H__
+1 -15
drivers/net/wireless/ti/wl12xx/scan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #include <linux/ieee80211.h>
+1 -15
drivers/net/wireless/ti/wl12xx/scan.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #ifndef __WL12XX_SCAN_H__
+1 -15
drivers/net/wireless/ti/wl12xx/wl12xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #ifndef __WL12XX_PRIV_H__
+1 -15
drivers/net/wireless/ti/wl18xx/acx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #include "../wlcore/cmd.h"
+1 -15
drivers/net/wireless/ti/wl18xx/acx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #ifndef __WL18XX_ACX_H__
+1 -15
drivers/net/wireless/ti/wl18xx/cmd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #include "../wlcore/cmd.h"
+1 -15
drivers/net/wireless/ti/wl18xx/cmd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #ifndef __WL18XX_CMD_H__
+1 -15
drivers/net/wireless/ti/wl18xx/conf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #ifndef __WL18XX_CONF_H__
+1 -15
drivers/net/wireless/ti/wl18xx/debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * Copyright (C) 2011-2012 Texas Instruments 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 - * 21 7 */ 22 8 23 9 #include <linux/pm_runtime.h>
+1 -15
drivers/net/wireless/ti/wl18xx/debugfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #ifndef __WL18XX_DEBUGFS_H__
+1 -15
drivers/net/wireless/ti/wl18xx/event.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #include <net/genetlink.h>
+1 -15
drivers/net/wireless/ti/wl18xx/event.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #ifndef __WL18XX_EVENT_H__
+1 -15
drivers/net/wireless/ti/wl18xx/io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments 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 - * 20 6 */ 21 7 22 8 #include "../wlcore/wlcore.h"
+1 -15
drivers/net/wireless/ti/wl18xx/io.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments 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 - * 20 6 */ 21 7 22 8 #ifndef __WL18XX_IO_H__
+1 -15
drivers/net/wireless/ti/wl18xx/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments 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 - * 20 6 */ 21 7 22 8 #include <linux/module.h>
+1 -15
drivers/net/wireless/ti/wl18xx/reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wlcore 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #ifndef __REG_H__
+1 -15
drivers/net/wireless/ti/wl18xx/scan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #include <linux/ieee80211.h>
+1 -15
drivers/net/wireless/ti/wl18xx/scan.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #ifndef __WL18XX_SCAN_H__
+1 -15
drivers/net/wireless/ti/wl18xx/tx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #include "../wlcore/wlcore.h"
+1 -15
drivers/net/wireless/ti/wl18xx/tx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 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 - * 20 6 */ 21 7 22 8 #ifndef __WL18XX_TX_H__
+1 -15
drivers/net/wireless/ti/wl18xx/wl18xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl18xx 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #ifndef __WL18XX_PRIV_H__
+1 -15
drivers/net/wireless/ti/wlcore/acx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2008-2009 Nokia Corporation 5 6 * 6 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 10 #include "acx.h"
+1 -15
drivers/net/wireless/ti/wlcore/acx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * ··· 6 5 * Copyright (C) 2008-2010 Nokia Corporation 7 6 * 8 7 * Contact: Luciano Coelho <luciano.coelho@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 - * 24 8 */ 25 9 26 10 #ifndef __ACX_H__
+1 -15
drivers/net/wireless/ti/wlcore/boot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2008-2010 Nokia Corporation 5 6 * 6 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 10 #include <linux/slab.h>
+1 -15
drivers/net/wireless/ti/wlcore/boot.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2008-2009 Nokia Corporation 5 6 * 6 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 10 #ifndef __BOOT_H__
+1 -15
drivers/net/wireless/ti/wlcore/cmd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009-2010 Nokia Corporation 5 6 * 6 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 10 #include <linux/module.h>
+1 -15
drivers/net/wireless/ti/wlcore/cmd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * ··· 6 5 * Copyright (C) 2009 Nokia Corporation 7 6 * 8 7 * Contact: Luciano Coelho <luciano.coelho@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 - * 24 8 */ 25 9 26 10 #ifndef __CMD_H__
+1 -15
drivers/net/wireless/ti/wlcore/conf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * 6 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 10 #ifndef __CONF_H__
+1 -15
drivers/net/wireless/ti/wlcore/debug.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * ··· 6 5 * Copyright (C) 2008-2009 Nokia Corporation 7 6 * 8 7 * Contact: Luciano Coelho <coelho@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 - * 24 8 */ 25 9 26 10 #ifndef __DEBUG_H__
+1 -15
drivers/net/wireless/ti/wlcore/debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * 6 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 10 #include "debugfs.h"
+1 -15
drivers/net/wireless/ti/wlcore/debugfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * 6 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 10 #ifndef __DEBUGFS_H__
+1 -15
drivers/net/wireless/ti/wlcore/event.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2008-2009 Nokia Corporation 5 6 * 6 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 10 #include "wlcore.h"
+1 -15
drivers/net/wireless/ti/wlcore/event.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * ··· 6 5 * Copyright (C) 2008-2009 Nokia Corporation 7 6 * 8 7 * Contact: Luciano Coelho <luciano.coelho@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 - * 24 8 */ 25 9 26 10 #ifndef __EVENT_H__
+1 -15
drivers/net/wireless/ti/wlcore/hw_ops.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wlcore 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #ifndef __WLCORE_HW_OPS_H__
+1 -15
drivers/net/wireless/ti/wlcore/ini.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2010 Nokia Corporation 5 6 * 6 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 10 #ifndef __INI_H__
+1 -15
drivers/net/wireless/ti/wlcore/init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * 6 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 10 #include <linux/kernel.h>
+1 -15
drivers/net/wireless/ti/wlcore/init.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * 6 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 10 #ifndef __INIT_H__
+1 -15
drivers/net/wireless/ti/wlcore/io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2008-2010 Nokia Corporation 5 6 * 6 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 10 #include <linux/module.h>
+1 -15
drivers/net/wireless/ti/wlcore/io.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * ··· 6 5 * Copyright (C) 2008-2010 Nokia Corporation 7 6 * 8 7 * Contact: Luciano Coelho <luciano.coelho@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 - * 24 8 */ 25 9 26 10 #ifndef __IO_H__
+1 -15
drivers/net/wireless/ti/wlcore/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wlcore 3 4 * 4 5 * Copyright (C) 2008-2010 Nokia Corporation 5 6 * Copyright (C) 2011-2013 Texas Instruments Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 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 - * 21 7 */ 22 8 23 9 #include <linux/module.h>
+1 -15
drivers/net/wireless/ti/wlcore/ps.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2008-2009 Nokia Corporation 5 6 * 6 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 10 #include "ps.h"
+1 -15
drivers/net/wireless/ti/wlcore/ps.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2008-2009 Nokia Corporation 5 6 * 6 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 10 #ifndef __PS_H__
+1 -15
drivers/net/wireless/ti/wlcore/rx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * 6 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 10 #include <linux/gfp.h>
+1 -15
drivers/net/wireless/ti/wlcore/rx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * ··· 6 5 * Copyright (C) 2008-2009 Nokia Corporation 7 6 * 8 7 * Contact: Luciano Coelho <luciano.coelho@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 - * 24 8 */ 25 9 26 10 #ifndef __RX_H__
+1 -15
drivers/net/wireless/ti/wlcore/scan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009-2010 Nokia Corporation 5 6 * 6 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 10 #include <linux/ieee80211.h>
+1 -15
drivers/net/wireless/ti/wlcore/scan.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009-2010 Nokia Corporation 5 6 * 6 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 10 #ifndef __SCAN_H__
+1 -15
drivers/net/wireless/ti/wlcore/sdio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009-2010 Nokia Corporation 5 6 * 6 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 10 #include <linux/irq.h>
+1 -15
drivers/net/wireless/ti/wlcore/spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2008-2009 Nokia Corporation 5 6 * 6 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 10 #include <linux/interrupt.h>
+1 -15
drivers/net/wireless/ti/wlcore/sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wlcore 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #include <linux/pm_runtime.h>
+1 -15
drivers/net/wireless/ti/wlcore/sysfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wlcore 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #ifndef __SYSFS_H__
+1 -15
drivers/net/wireless/ti/wlcore/testmode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2010 Nokia Corporation 5 6 * 6 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 #include "testmode.h" 24 10
+1 -15
drivers/net/wireless/ti/wlcore/testmode.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2010 Nokia Corporation 5 6 * 6 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 10 #ifndef __TESTMODE_H__
+1 -15
drivers/net/wireless/ti/wlcore/tx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of wl1271 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * 6 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 10 #include <linux/kernel.h>
+1 -15
drivers/net/wireless/ti/wlcore/tx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * ··· 6 5 * Copyright (C) 2009 Nokia Corporation 7 6 * 8 7 * Contact: Luciano Coelho <luciano.coelho@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 - * 24 8 */ 25 9 26 10 #ifndef __TX_H__
+1 -15
drivers/net/wireless/ti/wlcore/wlcore.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wlcore 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Inc. 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 - * 20 6 */ 21 7 22 8 #ifndef __WLCORE_H__
+1 -15
drivers/net/wireless/ti/wlcore/wlcore_i.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl1271 3 4 * ··· 6 5 * Copyright (C) 2008-2009 Nokia Corporation 7 6 * 8 7 * Contact: Luciano Coelho <luciano.coelho@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 - * 24 8 */ 25 9 26 10 #ifndef __WLCORE_I_H__
+1 -14
drivers/regulator/aat2870-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/regulator/aat2870-regulator.c 3 4 * 4 5 * Copyright (c) 2011, NVIDIA Corporation. 5 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 9 #include <linux/kernel.h>
+1 -13
drivers/scsi/scsi_trace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 FUJITSU LIMITED 3 4 * Copyright (C) 2010 Tomohiro Kusumi <kusumi.tomohiro@jp.fujitsu.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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 5 */ 18 6 #include <linux/kernel.h> 19 7 #include <linux/trace_seq.h>
+1 -15
drivers/thermal/ti-soc-thermal/dra752-bandgap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * DRA752 bandgap registers, bitfields and temperature definitions 3 4 * ··· 8 7 * Tero Kristo <t-kristo@ti.com> 9 8 * 10 9 * This is an auto generated file. 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 - * 26 10 */ 27 11 #ifndef __DRA752_BANDGAP_H 28 12 #define __DRA752_BANDGAP_H
+1 -15
drivers/thermal/ti-soc-thermal/omap4xxx-bandgap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * OMAP4xxx bandgap registers, bitfields and temperature definitions 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Contact: 6 7 * Eduardo Valentin <eduardo.valentin@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 - * 22 8 */ 23 9 #ifndef __OMAP4XXX_BANDGAP_H 24 10 #define __OMAP4XXX_BANDGAP_H
+1 -15
drivers/thermal/ti-soc-thermal/omap5xxx-bandgap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * OMAP5xxx bandgap registers, bitfields and temperature definitions 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Contact: 6 7 * Eduardo Valentin <eduardo.valentin@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 - * 22 8 */ 23 9 #ifndef __OMAP5XXX_BANDGAP_H 24 10 #define __OMAP5XXX_BANDGAP_H
+1 -15
drivers/thermal/ti-soc-thermal/ti-bandgap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI Bandgap temperature sensor driver 3 4 * ··· 7 6 * Author: Moiz Sonasath <m-sonasath@ti.com> 8 7 * Couple of fixes, DT and MFD adaptation: 9 8 * Eduardo Valentin <eduardo.valentin@ti.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 - * 25 9 */ 26 10 27 11 #include <linux/module.h>
+1 -15
drivers/thermal/ti-soc-thermal/ti-bandgap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * OMAP4 Bandgap temperature sensor driver 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Contact: 6 7 * Eduardo Valentin <eduardo.valentin@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 - * 22 8 */ 23 9 #ifndef __TI_BANDGAP_H 24 10 #define __TI_BANDGAP_H
+1 -15
drivers/thermal/ti-soc-thermal/ti-thermal-common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP thermal driver interface 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Contact: 6 7 * Eduardo Valentin <eduardo.valentin@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 - * 22 8 */ 23 9 24 10 #include <linux/device.h>
+1 -15
drivers/thermal/ti-soc-thermal/ti-thermal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * OMAP thermal definitions 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Contact: 6 7 * Eduardo Valentin <eduardo.valentin@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 - * 22 8 */ 23 9 #ifndef __TI_THERMAL_H 24 10 #define __TI_THERMAL_H
+1 -14
drivers/video/backlight/aat2870_bl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/video/backlight/aat2870_bl.c 3 4 * 4 5 * Copyright (c) 2011, NVIDIA Corporation. 5 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 9 #include <linux/module.h>
+1 -15
fs/pstore/ram.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * RAM Oops/Panic logger 3 4 * 4 5 * Copyright (C) 2010 Marco Stornelli <marco.stornelli@gmail.com> 5 6 * Copyright (C) 2011 Kees Cook <keescook@chromium.org> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * 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 - * 21 7 */ 22 8 23 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -13
fs/ubifs/budget.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/commit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/compress.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 5 6 * Copyright (C) 2006, 2007 University of Szeged, Hungary 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 version 2 as published by 9 - * the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 51 18 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 7 * 20 8 * Authors: Adrian Hunter 21 9 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/debug.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/dir.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* * This file is part of UBIFS. 2 3 * 3 4 * Copyright (C) 2006-2008 Nokia Corporation. 4 5 * Copyright (C) 2006, 2007 University of Szeged, Hungary 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/find.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/gc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 5 6 * Copyright (C) 2006, 2007 University of Szeged, Hungary 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 version 2 as published by 9 - * the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 51 18 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 7 * 20 8 * Authors: Artem Bityutskiy (Битюцкий Артём) 21 9 * Adrian Hunter
+1 -13
fs/ubifs/ioctl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 5 6 * Copyright (C) 2006, 2007 University of Szeged, Hungary 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 version 2 as published by 9 - * the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 51 18 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 7 * 20 8 * Authors: Zoltan Sogor 21 9 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/journal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/key.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/log.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/lprops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/lpt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/lpt_commit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/master.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/misc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/orphan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Author: Adrian Hunter 20 8 */
+1 -13
fs/ubifs/recovery.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/replay.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/sb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/scan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/shrinker.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/super.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/tnc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/tnc_commit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/tnc_misc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Adrian Hunter 20 8 * Artem Bityutskiy (Битюцкий Артём)
+1 -13
fs/ubifs/ubifs-media.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/ubifs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
fs/ubifs/xattr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of UBIFS. 3 4 * 4 5 * Copyright (C) 2006-2008 Nokia Corporation. 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 by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 6 * 19 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 20 8 * Adrian Hunter
+1 -13
include/linux/bch.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Generic binary BCH encoding/decoding library 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License 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 4 * 17 5 * Copyright © 2011 Parrot S.A. 18 6 *
+1 -14
include/linux/hsi/hsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * HSI core header file. 3 4 * 4 5 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 5 6 * 6 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 10 #ifndef __LINUX_HSI_H__
+1 -14
include/linux/hsi/ssi_protocol.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ssip_slave.h 3 4 * ··· 7 6 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 8 7 * 9 8 * Contact: Carlos Chinea <carlos.chinea@nokia.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 9 */ 25 10 26 11 #ifndef __LINUX_SSIP_SLAVE_H__
+1 -14
include/linux/leds-tca6507.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * TCA6507 LED chip driver. 3 4 * 4 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 8 #ifndef __LINUX_TCA6507_H
+1 -14
include/linux/mfd/aat2870.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/include/linux/mfd/aat2870.h 3 4 * 4 5 * Copyright (c) 2011, NVIDIA Corporation. 5 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 9 #ifndef __LINUX_MFD_AAT2870_H
+1 -15
include/linux/mfd/twl4030-audio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * MFD driver for twl4030 audio submodule 3 4 * 4 5 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 5 6 * 6 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 10 #ifndef __TWL4030_CODEC_H__
+1 -15
include/linux/mfd/twl6040.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * MFD driver for twl6040 3 4 * ··· 6 5 * Misael Lopez Cruz <misael.lopez@ti.com> 7 6 * 8 7 * Copyright: (C) 2011 Texas Instruments, Inc. 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, 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 - * 24 8 */ 25 9 26 10 #ifndef __TWL6040_CODEC_H__
+1 -14
include/linux/mfd/wl1273-core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/linux/mfd/wl1273-core.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2010 Nokia Corporation 8 7 * Author: Matti J. Aaltonen <matti.j.aaltonen@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 8 */ 24 9 25 10 #ifndef WL1273_CORE_H
+1 -14
include/linux/phonet.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * file phonet.h 3 4 * 4 5 * Phonet sockets kernel interface 5 6 * 6 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 9 #ifndef LINUX_PHONET_H 23 10 #define LINUX_PHONET_H
+1 -15
include/linux/platform_data/apds990x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of the APDS990x sensor driver. 3 4 * Chip is combined proximity and ambient light sensor. ··· 6 5 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 7 6 * 8 7 * Contact: Samu Onkalo <samu.p.onkalo@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 - * 24 8 */ 25 9 26 10 #ifndef __APDS990X_H__
+1 -15
include/linux/platform_data/bh1770glc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of the ROHM BH1770GLC / OSRAM SFH7770 sensor driver. 3 4 * Chip is combined proximity and ambient light sensor. ··· 6 5 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 7 6 * 8 7 * Contact: Samu Onkalo <samu.p.onkalo@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 - * 24 8 */ 25 9 26 10 #ifndef __BH1770_H__
+1 -14
include/linux/platform_data/leds-pca963x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PCA963X LED chip driver. 3 4 * 4 5 * Copyright 2012 bct electronic GmbH 5 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 9 #ifndef __LINUX_PCA963X_H
+1 -14
include/linux/platform_data/omap-twl4030.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * omap-twl4030.h - ASoC machine driver for TI SoC based boards with twl4030 3 4 * codec, header. ··· 7 6 * All rights reserved. 8 7 * 9 8 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 9 */ 25 10 26 11 #ifndef _OMAP_TWL4030_H_
+1 -14
include/linux/pm2301_charger.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PM2301 charger driver. 3 4 * 4 5 * Copyright (C) 2012 ST Ericsson Corporation 5 6 * 6 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 10 #ifndef __LINUX_PM2301_H
+1 -15
include/linux/wl12xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of wl12xx 3 4 * 4 5 * Copyright (C) 2009 Nokia Corporation 5 6 * 6 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 10 #ifndef _LINUX_WL12XX_H
+1 -14
include/net/phonet/gprs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * File: pep_gprs.h 3 4 * ··· 7 6 * Copyright (C) 2008 Nokia Corporation. 8 7 * 9 8 * Author: Rémi Denis-Courmont 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 9 */ 25 10 26 11 #ifndef NET_PHONET_GPRS_H
+1 -14
include/net/phonet/pep.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * File: pep.h 3 4 * 4 5 * Phonet Pipe End Point sockets definitions 5 6 * 6 7 * Copyright (C) 2008 Nokia Corporation. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 8 */ 22 9 23 10 #ifndef NET_PHONET_PEP_H
+1 -14
include/net/phonet/phonet.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * File: af_phonet.h 3 4 * 4 5 * Phonet sockets kernel definitions 5 6 * 6 7 * Copyright (C) 2008 Nokia Corporation. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 8 */ 22 9 23 10 #ifndef AF_PHONET_H
+1 -14
include/net/phonet/pn_dev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * File: pn_dev.h 3 4 * 4 5 * Phonet network device 5 6 * 6 7 * Copyright (C) 2008 Nokia Corporation. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 8 */ 22 9 23 10 #ifndef PN_DEV_H
+1 -14
include/sound/tpa6130a2-plat.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * TPA6130A2 driver platform header 3 4 * 4 5 * Copyright (C) Nokia Corporation 5 6 * 6 7 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 8 */ 22 9 23 10 #ifndef TPA6130A2_PLAT_H
+1 -14
net/netfilter/xt_IDLETIMER.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/net/netfilter/xt_IDLETIMER.c 3 4 * ··· 12 11 * by Luciano Coelho <luciano.coelho@nokia.com> 13 12 * 14 13 * Contact: Luciano Coelho <luciano.coelho@nokia.com> 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 19 - * 20 - * This program is distributed in the hope that it will be useful, but 21 - * WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 - * General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 28 - * 02110-1301 USA 29 14 */ 30 15 31 16 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
net/phonet/af_phonet.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * File: af_phonet.c 3 4 * ··· 8 7 * 9 8 * Authors: Sakari Ailus <sakari.ailus@nokia.com> 10 9 * Rémi Denis-Courmont 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 10 */ 26 11 27 12 #include <linux/kernel.h>
+1 -14
net/phonet/datagram.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * File: datagram.c 3 4 * ··· 8 7 * 9 8 * Authors: Sakari Ailus <sakari.ailus@nokia.com> 10 9 * Rémi Denis-Courmont 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 10 */ 26 11 27 12 #include <linux/kernel.h>
+1 -14
net/phonet/pep-gprs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * File: pep-gprs.c 3 4 * ··· 7 6 * Copyright (C) 2008 Nokia Corporation. 8 7 * 9 8 * Author: Rémi Denis-Courmont 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 9 */ 25 10 26 11 #include <linux/kernel.h>
+1 -14
net/phonet/pep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * File: pep.c 3 4 * ··· 7 6 * Copyright (C) 2008 Nokia Corporation. 8 7 * 9 8 * Author: Rémi Denis-Courmont 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 9 */ 25 10 26 11 #include <linux/kernel.h>
+1 -14
net/phonet/pn_dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * File: pn_dev.c 3 4 * ··· 8 7 * 9 8 * Authors: Sakari Ailus <sakari.ailus@nokia.com> 10 9 * Rémi Denis-Courmont 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 10 */ 26 11 27 12 #include <linux/kernel.h>
+1 -14
net/phonet/pn_netlink.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * File: pn_netlink.c 3 4 * ··· 8 7 * 9 8 * Authors: Sakari Ailus <sakari.ailus@nokia.com> 10 9 * Remi Denis-Courmont 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 10 */ 26 11 27 12 #include <linux/kernel.h>
+1 -14
net/phonet/socket.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * File: socket.c 3 4 * ··· 8 7 * 9 8 * Authors: Sakari Ailus <sakari.ailus@nokia.com> 10 9 * Rémi Denis-Courmont 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 10 */ 26 11 27 12 #include <linux/gfp.h>
+1 -14
net/phonet/sysctl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * File: sysctl.c 3 4 * ··· 7 6 * Copyright (C) 2008 Nokia Corporation. 8 7 * 9 8 * Author: Rémi Denis-Courmont 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 9 */ 25 10 26 11 #include <linux/seqlock.h>
+1 -15
sound/soc/codecs/cs42l73.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ALSA SoC CS42L73 codec driver 3 4 * ··· 6 5 * 7 6 * Author: Georgi Vlaev <joe@nucleusys.com> 8 7 * Brian Austin <brian.austin@cirrus.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 - * 24 8 */ 25 9 26 10 #ifndef __CS42L73_H__
+1 -15
sound/soc/codecs/dmic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dmic.c -- SoC audio for Generic Digital MICs 3 4 * 4 5 * Author: Liam Girdwood <lrg@slimlogic.co.uk> 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 - * 20 6 */ 21 7 22 8 #include <linux/delay.h>
+1 -15
sound/soc/codecs/tlv320dac33.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA SoC Texas Instruments TLV320DAC33 codec driver 3 4 * 4 5 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 5 6 * 6 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 10 #include <linux/module.h>
+1 -15
sound/soc/codecs/tlv320dac33.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ALSA SoC Texas Instruments TLV320DAC33 codec driver 3 4 * 4 5 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 5 6 * 6 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 10 #ifndef __TLV320DAC33_H
+1 -14
sound/soc/codecs/tpa6130a2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA SoC Texas Instruments TPA6130A2 headset stereo amplifier driver 3 4 * 4 5 * Copyright (C) Nokia Corporation 5 6 * 6 7 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 8 */ 22 9 23 10 #include <linux/module.h>
+1 -15
sound/soc/codecs/tpa6130a2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ALSA SoC TPA6130A2 amplifier driver 3 4 * 4 5 * Copyright (C) Nokia Corporation 5 6 * 6 7 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 - * 22 8 */ 23 9 24 10 #ifndef __TPA6130A2_H__
+1 -15
sound/soc/codecs/twl4030.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA SoC TWL4030 codec driver 3 4 * 4 5 * Author: Steve Sakoman, <steve@sakoman.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 - * 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 - * 20 6 */ 21 7 22 8 #include <linux/module.h>
+1 -15
sound/soc/codecs/twl6040.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA SoC TWL6040 codec driver 3 4 * 4 5 * Author: Misael Lopez Cruz <x0052729@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 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 - * 20 6 */ 21 7 22 8 #include <linux/module.h>
+1 -15
sound/soc/codecs/twl6040.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ALSA SoC TWL6040 codec driver 3 4 * 4 5 * Author: Misael Lopez Cruz <x0052729@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 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 - * 20 6 */ 21 7 22 8 #ifndef __TWL6040_H__
+1 -15
sound/soc/codecs/wl1273.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA SoC WL1273 codec driver 3 4 * 4 5 * Author: Matti Aaltonen, <matti.j.aaltonen@nokia.com> 5 6 * 6 7 * Copyright: (C) 2010, 2011 Nokia Corporation 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 - * 22 8 */ 23 9 24 10 #include <linux/mfd/wl1273-core.h>
+1 -15
sound/soc/codecs/wl1273.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * sound/soc/codec/wl1273.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) Nokia Corporation 8 7 * Author: Matti Aaltonen <matti.j.aaltonen@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 - * 24 8 */ 25 9 26 10 #ifndef __WL1273_CODEC_H__
+1 -14
sound/soc/codecs/wm9090.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA SoC WM9090 driver 3 4 * 4 5 * Copyright 2009-12 Wolfson Microelectronics 5 6 * 6 7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.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 10 #include <linux/module.h>
+1 -14
sound/soc/codecs/wm9090.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ALSA SoC WM9090 driver 3 4 * 4 5 * Copyright 2009 Wolfson Microelectronics 5 6 * 6 7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.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 10 #ifndef __WM9090_H
+1 -15
sound/soc/tegra/tegra20_das.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tegra20_das.c - Tegra20 DAS driver 3 4 * 4 5 * Author: Stephen Warren <swarren@nvidia.com> 5 6 * Copyright (C) 2010 - NVIDIA, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 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 - * 21 7 */ 22 8 23 9 #include <linux/device.h>
+1 -15
sound/soc/tegra/tegra20_das.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tegra20_das.h - Definitions for Tegra20 DAS driver 3 4 * 4 5 * Author: Stephen Warren <swarren@nvidia.com> 5 6 * Copyright (C) 2010,2012 - NVIDIA, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 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 - * 21 7 */ 22 8 23 9 #ifndef __TEGRA20_DAS_H__
+1 -15
sound/soc/tegra/tegra20_i2s.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tegra20_i2s.c - Tegra20 I2S driver 3 4 * ··· 12 11 * 13 12 * Copyright (C) 2010 Google, Inc. 14 13 * Iliyan Malchev <malchev@google.com> 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 19 - * 20 - * This program is distributed in the hope that it will be useful, but 21 - * WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 - * General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 28 - * 02110-1301 USA 29 - * 30 14 */ 31 15 32 16 #include <linux/clk.h>
+1 -15
sound/soc/tegra/tegra20_i2s.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tegra20_i2s.h - Definitions for Tegra20 I2S driver 3 4 * ··· 12 11 * 13 12 * Copyright (C) 2010 Google, Inc. 14 13 * Iliyan Malchev <malchev@google.com> 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 19 - * 20 - * This program is distributed in the hope that it will be useful, but 21 - * WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 - * General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 28 - * 02110-1301 USA 29 - * 30 14 */ 31 15 32 16 #ifndef __TEGRA20_I2S_H__
+1 -15
sound/soc/tegra/tegra20_spdif.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tegra20_spdif.c - Tegra20 SPDIF driver 3 4 * 4 5 * Author: Stephen Warren <swarren@nvidia.com> 5 6 * Copyright (C) 2011-2012 - NVIDIA, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 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 - * 21 7 */ 22 8 23 9 #include <linux/clk.h>
+1 -15
sound/soc/tegra/tegra20_spdif.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tegra20_spdif.h - Definitions for Tegra20 SPDIF driver 3 4 * ··· 7 6 * 8 7 * Based on code copyright/by: 9 8 * Copyright (c) 2008-2009, NVIDIA Corporation 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 - * 25 9 */ 26 10 27 11 #ifndef __TEGRA20_SPDIF_H__
+1 -15
sound/soc/tegra/tegra_asoc_utils.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tegra_asoc_utils.c - Harmony machine ASoC driver 3 4 * 4 5 * Author: Stephen Warren <swarren@nvidia.com> 5 6 * Copyright (C) 2010,2012 - NVIDIA, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 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 - * 21 7 */ 22 8 23 9 #include <linux/clk.h>
+1 -15
sound/soc/tegra/tegra_asoc_utils.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tegra_asoc_utils.h - Definitions for Tegra DAS driver 3 4 * 4 5 * Author: Stephen Warren <swarren@nvidia.com> 5 6 * Copyright (C) 2010,2012 - NVIDIA, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 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 - * 21 7 */ 22 8 23 9 #ifndef __TEGRA_ASOC_UTILS_H__
+1 -15
sound/soc/tegra/tegra_pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tegra_pcm.c - Tegra PCM driver 3 4 * ··· 13 12 * 14 13 * Copyright (C) 2010 Google, Inc. 15 14 * Iliyan Malchev <malchev@google.com> 16 - * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This program is distributed in the hope that it will be useful, but 22 - * WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 24 - * General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with this program; if not, write to the Free Software 28 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 29 - * 02110-1301 USA 30 - * 31 15 */ 32 16 33 17 #include <linux/module.h>
+1 -15
sound/soc/tegra/tegra_pcm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tegra_pcm.h - Definitions for Tegra PCM driver 3 4 * ··· 12 11 * 13 12 * Copyright (C) 2010 Google, Inc. 14 13 * Iliyan Malchev <malchev@google.com> 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 19 - * 20 - * This program is distributed in the hope that it will be useful, but 21 - * WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 - * General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 28 - * 02110-1301 USA 29 - * 30 14 */ 31 15 32 16 #ifndef __TEGRA_PCM_H__
+1 -15
sound/soc/tegra/tegra_wm8753.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tegra_wm8753.c - Tegra machine ASoC driver for boards using WM8753 codec. 3 4 * ··· 12 11 * Copyright 2007 Wolfson Microelectronics PLC. 13 12 * Author: Graeme Gregory 14 13 * graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 19 - * 20 - * This program is distributed in the hope that it will be useful, but 21 - * WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 - * General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 28 - * 02110-1301 USA 29 - * 30 14 */ 31 15 32 16 #include <linux/module.h>
+1 -15
sound/soc/tegra/tegra_wm8903.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tegra_wm8903.c - Tegra machine ASoC driver for boards using WM8903 codec. 3 4 * ··· 12 11 * Copyright 2007 Wolfson Microelectronics PLC. 13 12 * Author: Graeme Gregory 14 13 * graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 19 - * 20 - * This program is distributed in the hope that it will be useful, but 21 - * WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 - * General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 28 - * 02110-1301 USA 29 - * 30 14 */ 31 15 32 16 #include <linux/module.h>
+1 -15
sound/soc/tegra/trimslice.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * trimslice.c - TrimSlice machine ASoC driver 3 4 * ··· 8 7 * Based on code copyright/by: 9 8 * Author: Stephen Warren <swarren@nvidia.com> 10 9 * Copyright (C) 2010-2011 - NVIDIA, Inc. 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 - * 26 10 */ 27 11 28 12 #include <linux/module.h>
+1 -15
sound/soc/ti/ams-delta.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ams-delta.c -- SoC audio for Amstrad E3 (Delta) videophone 3 4 * ··· 6 5 * 7 6 * Initially based on sound/soc/omap/osk5912.x 8 7 * Copyright (C) 2008 Mistral Solutions 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 - * 24 8 */ 25 9 26 10 #include <linux/gpio/consumer.h>
+1 -15
sound/soc/ti/n810.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * n810.c -- SoC audio for Nokia N810 3 4 * 4 5 * Copyright (C) 2008 Nokia Corporation 5 6 * 6 7 * Contact: Jarkko Nikula <jarkko.nikula@bitmer.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 10 #include <linux/clk.h>
+1 -15
sound/soc/ti/omap-abe-twl6040.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * omap-abe-twl6040.c -- SoC audio for TI OMAP based boards with ABE and 3 4 * twl6040 codec 4 5 * 5 6 * Author: Misael Lopez Cruz <misael.lopez@ti.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 - * 21 7 */ 22 8 23 9 #include <linux/clk.h>
+1 -15
sound/soc/ti/omap-dmic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * omap-dmic.c -- OMAP ASoC DMIC DAI driver 3 4 * ··· 8 7 * Misael Lopez Cruz <misael.lopez@ti.com> 9 8 * Liam Girdwood <lrg@ti.com> 10 9 * Peter Ujfalusi <peter.ujfalusi@ti.com> 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 - * 26 10 */ 27 11 28 12 #include <linux/init.h>
+1 -15
sound/soc/ti/omap-mcbsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * omap-mcbsp.c -- OMAP ALSA SoC DAI driver using McBSP port 3 4 * ··· 6 5 * 7 6 * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com> 8 7 * 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 - * 24 8 */ 25 9 26 10 #include <linux/init.h>
+1 -15
sound/soc/ti/omap-mcbsp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * omap-mcbsp.h 3 4 * ··· 6 5 * 7 6 * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com> 8 7 * 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 - * 24 8 */ 25 9 26 10 #ifndef __OMAP_MCBSP_H__
+1 -15
sound/soc/ti/omap-mcpdm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * omap-mcpdm.c -- OMAP ALSA SoC DAI driver using McPDM port 3 4 * ··· 8 7 * Contact: Jorge Eduardo Candelaria <x0107209@ti.com> 9 8 * Margarita Olaya <magi.olaya@ti.com> 10 9 * Peter Ujfalusi <peter.ujfalusi@ti.com> 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 - * 02110-1301 USA 25 - * 26 10 */ 27 11 28 12 #include <linux/init.h>
+1 -15
sound/soc/ti/omap-mcpdm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * omap-mcpdm.h 3 4 * 4 5 * Copyright (C) 2009 - 2011 Texas Instruments 5 6 * 6 7 * Contact: Misael Lopez Cruz <misael.lopez@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 20 - * 02110-1301 USA 21 - * 22 8 */ 23 9 24 10 #ifndef __OMAP_MCPDM_H__
+1 -15
sound/soc/ti/omap-twl4030.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * omap-twl4030.c -- SoC audio for TI SoC based boards with twl4030 codec 3 4 * ··· 14 13 * igep0020 (Author: Enric Balletbo i Serra <eballetbo@iseebcn.com>) 15 14 * zoom2 (Author: Misael Lopez Cruz <misael.lopez@ti.com>) 16 15 * sdp3430 (Author: Misael Lopez Cruz <misael.lopez@ti.com>) 17 - * 18 - * This program is free software; you can redistribute it and/or 19 - * modify it under the terms of the GNU General Public License 20 - * version 2 as published by the Free Software Foundation. 21 - * 22 - * This program is distributed in the hope that it will be useful, but 23 - * WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 25 - * General Public License for more details. 26 - * 27 - * You should have received a copy of the GNU General Public License 28 - * along with this program; if not, write to the Free Software 29 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 30 - * 02110-1301 USA 31 - * 32 16 */ 33 17 34 18 #include <linux/platform_device.h>
+1 -15
sound/soc/ti/omap3pandora.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * omap3pandora.c -- SoC audio for Pandora Handheld Console 3 4 * 4 5 * Author: Gražvydas Ignotas <notasas@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 - * 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 - * 20 6 */ 21 7 22 8 #include <linux/clk.h>
+1 -15
sound/soc/ti/osk5912.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * osk5912.c -- SoC audio for OSK 5912 3 4 * 4 5 * Copyright (C) 2008 Mistral Solutions 5 6 * 6 7 * Contact: Arun KS <arunks@mistralsolutions.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 10 #include <linux/clk.h>
+1 -15
sound/soc/ti/rx51.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * rx51.c -- SoC audio for Nokia RX-51 3 4 * ··· 7 6 * Contact: Peter Ujfalusi <peter.ujfalusi@ti.com> 8 7 * Eduardo Valentin <eduardo.valentin@nokia.com> 9 8 * Jarkko Nikula <jarkko.nikula@bitmer.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 23 - * 02110-1301 USA 24 - * 25 9 */ 26 10 27 11 #include <linux/delay.h>