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 291

Based on 2 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms and conditions of the gnu general public license
version 2 as published by the free software foundation this program
is distributed in the hope 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 the full gnu general public license is included in
this distribution in the file called copying

this program is free software you can redistribute it and or modify
it under the terms and conditions 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 the full gnu general public license is included in
this distribution in the file called copying

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
4fa9c49f 4e43d779

+57 -674
+1 -12
arch/arc/boot/dts/eznps.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 /dts-v1/;
+1 -12
arch/arc/plat-eznps/ctop.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 #include <linux/sched.h>
+1 -11
arch/arc/plat-eznps/entry.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 3 4 EZNPS CPU startup Code 4 5 Copyright(c) 2012 EZchip Technologies. 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 *******************************************************************************/ 19 9 #include <linux/linkage.h>
+1 -12
arch/arc/plat-eznps/include/plat/ctop.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 #ifndef _PLAT_EZNPS_CTOP_H
+1 -12
arch/arc/plat-eznps/include/plat/mtm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 #ifndef _PLAT_EZNPS_MTM_H
+1 -12
arch/arc/plat-eznps/include/plat/smp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 #ifndef __PLAT_EZNPS_SMP_H
+1 -12
arch/arc/plat-eznps/mtm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 #include <linux/smp.h>
+1 -12
arch/arc/plat-eznps/platform.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 #include <linux/init.h>
+1 -12
arch/arc/plat-eznps/smp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 #include <linux/smp.h>
+1 -13
drivers/dma/ioat/dca.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel I/OAT DMA Linux driver 3 4 * Copyright(c) 2007 - 2009 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in 15 - * the file called "COPYING". 16 - * 17 5 */ 18 6 19 7 #include <linux/kernel.h>
+1 -13
drivers/dma/ioat/dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel I/OAT DMA Linux driver 3 4 * Copyright(c) 2004 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in 15 - * the file called "COPYING". 16 - * 17 5 */ 18 6 19 7 /*
+1 -13
drivers/dma/ioat/init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel I/OAT DMA Linux driver 3 4 * Copyright(c) 2004 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in 15 - * the file called "COPYING". 16 - * 17 5 */ 18 6 19 7 #include <linux/init.h>
+1 -13
drivers/dma/ioat/prep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel I/OAT DMA Linux driver 3 4 * Copyright(c) 2004 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in 15 - * the file called "COPYING". 16 - * 17 5 */ 18 6 #include <linux/module.h> 19 7 #include <linux/pci.h>
+1 -13
drivers/dma/ioat/sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel I/OAT DMA Linux driver 3 4 * Copyright(c) 2004 - 2015 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * The full GNU General Public License is included in this distribution in 15 - * the file called "COPYING". 16 - * 17 5 */ 18 6 19 7 #include <linux/init.h>
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cudbg_common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #include "cxgb4.h"
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #ifndef __CUDBG_ENTITY_H__
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cudbg_if.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #ifndef __CUDBG_IF_H__
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #include <linux/sort.h>
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #ifndef __CUDBG_LIB_H__
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib_common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #ifndef __CUDBG_LIB_COMMON_H__
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2018 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #include <linux/zlib.h>
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2018 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #ifndef __CUDBG_ZLIB_H__
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #include "t4_regs.h"
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #ifndef __CXGB4_CUDBG_H__
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013-2014 Chelsio Communications. All rights reserved. 3 4 * 4 5 * Written by Anish Bhatt (anish@chelsio.com) 5 6 * Casey Leedom (leedom@chelsio.com) 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * The full GNU General Public License is included in this distribution in 17 - * the file called "COPYING". 18 - * 19 7 */ 20 8 21 9 #include "cxgb4.h"
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2013-2014 Chelsio Communications. All rights reserved. 3 4 * 4 5 * Written by Anish Bhatt (anish@chelsio.com) 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions 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 it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 6 */ 19 7 20 8 #ifndef __CXGB4_DCB_H
+1 -13
drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013-2015 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 - * 16 4 */ 17 5 18 6 #include <linux/firmware.h>
+1 -12
drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Chelsio Communications. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 * 16 5 * Written by: Ganesh Goudar (ganeshgr@chelsio.com) 17 6 */
+1 -12
drivers/net/ethernet/ezchip/nps_enet.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 #include <linux/module.h>
+1 -12
drivers/net/ethernet/ezchip/nps_enet.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2015 EZchip Technologies. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * The full GNU General Public License is included in this distribution in 14 - * the file called "COPYING". 15 4 */ 16 5 17 6 #ifndef _NPS_ENET_H
+1 -11
drivers/net/ethernet/stmicro/stmmac/chain_mode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 Specialised functions for managing Chained mode 3 4 ··· 8 7 descriptors in case of the DMA is configured to work in chained or 9 8 in ring mode. 10 9 11 - This program is free software; you can redistribute it and/or modify it 12 - under the terms and conditions of the GNU General Public License, 13 - version 2, as published by the Free Software Foundation. 14 - 15 - This program is distributed in the hope it will be useful, but WITHOUT 16 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - more details. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 10 23 11 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 24 12 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 STMMAC Common Header File 3 4 4 5 Copyright (C) 2007-2009 STMicroelectronics Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/descs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 Header File to describe the DMA descriptors and related definitions. 3 4 This is for DWMAC100 and 1000 cores. 4 5 5 - This program is free software; you can redistribute it and/or modify it 6 - under the terms and conditions of the GNU General Public License, 7 - version 2, as published by the Free Software Foundation. 8 - 9 - This program is distributed in the hope it will be useful, but WITHOUT 10 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - more details. 13 - 14 - The full GNU General Public License is included in this distribution in 15 - the file called "COPYING". 16 6 17 7 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 18 8 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/descs_com.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 Header File to describe Normal/enhanced descriptor functions used for RING 3 4 and CHAINED modes. ··· 9 8 descriptors in case of the DMA is configured to work in chained or 10 9 in ring mode. 11 10 12 - This program is free software; you can redistribute it and/or modify it 13 - under the terms and conditions of the GNU General Public License, 14 - version 2, as published by the Free Software Foundation. 15 - 16 - This program is distributed in the hope it will be useful, but WITHOUT 17 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 18 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 19 - more details. 20 - 21 - The full GNU General Public License is included in this distribution in 22 - the file called "COPYING". 23 11 24 12 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 25 13 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/dwmac100.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 MAC 10/100 Header File 3 4 4 5 Copyright (C) 2007-2009 STMicroelectronics Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/dwmac1000.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 Copyright (C) 2007-2009 STMicroelectronics Ltd 3 4 4 - This program is free software; you can redistribute it and/or modify it 5 - under the terms and conditions of the GNU General Public License, 6 - version 2, as published by the Free Software Foundation. 7 - 8 - This program is distributed in the hope it will be useful, but WITHOUT 9 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - more details. 12 - 13 - The full GNU General Public License is included in this distribution in 14 - the file called "COPYING". 15 5 16 6 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 17 7 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 This is the driver for the GMAC on-chip Ethernet controller for ST SoCs. 3 4 DWC Ether MAC 10/100/1000 Universal version 3.41a has been used for ··· 8 7 9 8 Copyright (C) 2007-2009 STMicroelectronics Ltd 10 9 11 - This program is free software; you can redistribute it and/or modify it 12 - under the terms and conditions of the GNU General Public License, 13 - version 2, as published by the Free Software Foundation. 14 - 15 - This program is distributed in the hope it will be useful, but WITHOUT 16 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - more details. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 10 23 11 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 24 12 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 This is the driver for the GMAC on-chip Ethernet controller for ST SoCs. 3 4 DWC Ether MAC 10/100/1000 Universal version 3.41a has been used for ··· 8 7 9 8 Copyright (C) 2007-2009 STMicroelectronics Ltd 10 9 11 - This program is free software; you can redistribute it and/or modify it 12 - under the terms and conditions of the GNU General Public License, 13 - version 2, as published by the Free Software Foundation. 14 - 15 - This program is distributed in the hope it will be useful, but WITHOUT 16 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - more details. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 10 23 11 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 24 12 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/dwmac100_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 This is the driver for the MAC 10/100 on-chip Ethernet controller 3 4 currently tested on all the ST boards based on STb7109 and stx7200 SoCs. ··· 10 9 11 10 Copyright (C) 2007-2009 STMicroelectronics Ltd 12 11 13 - This program is free software; you can redistribute it and/or modify it 14 - under the terms and conditions of the GNU General Public License, 15 - version 2, as published by the Free Software Foundation. 16 - 17 - This program is distributed in the hope it will be useful, but WITHOUT 18 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - more details. 21 - 22 - The full GNU General Public License is included in this distribution in 23 - the file called "COPYING". 24 12 25 13 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 26 14 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 This is the driver for the MAC 10/100 on-chip Ethernet controller 3 4 currently tested on all the ST boards based on STb7109 and stx7200 SoCs. ··· 10 9 11 10 Copyright (C) 2007-2009 STMicroelectronics Ltd 12 11 13 - This program is free software; you can redistribute it and/or modify it 14 - under the terms and conditions of the GNU General Public License, 15 - version 2, as published by the Free Software Foundation. 16 - 17 - This program is distributed in the hope it will be useful, but WITHOUT 18 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - more details. 21 - 22 - The full GNU General Public License is included in this distribution in 23 - the file called "COPYING". 24 12 25 13 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 26 14 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 DWMAC DMA Header file. 3 4 4 5 Copyright (C) 2007-2009 STMicroelectronics Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 Copyright (C) 2007-2009 STMicroelectronics Ltd 3 4 4 - This program is free software; you can redistribute it and/or modify it 5 - under the terms and conditions of the GNU General Public License, 6 - version 2, as published by the Free Software Foundation. 7 - 8 - This program is distributed in the hope it will be useful, but WITHOUT 9 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - more details. 12 - 13 - The full GNU General Public License is included in this distribution in 14 - the file called "COPYING". 15 5 16 6 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 17 7 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/enh_desc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 This contains the functions to handle the enhanced descriptors. 3 4 4 5 Copyright (C) 2007-2014 STMicroelectronics Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/mmc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 MMC Header file 3 4 4 5 Copyright (C) 2011 STMicroelectronics Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/mmc_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 DWMAC Management Counters 3 4 4 5 Copyright (C) 2011 STMicroelectronics Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/norm_desc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 This contains the functions to handle the normal descriptors. 3 4 4 5 Copyright (C) 2007-2009 STMicroelectronics Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/ring_mode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 Specialised functions for managing Ring mode 3 4 ··· 8 7 descriptors in case of the DMA is configured to work in chained or 9 8 in ring mode. 10 9 11 - This program is free software; you can redistribute it and/or modify it 12 - under the terms and conditions of the GNU General Public License, 13 - version 2, as published by the Free Software Foundation. 14 - 15 - This program is distributed in the hope it will be useful, but WITHOUT 16 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - more details. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 10 23 11 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 24 12 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 Copyright (C) 2007-2009 STMicroelectronics Ltd 3 4 4 - This program is free software; you can redistribute it and/or modify it 5 - under the terms and conditions of the GNU General Public License, 6 - version 2, as published by the Free Software Foundation. 7 - 8 - This program is distributed in the hope it will be useful, but WITHOUT 9 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - more details. 12 - 13 - The full GNU General Public License is included in this distribution in 14 - the file called "COPYING". 15 5 16 6 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 17 7 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 STMMAC Ethtool support 3 4 4 5 Copyright (C) 2007-2009 STMicroelectronics Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 Copyright (C) 2013 Vayavya Labs Pvt Ltd 3 4 4 5 This implements all the API for managing HW timestamp & PTP. 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Rayagond Kokatanur <rayagond@vayavyalabs.com> 19 9 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 This is the driver for the ST MAC 10/100/1000 on-chip Ethernet controllers. 3 4 ST Ethernet IPs are built around a Synopsys IP Core. 4 5 5 6 Copyright(C) 2007-2011 STMicroelectronics Ltd 6 7 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - The full GNU General Public License is included in this distribution in 17 - the file called "COPYING". 18 8 19 9 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 20 10
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 STMMAC Ethernet Driver -- MDIO bus implementation 3 4 Provides Bus interface for MII registers 4 5 5 6 Copyright (C) 2007-2009 STMicroelectronics Ltd 6 7 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - The full GNU General Public License is included in this distribution in 17 - the file called "COPYING". 18 8 19 9 Author: Carl Shaw <carl.shaw@st.com> 20 10 Maintainer: Giuseppe Cavallaro <peppe.cavallaro@st.com>
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 This contains the functions to handle the pci driver. 3 4 4 5 Copyright (C) 2011-2012 Vayavya Labs Pvt Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Rayagond Kokatanur <rayagond@vayavyalabs.com> 19 9 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 This contains the functions to handle the platform driver. 3 4 4 5 Copyright (C) 2007-2011 STMicroelectronics Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 Copyright (C) 2007-2009 STMicroelectronics Ltd 3 4 4 - This program is free software; you can redistribute it and/or modify it 5 - under the terms and conditions of the GNU General Public License, 6 - version 2, as published by the Free Software Foundation. 7 - 8 - This program is distributed in the hope it will be useful, but WITHOUT 9 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - more details. 12 - 13 - The full GNU General Public License is included in this distribution in 14 - the file called "COPYING". 15 5 16 6 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 17 7 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /******************************************************************************* 2 3 PTP 1588 clock using the STMMAC. 3 4 4 5 Copyright (C) 2013 Vayavya Labs Pvt Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Rayagond Kokatanur <rayagond@vayavyalabs.com> 19 9 *******************************************************************************/
+1 -11
drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /****************************************************************************** 2 3 PTP Header file 3 4 4 5 Copyright (C) 2013 Vayavya Labs Pvt Ltd 5 6 6 - This program is free software; you can redistribute it and/or modify it 7 - under the terms and conditions 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 it will be useful, but WITHOUT 11 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - more details. 14 - 15 - The full GNU General Public License is included in this distribution in 16 - the file called "COPYING". 17 7 18 8 Author: Rayagond Kokatanur <rayagond@vayavyalabs.com> 19 9 ******************************************************************************/