diff options
author | Jules Irenge <jbi.octave@gmail.com> | 2019-03-01 00:14:17 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-01 09:04:07 +0100 |
commit | ac04f6e4b046bc1af647768510d82ee277512f9a (patch) | |
tree | 6dac910c6e24ee6f788818dbd44cdc09902a3613 | |
parent | 07fed8ec7929bee9acc5b18259a1d13ac397842a (diff) | |
download | linux-ac04f6e4b046bc1af647768510d82ee277512f9a.tar.bz2 |
staging: mt7621-eth: Remove license boilerplate text
Removes license boilerplate text
Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/mt7621-eth/ethtool.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/staging/mt7621-eth/ethtool.h b/drivers/staging/mt7621-eth/ethtool.h index d0e97ae0d82e..0071469aea6c 100644 --- a/drivers/staging/mt7621-eth/ethtool.h +++ b/drivers/staging/mt7621-eth/ethtool.h @@ -1,13 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* 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; version 2 of the License - * - * 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. - * +/* * Copyright (C) 2009-2016 John Crispin <blogic@openwrt.org> * Copyright (C) 2009-2016 Felix Fietkau <nbd@openwrt.org> * Copyright (C) 2013-2016 Michael Lee <igvtee@gmail.com> |