[PATCH] media: rcar_drif: Remove useless license text when SPDX-License-Identifier is already used

Christophe JAILLET posted 1 patch 3 years, 10 months ago
drivers/media/platform/renesas/rcar_drif.c | 5 -----
1 file changed, 5 deletions(-)
[PATCH] media: rcar_drif: Remove useless license text when SPDX-License-Identifier is already used
Posted by Christophe JAILLET 3 years, 10 months ago
An SPDX-License-Identifier is already in place. There is no need to
duplicate part of the corresponding license.

This is a left-over from commit adeb69705682 ("media: rcar_drif: convert to
SPDX identifiers")

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/media/platform/renesas/rcar_drif.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/media/platform/renesas/rcar_drif.c b/drivers/media/platform/renesas/rcar_drif.c
index 9a0982fa5c6b..49e4c15a02cc 100644
--- a/drivers/media/platform/renesas/rcar_drif.c
+++ b/drivers/media/platform/renesas/rcar_drif.c
@@ -3,11 +3,6 @@
  * R-Car Gen3 Digital Radio Interface (DRIF) driver
  *
  * Copyright (C) 2017 Renesas Electronics Corporation
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 /*
-- 
2.34.1
Re: [PATCH] media: rcar_drif: Remove useless license text when SPDX-License-Identifier is already used
Posted by Geert Uytterhoeven 3 years, 10 months ago
On Sat, Jun 11, 2022 at 12:28 PM Christophe JAILLET
<christophe.jaillet@wanadoo.fr> wrote:
> An SPDX-License-Identifier is already in place. There is no need to
> duplicate part of the corresponding license.
>
> This is a left-over from commit adeb69705682 ("media: rcar_drif: convert to
> SPDX identifiers")
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds