Skip to content

Commit 3c9cfb5

Browse files
vladimirolteandavem330
authored andcommitted
net: update NXP copyright text
NXP Legal insists that the following are not fine: - Saying "NXP Semiconductors" instead of "NXP", since the company's registered name is "NXP" - Putting a "(c)" sign in the copyright string - Putting a comma in the copyright string The only accepted copyright string format is "Copyright <year-range> NXP". This patch changes the copyright headers in the networking files that were sent by me, or derived from code sent by me. Signed-off-by: Vladimir Oltean <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e8f69b1 commit 3c9cfb5

24 files changed

+24
-24
lines changed

drivers/net/dsa/ocelot/felix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Copyright 2019-2021 NXP Semiconductors
2+
/* Copyright 2019-2021 NXP
33
*
44
* This is an umbrella module for all network switches that are
55
* register-compatible with Ocelot and that perform I/O to their host CPU

drivers/net/dsa/ocelot/felix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2-
/* Copyright 2019 NXP Semiconductors
2+
/* Copyright 2019 NXP
33
*/
44
#ifndef _MSCC_FELIX_H
55
#define _MSCC_FELIX_H

drivers/net/dsa/ocelot/felix_vsc9959.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
22
/* Copyright 2017 Microsemi Corporation
3-
* Copyright 2018-2019 NXP Semiconductors
3+
* Copyright 2018-2019 NXP
44
*/
55
#include <linux/fsl/enetc_mdio.h>
66
#include <soc/mscc/ocelot_qsys.h>

drivers/net/dsa/sja1105/sja1105_clocking.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: BSD-3-Clause
2-
/* Copyright (c) 2016-2018, NXP Semiconductors
2+
/* Copyright 2016-2018 NXP
33
* Copyright (c) 2018-2019, Vladimir Oltean <[email protected]>
44
*/
55
#include <linux/packing.h>

drivers/net/dsa/sja1105/sja1105_devlink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/* Copyright (c) 2018-2019, Vladimir Oltean <[email protected]>
3-
* Copyright 2020 NXP Semiconductors
3+
* Copyright 2020 NXP
44
*/
55
#include "sja1105.h"
66

drivers/net/dsa/sja1105/sja1105_flower.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Copyright 2020, NXP Semiconductors
2+
/* Copyright 2020 NXP
33
*/
44
#include "sja1105.h"
55
#include "sja1105_vl.h"

drivers/net/dsa/sja1105/sja1105_mdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Copyright 2021, NXP Semiconductors
2+
/* Copyright 2021 NXP
33
*/
44
#include <linux/pcs/pcs-xpcs.h>
55
#include <linux/of_mdio.h>

drivers/net/dsa/sja1105/sja1105_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: BSD-3-Clause
2-
/* Copyright (c) 2016-2018, NXP Semiconductors
2+
/* Copyright 2016-2018 NXP
33
* Copyright (c) 2018, Sensor-Technik Wiedemann GmbH
44
* Copyright (c) 2018-2019, Vladimir Oltean <[email protected]>
55
*/

drivers/net/dsa/sja1105/sja1105_static_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: BSD-3-Clause
2-
/* Copyright (c) 2016-2018, NXP Semiconductors
2+
/* Copyright 2016-2018 NXP
33
* Copyright (c) 2018-2019, Vladimir Oltean <[email protected]>
44
*/
55
#include "sja1105_static_config.h"

drivers/net/dsa/sja1105/sja1105_static_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* SPDX-License-Identifier: BSD-3-Clause */
2-
/* Copyright (c) 2016-2018, NXP Semiconductors
2+
/* Copyright 2016-2018 NXP
33
* Copyright (c) 2018-2019, Vladimir Oltean <[email protected]>
44
*/
55
#ifndef _SJA1105_STATIC_CONFIG_H

drivers/net/dsa/sja1105/sja1105_vl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Copyright 2020, NXP Semiconductors
2+
/* Copyright 2020 NXP
33
*/
44
#include <net/tc_act/tc_gate.h>
55
#include <linux/dsa/8021q.h>

drivers/net/dsa/sja1105/sja1105_vl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2-
/* Copyright 2020, NXP Semiconductors
2+
/* Copyright 2020 NXP
33
*/
44
#ifndef _SJA1105_VL_H
55
#define _SJA1105_VL_H

drivers/net/ethernet/freescale/enetc/enetc_ierb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2-
/* Copyright 2021 NXP Semiconductors
2+
/* Copyright 2021 NXP
33
*
44
* The Integrated Endpoint Register Block (IERB) is configured by pre-boot
55
* software and is supposed to be to ENETC what a NVRAM is to a 'real' PCIe

drivers/net/ethernet/freescale/enetc/enetc_ierb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
2-
/* Copyright 2021 NXP Semiconductors */
2+
/* Copyright 2021 NXP */
33

44
#include <linux/pci.h>
55
#include <linux/platform_device.h>

drivers/net/ethernet/mscc/ocelot_devlink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2-
/* Copyright 2020-2021 NXP Semiconductors
2+
/* Copyright 2020-2021 NXP
33
*/
44
#include <net/devlink.h>
55
#include "ocelot.h"

drivers/net/ethernet/mscc/ocelot_mrp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Microsemi Ocelot Switch driver
33
*
44
* Copyright (c) 2017, 2019 Microsemi Corporation
5-
* Copyright 2020-2021 NXP Semiconductors
5+
* Copyright 2020-2021 NXP
66
*/
77

88
#include <linux/if_bridge.h>

drivers/net/ethernet/mscc/ocelot_net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* mscc_ocelot_switch_lib.
66
*
77
* Copyright (c) 2017, 2019 Microsemi Corporation
8-
* Copyright 2020-2021 NXP Semiconductors
8+
* Copyright 2020-2021 NXP
99
*/
1010

1111
#include <linux/if_bridge.h>

drivers/net/pcs/pcs-xpcs-nxp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Copyright 2021 NXP Semiconductors
2+
/* Copyright 2021 NXP
33
*/
44
#include <linux/pcs/pcs-xpcs.h>
55
#include "pcs-xpcs.h"

include/linux/dsa/ocelot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0
2-
* Copyright 2019-2021 NXP Semiconductors
2+
* Copyright 2019-2021 NXP
33
*/
44

55
#ifndef _NET_DSA_TAG_OCELOT_H

include/linux/packing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* SPDX-License-Identifier: BSD-3-Clause
2-
* Copyright (c) 2016-2018, NXP Semiconductors
2+
* Copyright 2016-2018 NXP
33
* Copyright (c) 2018-2019, Vladimir Oltean <[email protected]>
44
*/
55
#ifndef _LINUX_PACKING_H

lib/packing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
2-
/* Copyright (c) 2016-2018, NXP Semiconductors
2+
/* Copyright 2016-2018 NXP
33
* Copyright (c) 2018-2019, Vladimir Oltean <[email protected]>
44
*/
55
#include <linux/packing.h>

net/dsa/tag_ocelot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Copyright 2019 NXP Semiconductors
2+
/* Copyright 2019 NXP
33
*/
44
#include <linux/dsa/ocelot.h>
55
#include <soc/mscc/ocelot.h>

net/dsa/tag_ocelot_8021q.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Copyright 2020-2021 NXP Semiconductors
2+
/* Copyright 2020-2021 NXP
33
*
44
* An implementation of the software-defined tag_8021q.c tagger format, which
55
* also preserves full functionality under a vlan_filtering bridge. It does

tools/testing/selftests/drivers/net/ocelot/tc_flower_chains.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# SPDX-License-Identifier: GPL-2.0
3-
# Copyright 2020 NXP Semiconductors
3+
# Copyright 2020 NXP
44

55
WAIT_TIME=1
66
NUM_NETIFS=4

0 commit comments

Comments
 (0)