diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2021-09-17 14:17:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-17 15:52:17 +0300 |
commit | 3c9cfb5269f76d447dbadb67835368f3111a91d7 (patch) | |
tree | 8d158ad2cf337109f1f6a7b41cac7ea3f0b3968c /drivers/net/pcs | |
parent | e8f69b16ee776da88589b5271e3f46020efc8f6c (diff) | |
download | linux-3c9cfb5269f76d447dbadb67835368f3111a91d7.tar.xz |
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 <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pcs')
-rw-r--r-- | drivers/net/pcs/pcs-xpcs-nxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcs/pcs-xpcs-nxp.c b/drivers/net/pcs/pcs-xpcs-nxp.c index 984c9f7f16a8..d16fc58cd48d 100644 --- a/drivers/net/pcs/pcs-xpcs-nxp.c +++ b/drivers/net/pcs/pcs-xpcs-nxp.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright 2021 NXP Semiconductors +/* Copyright 2021 NXP */ #include <linux/pcs/pcs-xpcs.h> #include "pcs-xpcs.h" |