Commit 3c9cfb52 authored by Vladimir Oltean's avatar Vladimir Oltean Committed by David S. Miller

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: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e8f69b16
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* Copyright 2019-2021 NXP Semiconductors /* Copyright 2019-2021 NXP
* *
* This is an umbrella module for all network switches that are * This is an umbrella module for all network switches that are
* register-compatible with Ocelot and that perform I/O to their host CPU * register-compatible with Ocelot and that perform I/O to their host CPU
......
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
/* Copyright 2019 NXP Semiconductors /* Copyright 2019 NXP
*/ */
#ifndef _MSCC_FELIX_H #ifndef _MSCC_FELIX_H
#define _MSCC_FELIX_H #define _MSCC_FELIX_H
......
// SPDX-License-Identifier: (GPL-2.0 OR MIT) // SPDX-License-Identifier: (GPL-2.0 OR MIT)
/* Copyright 2017 Microsemi Corporation /* Copyright 2017 Microsemi Corporation
* Copyright 2018-2019 NXP Semiconductors * Copyright 2018-2019 NXP
*/ */
#include <linux/fsl/enetc_mdio.h> #include <linux/fsl/enetc_mdio.h>
#include <soc/mscc/ocelot_qsys.h> #include <soc/mscc/ocelot_qsys.h>
......
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* Copyright (c) 2016-2018, NXP Semiconductors /* Copyright 2016-2018 NXP
* Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com> * Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com>
*/ */
#include <linux/packing.h> #include <linux/packing.h>
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com> /* Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com>
* Copyright 2020 NXP Semiconductors * Copyright 2020 NXP
*/ */
#include "sja1105.h" #include "sja1105.h"
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* Copyright 2020, NXP Semiconductors /* Copyright 2020 NXP
*/ */
#include "sja1105.h" #include "sja1105.h"
#include "sja1105_vl.h" #include "sja1105_vl.h"
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* Copyright 2021, NXP Semiconductors /* Copyright 2021 NXP
*/ */
#include <linux/pcs/pcs-xpcs.h> #include <linux/pcs/pcs-xpcs.h>
#include <linux/of_mdio.h> #include <linux/of_mdio.h>
......
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* Copyright (c) 2016-2018, NXP Semiconductors /* Copyright 2016-2018 NXP
* Copyright (c) 2018, Sensor-Technik Wiedemann GmbH * Copyright (c) 2018, Sensor-Technik Wiedemann GmbH
* Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com> * Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com>
*/ */
......
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* Copyright (c) 2016-2018, NXP Semiconductors /* Copyright 2016-2018 NXP
* Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com> * Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com>
*/ */
#include "sja1105_static_config.h" #include "sja1105_static_config.h"
......
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
/* Copyright (c) 2016-2018, NXP Semiconductors /* Copyright 2016-2018 NXP
* Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com> * Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com>
*/ */
#ifndef _SJA1105_STATIC_CONFIG_H #ifndef _SJA1105_STATIC_CONFIG_H
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* Copyright 2020, NXP Semiconductors /* Copyright 2020 NXP
*/ */
#include <net/tc_act/tc_gate.h> #include <net/tc_act/tc_gate.h>
#include <linux/dsa/8021q.h> #include <linux/dsa/8021q.h>
......
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
/* Copyright 2020, NXP Semiconductors /* Copyright 2020 NXP
*/ */
#ifndef _SJA1105_VL_H #ifndef _SJA1105_VL_H
#define _SJA1105_VL_H #define _SJA1105_VL_H
......
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/* Copyright 2021 NXP Semiconductors /* Copyright 2021 NXP
* *
* The Integrated Endpoint Register Block (IERB) is configured by pre-boot * The Integrated Endpoint Register Block (IERB) is configured by pre-boot
* software and is supposed to be to ENETC what a NVRAM is to a 'real' PCIe * software and is supposed to be to ENETC what a NVRAM is to a 'real' PCIe
......
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
/* Copyright 2021 NXP Semiconductors */ /* Copyright 2021 NXP */
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
......
// SPDX-License-Identifier: (GPL-2.0 OR MIT) // SPDX-License-Identifier: (GPL-2.0 OR MIT)
/* Copyright 2020-2021 NXP Semiconductors /* Copyright 2020-2021 NXP
*/ */
#include <net/devlink.h> #include <net/devlink.h>
#include "ocelot.h" #include "ocelot.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* Microsemi Ocelot Switch driver /* Microsemi Ocelot Switch driver
* *
* Copyright (c) 2017, 2019 Microsemi Corporation * Copyright (c) 2017, 2019 Microsemi Corporation
* Copyright 2020-2021 NXP Semiconductors * Copyright 2020-2021 NXP
*/ */
#include <linux/if_bridge.h> #include <linux/if_bridge.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* mscc_ocelot_switch_lib. * mscc_ocelot_switch_lib.
* *
* Copyright (c) 2017, 2019 Microsemi Corporation * Copyright (c) 2017, 2019 Microsemi Corporation
* Copyright 2020-2021 NXP Semiconductors * Copyright 2020-2021 NXP
*/ */
#include <linux/if_bridge.h> #include <linux/if_bridge.h>
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* Copyright 2021 NXP Semiconductors /* Copyright 2021 NXP
*/ */
#include <linux/pcs/pcs-xpcs.h> #include <linux/pcs/pcs-xpcs.h>
#include "pcs-xpcs.h" #include "pcs-xpcs.h"
......
/* SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0
* Copyright 2019-2021 NXP Semiconductors * Copyright 2019-2021 NXP
*/ */
#ifndef _NET_DSA_TAG_OCELOT_H #ifndef _NET_DSA_TAG_OCELOT_H
......
/* SPDX-License-Identifier: BSD-3-Clause /* SPDX-License-Identifier: BSD-3-Clause
* Copyright (c) 2016-2018, NXP Semiconductors * Copyright 2016-2018 NXP
* Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com> * Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com>
*/ */
#ifndef _LINUX_PACKING_H #ifndef _LINUX_PACKING_H
......
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
/* Copyright (c) 2016-2018, NXP Semiconductors /* Copyright 2016-2018 NXP
* Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com> * Copyright (c) 2018-2019, Vladimir Oltean <olteanv@gmail.com>
*/ */
#include <linux/packing.h> #include <linux/packing.h>
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* Copyright 2019 NXP Semiconductors /* Copyright 2019 NXP
*/ */
#include <linux/dsa/ocelot.h> #include <linux/dsa/ocelot.h>
#include <soc/mscc/ocelot.h> #include <soc/mscc/ocelot.h>
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* Copyright 2020-2021 NXP Semiconductors /* Copyright 2020-2021 NXP
* *
* An implementation of the software-defined tag_8021q.c tagger format, which * An implementation of the software-defined tag_8021q.c tagger format, which
* also preserves full functionality under a vlan_filtering bridge. It does * also preserves full functionality under a vlan_filtering bridge. It does
......
#!/bin/bash #!/bin/bash
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
# Copyright 2020 NXP Semiconductors # Copyright 2020 NXP
WAIT_TIME=1 WAIT_TIME=1
NUM_NETIFS=4 NUM_NETIFS=4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment