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 416

Based on 1 normalized pattern(s):

this driver is free software you can redistribute it and or modify
it under the terms of version 2 only of the gnu general public
license as published by the free software foundation it 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 see http www gnu org
licenses

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
808cb5dc b1fb60d7

+1 -13
+1 -13
drivers/net/wireless/ray_cs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*============================================================================= 2 3 * 3 4 * A PCMCIA client driver for the Raylink wireless LAN card. 4 5 * The starting point for this module was the skeleton.c in the 5 6 * PCMCIA 2.9.12 package written by David Hinds, dahinds@users.sourceforge.net 6 7 * 7 - * 8 8 * Copyright (c) 1998 Corey Thomas (corey@world.std.com) 9 - * 10 - * This driver is free software; you can redistribute it and/or modify 11 - * it under the terms of version 2 only of the GNU General Public License as 12 - * published by the Free Software Foundation. 13 - * 14 - * It is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 21 9 * 22 10 * Changes: 23 11 * Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 08/08/2000