netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: atheros: nic-devel@qualcomm.com is dead
@ 2021-04-30 12:11 Johannes Berg
  2021-04-30 17:34 ` Jakub Kicinski
  2021-04-30 22:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Johannes Berg @ 2021-04-30 12:11 UTC (permalink / raw)
  To: netdev; +Cc: Chris Snook

Remove it from the MODULE_AUTHOR statements referencing it.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
 drivers/net/ethernet/atheros/alx/main.c         | 2 +-
 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/atheros/alx/main.c b/drivers/net/ethernet/atheros/alx/main.c
index 9e02f8864593..b3d74332ed33 100644
--- a/drivers/net/ethernet/atheros/alx/main.c
+++ b/drivers/net/ethernet/atheros/alx/main.c
@@ -2016,7 +2016,7 @@ static struct pci_driver alx_driver = {
 module_pci_driver(alx_driver);
 MODULE_DEVICE_TABLE(pci, alx_pci_tbl);
 MODULE_AUTHOR("Johannes Berg <johannes@sipsolutions.net>");
-MODULE_AUTHOR("Qualcomm Corporation, <nic-devel@qualcomm.com>");
+MODULE_AUTHOR("Qualcomm Corporation");
 MODULE_DESCRIPTION(
 	"Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver");
 MODULE_LICENSE("GPL");
diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
index 1d17c24e6d75..c6263cf8d3c0 100644
--- a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
+++ b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
@@ -32,7 +32,7 @@ static const struct pci_device_id atl1c_pci_tbl[] = {
 MODULE_DEVICE_TABLE(pci, atl1c_pci_tbl);
 
 MODULE_AUTHOR("Jie Yang");
-MODULE_AUTHOR("Qualcomm Atheros Inc., <nic-devel@qualcomm.com>");
+MODULE_AUTHOR("Qualcomm Atheros Inc.");
 MODULE_DESCRIPTION("Qualcomm Atheros 100/1000M Ethernet Network Driver");
 MODULE_LICENSE("GPL");
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: atheros: nic-devel@qualcomm.com is dead
  2021-04-30 12:11 [PATCH] net: atheros: nic-devel@qualcomm.com is dead Johannes Berg
@ 2021-04-30 17:34 ` Jakub Kicinski
  2021-05-02  8:00   ` Leon Romanovsky
  2021-04-30 22:30 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2021-04-30 17:34 UTC (permalink / raw)
  To: Johannes Berg; +Cc: netdev, Chris Snook

On Fri, 30 Apr 2021 14:11:42 +0200 Johannes Berg wrote:
> Remove it from the MODULE_AUTHOR statements referencing it.
> 
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>

FWIW I subscribe to the belief that corporations can't be authors,
so I'd personally opt to remove these MODULE_AUTHOR()s completely.
They serve no purpose, strange legal aberrations aside, corporations
are not persons and not being sentient can't take pride in their work. 

This is not a MODULE_COPYRIGHT() macro. In the legal tradition I grew
up in the authorship rights are inalienable and we should not encourage
acting otherwise.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: atheros: nic-devel@qualcomm.com is dead
  2021-04-30 12:11 [PATCH] net: atheros: nic-devel@qualcomm.com is dead Johannes Berg
  2021-04-30 17:34 ` Jakub Kicinski
@ 2021-04-30 22:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-04-30 22:30 UTC (permalink / raw)
  To: Johannes Berg; +Cc: netdev, chris.snook

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Fri, 30 Apr 2021 14:11:42 +0200 you wrote:
> Remove it from the MODULE_AUTHOR statements referencing it.
> 
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> ---
>  drivers/net/ethernet/atheros/alx/main.c         | 2 +-
>  drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - net: atheros: nic-devel@qualcomm.com is dead
    https://git.kernel.org/netdev/net/c/a57d3d48366b

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: atheros: nic-devel@qualcomm.com is dead
  2021-04-30 17:34 ` Jakub Kicinski
@ 2021-05-02  8:00   ` Leon Romanovsky
  0 siblings, 0 replies; 4+ messages in thread
From: Leon Romanovsky @ 2021-05-02  8:00 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: Johannes Berg, netdev, Chris Snook

On Fri, Apr 30, 2021 at 10:34:54AM -0700, Jakub Kicinski wrote:
> On Fri, 30 Apr 2021 14:11:42 +0200 Johannes Berg wrote:
> > Remove it from the MODULE_AUTHOR statements referencing it.
> > 
> > Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> 
> FWIW I subscribe to the belief that corporations can't be authors,
> so I'd personally opt to remove these MODULE_AUTHOR()s completely.
> They serve no purpose, strange legal aberrations aside, corporations
> are not persons and not being sentient can't take pride in their work. 

+1, this cargo cult should die.

Thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-02  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30 12:11 [PATCH] net: atheros: nic-devel@qualcomm.com is dead Johannes Berg
2021-04-30 17:34 ` Jakub Kicinski
2021-05-02  8:00   ` Leon Romanovsky
2021-04-30 22:30 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).