Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: 104-quad-8: Update license boilerplate

This patch simplifies the boilerplate license text by making use of a
SPDX license identifier line.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

William Breathitt Gray and committed by
Greg Kroah-Hartman
e854bac9 09e7d4ed

+1 -9
+1 -9
drivers/iio/counter/104-quad-8.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * IIO driver for the ACCES 104-QUAD-8 3 4 * Copyright (C) 2016 William Breathitt Gray 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This driver supports the ACCES 104-QUAD-8 and ACCES 104-QUAD-4. 15 7 */