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

Configure Feed

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

treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_292.RULE

Based on the normalized pattern:

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 you should have received a
copy of the gnu general public license along with this program if not
see <http://www gnu org/licenses/> this software is provided as is
and without any express or implied warranties including without
limitation the implied warranties of merchantability and fitness for a
particular purpose

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference.

Reviewed-by: Allison Randal <allison@lohutok.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
a6013785 2eb72d66

+14 -143
+1 -10
drivers/net/ethernet/chelsio/cxgb/common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 * * 3 4 * File: common.h * ··· 7 6 * Description: * 8 7 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 12 - * published by the Free Software Foundation. * 13 - * * 14 - * You should have received a copy of the GNU General Public License along * 15 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 16 - * * 17 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 18 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 19 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 20 9 * * 21 10 * http://www.chelsio.com * 22 11 * *
+1 -10
drivers/net/ethernet/chelsio/cxgb/cphy.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 * * 3 4 * File: cphy.h * ··· 7 6 * Description: * 8 7 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 12 - * published by the Free Software Foundation. * 13 - * * 14 - * You should have received a copy of the GNU General Public License along * 15 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 16 - * * 17 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 18 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 19 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 20 9 * * 21 10 * http://www.chelsio.com * 22 11 * *
+1 -11
drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 * * 3 4 * File: cpl5_cmd.h * ··· 7 6 * Description: * 8 7 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 12 - * published by the Free Software Foundation. * 13 - * * 14 - * You should have received a copy of the GNU General Public License along * 15 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 16 - * * 17 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 18 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 19 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 20 9 * * 21 10 * http://www.chelsio.com * 22 11 * * ··· 626 635 }; 627 636 628 637 #endif /* _CXGB_CPL5_CMD_H_ */ 629 -
+1 -11
drivers/net/ethernet/chelsio/cxgb/elmer0.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 * * 3 4 * File: elmer0.h * ··· 7 6 * Description: * 8 7 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 12 - * published by the Free Software Foundation. * 13 - * * 14 - * You should have received a copy of the GNU General Public License along * 15 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 16 - * * 17 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 18 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 19 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 20 9 * * 21 10 * http://www.chelsio.com * 22 11 * * ··· 145 154 #define MI1_OP_INDIRECT_READ 3 146 155 147 156 #endif /* _CXGB_ELMER0_H_ */ 148 -
+1 -10
drivers/net/ethernet/chelsio/cxgb/espi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /***************************************************************************** 2 3 * * 3 4 * File: espi.c * ··· 8 7 * Ethernet SPI functionality. * 9 8 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 13 - * published by the Free Software Foundation. * 14 - * * 15 - * You should have received a copy of the GNU General Public License along * 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 17 - * * 18 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 19 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 20 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 21 10 * * 22 11 * http://www.chelsio.com * 23 12 * *
+1 -10
drivers/net/ethernet/chelsio/cxgb/espi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 * * 3 4 * File: espi.h * ··· 7 6 * Description: * 8 7 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 12 - * published by the Free Software Foundation. * 13 - * * 14 - * You should have received a copy of the GNU General Public License along * 15 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 16 - * * 17 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 18 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 19 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 20 9 * * 21 10 * http://www.chelsio.com * 22 11 * *
+1 -10
drivers/net/ethernet/chelsio/cxgb/gmac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 * * 3 4 * File: gmac.h * ··· 8 7 * Generic MAC functionality. * 9 8 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 13 - * published by the Free Software Foundation. * 14 - * * 15 - * You should have received a copy of the GNU General Public License along * 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 17 - * * 18 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 19 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 20 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 21 10 * * 22 11 * http://www.chelsio.com * 23 12 * *
+1 -10
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /***************************************************************************** 2 3 * * 3 4 * File: mv88x201x.c * ··· 8 7 * Marvell PHY (mv88x201x) functionality. * 9 8 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 13 - * published by the Free Software Foundation. * 14 - * * 15 - * You should have received a copy of the GNU General Public License along * 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 17 - * * 18 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 19 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 20 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 21 10 * * 22 11 * http://www.chelsio.com * 23 12 * *
+1 -10
drivers/net/ethernet/chelsio/cxgb/pm3393.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /***************************************************************************** 2 3 * * 3 4 * File: pm3393.c * ··· 8 7 * PMC/SIERRA (pm3393) MAC-PHY functionality. * 9 8 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 13 - * published by the Free Software Foundation. * 14 - * * 15 - * You should have received a copy of the GNU General Public License along * 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 17 - * * 18 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 19 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 20 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 21 10 * * 22 11 * http://www.chelsio.com * 23 12 * *
+1 -10
drivers/net/ethernet/chelsio/cxgb/regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 * * 3 4 * File: regs.h * ··· 7 6 * Description: * 8 7 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 12 - * published by the Free Software Foundation. * 13 - * * 14 - * You should have received a copy of the GNU General Public License along * 15 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 16 - * * 17 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 18 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 19 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 20 9 * * 21 10 * http://www.chelsio.com * 22 11 * *
+1 -10
drivers/net/ethernet/chelsio/cxgb/sge.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /***************************************************************************** 2 3 * * 3 4 * File: sge.c * ··· 8 7 * DMA engine. * 9 8 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 13 - * published by the Free Software Foundation. * 14 - * * 15 - * You should have received a copy of the GNU General Public License along * 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 17 - * * 18 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 19 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 20 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 21 10 * * 22 11 * http://www.chelsio.com * 23 12 * *
+1 -10
drivers/net/ethernet/chelsio/cxgb/sge.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 * * 3 4 * File: sge.h * ··· 7 6 * Description: * 8 7 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 12 - * published by the Free Software Foundation. * 13 - * * 14 - * You should have received a copy of the GNU General Public License along * 15 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 16 - * * 17 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 18 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 19 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 20 9 * * 21 10 * http://www.chelsio.com * 22 11 * *
+1 -10
drivers/net/ethernet/chelsio/cxgb/subr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /***************************************************************************** 2 3 * * 3 4 * File: subr.c * ··· 8 7 * Various subroutines (intr,pio,etc.) used by Chelsio 10G Ethernet driver. * 9 8 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 13 - * published by the Free Software Foundation. * 14 - * * 15 - * You should have received a copy of the GNU General Public License along * 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 17 - * * 18 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 19 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 20 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 21 10 * * 22 11 * http://www.chelsio.com * 23 12 * *
+1 -11
drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 * * 3 4 * File: suni1x10gexp_regs.h * ··· 8 7 * PMC/SIERRA (pm3393) MAC-PHY functionality. * 9 8 * part of the Chelsio 10Gb Ethernet Driver. * 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, version 2, as * 13 - * published by the Free Software Foundation. * 14 - * * 15 - * You should have received a copy of the GNU General Public License along * 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. * 17 - * * 18 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * 19 - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * 20 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 21 10 * * 22 11 * http://www.chelsio.com * 23 12 * * ··· 1630 1639 #define SUNI1x10GEXP_BITMSK_PL4IDU_DIP4I 0x0002 1631 1640 1632 1641 #endif /* _CXGB_SUNI1x10GEXP_REGS_H_ */ 1633 -