summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sifive.c
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2022-06-11 10:42:06 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-27 14:32:37 +0200
commit2069cb2e1f3ed2d97e8b6fe818982432de7f4e69 (patch)
tree4123a597ef08f5972c3472b196f8b0470e5b36aa /drivers/tty/serial/sifive.c
parent2a9c56cceec04c50490befd5662423e3bb8c476f (diff)
downloadlinux-stable-2069cb2e1f3ed2d97e8b6fe818982432de7f4e69.tar.gz
linux-stable-2069cb2e1f3ed2d97e8b6fe818982432de7f4e69.tar.bz2
linux-stable-2069cb2e1f3ed2d97e8b6fe818982432de7f4e69.zip
serial: sifive: Remove useless license text when SPDX-License-Identifier is already used
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> Link: https://lore.kernel.org/r/dbc54eff6f4e077d9126054f395d5bc5b3405917.1654936915.git.christophe.jaillet@wanadoo.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/sifive.c')
-rw-r--r--drivers/tty/serial/sifive.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/tty/serial/sifive.c b/drivers/tty/serial/sifive.c
index c0869b080cc3..5c3a07546a58 100644
--- a/drivers/tty/serial/sifive.c
+++ b/drivers/tty/serial/sifive.c
@@ -4,16 +4,6 @@
* Copyright (C) 2018 Paul Walmsley <paul@pwsan.com>
* Copyright (C) 2018-2019 SiFive
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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.
- *
* Based partially on:
* - drivers/tty/serial/pxa.c
* - drivers/tty/serial/amba-pl011.c