diff options
| author | Kuninori Morimoto <[email protected]> | 2018-09-25 09:34:05 +0200 |
|---|---|---|
| committer | Stephen Boyd <[email protected]> | 2018-09-28 17:16:37 -0700 |
| commit | 9e288cefcc551c7b5b04f8abc7099d3451a70f5f (patch) | |
| tree | 075c3b0b220f285089e6c0f0606a41d43cd929b2 /include/linux/clk | |
| parent | e848c2ea117f222b62715d5c4e1714ec4e0aa647 (diff) | |
clk: renesas: Convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier
instead of verbose license text.
Signed-off-by: Kuninori Morimoto <[email protected]>
[rebased against clk-spdx]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'include/linux/clk')
| -rw-r--r-- | include/linux/clk/renesas.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/linux/clk/renesas.h b/include/linux/clk/renesas.h index 9ebf1f8243bb..0ebbe2f0b45e 100644 --- a/include/linux/clk/renesas.h +++ b/include/linux/clk/renesas.h @@ -1,14 +1,10 @@ -/* +/* SPDX-License-Identifier: GPL-2.0+ + * * Copyright 2013 Ideas On Board SPRL * Copyright 2013, 2014 Horms Solutions Ltd. * * Contact: Laurent Pinchart <[email protected]> * Contact: Simon Horman <[email protected]> - * - * 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. */ #ifndef __LINUX_CLK_RENESAS_H_ |