diff options
author | Marco Felsch <m.felsch@pengutronix.de> | 2018-09-25 11:42:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-27 23:30:48 +0100 |
commit | b445bfcb9081ae90fec90b828f3aacc565776901 (patch) | |
tree | d73894cb643494826f823778d357e4d7c15b479b /include/linux/spi | |
parent | aea3877e24f3acc6145094848dbb85f9ce85674a (diff) | |
download | talos-obmc-linux-b445bfcb9081ae90fec90b828f3aacc565776901.tar.gz talos-obmc-linux-b445bfcb9081ae90fec90b828f3aacc565776901.zip |
spi: switch to SPDX license identifier
Use the appropriate SPDX license identifier and drop the previous
license text.
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/spi.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 7bb36145e2ba..f08824ea1968 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -1,15 +1,6 @@ -/* - * Copyright (C) 2005 David Brownell +/* SPDX-License-Identifier: GPL-2.0-or-later * - * 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. + * Copyright (C) 2005 David Brownell */ #ifndef __LINUX_SPI_H |