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

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

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 street 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 46 file(s).

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
04672fe6 08dbd0f8

+46 -710
+1 -15
arch/x86/boot/compressed/mkpiggy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ----------------------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 2009 Intel Corporation. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License version 7 - * 2 as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 - * 02110-1301, USA. 18 5 * 19 6 * H. Peter Anvin <hpa@linux.intel.com> 20 7 * 21 8 * ----------------------------------------------------------------------- 22 9 * 23 10 * Outputs a small assembly wrapper with the appropriate symbols defined. 24 - * 25 11 */ 26 12 27 13 #include <stdlib.h>
+1 -15
drivers/net/usb/hso.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /****************************************************************************** 2 3 * 3 4 * Driver for Option High Speed Mobile Devices. ··· 11 10 * <ajb@spheresystems.co.uk> 12 11 * Copyright (C) 2008 Greg Kroah-Hartman <gregkh@suse.de> 13 12 * Copyright (C) 2008 Novell, Inc. 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License version 2 as 17 - * published by the Free Software Foundation. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 27 - * USA 28 - * 29 13 * 30 14 *****************************************************************************/ 31 15
+1 -15
drivers/net/wimax/i2400m/debug-levels.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel Wireless WiMAX Connection 2400m 3 4 * Debug levels control file for the i2400m module 4 5 * 5 - * 6 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 8 */ 23 9 #ifndef __debug_levels__h__ 24 10 #define __debug_levels__h__
+1 -15
drivers/net/wimax/i2400m/debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless WiMAX Connection 2400m 3 4 * Debugfs interfaces to manipulate driver and device information 4 5 * 5 - * 6 6 * Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 8 */ 23 9 24 10 #include <linux/debugfs.h>
+1 -16
drivers/net/wimax/i2400m/driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless WiMAX Connection 2400m 3 4 * Generic probe/disconnect, reset and message passing 4 5 * 5 - * 6 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 8 * 24 9 * See i2400m.h for driver documentation. This contains helpers for 25 10 * the driver model glue [_setup()/_release()], handling device resets
+1 -16
drivers/net/wimax/i2400m/netdev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless WiMAX Connection 2400m 3 4 * Glue with the networking stack 4 5 * 5 - * 6 6 * Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com> 7 7 * Yanir Lubetkin <yanirx.lubetkin@intel.com> 8 8 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 12 - * 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 22 - * 02110-1301, USA. 23 - * 24 9 * 25 10 * This implements an ethernet device for the i2400m. 26 11 *
+1 -16
drivers/net/wimax/i2400m/op-rfkill.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless WiMAX Connection 2400m 3 4 * Implement backend for the WiMAX stack rfkill support 4 5 * 5 - * 6 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 8 * 24 9 * The WiMAX kernel stack integrates into RF-Kill and keeps the 25 10 * switches's status. We just need to:
+1 -15
drivers/net/wimax/i2400m/sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless WiMAX Connection 2400m 3 4 * Sysfs interfaces to show driver and device information 4 5 * 5 - * 6 6 * Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 8 */ 23 9 24 10 #include <linux/netdevice.h>
+1 -15
drivers/net/wimax/i2400m/usb-debug-levels.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel Wireless WiMAX Connection 2400m 3 4 * Debug levels control file for the i2400m-usb module 4 5 * 5 - * 6 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 8 */ 23 9 #ifndef __debug_levels__h__ 24 10 #define __debug_levels__h__
+1 -16
drivers/net/wimax/i2400m/usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless WiMAX Connection 2400m 3 4 * Linux driver model glue for USB device, reset & fw upload 4 5 * 5 - * 6 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 8 * Yanir Lubetkin <yanirx.lubetkin@intel.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 version 12 - * 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 22 - * 02110-1301, USA. 23 - * 24 9 * 25 10 * See i2400m-usb.h for a general description of this driver. 26 11 *
+1 -15
drivers/uwb/address.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * Address management 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * FIXME: docs 24 10 */
+1 -15
drivers/uwb/beacon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * Beacon management 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * FIXME: docs 24 10 */
+1 -15
drivers/uwb/driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * Driver initialization, etc 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * FIXME: docs 24 10 *
+1 -15
drivers/uwb/est.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band Radio Control 3 4 * Event Size Tables management 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * FIXME: docs 24 10 *
+1 -18
drivers/uwb/hwa-rc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * WUSB Host Wire Adapter: Radio Control Interface (WUSB[8.6]) 3 4 * Radio Control command/event transport 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * Initialize the Radio Control interface Driver. 24 10 * ··· 33 47 * Affected commands: 34 48 * UWB_RC_CMD_SCAN 35 49 * UWB_RC_CMD_SET_DRP_IE 36 - * 37 - * 38 - * 39 50 */ 40 51 #include <linux/init.h> 41 52 #include <linux/module.h>
+1 -15
drivers/uwb/i1480/dfu/dfu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless UWB Link 1480 3 4 * Main driver 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * Common code for firmware upload used by the USB and PCI version; 24 10 * i1480_fw_upload() takes a device descriptor and uses the function
+1 -15
drivers/uwb/i1480/dfu/i1480-dfu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * i1480 Device Firmware Upload 3 4 * 4 5 * Copyright (C) 2005-2006 Intel Corporation 5 6 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 9 - * 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 19 - * 02110-1301, USA. 20 - * 21 7 * 22 8 * This driver is the firmware uploader for the Intel Wireless UWB 23 9 * Link 1480 device (both in the USB and PCI incarnations).
+1 -15
drivers/uwb/i1480/dfu/mac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless UWB Link 1480 3 4 * MAC Firmware upload implementation 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * Implementation of the code for parsing the firmware file (extract 24 10 * the headers and binary code chunks) in the fw_*() functions. The
+1 -15
drivers/uwb/i1480/dfu/phy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless UWB Link 1480 3 4 * PHY parameters upload 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * Code for uploading the PHY parameters to the PHY through the UWB 24 10 * Radio Control interface.
+1 -15
drivers/uwb/i1480/dfu/usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless UWB Link 1480 3 4 * USB SKU firmware upload implementation 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * This driver will prepare the i1480 device to behave as a real 24 10 * Wireless USB HWA adaptor by uploading the firmware.
+1 -15
drivers/uwb/i1480/i1480-est.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Wireless UWB Link 1480 3 4 * Event Size tables for Wired Adaptors 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * FIXME: docs 24 10 */
+1 -15
drivers/uwb/ie.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * Information Element Handling ··· 6 5 * Copyright (C) 2005-2006 Intel Corporation 7 6 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 7 * Reinette Chatre <reinette.chatre@intel.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 version 12 - * 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 22 - * 02110-1301, USA. 23 - * 24 8 * 25 9 * FIXME: docs 26 10 */
+1 -15
drivers/uwb/lc-dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * Life cycle of devices 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * FIXME: docs 24 10 */
+1 -15
drivers/uwb/lc-rc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * Life cycle of radio controllers 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * FIXME: docs 24 10 *
+1 -15
drivers/uwb/neh.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * WUSB Wire Adapter: Radio Control Interface (WUSB[8]) 3 4 * Notification and Event Handling 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * The RC interface of the Host Wire Adapter (USB dongle) or WHCI PCI 24 10 * card delivers a stream of notifications and events to the
+1 -15
drivers/uwb/reset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * UWB basic command support and radio reset 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * FIXME: 24 10 *
+1 -16
drivers/uwb/scan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * Scanning management 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 - * 23 8 * 24 9 * FIXME: docs 25 10 * FIXME: there are issues here on how BEACON and SCAN on USB RCI deal
+1 -15
drivers/uwb/uwb-debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * Debug support ··· 6 5 * Copyright (C) 2005-2006 Intel Corporation 7 6 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 7 * Copyright (C) 2008 Cambridge Silicon Radio Ltd. 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 version 12 - * 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 22 - * 02110-1301, USA. 23 - * 24 8 * 25 9 * FIXME: doc 26 10 */
+1 -14
drivers/uwb/uwb-internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Ultra Wide Band 3 4 * UWB internal API 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 8 * 22 9 * This contains most of the internal API for UWB. This is stuff used 23 10 * across the stack that of course, is of no interest to the rest.
+1 -15
drivers/uwb/uwbd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Ultra Wide Band 3 4 * Neighborhood Management Daemon 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * This daemon takes care of maintaing information that describes the 24 10 * UWB neighborhood that the radios in this machine can see. It also
+1 -15
drivers/uwb/whc-rc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Wireless Host Controller: Radio Control Interface (WHCI v0.95[2.3]) 3 4 * Radio Control command/event transport to the UWB stack 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * Initialize and hook up the Radio Control interface. 24 10 *
+1 -15
include/linux/uwb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Ultra Wide Band 3 4 * UWB API 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * FIXME: doc: overview of the API, different parts and pointers 24 10 */
+1 -15
include/linux/uwb/spec.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Ultra Wide Band 3 4 * UWB Standard definitions 4 5 * 5 6 * Copyright (C) 2005-2006 Intel Corporation 6 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 - * 02110-1301, USA. 21 - * 22 8 * 23 9 * All these definitions are based on the ECMA-368 standard. 24 10 *
+1 -16
include/linux/uwb/whci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Wireless Host Controller Interface for Ultra-Wide-Band and Wireless USB 3 4 * 4 5 * Copyright (C) 2005-2006 Intel Corporation 5 6 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 9 - * 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 19 - * 02110-1301, USA. 20 - * 21 - * 22 7 * 23 8 * References: 24 9 * [WHCI] Wireless Host Controller Interface Specification for
+1 -22
include/linux/wimax/debug.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Linux WiMAX 3 4 * Collection of tools to manage debug operations. 4 5 * 5 - * 6 6 * Copyright (C) 2005-2007 Intel Corporation 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 8 * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 - * 24 9 * Don't #include this file directly, read on! 25 - * 26 10 * 27 11 * EXECUTING DEBUGGING ACTIONS OR NOT 28 12 * ··· 27 43 * always false at compile time will get the code depending on it 28 44 * compiled out by optimization. 29 45 * 30 - * 31 46 * DEBUG LEVELS 32 47 * 33 48 * It is up to the caller to define how much a debugging level is. ··· 35 52 * will always be taken). The increasing debug levels are used for 36 53 * increased verbosity. 37 54 * 38 - * 39 55 * USAGE 40 56 * 41 57 * Group the code in modules and submodules inside each module [which 42 58 * in most cases maps to Linux modules and .c files that compose 43 59 * those]. 44 - * 45 60 * 46 61 * For each module, there is: 47 62 * ··· 109 128 * NOTE: remember that even if this will show attached to some 110 129 * particular instance of a device, the settings are *global*. 111 130 * 112 - * 113 131 * On each submodule (for example, .c files), the debug infrastructure 114 132 * should be included like this: 115 133 * ··· 116 136 * #include "debug-levels.h" 117 137 * 118 138 * after #including all your include files. 119 - * 120 139 * 121 140 * Now you can use the d_*() macros below [d_test(), d_fnstart(), 122 141 * d_fnend(), d_printf(), d_dump()].
+1 -16
include/net/wimax.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Linux WiMAX 3 4 * Kernel space API for accessing WiMAX devices 4 5 * 5 - * 6 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 8 * 24 9 * The WiMAX stack provides an API for controlling and managing the 25 10 * system's WiMAX devices. This API affects the control plane; the
+1 -14
net/ceph/snapshot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * snapshot.c Ceph snapshot context utility routines (part of libceph) 3 4 * 4 5 * Copyright (C) 2013 Inktank Storage, 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, 11 - * but 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 Street, Fifth Floor, Boston, MA 18 - * 02110-1301, USA. 19 6 */ 20 7 21 8 #include <linux/types.h>
+1 -15
net/wimax/debug-levels.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Linux WiMAX Stack 3 4 * Debug levels control file for the wimax module 4 5 * 5 - * 6 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 8 */ 23 9 #ifndef __debug_levels__h__ 24 10 #define __debug_levels__h__
+1 -15
net/wimax/debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux WiMAX 3 4 * Debugfs support 4 5 * 5 - * 6 6 * Copyright (C) 2005-2006 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 8 */ 23 9 #include <linux/debugfs.h> 24 10 #include <linux/wimax.h>
+1 -16
net/wimax/id-table.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux WiMAX 3 4 * Mappping of generic netlink family IDs to net devices 4 5 * 5 - * 6 6 * Copyright (C) 2005-2006 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 8 * 24 9 * We assign a single generic netlink family ID to each device (to 25 10 * simplify lookup).
+1 -16
net/wimax/op-msg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux WiMAX 3 4 * Generic messaging interface between userspace and driver/device 4 5 * 5 - * 6 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 8 * 24 9 * This implements a direct communication channel between user space and 25 10 * the driver/device, by which free form messages can be sent back and
+1 -16
net/wimax/op-reset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux WiMAX 3 4 * Implement and export a method for resetting a WiMAX device 4 5 * 5 - * 6 6 * Copyright (C) 2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 8 * 24 9 * This implements a simple synchronous call to reset a WiMAX device. 25 10 *
+1 -16
net/wimax/op-rfkill.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux WiMAX 3 4 * RF-kill framework integration 4 5 * 5 - * 6 6 * Copyright (C) 2008 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 8 * 24 9 * This integrates into the Linux Kernel rfkill susbystem so that the 25 10 * drivers just have to do the bare minimal work, which is providing a
+1 -14
net/wimax/op-state-get.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux WiMAX 3 4 * Implement and export a method for getting a WiMAX device current state ··· 8 7 * Based on previous WiMAX core work by: 9 8 * Copyright (C) 2008 Intel Corporation <linux-wimax@intel.com> 10 9 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.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 version 14 - * 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 24 - * 02110-1301, USA. 25 10 */ 26 11 27 12 #include <net/wimax.h>
+1 -16
net/wimax/stack.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux WiMAX 3 4 * Initialization, addition and removal of wimax devices 4 5 * 5 - * 6 6 * Copyright (C) 2005-2006 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 8 * 24 9 * This implements: 25 10 *
+1 -16
net/wimax/wimax-internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Linux WiMAX 3 4 * Internal API for kernel space WiMAX stack 4 5 * 5 - * 6 6 * Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com> 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 8 - * 9 - * This program is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 8 * 24 9 * This header file is for declarations and definitions internal to 25 10 * the WiMAX stack. For public APIs and documentation, see