From: Bartosz Golaszewski Date: Tue, 14 Jan 2020 15:02:52 +0000 (+0100) Subject: gpio: mockup: update the license tag X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f2f679832d0c40b575b16d2da3ac8263ae9471ed;p=linux.git gpio: mockup: update the license tag The current GPL v2.0 or later SPDX tag is 'GPL-2.0-or-later' as defined at https://spdx.org/licenses/. Signed-off-by: Bartosz Golaszewski Link: https://lore.kernel.org/r/20200114150253.28716-2-brgl@bgdev.pl Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-mockup.c b/drivers/gpio/gpio-mockup.c index 56d647a30e3ea..3b666acfedc45 100644 --- a/drivers/gpio/gpio-mockup.c +++ b/drivers/gpio/gpio-mockup.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0-or-later /* * GPIO Testing Device Driver *