diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-09-25 10:08:48 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-25 10:08:48 +0300 |
commit | dae5f0afcfc35ff64dfb65cddc6842ceeeca68c4 (patch) | |
tree | 347f867eb6c9fccb1ff6032050a04a6543361850 /drivers/gpio/gpiolib-devprop.c | |
parent | ff19473bdc2b59f73b71d5d25a6bc42d2b531c60 (diff) | |
download | linux-dae5f0afcfc35ff64dfb65cddc6842ceeeca68c4.tar.xz |
gpio: Use SPDX header for core library
Use the SPDX headers and cut down on boilerplate to indicate the
license in the core gpiolib implementation.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpiolib-devprop.c')
-rw-r--r-- | drivers/gpio/gpiolib-devprop.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpio/gpiolib-devprop.c b/drivers/gpio/gpiolib-devprop.c index f748aa3e77f7..43443b2c32a8 100644 --- a/drivers/gpio/gpiolib-devprop.c +++ b/drivers/gpio/gpiolib-devprop.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Device property helpers for GPIO chips. * * Copyright (C) 2016, Intel Corporation * Author: Mika Westerberg <mika.westerberg@linux.intel.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include <linux/property.h> |