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 20

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 as published by
the free software foundation either version 2 of the license or at
your option any later version 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 see the file copying if not write to the free
software foundation inc 51 franklin steet fifth floor boston ma
02110 1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190519154042.524645346@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
ca47d344 f6ce7f20

+41 -575
+1 -14
drivers/net/wireless/broadcom/b43/bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 6 5 7 6 Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; see the file COPYING. If not, write to 21 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 22 - Boston, MA 02110-1301, USA. 23 8 24 9 */ 25 10
+1 -14
drivers/net/wireless/broadcom/b43/debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 7 6 8 7 Copyright (c) 2005-2007 Michael Buesch <m@bues.ch> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43/dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 11 10 Copyright (C) 2002 David S. Miller 12 11 Copyright (C) Pekka Pietikainen 13 12 14 - This program is free software; you can redistribute it and/or modify 15 - it under the terms of the GNU General Public License as published by 16 - the Free Software Foundation; either version 2 of the License, or 17 - (at your option) any later version. 18 - 19 - This program is distributed in the hope that it will be useful, 20 - but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - GNU General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 27 - Boston, MA 02110-1301, USA. 28 13 29 14 */ 30 15
+1 -14
drivers/net/wireless/broadcom/b43/leds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 10 9 Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org> 11 10 Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch> 12 11 13 - This program is free software; you can redistribute it and/or modify 14 - it under the terms of the GNU General Public License as published by 15 - the Free Software Foundation; either version 2 of the License, or 16 - (at your option) any later version. 17 - 18 - This program is distributed in the hope that it will be useful, 19 - but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - GNU General Public License for more details. 22 - 23 - You should have received a copy of the GNU General Public License 24 - along with this program; see the file COPYING. If not, write to 25 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 26 - Boston, MA 02110-1301, USA. 27 12 28 13 */ 29 14
+1 -14
drivers/net/wireless/broadcom/b43/lo.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 11 10 Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org> 12 11 Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch> 13 12 14 - This program is free software; you can redistribute it and/or modify 15 - it under the terms of the GNU General Public License as published by 16 - the Free Software Foundation; either version 2 of the License, or 17 - (at your option) any later version. 18 - 19 - This program is distributed in the hope that it will be useful, 20 - but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - GNU General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 27 - Boston, MA 02110-1301, USA. 28 13 29 14 */ 30 15
+1 -14
drivers/net/wireless/broadcom/b43/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 16 15 Some parts of the code in this file are derived from the ipw2200 17 16 driver Copyright(c) 2003 - 2004 Intel Corporation. 18 17 19 - This program is free software; you can redistribute it and/or modify 20 - it under the terms of the GNU General Public License as published by 21 - the Free Software Foundation; either version 2 of the License, or 22 - (at your option) any later version. 23 - 24 - This program is distributed in the hope that it will be useful, 25 - but WITHOUT ANY WARRANTY; without even the implied warranty of 26 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 - GNU General Public License for more details. 28 - 29 - You should have received a copy of the GNU General Public License 30 - along with this program; see the file COPYING. If not, write to 31 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 32 - Boston, MA 02110-1301, USA. 33 18 34 19 */ 35 20
+1 -14
drivers/net/wireless/broadcom/b43/main.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 12 11 Some parts of the code in this file are derived from the ipw2200 13 12 driver Copyright(c) 2003 - 2004 Intel Corporation. 14 13 15 - This program is free software; you can redistribute it and/or modify 16 - it under the terms of the GNU General Public License as published by 17 - the Free Software Foundation; either version 2 of the License, or 18 - (at your option) any later version. 19 - 20 - This program is distributed in the hope that it will be useful, 21 - but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - GNU General Public License for more details. 24 - 25 - You should have received a copy of the GNU General Public License 26 - along with this program; see the file COPYING. If not, write to 27 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 28 - Boston, MA 02110-1301, USA. 29 14 30 15 */ 31 16
+1 -14
drivers/net/wireless/broadcom/b43/phy_common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 10 9 Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org> 11 10 Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch> 12 11 13 - This program is free software; you can redistribute it and/or modify 14 - it under the terms of the GNU General Public License as published by 15 - the Free Software Foundation; either version 2 of the License, or 16 - (at your option) any later version. 17 - 18 - This program is distributed in the hope that it will be useful, 19 - but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - GNU General Public License for more details. 22 - 23 - You should have received a copy of the GNU General Public License 24 - along with this program; see the file COPYING. If not, write to 25 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 26 - Boston, MA 02110-1301, USA. 27 12 28 13 */ 29 14
+1 -14
drivers/net/wireless/broadcom/b43/phy_g.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 10 9 Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org> 11 10 Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch> 12 11 13 - This program is free software; you can redistribute it and/or modify 14 - it under the terms of the GNU General Public License as published by 15 - the Free Software Foundation; either version 2 of the License, or 16 - (at your option) any later version. 17 - 18 - This program is distributed in the hope that it will be useful, 19 - but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - GNU General Public License for more details. 22 - 23 - You should have received a copy of the GNU General Public License 24 - along with this program; see the file COPYING. If not, write to 25 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 26 - Boston, MA 02110-1301, USA. 27 12 28 13 */ 29 14
+1 -14
drivers/net/wireless/broadcom/b43/phy_ht.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 6 5 7 6 Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; see the file COPYING. If not, write to 21 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 22 - Boston, MA 02110-1301, USA. 23 8 24 9 */ 25 10
+1 -14
drivers/net/wireless/broadcom/b43/phy_lp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 7 6 Copyright (c) 2008-2009 Michael Buesch <m@bues.ch> 8 7 Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43/phy_n.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 7 6 Copyright (c) 2008 Michael Buesch <m@bues.ch> 8 7 Copyright (c) 2010-2011 Rafał Miłecki <zajec5@gmail.com> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43/pio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 7 6 8 7 Copyright (c) 2005-2008 Michael Buesch <m@bues.ch> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43/radio_2055.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 7 6 Copyright (c) 2008 Michael Buesch <m@bues.ch> 8 7 Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43/radio_2056.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 6 5 7 6 Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; see the file COPYING. If not, write to 21 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 22 - Boston, MA 02110-1301, USA. 23 8 24 9 */ 25 10
+1 -14
drivers/net/wireless/broadcom/b43/radio_2057.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 6 5 7 6 Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; see the file COPYING. If not, write to 21 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 22 - Boston, MA 02110-1301, USA. 23 8 24 9 */ 25 10
+1 -14
drivers/net/wireless/broadcom/b43/radio_2059.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 6 5 7 6 Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; see the file COPYING. If not, write to 21 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 22 - Boston, MA 02110-1301, USA. 23 8 24 9 */ 25 10
+1 -14
drivers/net/wireless/broadcom/b43/rfkill.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 6 5 7 6 Copyright (c) 2007 Michael Buesch <m@bues.ch> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; see the file COPYING. If not, write to 21 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 22 - Boston, MA 02110-1301, USA. 23 8 24 9 */ 25 10
+1 -14
drivers/net/wireless/broadcom/b43/sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 7 6 8 7 Copyright (c) 2006 Michael Buesch <m@bues.ch> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43/tables.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 9 8 Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org> 10 9 Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch> 11 10 12 - This program is free software; you can redistribute it and/or modify 13 - it under the terms of the GNU General Public License as published by 14 - the Free Software Foundation; either version 2 of the License, or 15 - (at your option) any later version. 16 - 17 - This program is distributed in the hope that it will be useful, 18 - but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - GNU General Public License for more details. 21 - 22 - You should have received a copy of the GNU General Public License 23 - along with this program; see the file COPYING. If not, write to 24 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 25 - Boston, MA 02110-1301, USA. 26 11 27 12 */ 28 13
+1 -14
drivers/net/wireless/broadcom/b43/tables_lpphy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 7 6 Copyright (c) 2009 Michael Buesch <m@bues.ch> 8 7 Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43/tables_nphy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 7 6 Copyright (c) 2008 Michael Buesch <m@bues.ch> 8 7 Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43/tables_phy_ht.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 6 5 7 6 Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; see the file COPYING. If not, write to 21 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 22 - Boston, MA 02110-1301, USA. 23 8 24 9 */ 25 10
+1 -14
drivers/net/wireless/broadcom/b43/tables_phy_lcn.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 6 5 7 6 Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; see the file COPYING. If not, write to 21 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 22 - Boston, MA 02110-1301, USA. 23 8 24 9 */ 25 10
+1 -14
drivers/net/wireless/broadcom/b43/wa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 8 7 Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it> 9 8 Copyright (c) 2005-2007 Michael Buesch <m@bues.ch> 10 9 11 - This program is free software; you can redistribute it and/or modify 12 - it under the terms of the GNU General Public License as published by 13 - the Free Software Foundation; either version 2 of the License, or 14 - (at your option) any later version. 15 - 16 - This program is distributed in the hope that it will be useful, 17 - but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - GNU General Public License for more details. 20 - 21 - You should have received a copy of the GNU General Public License 22 - along with this program; see the file COPYING. If not, write to 23 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 24 - Boston, MA 02110-1301, USA. 25 10 26 11 */ 27 12
+1 -14
drivers/net/wireless/broadcom/b43/xmit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 11 10 Copyright (C) 2005 Danny van Dyk <kugelfang@gentoo.org> 12 11 Copyright (C) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch> 13 12 14 - This program is free software; you can redistribute it and/or modify 15 - it under the terms of the GNU General Public License as published by 16 - the Free Software Foundation; either version 2 of the License, or 17 - (at your option) any later version. 18 - 19 - This program is distributed in the hope that it will be useful, 20 - but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - GNU General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 27 - Boston, MA 02110-1301, USA. 28 13 29 14 */ 30 15
+1 -14
drivers/net/wireless/broadcom/b43legacy/debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 7 6 8 7 Copyright (c) 2005-2007 Michael Buesch <m@bues.ch> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43legacy/dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 11 10 Copyright (C) 2002 David S. Miller 12 11 Copyright (C) Pekka Pietikainen 13 12 14 - This program is free software; you can redistribute it and/or modify 15 - it under the terms of the GNU General Public License as published by 16 - the Free Software Foundation; either version 2 of the License, or 17 - (at your option) any later version. 18 - 19 - This program is distributed in the hope that it will be useful, 20 - but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - GNU General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 27 - Boston, MA 02110-1301, USA. 28 13 29 14 */ 30 15
+1 -14
drivers/net/wireless/broadcom/b43legacy/ilt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 9 8 Danny van Dyk <kugelfang@gentoo.org> 10 9 Andreas Jaggi <andreas.jaggi@waterwave.ch> 11 10 12 - This program is free software; you can redistribute it and/or modify 13 - it under the terms of the GNU General Public License as published by 14 - the Free Software Foundation; either version 2 of the License, or 15 - (at your option) any later version. 16 - 17 - This program is distributed in the hope that it will be useful, 18 - but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - GNU General Public License for more details. 21 - 22 - You should have received a copy of the GNU General Public License 23 - along with this program; see the file COPYING. If not, write to 24 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 25 - Boston, MA 02110-1301, USA. 26 11 27 12 */ 28 13
+1 -14
drivers/net/wireless/broadcom/b43legacy/leds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 10 9 Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org> 11 10 Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch> 12 11 13 - This program is free software; you can redistribute it and/or modify 14 - it under the terms of the GNU General Public License as published by 15 - the Free Software Foundation; either version 2 of the License, or 16 - (at your option) any later version. 17 - 18 - This program is distributed in the hope that it will be useful, 19 - but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - GNU General Public License for more details. 22 - 23 - You should have received a copy of the GNU General Public License 24 - along with this program; see the file COPYING. If not, write to 25 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 26 - Boston, MA 02110-1301, USA. 27 12 28 13 */ 29 14
+1 -15
drivers/net/wireless/broadcom/b43legacy/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * 3 4 * Broadcom B43legacy wireless driver ··· 13 12 * Some parts of the code in this file are derived from the ipw2200 14 13 * driver Copyright(c) 2003 - 2004 Intel Corporation. 15 14 16 - * This program is free software; you can redistribute it and/or modify 17 - * it under the terms of the GNU General Public License as published by 18 - * the Free Software Foundation; either version 2 of the License, or 19 - * (at your option) any later version. 20 - * 21 - * This program is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with this program; see the file COPYING. If not, write to 28 - * the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 29 - * Boston, MA 02110-1301, USA. 30 - * 31 15 */ 32 16 33 17 #include <linux/delay.h>
+1 -14
drivers/net/wireless/broadcom/b43legacy/main.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 13 12 Some parts of the code in this file are derived from the ipw2200 14 13 driver Copyright(c) 2003 - 2004 Intel Corporation. 15 14 16 - This program is free software; you can redistribute it and/or modify 17 - it under the terms of the GNU General Public License as published by 18 - the Free Software Foundation; either version 2 of the License, or 19 - (at your option) any later version. 20 - 21 - This program is distributed in the hope that it will be useful, 22 - but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - GNU General Public License for more details. 25 - 26 - You should have received a copy of the GNU General Public License 27 - along with this program; see the file COPYING. If not, write to 28 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 29 - Boston, MA 02110-1301, USA. 30 15 31 16 */ 32 17
+1 -14
drivers/net/wireless/broadcom/b43legacy/phy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 13 12 Some parts of the code in this file are derived from the ipw2200 14 13 driver Copyright(c) 2003 - 2004 Intel Corporation. 15 14 16 - This program is free software; you can redistribute it and/or modify 17 - it under the terms of the GNU General Public License as published by 18 - the Free Software Foundation; either version 2 of the License, or 19 - (at your option) any later version. 20 - 21 - This program is distributed in the hope that it will be useful, 22 - but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - GNU General Public License for more details. 25 - 26 - You should have received a copy of the GNU General Public License 27 - along with this program; see the file COPYING. If not, write to 28 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 29 - Boston, MA 02110-1301, USA. 30 15 31 16 */ 32 17
+1 -14
drivers/net/wireless/broadcom/b43legacy/phy.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 13 12 Some parts of the code in this file are derived from the ipw2200 14 13 driver Copyright(c) 2003 - 2004 Intel Corporation. 15 14 16 - This program is free software; you can redistribute it and/or modify 17 - it under the terms of the GNU General Public License as published by 18 - the Free Software Foundation; either version 2 of the License, or 19 - (at your option) any later version. 20 - 21 - This program is distributed in the hope that it will be useful, 22 - but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - GNU General Public License for more details. 25 - 26 - You should have received a copy of the GNU General Public License 27 - along with this program; see the file COPYING. If not, write to 28 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 29 - Boston, MA 02110-1301, USA. 30 15 31 16 */ 32 17
+1 -14
drivers/net/wireless/broadcom/b43legacy/pio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 7 6 8 7 Copyright (c) 2005 Michael Buesch <m@bues.ch> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43legacy/radio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 13 12 Some parts of the code in this file are derived from the ipw2200 14 13 driver Copyright(c) 2003 - 2004 Intel Corporation. 15 14 16 - This program is free software; you can redistribute it and/or modify 17 - it under the terms of the GNU General Public License as published by 18 - the Free Software Foundation; either version 2 of the License, or 19 - (at your option) any later version. 20 - 21 - This program is distributed in the hope that it will be useful, 22 - but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - GNU General Public License for more details. 25 - 26 - You should have received a copy of the GNU General Public License 27 - along with this program; see the file COPYING. If not, write to 28 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 29 - Boston, MA 02110-1301, USA. 30 15 31 16 */ 32 17
+1 -14
drivers/net/wireless/broadcom/b43legacy/radio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 12 11 Some parts of the code in this file are derived from the ipw2200 13 12 driver Copyright(c) 2003 - 2004 Intel Corporation. 14 13 15 - This program is free software; you can redistribute it and/or modify 16 - it under the terms of the GNU General Public License as published by 17 - the Free Software Foundation; either version 2 of the License, or 18 - (at your option) any later version. 19 - 20 - This program is distributed in the hope that it will be useful, 21 - but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - GNU General Public License for more details. 24 - 25 - You should have received a copy of the GNU General Public License 26 - along with this program; see the file COPYING. If not, write to 27 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 28 - Boston, MA 02110-1301, USA. 29 14 30 15 */ 31 16
+1 -14
drivers/net/wireless/broadcom/b43legacy/rfkill.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43 wireless driver ··· 6 5 7 6 Copyright (c) 2007 Michael Buesch <m@bues.ch> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; see the file COPYING. If not, write to 21 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 22 - Boston, MA 02110-1301, USA. 23 8 24 9 */ 25 10
+1 -14
drivers/net/wireless/broadcom/b43legacy/sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 7 6 8 7 Copyright (c) 2006 Michael Buesch <m@bues.ch> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License as published by 12 - the Free Software Foundation; either version 2 of the License, or 13 - (at your option) any later version. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; see the file COPYING. If not, write to 22 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 23 - Boston, MA 02110-1301, USA. 24 9 25 10 */ 26 11
+1 -14
drivers/net/wireless/broadcom/b43legacy/xmit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Broadcom B43legacy wireless driver ··· 12 11 Copyright (C) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch> 13 12 Copyright (C) 2007 Larry Finger <Larry.Finger@lwfinger.net> 14 13 15 - This program is free software; you can redistribute it and/or modify 16 - it under the terms of the GNU General Public License as published by 17 - the Free Software Foundation; either version 2 of the License, or 18 - (at your option) any later version. 19 - 20 - This program is distributed in the hope that it will be useful, 21 - but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - GNU General Public License for more details. 24 - 25 - You should have received a copy of the GNU General Public License 26 - along with this program; see the file COPYING. If not, write to 27 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 28 - Boston, MA 02110-1301, USA. 29 14 30 15 */ 31 16
+1 -14
drivers/net/wireless/marvell/libertas/if_cs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 Driver for the Marvell 8385 based compact flash WLAN cards. 4 5 5 6 (C) 2007 by Holger Schurig <hs4233@mail.mn-solutions.de> 6 7 7 - This program is free software; you can redistribute it and/or modify 8 - it under the terms of the GNU General Public License as published by 9 - the Free Software Foundation; either version 2 of the License, or 10 - (at your option) any later version. 11 - 12 - This program is distributed in the hope that it will be useful, 13 - but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - GNU General Public License for more details. 16 - 17 - You should have received a copy of the GNU General Public License 18 - along with this program; see the file COPYING. If not, write to 19 - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, 20 - Boston, MA 02110-1301, USA. 21 8 22 9 */ 23 10