All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier is already used
@ 2022-06-11  8:37 ` Christophe JAILLET
  0 siblings, 0 replies; 4+ messages in thread
From: Christophe JAILLET @ 2022-06-11  8:37 UTC (permalink / raw)
  To: Will Deacon, Mark Rutland
  Cc: linux-kernel, kernel-janitors, Christophe JAILLET, linux-arm-kernel

An SPDX-License-Identifier is already in place. There is no need to
duplicate part of the corresponding license.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/perf/marvell_cn10k_tad_pmu.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/perf/marvell_cn10k_tad_pmu.c b/drivers/perf/marvell_cn10k_tad_pmu.c
index 282d3a071a67..3d4b6d381783 100644
--- a/drivers/perf/marvell_cn10k_tad_pmu.c
+++ b/drivers/perf/marvell_cn10k_tad_pmu.c
@@ -2,10 +2,6 @@
 /* Marvell CN10K LLC-TAD perf driver
  *
  * Copyright (C) 2021 Marvell
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 
 #define pr_fmt(fmt) "tad_pmu: " fmt
-- 
2.34.1


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

* [PATCH] perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier is already used
@ 2022-06-11  8:37 ` Christophe JAILLET
  0 siblings, 0 replies; 4+ messages in thread
From: Christophe JAILLET @ 2022-06-11  8:37 UTC (permalink / raw)
  To: Will Deacon, Mark Rutland
  Cc: linux-kernel, kernel-janitors, Christophe JAILLET, linux-arm-kernel

An SPDX-License-Identifier is already in place. There is no need to
duplicate part of the corresponding license.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/perf/marvell_cn10k_tad_pmu.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/perf/marvell_cn10k_tad_pmu.c b/drivers/perf/marvell_cn10k_tad_pmu.c
index 282d3a071a67..3d4b6d381783 100644
--- a/drivers/perf/marvell_cn10k_tad_pmu.c
+++ b/drivers/perf/marvell_cn10k_tad_pmu.c
@@ -2,10 +2,6 @@
 /* Marvell CN10K LLC-TAD perf driver
  *
  * Copyright (C) 2021 Marvell
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 
 #define pr_fmt(fmt) "tad_pmu: " fmt
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier is already used
  2022-06-11  8:37 ` Christophe JAILLET
@ 2022-06-24 17:13   ` Will Deacon
  -1 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2022-06-24 17:13 UTC (permalink / raw)
  To: Mark Rutland, Christophe JAILLET
  Cc: catalin.marinas, kernel-team, Will Deacon, kernel-janitors,
	linux-arm-kernel, linux-kernel

On Sat, 11 Jun 2022 10:37:40 +0200, Christophe JAILLET wrote:
> An SPDX-License-Identifier is already in place. There is no need to
> duplicate part of the corresponding license.
> 
> 

Applied to will (for-next/perf), thanks!

[1/1] perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier is already used
      https://git.kernel.org/will/c/8e28e53f1356

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

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

* Re: [PATCH] perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier is already used
@ 2022-06-24 17:13   ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2022-06-24 17:13 UTC (permalink / raw)
  To: Mark Rutland, Christophe JAILLET
  Cc: catalin.marinas, kernel-team, Will Deacon, kernel-janitors,
	linux-arm-kernel, linux-kernel

On Sat, 11 Jun 2022 10:37:40 +0200, Christophe JAILLET wrote:
> An SPDX-License-Identifier is already in place. There is no need to
> duplicate part of the corresponding license.
> 
> 

Applied to will (for-next/perf), thanks!

[1/1] perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier is already used
      https://git.kernel.org/will/c/8e28e53f1356

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-06-24 17:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-11  8:37 [PATCH] perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier is already used Christophe JAILLET
2022-06-11  8:37 ` Christophe JAILLET
2022-06-24 17:13 ` Will Deacon
2022-06-24 17:13   ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.