From: Bartosz Golaszewski Date: Thu, 26 Apr 2018 20:12:36 +0000 (+0200) Subject: gpio: mockup: use the SPDX identifier and remove license boilerplate X-Git-Tag: v4.19~849^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=058de3486be466bfc7a9d82f5a712cac7e689199;p=platform%2Fkernel%2Flinux-rpi.git gpio: mockup: use the SPDX identifier and remove license boilerplate Use the SPDX license identifier for GPLv2.0 or later and remove the license boilerplate. Signed-off-by: Bartosz Golaszewski Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-mockup.c b/drivers/gpio/gpio-mockup.c index 76c2fe91a901..d66b7a768ecd 100644 --- a/drivers/gpio/gpio-mockup.c +++ b/drivers/gpio/gpio-mockup.c @@ -1,15 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * GPIO Testing Device Driver * * Copyright (C) 2014 Kamlakant Patel * Copyright (C) 2015-2016 Bamvor Jian Zhang * Copyright (C) 2017 Bartosz Golaszewski - * - * 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. - * */ #include